Skip to content

Tags: PureDarwin/XPC

Tags

31

Toggle 31's commit message
Use <stdatomic.h> in vproc.c

30

Toggle 30's commit message
Tag libxpc-30 for darwinbuild

25

Toggle 25's commit message
Tag libxpc-25 for darwinbuild

20.1.1

Toggle 20.1.1's commit message
Tag libxpc-20.1.1 for darwinbuild

20.1

Toggle 20.1's commit message
Tag libxpc-20.1 for darwinbuild

20

Toggle 20's commit message
Tag libxpc-20 for darwinbuild

10.2

Toggle 10.2's commit message
Make the XPC errors regular dictionaries

This was harder than it looked, because I could not include
<xpc/connection.h>. This header declares the variables I need
to define as 'const', and that prevents me from using a
constructor function to initialize them. I kinda need to do this
because the dictionary data structures are so complex.

Also fixed up xpc_release() to avoid freeing a statically allocated
object (such as our errors). This would still have been a problem
with our old error implementation.

10.1

Toggle 10.1's commit message
Remove now-redundant hidden-liinkage attributes

10

Toggle 10's commit message
Tag libxpc-10 for darwinbuild