Commit Graph

22 Commits

Author SHA1 Message Date
Wesley Miaw
d789ef37ff Allow subdomain wildcards to be specified for CORS origin headers using https.
Restrict default build to acceptable Netflix and YouTube origin headers; created new debug makefile target for full whitelist testing.
2020-06-02 17:19:53 -07:00
Chintan Parikh
ac3e488924 Compile DIAL client and server for macOS.
Changes:
* Added method to get mac and ip address for OSX. Current Linux method
of query via SIOCGIFCONF doesn't work. Added code to read via getifaddrs() API.
* Put non OSX specific code under #ifdef flags.
* Removed few linker libraries which are not required (lcares and lrt).
* Fixed many warnings.

Tested on: OSX 10.12
2017-12-26 21:16:24 -08:00
Chintan Parikh
dcb66b3641 Fix build errors on Ubuntu Xenial 64 bit.
Add -fPIC flag for building the lib, also add -Wl,--allow-shlib-undefined
in the client LDFLAGS.
2017-10-02 10:47:15 -07:00
jcli
44f1acb300 jira SDK-5322: DIAL client that supports 2.1 and higher SHOULD include a clientDialVer query parameter while querying application status 2017-03-05 13:26:16 -08:00
jcli
9436d21eef compile the debug target 2017-02-22 17:58:27 -08:00
jcli
1cad97031b added dial client debug 2017-02-22 17:54:25 -08:00
Steven E Wright
4a3cd27df2 Fixes incorrect format specifier. 2016-12-06 10:48:48 -08:00
Steven E Wright
cc9a6aa8e7 Don't assume a 32-bit build for the DIAL client. 2016-12-06 10:45:23 -08:00
jcli
b953048cf2 fixed variable name 2016-10-19 13:59:55 -07:00
jcli
4dd3e87a50 format 2016-10-13 14:20:04 -07:00
jcli
aa0840af20 added call to curl_slist_free_all() 2016-10-13 14:18:57 -07:00
jcli
2a7e391a1b increased the ipc buffer and fixed the curl post size 2016-09-21 22:08:01 -07:00
jcli
64713d9679 Added app manager IPC interface. Updated verions to 2.1 2016-07-28 18:01:57 -07:00
jcli
c4c877da81 added hide handling 2016-07-28 18:00:20 -07:00
jcli
ddef7562f5 Revert "URL append fixes on sendCommand"
This reverts commit d0c9901233.
2016-07-28 17:59:54 -07:00
jcli
b6b135c1f9 Revert "Send name param to stopApplication instead of url"
This reverts commit f8fb7dd893.
2016-07-28 17:59:30 -07:00
jcli
15a14d2168 Revert "Make client build in 64 using multilib"
This reverts commit 3f0324261d.
2016-07-28 17:59:06 -07:00
wouterlucas
d0c9901233 URL append fixes on sendCommand 2016-06-20 13:49:00 -07:00
wouterlucas
f8fb7dd893 Send name param to stopApplication instead of url 2016-06-20 13:48:34 -07:00
wouterlucas
3f0324261d Make client build in 64 using multilib 2016-06-20 13:48:05 -07:00
jcli
2477615a40 dial spec 2.0 2015-10-20 16:34:36 -07:00
jcli
3454a59e99 dial spec 1.7 2015-10-20 16:26:28 -07:00