summaryrefslogtreecommitdiffstats
path: root/qacp.c
Commit message (Expand)AuthorAgeFilesLines
* Don't free basename pointer, it wasn't malloc'dNathan Straz2013-09-171-1/+0
* Increase buffer and packet sizesNathan Straz2013-09-161-1/+1
* Remove unused defineNathan Straz2013-09-111-1/+0
* More memory allocation cleanup in qacpNathan Straz2013-09-111-65/+62
* Clean up memory leaks on sendNathan Straz2013-09-111-9/+5
* Remove complicated remote file descriptor codeNathan Straz2013-09-111-2/+2
* Get qacp remote to local workingNathan Straz2013-09-111-29/+19
* Get qacp local to remote working on main socketNathan Straz2013-09-111-47/+41
* Move packet sequence numbering to send_packetNathan Straz2013-09-111-4/+0
* Move to a new port for the new protocolNathan Straz2013-09-111-1/+1
* Fill in sequence numbers with a real sequenceNathan Straz2012-12-181-3/+5
* First crack at ipv6/ipv4 agnostic qarsh/qacp.Dean Jansa2010-09-281-4/+5
* [qacp] Fix improper free when connect failsNathan Straz2009-02-051-5/+5
* [qacp] Check that we have two or more pathsNathan Straz2008-12-011-1/+1
* [qacp] Fix double-free when copying file to fileNathan Straz2008-10-141-1/+1
* Fix the memory leak fix. The first attempt broke multiple file copy support. ...Dean Jansa2008-10-101-4/+7
* 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-7/+29
* Fix fallback buffer sizes. What was I thinking?Nate Straz2008-09-231-1/+1
* 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-5/+5
* sendfile() can only send about 2GB, but you can keep calling it untilNate Straz2008-09-231-2/+4
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-231-1/+1
* Add fallback to read/write when sendfile doesn't work.Nate Straz2008-09-231-0/+31
* Add copyright notices and GPL headerNate Straz2008-09-231-0/+17
* Clean up printing of file xfers.Dean Jansa2008-09-231-13/+13
* Merge qarsh revisions 1727:1738 from sistina-test branch djansa-qarsh.Nate Straz2008-09-231-60/+271
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+382