ambrop7 5340a3a761 BReactor: add poll() backend. Use it on Linux when epoll is not available. 15 years ago
..
BAddr.h 103c403e85 BSocket: support unix pipes as a backend 15 years ago
BEventLock.c 0ea41b455e system: add BEventLock 15 years ago
BEventLock.h 0ea41b455e system: add BEventLock 15 years ago
BLog.c 198d6cd4b8 Initial import 15 years ago
BLog.h 198d6cd4b8 Initial import 15 years ago
BLog_syslog.c 198d6cd4b8 Initial import 15 years ago
BLog_syslog.h 198d6cd4b8 Initial import 15 years ago
BPending.c 1f5176a841 BPending: use LinkedList1 instead of LinkedList2 15 years ago
BPending.h 1f5176a841 BPending: use LinkedList1 instead of LinkedList2 15 years ago
BReactor.c 5340a3a761 BReactor: add poll() backend. Use it on Linux when epoll is not available. 15 years ago
BReactor.h 5340a3a761 BReactor: add poll() backend. Use it on Linux when epoll is not available. 15 years ago
BSignal.c 8e73c9d4b3 BUnixSignal: don't provide any information about a signal other than the signal number. This is because multiple signals (at least SIGCHLD) may be merged into one, so it 15 years ago
BSignal.h 8e73c9d4b3 BUnixSignal: don't provide any information about a signal other than the signal number. This is because multiple signals (at least SIGCHLD) may be merged into one, so it 15 years ago
BSocket.c 3aeb316d0a BSocket: compile when IPV6_RECVPKTINFO doesn't exist. Don't fail if we fail to setup pktinfo. 15 years ago
BSocket.h 103c403e85 BSocket: support unix pipes as a backend 15 years ago
BTime.c 198d6cd4b8 Initial import 15 years ago
BTime.h 66c5c08eeb BTime: add btime_gettime(). BReactor: use btime_gettime(). 15 years ago
BUnixSignal.c 76f53f6510 FreeBSD support. 15 years ago
BUnixSignal.h 76f53f6510 FreeBSD support. 15 years ago
CMakeLists.txt 0ea41b455e system: add BEventLock 15 years ago
DebugObject.c 6ee3e674e2 DebugObject: put a lock around increment and decrement. Fixes assertion failures when used when 15 years ago
DebugObject.h 9507e6141b DebugObject: make DebugObject_Access take a const pointer 15 years ago
Listener.c fc2561fa55 Listener: Remove the socket event handler when freeing. Use a job for default accepting instead of directly using a dead var. 15 years ago
Listener.h fc2561fa55 Listener: Remove the socket event handler when freeing. Use a job for default accepting instead of directly using a dead var. 15 years ago