summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* nserver/Makefile: clean: Add $(PROGRAMS).rsiddharth2020-04-171-1/+1
|
* nserver/Makefile: Add snafu to build stuff under src/rsiddharth2020-04-171-2/+2
|
* nserver: statserver: Use nsocket.hrsiddharth2020-04-171-22/+3
| | | | | * nserver/bin/statserve.c (PORT): Remove constant. (main): Use get_socket from nsocket.h to get the socket.
* nserver: Add nsocket.hrsiddharth2020-04-172-0/+60
|
* Add nserver.rsiddharth2020-04-177-0/+302
For now it contains only "statserve".