Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+5 |
| | | | | Also, move copyright notice out of COPYING and into every file. | ||||
* | UDP w/o bufferevents, part 1. | Linus Nordberg | 2011-03-06 | 1 | -1/+2 |
| | | | | Sending, no retransmitting and no receiving. | ||||
* | API changes: rs_client* --> rs_peer. | Linus Nordberg | 2011-02-28 | 1 | -0/+1 |
| | | | | | Move peer (former server) things to new file peer.c. Update examples. | ||||
* | Config file changes and small API changes. | Linus Nordberg | 2011-02-24 | 1 | -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 Nordberg | 2011-02-19 | 1 | -1/+1 |
| | |||||
* | Compile with -Wall and -g. | linus | 2011-01-21 | 1 | -0/+1 |
| | |||||
* | Cosmetic changes. | linus | 2011-01-17 | 1 | -0/+1 |
| | |||||
* | Disable debugging. | Linus Nordberg | 2010-11-11 | 1 | -1/+1 |
| | |||||
* | Build even when not configured with `--enable-tls'. | Linus Nordberg | 2010-11-11 | 1 | -3/+7 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -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 Nordberg | 2010-10-19 | 1 | -0/+1 |
| | |||||
* | Disable debug printouts. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Parameterize and disable libevent debug printouts. | Linus Nordberg | 2010-10-05 | 1 | -1/+1 |
| | |||||
* | Autotoolize. | Linus Nordberg | 2010-10-05 | 1 | -0/+18 |