├── API ├── CMakeLists.txt ├── COPYING ├── Makefile ├── README ├── README.md ├── ancillary.h ├── evclient.c ├── evserver.c ├── fd_recv.c ├── fd_send.c └── test.c /API: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/API -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/README -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/README.md -------------------------------------------------------------------------------- /ancillary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/ancillary.h -------------------------------------------------------------------------------- /evclient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/evclient.c -------------------------------------------------------------------------------- /evserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/evserver.c -------------------------------------------------------------------------------- /fd_recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/fd_recv.c -------------------------------------------------------------------------------- /fd_send.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/fd_send.c -------------------------------------------------------------------------------- /test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mhaberler/libancillary/HEAD/test.c --------------------------------------------------------------------------------