Fork of NextBSD's libxpc for Darling build
Go to file
2015-09-13 21:28:09 +02:00
examples Add more error checks; Fix xpc_connection_get_egid() naming. 2015-09-13 01:11:54 +02:00
python Rename directory. 2015-09-13 01:40:58 +02:00
transports Get rid of now unused unix_port structure. 2015-09-13 01:03:59 +02:00
xpc Initial import. 2015-09-11 16:37:32 +02:00
.gitignore Initial commit 2015-09-11 16:35:24 +02:00
CMakeLists.txt Add more error checks; Fix xpc_connection_get_egid() naming. 2015-09-13 01:11:54 +02:00
mpack-config.h Initial import. 2015-09-11 16:37:32 +02:00
mpack.c Initial import. 2015-09-11 16:37:32 +02:00
mpack.h Initial import. 2015-09-11 16:37:32 +02:00
xpc_array.c Initial import. 2015-09-11 16:37:32 +02:00
xpc_connection.c Add more error checks; Fix xpc_connection_get_egid() naming. 2015-09-13 01:11:54 +02:00
xpc_dictionary.c Add more error checks; Fix xpc_connection_get_egid() naming. 2015-09-13 01:11:54 +02:00
xpc_internal.h Make it use SEQPACKET sockets. Datagram sockets are too problematic to garbage-collect. 2015-09-13 00:47:17 +02:00
xpc_misc.c Make it use SEQPACKET sockets. Datagram sockets are too problematic to garbage-collect. 2015-09-13 00:47:17 +02:00
xpc_type.c Implement minimal xpc_copy(). 2015-09-13 21:28:09 +02:00