Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | Add unit test for tor_listdir. | Nick Mathewson | 2010-08-20 | |
* | | | | | | | Merge commit 'sebastian/bug1843' | Nick Mathewson | 2010-08-20 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Warn for bad combination of cookie options | Sebastian Hahn | 2010-08-20 | |
* | | | | | | | | Bump version to 0.2.2.15-alpha-dev | Nick Mathewson | 2010-08-19 | |
|/ / / / / / / | ||||
* | | | | / / | Fix up compilation on windows. | Nick Mathewson | 2010-08-19 | |
| |_|_|_|/ / |/| | | | | | ||||
* | | | | | | bump to 0.2.2.15-alpha | Roger Dingledine | 2010-08-18 | |
* | | | | | | delay geoip stats even more for relays-turned-bridges | Roger Dingledine | 2010-08-18 | |
|/ / / / / | ||||
* | | | | | Merge commit 'origin/maint-0.2.1' | Nick Mathewson | 2010-08-18 | |
|\| | | | | ||||
| * | | | | Backport END_STREAM_REASON_NOROUTE for client use. | Sebastian Hahn | 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 | |
* | | | | | | Remove unused function declarations | Sebastian Hahn | 2010-08-17 | |
* | | | | | | Merge branch 'maint-0.2.1' | Nick Mathewson | 2010-08-17 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | Merge branch 'bug1141_v3' into maint-0.2.1 | Nick Mathewson | 2010-08-17 | |
| |\ \ \ \ \ | ||||
| | * | | | | | Scale CONSENSUS_MIN_SECONDS_BEFORE_CACHING by voting interval | Nick Mathewson | 2010-08-17 | |
* | | | | | | | Merge commit 'public/warn1125' | Nick Mathewson | 2010-08-16 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Make buf_shrink_freelists warn, not crash, when n_to_skip is too high | Nick Mathewson | 2010-08-10 | |
* | | | | | | | | Fix compilation with --with-dmalloc | Karsten Loesing | 2010-08-16 | |
* | | | | | | | | 161b2750 didn't really retry the stream. this does. | Roger Dingledine | 2010-08-16 | |
* | | | | | | | | Make Sebastian's bug1831 branch build with --enable-gcc-warnings | Nick Mathewson | 2010-08-15 | |
* | | | | | | | | Merge commit 'sebastian/bug1831' | Nick Mathewson | 2010-08-15 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix misplaced labels | Sebastian Hahn | 2010-08-16 | |
| * | | | | | | | | Fix a memory leak in dirvote_compute_consensuses() | Sebastian Hahn | 2010-08-16 | |
| * | | | | | | | | Fix a memory leak | Sebastian Hahn | 2010-08-16 | |
| * | | | | | | | | Refactor circuit_build_times_parse_state | Sebastian Hahn | 2010-08-16 | |
| * | | | | | | | | Fix a memory leak in circuit_build_times_parse_state | Sebastian Hahn | 2010-08-16 | |
* | | | | | | | | | Make Sebastian's misc-reasons branch compile; frob the changes file | Nick Mathewson | 2010-08-15 | |
* | | | | | | | | | Merge commit 'sebastian/misc-reason' | Nick Mathewson | 2010-08-15 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Retry streams that ended with NOROUTE error | Sebastian Hahn | 2010-08-04 | |
| * | | | | | | | | | Introduce END_STREAM_REASON_NOROUTE | Sebastian Hahn | 2010-08-03 | |
| * | | | | | | | | | Handle EHOSTUNREACH in errno_to_stream_end_reason() | Sebastian Hahn | 2010-08-03 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Make unit tests work when tests get run in subprocesses. | Nick Mathewson | 2010-08-15 | |
* | | | | | | | | | Rename rep_hist_exit_stats_history in test.c too | Nick Mathewson | 2010-08-15 | |
* | | | | | | | | | Merge commit 'karsten/stats-tests' | Nick Mathewson | 2010-08-15 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||
| * | | | | | | | | Run test_stats in a subprocess. | Karsten Loesing | 2010-08-15 | |
| * | | | | | | | | Give rep_hist_exit_stats_history() a better name. | Karsten Loesing | 2010-08-15 | |
| * | | | | | | | | Fix memory leak spotted by Nick. | Karsten Loesing | 2010-08-15 | |
| * | | | | | | | | Refactor exit port statistics code and add unit tests. | Karsten Loesing | 2010-08-11 | |
| | |_|_|/ / / / | |/| | | | | | | ||||
* | | | | | | | | 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 | |
| |_|_|_|/ / / |/| | | | | | | ||||
* | | | | | | | fix another piece of 1741 | Roger Dingledine | 2010-08-14 | |
* | | | | | | | changes entry for bug 1741 | Roger Dingledine | 2010-08-13 | |
* | | | | | | | Add check for CIRCUIT_PURPOSE_S_REND_JOINED. | Mike Perry | 2010-08-13 | |
* | | | | | | | fix a memory leak introduced by df1ef2f0f0856af | Roger Dingledine | 2010-08-13 | |
* | | | | | | | minor formatting / comment fixes | Roger Dingledine | 2010-08-13 | |
|/ / / / / / | ||||
* | / / / / | tiny change i found in my other sandbox | Roger Dingledine | 2010-08-11 | |
| |/ / / / |/| | | | | ||||
* | | | | | tiny changes i found in my sandbox | Roger Dingledine | 2010-08-09 | |
| |_|/ / |/| | | | ||||
* | | | | Fix a rare bug in rend_fn tests when the randomly generated port is 0 | Nick Mathewson | 2010-08-07 | |
* | | | | Move exit-stats code to the end of rephist.c. | Karsten Loesing | 2010-08-05 |