summaryrefslogtreecommitdiffstats
path: root/daemon/upload.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | - don't leak the file descriptor along error paths - can't use those macros in FileIn functions
* 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