summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add changes file for channels (ticket 6465)bug6465_squashedAndrea Shepard2012-09-13
* Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard2012-09-13
* Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.cAndrea Shepard2012-09-13
* Call connection_or_close_normally() rather than using connection_mark_for_clo...Andrea Shepard2012-09-13
* Call channel_run_cleanup() in main.c, and include a comment explaining how cl...Andrea Shepard2012-09-13
* Add LD_CHANNEL log domain in log.cAndrea Shepard2012-09-13
* Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.cAndrea Shepard2012-09-13
* Use connection_or_get_num_circuits() in control.cAndrea Shepard2012-09-13
* Convert rendmid.c to channel_tAndrea Shepard2012-09-13
* Use dirreq_id from channel_t when appropriateAndrea Shepard2012-09-13
* Switch onion.c over to channel_tAndrea Shepard2012-09-13
* Use channel_t in cpuworker.cAndrea Shepard2012-09-13
* Query circuit count from associated channel of or_conn in control.cAndrea Shepard2012-09-13
* Make reachabiity test in dirserv.c use channel_tAndrea Shepard2012-09-13
* Convert relay.c/relay.h to channel_tAndrea Shepard2012-09-13
* Support channel_t in connection_edge.cAndrea Shepard2012-09-13
* Use channel_t in cmd.cAndrea Shepard2012-09-13
* Use channel_t rather than or_connection_t for circuitsAndrea Shepard2012-09-13
* Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard2012-09-13
* Fix make check-spaces in circuitbuild.c and router.hAndrea Shepard2012-09-13
* Add channel.c/channel.h for bug 6465Andrea Shepard2012-09-13
* Merge branch 'bug6815'Nick Mathewson2012-09-12
|\
| * Fix a wide lineNick Mathewson2012-09-12
| * Fix directory self-testing logicNick Mathewson2012-09-12
* | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-12
|\ \
| * | Revert "6819: typo in torrc.sample.in"Nick Mathewson2012-09-12
* | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-12
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'public/bug6341_a_v2' into maint-0.2.3Nick Mathewson2012-09-12
| |\ \
| | * | Check ewma_enabled before doing circ-has-become-inactive checkNick Mathewson2012-07-18
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-12
|\ \ \ \ | |/ / /
| * | | 6819: typo in torrc.sample.inNick Mathewson2012-09-12
* | | | hot: we fixed incancations to be intancations.Roger Dingledine2012-09-12
| |_|/ |/| |
* | | Merge remote-tracking branch 'public/bug6538'Nick Mathewson2012-09-11
|\ \ \
| * | | Use a time-invariant comparison in choose_array_element_by_weightNick Mathewson2012-08-28
| * | | In choose-by-bw, scale to better use the range of uint64Nick Mathewson2012-08-27
| * | | Spelling fix in util.c commentsNick Mathewson2012-08-27
| * | | Refactor the core of choosing by weights into a functionNick Mathewson2012-08-09
| * | | Refactor smartlist_choose_node_by_bandwidth to be less horrible.Nick Mathewson2012-08-09
| * | | Use a smarter fix for bug 1203.Nick Mathewson2012-08-09
| * | | Remove remaining timing-dependency in choosing nodes by bandwidthNick Mathewson2012-08-09
| * | | Change smartlist_choose_node_by_bandwidth to avoid doubleNick Mathewson2012-08-09
* | | | put all the changelogs into masterRoger Dingledine2012-09-11
* | | | Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-09-11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson2012-09-11
| |\ \ \
| | * \ \ Merge branch 'timegm_assert_v3_squashed' into maint-0.2.2Nick Mathewson2012-09-11
| | |\ \ \
| | | * | | Fix assertion failure in tor_timegm.Nick Mathewson2012-09-11
| | |/ / /
* | | | | Bump version to 0.2.4.2-alpha-devNick Mathewson2012-09-10
* | | | | fold in anotherRoger Dingledine2012-09-10
* | | | | Merge branch 'maint-0.2.3'Roger Dingledine2012-09-10
|\ \ \ \ \ | |/ / / /
| * | | | Avoid segfault when reading state file from ancient torNick Mathewson2012-09-10