summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* nserve.c: Update nserve.rsiddharth2020-04-192-2/+22
| | | | | | * src/nserve.c (nserve): Set receive timeout on the client socket. (set_recv_timeout): Helper function to set receive timeout on socket. * src/nserve.h: Include sys/time.h.
* ncmd.c: Update process.rsiddharth2020-04-191-0/+4
| | | | * src/ncmd.c (process): Clean up parts.
* protocol.c: Update ssload.rsiddharth2020-04-191-0/+3
| | | | * src/protocol.c (ssload): Cleanup st_str.
* protocol.c: Update ssstore.rsiddharth2020-04-191-1/+9
| | | | * src/protocol.c (ssstore): Clean up st_str.
* protocol.c: Update sslist.rsiddharth2020-04-191-1/+6
| | | | * src/protocol.c (sslist): Clean up ks_str.
* nserve.c: Update nserve.rsiddharth2020-04-181-15/+14
| | | | * src/nserve.c (nserve): Refactor how it ends itself.
* ncmd.c: Update check_cmd.rsiddharth2020-04-181-1/+1
| | | | | | * src/ncmd.c (check_cmd): Change error message when command is invalid. * tests/ncmd_tests.c (test_check_cmd): Update test.
* nserver/ -> ./rsiddharth2020-04-1723-0/+6042