Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / lib / tcp.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-16 Alan T. DeKokmove MAX_PACKET_LEN to common header
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-25 Alan T. DeKokRemove extraneous message
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-03-20 Arran Cudbard-BellCreate a standard set of socket connection functions...
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-07-27 Arran Cudbard-BellMove net functions which don't depend on PCAP libraries...
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-18 Sam HartmanMerge tag 'release_3_0_4_rc1' into tr-upgrade
2014-05-28 Alan T. DeKokDon't set nonblock on outgoing client connections.
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-03 Arran Cudbard-BellSet nonblock after calling connect, else it returns...
2014-05-02 Arran Cudbard-BellSet nonblock on TCP client sockets
2014-05-02 Arran Cudbard-BellMake sending/receiving debug messages consistent, and...
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-22 Alan T. DeKokRemove unused functions for tcp
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-02-04 Sam HartmanMerge tag 'release_3_0_1' into tr-integ
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-19 Alan T. DeKokMove recv() functions to talloc.
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokFree newfd on error
2013-02-17 Alan T. DeKokReturn on error
2013-02-17 Arran Cudbard-BellFix for coverity (check setsockopt succeeded)
2013-02-17 Alan T. DeKokClose fd on error
2012-10-20 Alan T. DeKokMade packet data len "size_t".
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-18 Alan Buxeyremove compilation warnings
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-30 Alan T. DeKokECONNRESET and EWOULDBLOCK aren't portable
2010-07-19 Alan T. DeKokUse correct return code
2010-07-05 Alan T. DeKokReturn on error
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-15 DanteHeader file and protocol handler for RADIUS over TCP