summaryrefslogtreecommitdiffstats
path: root/daemon/upload.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-1/+1
* Use STRPREFIX instead of STREQLEN.Richard Jones2009-11-221-2/+2
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-2/+2
* daemon: diagnose socket write failureJim Meyering2009-08-201-1/+3
* generator.ml: finish adding Dev_or_Path supportJim Meyering2009-08-131-2/+0
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-2/+2
* s/NEED_ROOT_OR_IS_DEVICE/REQUIRE_ROOT_OR_RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-1/+1
* remove trailing blanksJim Meyering2009-07-031-1/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-2/+2
* Some fixes to daemon upload command:Richard Jones2009-04-201-3/+12
* Implement upload and download commands.Richard Jones2009-04-201-4/+91
* Rewrite of main loop impl, start of FileIn/FileOut support.Richard Jones2009-04-181-0/+40