summaryrefslogtreecommitdiffstats
path: root/qarsh_packet.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix Copyright lines. vi sure doesn't like that copyright symbol in my termDean Jansa2008-09-231-1/+1
|
* Plug some memory leaksDean Jansa2008-09-231-2/+6
|
* Update copyright dates.Nate Straz2008-09-231-1/+1
|
* Cast off_t variables to long long int when printing so we don't get theNate Straz2008-09-231-4/+4
| | | | | | | | ugly warnings. We should always be compiling with 64-bit off_t's so this should not be a problem. Change nread and nwrote back to ssize_t's since that is what read and write return. nleft remains an off_t because we initialize to stat.st_size.
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-231-6/+6
| | | | | | I changed all formats from %zd to %lld, but this adds a lot of warnings because off_t isn't the same as long long int to the compiler. I don't know if there is a way to avoid the warnings on all platforms.
* Add copyright notices and GPL headerNate Straz2008-09-231-0/+19
|
* Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.Nate Straz2008-09-231-10/+3
|
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+850