Rename and move around a few helper functions.
[radsecproxy.git] / lib / conn.c
2011-03-09 Linus NordbergRename and move around a few helper functions.
2011-03-08 Linus NordbergTimeout implemented in request objects, supported by...
2011-03-08 Linus NordbergDon't return -1 to user but rather an error code.
2011-03-07 Linus NordbergMove verification of response packets up to a level...
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-06 Linus NordbergUDP w/o bufferevents, part 1.
2011-03-01 Linus NordbergError handling cleanup 2.
2011-03-01 Linus NordbergDon't have the connection freeing peers -- it's the...
2011-02-28 Linus NordbergRemove last trace of server and client in API.
2011-02-24 Linus NordbergConfig file changes and small API changes.
2011-02-19 Linus NordbergImprove protocol robustness and invoke user callbacks.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-10-19 Linus NordbergMove connection related functions to conn.c.