summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add a lost comment.Linus Nordberg2010-09-131-0/+2
|
* Improve API docu in libradsec-base.h slightly.Linus Nordberg2010-09-131-22/+28
| | | | Still needs work!
* First stab at a working blocking example.Linus Nordberg2010-09-139-41/+203
|
* Low level connect and read working, kind of. At least TCP.Linus Nordberg2010-09-038-62/+312
| | | | Next: serializing.
* Rename libradsec-libevent.h --> libradsec-levent.h.Linus Nordberg2010-09-021-0/+0
|
* Cosmetic changes.Linus Nordberg2010-09-021-1/+1
|
* Change the order of parameters to rc_connect() -- let those who mayLinus Nordberg2010-09-021-3/+3
| | | | default to 0 or NULL come last.
* Complete documentation for functions in libradsec-base.h.Linus Nordberg2010-09-021-13/+21
|
* Split libradsec.h in -base.h and -libevent.h.Linus Nordberg2010-09-023-99/+201
|
* Thinking out loud some more.Linus Nordberg2010-08-271-6/+7
|
* Fix typo.Linus Nordberg2010-08-271-1/+1
|
* Add lib/libradsec.h.Linus Nordberg2010-08-272-0/+1699
First sketch of the API.