aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontends/osx
Commit message (Expand)AuthorAgeFilesLines
...
* xpc: add support for logging over XPC channelsMartin Willi2013-07-184-1/+174
* xpc: don't warn about pointer signedness mismatch (-Wno-pointer-sign)Martin Willi2013-07-181-0/+2
* xpc: add a description of the basic XPC protocol to READMEMartin Willi2013-07-181-1/+48
* xpc: use the same XPC message "type" mechanism on Mach service as on channelsMartin Willi2013-07-181-11/+32
* xpc: ask App for passwords using connection specific channelMartin Willi2013-07-181-0/+90
* xpc: use IKE_SA specific XPC return channels for further communicationMartin Willi2013-07-184-12/+320
* xpc: don't send certificate requests, there are too many when using keychainMartin Willi2013-07-181-1/+1
* xpc: build with support for the keychain pluginMartin Willi2013-07-183-2/+4
* xpc: add support for initiate simple IKEv2 EAP connectionsMartin Willi2013-07-181-0/+126
* xpc: move dispatching to dedicated class, using dedicated threadMartin Willi2013-07-184-86/+304
* xpc: use non-inlining variant of vstr, compiler does not like itMartin Willi2013-07-181-0/+2
* xpc: add Xcode project for a charon controlled through XPCMartin Willi2013-07-186-0/+584