Fork of NextBSD's libxpc for Darling build
Go to file
Ariel Abreu 84e29f89ba
Fix up serialization format to match macOS
* The XPC magic has changed to "@XPC" (at least on Catalina)
  * Container entry counts are included in their content lengths
  * When there are no descriptors to send (i.e. when the message is not complex), the XPC data appears immediately after the header (no descriptor count)
2021-05-19 00:19:57 -04:00
include Add license headers everywhere and fix small issues 2021-04-22 09:18:09 -04:00
internal-include/xpc Fix up serialization format to match macOS 2021-05-19 00:19:57 -04:00
scripts Add license headers everywhere and fix small issues 2021-04-22 09:18:09 -04:00
src Fix up serialization format to match macOS 2021-05-19 00:19:57 -04:00
test Add license headers everywhere and fix small issues 2021-04-22 09:18:09 -04:00
.gitignore Initial commit 2015-09-11 16:35:24 +02:00
.gitmodules Initial rewrite commit 2021-03-27 15:14:08 -04:00
CMakeLists.txt Use os_log for logging 2021-05-05 15:38:42 -04:00