summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-10-03Fix buildsocketioSamuel Thibault
2020-08-01Fix buildSamuel Thibault
2017-01-02Update lockingSamuel Thibault
2013-08-22Add clean ruleSamuel Thibault
* Makefile (clean): Add rule.
2013-06-30Fix socketioSamuel Thibault
* Makefile (CFLAGS): Add -Wall * socketio.c (xgethostbyname): Use bigger start size, 8 currently gets INVAL from glibc. (node_socket_open): Initialize `sock' to MACH_PORT_NULL; (node_socket_open): Add default case. (socket_open): Do not free `buf' on error.
2013-06-30Fix socketio buildSamuel Thibault
* Makefile: New file. * version.h: New file. * socketio.c: Include "version.h" instead of <version.h>. (netfs_S_dir_lookup, netfs_attempt_lookup_improved, netfs_attempt_create_file): Use pthread_mutex_lock/unlock instead of mutex_lock/unlock.
2013-06-30Add socketioMoritz Schulte
* socketio.c: New file