| Commit message (Expand) | Author | Age |
* | Add a generic rate-limited log mechanism, and use it in a few places | Nick Mathewson | 2010-08-18 |
* | Merge commit 'karsten/dirbytes2' | Nick Mathewson | 2010-08-18 |
|\ |
|
| * | Correctly report written bytes on linked connections. | Karsten Loesing | 2010-08-18 |
| * | Count bytes we spend on answering directory requests. | Karsten Loesing | 2010-08-18 |
* | | Merge commit 'sebastian/bug1831' | Nick Mathewson | 2010-08-15 |
|\ \ |
|
| * | | Fix misplaced labels | Sebastian Hahn | 2010-08-16 |
| |/ |
|
* / | Refactor exit port statistics code and add unit tests. | Karsten Loesing | 2010-08-11 |
|/ |
|
* | Create routerparse.h | Sebastian Hahn | 2010-07-27 |
* | 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 policies.h | Sebastian Hahn | 2010-07-27 |
* | Create main.h | Sebastian Hahn | 2010-07-27 |
* | Create dns.h | Sebastian Hahn | 2010-07-27 |
* | Create dirserv.h | Sebastian Hahn | 2010-07-27 |
* | Create directory.h | Sebastian Hahn | 2010-07-27 |
* | Create cpuworker.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_edge.h | Sebastian Hahn | 2010-07-27 |
* | Create connection.h | Sebastian Hahn | 2010-07-27 |
* | Create config.h | Sebastian Hahn | 2010-07-27 |
* | Create circuituse.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitlist.h | Sebastian Hahn | 2010-07-27 |
* | Create circuitbuild.h | Sebastian Hahn | 2010-07-27 |
* | Create buffers.h | Sebastian Hahn | 2010-07-27 |
* | Create rendclient.h | Sebastian Hahn | 2010-07-27 |
* | Create rendcommon.h | Sebastian Hahn | 2010-07-27 |
* | Create router.h | Sebastian Hahn | 2010-07-27 |
* | Create geoip.h | Sebastian Hahn | 2010-07-27 |
* | Split headers for dnsserv.c functions out of or.h | Sebastian Hahn | 2010-07-27 |
* | commit my annotations while i was hunting down the host order bug | Roger Dingledine | 2010-03-05 |
* | Merge remote branch 'origin/maint-0.2.1' | Nick Mathewson | 2010-02-27 |
|\ |
|
| * | Update Tor Project copyright years | Nick Mathewson | 2010-02-27 |
* | | Don't spam controllers with TOO_MANY_CONNECTIONS events | Sebastian Hahn | 2010-02-08 |
* | | Don't use OutboundBindAddress to connect to localhost | Nick Mathewson | 2010-01-20 |
* | | Log a notice when we get a new control connection | Sebastian Hahn | 2010-01-18 |
* | | whitespace fixes | Roger Dingledine | 2010-01-15 |
* | | add separate per-conn write limiting | Roger Dingledine | 2009-12-29 |
* | | Merge branch 'ewma' | Nick Mathewson | 2009-12-18 |
|\ \ |
|
| * | | Optimize cell-ewma circuit priority algorithm. | Nick Mathewson | 2009-12-13 |
| * | | Adjust EWMA patch to conform to whitespace style. | Nick Mathewson | 2009-12-12 |
| * | | Favor quiet circuits when choosing which order to relay cells in. | Can Tang | 2009-12-12 |
* | | | Remove duplicate words and a duplicate newline. | Karsten Loesing | 2009-12-18 |
* | | | Merge branch 'safelogging2' | Nick Mathewson | 2009-12-15 |
|\ \ \
| |/ /
|/| | |
|
| * | | Refactor the safe_str_*() API to make more sense. | Nick Mathewson | 2009-12-15 |
| * | | Allow SafeLogging to exclude client related information | Sebastian Hahn | 2009-12-12 |
* | | | Now that FOO_free(NULL) always works, remove checks before calling it. | Nick Mathewson | 2009-12-12 |
* | | | *_free functions now accept NULL | Sebastian Hahn | 2009-12-12 |
|/ / |
|
* | | clobber connections with different number than we clobber circuits | Roger Dingledine | 2009-11-21 |