summaryrefslogtreecommitdiffstats
path: root/qarsh_packet.c
Commit message (Expand)AuthorAgeFilesLines
* Remove offset from data packetNathan Straz2013-10-021-6/+3
* Change ack type to uint8 like it is in the packet headerNathan Straz2013-09-201-2/+2
* Add reasonable log prioritiesNathan Straz2013-09-191-23/+24
* Reduce size of some fields sent on the wireNathan Straz2013-09-191-6/+28
* Creat a thin logging layerNathan Straz2013-09-191-22/+25
* Remove complicated remote file descriptor codeNathan Straz2013-09-111-6/+3
* Get commands running over one socketNathan Straz2013-09-111-10/+47
* Get qacp local to remote working on main socketNathan Straz2013-09-111-31/+28
* Add new data packet typeNathan Straz2013-09-111-0/+86
* Send all server side error messages to stderrNathan Straz2013-09-111-27/+26
* Remove last bits of XML dependenciesNathan Straz2013-09-111-18/+8
* Convert packet parsingNathan Straz2013-09-111-196/+118
* Rewrite qptostr to store binary bits into an existing bufferNathan Straz2013-09-111-125/+110
* Start by adding a packet size to the existing protocolNathan Straz2013-09-111-1/+10
* 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
* Use off_t instead of size_t so we can transfer files larger than 2GB.Nate Straz2008-09-231-6/+6
* 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