summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-08Keep better statistics about channels and dump them from dumpstats() on SIGUSR1Andrea Shepard
2012-10-08Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.cAndrea Shepard
2012-10-08Call connection_or_close_normally() rather than using connection_mark_for_clo...Andrea Shepard
2012-10-08Call channel_run_cleanup() in main.c, and include a comment explaining how cl...Andrea Shepard
2012-10-08Add LD_CHANNEL log domain in log.cAndrea Shepard
2012-10-08Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.cAndrea Shepard
2012-10-08Use connection_or_get_num_circuits() in control.cAndrea Shepard
2012-10-08Convert rendmid.c to channel_tAndrea Shepard
2012-10-08Use dirreq_id from channel_t when appropriateAndrea Shepard
2012-10-08Switch onion.c over to channel_tAndrea Shepard
2012-10-08Use channel_t in cpuworker.cAndrea Shepard
2012-10-08Query circuit count from associated channel of or_conn in control.cAndrea Shepard
2012-10-08Make reachabiity test in dirserv.c use channel_tAndrea Shepard
2012-10-08Convert relay.c/relay.h to channel_tAndrea Shepard
2012-10-08Support channel_t in connection_edge.cAndrea Shepard
2012-10-08Use channel_t in cmd.cAndrea Shepard
2012-10-08Use channel_t rather than or_connection_t for circuitsAndrea Shepard
2012-10-08Initial channeltls.c/channeltls.h for bug 6465Andrea Shepard
2012-10-08Fix make check-spaces in circuitbuild.c and router.hAndrea Shepard
2012-10-08Add channel.c/channel.h for bug 6465Andrea Shepard
2012-10-04Merge remote-tracking branch 'public/openssl_1_is_best'Nick Mathewson
2012-10-04Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-04Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3Nick Mathewson
2012-10-04Fix tabs in config.cNick Mathewson
2012-10-04Merge remote-tracking branch 'linus/bug6757'Nick Mathewson
2012-10-04Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-03pass the reason from the truncated cell to the controllerRoger Dingledine
2012-10-03Refuse extra create cells with reason "resource limit"Roger Dingledine
2012-10-03properly free the return values of rate_limit_log()Roger Dingledine
2012-10-03actually use the rate-limiting stringRoger Dingledine
2012-10-02reformat; no actual changesRoger Dingledine
2012-10-02and make the last commit compileRoger Dingledine
2012-10-02Fix compilation error left over from 1cbf45bed1. (Bug 7021)Nick Mathewson
2012-10-02more consistently use [gs]et_uint8Roger Dingledine
2012-10-01The --version option should imply --quiet.Nick Mathewson
2012-09-28Add missing declaration so 6876 compilesNick Mathewson
2012-09-28Merge remote-tracking branch 'linus/enh6876_2'Nick Mathewson
2012-09-25Merge remote-tracking branch 'rransom/warn-about-hses-without-guards'Nick Mathewson
2012-09-22Merge branch 'maint-0.2.3'Roger Dingledine
2012-09-22add faravahar as our ninth v3 dir authRoger Dingledine
2012-09-22bump to 0.2.4.3-alpha-devRoger Dingledine
2012-09-22bump to 0.2.4.3-alphator-0.2.4.3-alphaRoger Dingledine
2012-09-224aff97cfc didn't update the 'last modified' timestampRoger Dingledine
2012-09-21Remove the testing_since* fieldsNick Mathewson
2012-09-21Fix comment in crypto.h; bug 6830Nick Mathewson
2012-09-21add changes file and whitespace fixes for bug 4020Nick Mathewson
2012-09-21Reinstate address in warning message when binding non-locallyTom Fitzhenry
2012-09-20Don't leak msg when parse_virtual_addr_network() fails.Linus Nordberg
2012-09-20Make option OutboundBindAddress accept IPv6 addresses too.Linus Nordberg
2012-09-19Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.Linus Nordberg