summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* API changes: rs_client* --> rs_peer.Linus Nordberg2011-02-281-0/+1
| | | | | Move peer (former server) things to new file peer.c. Update examples.
* Config file changes and small API changes.Linus Nordberg2011-02-241-1/+1
| | | | | | | | 'timeout' and 'tries' move from 'server' stanza to top. 'tries' is now 'retries'. Moving around in internal data structs, making struct peer strictly config. Bug fixes in configuration code. Adding some more cleanup code, freeing allocated memory (still not done!).
* Use AM_CFLAGS when setting CFLAGS.Linus Nordberg2011-02-191-1/+1
|
* Compile with -Wall and -g.linus2011-01-211-0/+1
|
* Cosmetic changes.linus2011-01-171-0/+1
|
* Disable debugging.Linus Nordberg2010-11-111-1/+1
|
* Build even when not configured with `--enable-tls'.Linus Nordberg2010-11-111-3/+7
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-2/+11
| | | | | | | 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.
* Move connection related functions to conn.c.Linus Nordberg2010-10-191-0/+1
|
* Disable debug printouts.Linus Nordberg2010-10-051-1/+1
|
* Parameterize and disable libevent debug printouts.Linus Nordberg2010-10-051-1/+1
|
* Autotoolize.Linus Nordberg2010-10-051-0/+18