| Commit message (Expand) | Author | Age |
* | Rename router_get_by_digest() | Sebastian Hahn | 2010-10-14 |
* | Merge branch 'nodes' | Nick Mathewson | 2010-10-13 |
|\ |
|
| * | Initial conversion to use node_t throughout our codebase. | Nick Mathewson | 2010-10-01 |
| * | Try to make most routerinfo_t interfaces const | Nick Mathewson | 2010-10-01 |
* | | Remember to re-install inbuf/outbuf callbacks on ssl bufferevents | Nick Mathewson | 2010-10-12 |
* | | Actually call connection_tls_finish_handshake() with bufferevents | Nick Mathewson | 2010-10-12 |
* | | Log OpenSSL errors coming from bufferevent_openssl | Nick Mathewson | 2010-10-11 |
|/ |
|
* | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-09-29 |
|\ |
|
| * | improve code comments, based on comments from nick | Roger Dingledine | 2010-09-28 |
| * | handle ugly edge case in retrying entrynodes | Roger Dingledine | 2010-09-28 |
* | | Make the bufferevent code use the renegotiation-reenabling hack | Nick Mathewson | 2010-09-27 |
* | | note that libevent does not have an an easy way to reset buckets atm | Nick Mathewson | 2010-09-27 |
* | | Convert bufferevents to use rate-limiting. | Nick Mathewson | 2010-09-27 |
* | | Get SSL connections and linked connections working with bufferevents. | Nick Mathewson | 2010-09-27 |
* | | Fix more remaining users of inbuf/outbuf to handle bufferevents instead. | Nick Mathewson | 2010-09-27 |
* | | Move the "stop writing when the buffer is empty" logic to cnnection_finished_... | Nick Mathewson | 2010-09-27 |
* | | Refactor users of buf_datalen to bufferevent-friendly version. | Nick Mathewson | 2010-09-27 |
|/ |
|
* | A start at a patch for bug 1943 (alignment issues) | Roger Dingledine | 2010-09-20 |
* | perconnbwrate and perconnbwburst consensus params | Roger Dingledine | 2010-09-16 |
* | Merge branch 'bug1184' | Nick Mathewson | 2010-09-15 |
|\ |
|
| * | Clear cell queues when marking or truncating a circuit. | Nick Mathewson | 2010-07-30 |
* | | Add a simple integer-ceiling-division macro before we get it wrong | Nick Mathewson | 2010-09-14 |
* | | reinit per-conn token buckets on config or consensus change | Roger Dingledine | 2010-08-15 |
* | | factor out rate/burst setting. no actual changes. | Roger Dingledine | 2010-08-15 |
|/ |
|
* | Create rephist.h | Sebastian Hahn | 2010-07-27 |
* | Create relay.h | Sebastian Hahn | 2010-07-27 |
* | Create reasons.h | Sebastian Hahn | 2010-07-27 |
* | Create networkstatus.h | Sebastian Hahn | 2010-07-27 |
* | Create main.h | Sebastian Hahn | 2010-07-27 |
* | Create dirserv.h | Sebastian Hahn | 2010-07-27 |
* | Create control.h | Sebastian Hahn | 2010-07-27 |
* | Create connection_or.h | Sebastian Hahn | 2010-07-27 |
* | Create connection.h | Sebastian Hahn | 2010-07-27 |
* | Create config.h | Sebastian Hahn | 2010-07-27 |
* | Create command.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitbuild.h | Sebastian Hahn | 2010-07-27 |
* | Create buffers.h | Sebastian Hahn | 2010-07-27 |
* | Create routerlist.h | Sebastian Hahn | 2010-07-27 |
* | Create router.h | Sebastian Hahn | 2010-07-27 |
* | Create geoip.h | Sebastian Hahn | 2010-07-27 |
* | Let bridge users use the non-primary address of a multi-homed bridge | Roger Dingledine | 2010-06-03 |
* | Clarify 'marking connection as too old' messages | Nick Mathewson | 2010-05-12 |
* | let people test the RefuseUnknownExits idea | Roger Dingledine | 2010-03-10 |
* | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | 2010-02-27 |
|\ |
|
| * | Update Tor Project copyright years | Nick Mathewson | 2010-02-27 |
* | | add config options to override. | Roger Dingledine | 2009-12-29 |
* | | add separate per-conn write limiting | Roger Dingledine | 2009-12-29 |
* | | New consensus params "bwconnrate" and "bwconnburst" | Roger Dingledine | 2009-12-23 |
* | | Remove duplicate words and a duplicate newline. | Karsten Loesing | 2009-12-18 |
* | | Make changes to latest bridge-stats fixes as suggested by Nick. | Karsten Loesing | 2009-12-17 |