summaryrefslogtreecommitdiff
path: root/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Fix heap overflow in raddtlsget(), radtcpget() and radtlsget().Linus Nordberg2015-01-161-0/+4
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-09-021-2/+2
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-1/+3
* Make radsecproxy.h self-sustaining.Linus Nordberg2011-09-261-2/+1
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-12/+12
* rewriting code for hosts,ports,resolving,builds but needs testingvenaas2009-01-271-8/+7
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-1/+1
* moved more code to tlscommon, fixed a couple of minor lint warningsvenaas2008-12-221-4/+3
* allowing build with only specific transportsvenaas2008-12-191-0/+6
* cleaning up codevenaas2008-12-191-4/+16
* cleaning up codevenaas2008-12-191-3/+34
* cleaning up codevenaas2008-12-181-1/+8
* hopefully removed some warningsvenaas2008-09-241-2/+2
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-241-1/+0
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-231-8/+6
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-11/+11
* cleaning up codevenaas2008-09-171-6/+5
* moved more stuff from rqout to rqvenaas2008-09-161-2/+0
* renamed some stuff, added client state for received rqs etcvenaas2008-09-161-7/+15
* various code improvementsvenaas2008-09-111-2/+1
* separated udpvenaas2008-08-211-1/+0
* separated tcpvenaas2008-08-211-0/+320