summaryrefslogtreecommitdiff
path: root/lib/debug.c
Commit message (Collapse)AuthorAgeFilesLines
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+2
| | | | Also, move copyright notice out of COPYING and into every file.
* Improve protocol robustness and invoke user callbacks.Linus Nordberg2011-02-191-3/+6
| | | | | | | | | | | | All aborts are removed, as well as all asserts which aren't programming errors. When an invalid packet is received, the connection is closed, as per draft-ietf-radext-tcp-transport-08 (2.6.4). Use new rs_debug() macro rather than fprintf() for debug printouts. Coding style overhaul.
* Add and use rs_debug() instead of fprintf to stderr.Linus Nordberg2011-02-041-0/+17
|
* Replace some code for debug printouts.Linus Nordberg2011-02-021-63/+8
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-0/+4
| | | | | | | NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work.
* WIP.Linus Nordberg2010-10-021-2/+2
|
* WIPLinus Nordberg2010-10-021-2/+2
|
* WIPLinus Nordberg2010-10-011-0/+2
|
* WIP.Linus Nordberg2010-09-281-0/+8
|
* WIPLinus Nordberg2010-09-271-0/+71