summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08s/channel_request_close()/channel_mark_for_close()/g for consistencyAndrea Shepard
2012-10-08Make channel_force_free() staticAndrea Shepard
2012-10-08Simplify channel_next_with_digest() in channel.cAndrea Shepard
2012-10-08Eliminate unnecessary channel_set_cell_handler(), channel_set_var_cell_handle...Andrea Shepard
2012-10-08Eliminate unnecessary SMARTLIST_DEL_CURRENT() invocations in channel.c, chann...Andrea Shepard
2012-10-08Remove orphaned comment in channel_flush_some_cells_from_outgoing_queue()Andrea Shepard
2012-10-08Simplify channel_find_by_remote_digest()Andrea Shepard
2012-10-08Abolish superfluous channel_find_by_remote_nickname()Andrea Shepard
2012-10-08channel_free() should be a no-opAndrea Shepard
2012-10-08Use U64_FORMAT/U64_PRINTF_ARG rather than %lu for channel_tAndrea Shepard
2012-10-08Check return value from connection_or_connect() in channel_tls_connect()Andrea Shepard
2012-10-08Add changes file for channels (ticket 6465)Andrea Shepard
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-04Add autoconf magic to support BitrigNick 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