summaryrefslogtreecommitdiffstats
path: root/sockutil.c
Commit message (Expand)AuthorAgeFilesLines
* Add reasonable log prioritiesNathan Straz2013-09-191-4/+4
* Creat a thin logging layerNathan Straz2013-09-191-4/+7
* Clean up compiler warning on psbufNathan Straz2013-09-191-2/+2
* Add a loop around getting the packet sizeNathan Straz2013-09-171-10/+11
* Remove unused utility functionsNathan Straz2013-09-171-101/+0
* Remove complicated remote file descriptor codeNathan Straz2013-09-111-10/+12
* Get qacp local to remote working on main socketNathan Straz2013-09-111-49/+33
* Move packet sequence numbering to send_packetNathan Straz2013-09-111-1/+4
* Convert packet parsingNathan Straz2013-09-111-1/+1
* Rewrite qptostr to store binary bits into an existing bufferNathan Straz2013-09-111-11/+11
* Start by adding a packet size to the existing protocolNathan Straz2013-09-111-9/+54
* Pass hints into getaddrinfoNathan Straz2012-04-191-1/+1
* Merge branch 'ipv6' of ssh://sts-a//home/msp/djansa/src/git/qarsh into ipv6Nathan Straz2010-09-301-30/+98
|\
| * First crack at ipv6/ipv4 agnostic qarsh/qacp.Dean Jansa2010-09-281-30/+99
* | Cache last used port in bind_anyNathan Straz2010-09-291-0/+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-4/+2
* Add copyright notices and GPL headerNate Straz2008-09-231-0/+19
* Use the same size buffer for holding the send packet as the receive packet.Nate Straz2008-09-231-2/+2
* Set close on exec flag on our sockets in connect_to_peer()Dean Jansa2008-09-231-0/+13
* Fix memory leak in send_packetNate Straz2008-09-231-1/+4
* Flatten the qarsh tree.Nate Straz2008-09-231-0/+119