summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-20bump to 0.2.4.4-alphator-0.2.4.4-alphaRoger Dingledine
2012-10-20fold in changes files for upcoming 0.2.4.4-alphaRoger Dingledine
2012-10-20forward-port the 0.2.3.23-rc changelogRoger Dingledine
2012-10-19Merge branch 'block_renegotiate_024'Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Merge branch 'block_renegotiate_023' into maint-0.2.3Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Merge branch 'bug7149' into maint-0.2.3Nick Mathewson
2012-10-19Don't serve or accept v2 HS descs over a DirPortRobert Ransom
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson
2012-10-19Merge remote-tracking branch 'origin/maint-0.2.2' into maint-0.2.3Nick Mathewson
2012-10-19Disable TLS Session Tickets, which we were apparently getting for freeNick Mathewson
2012-10-18Factor out common parts of channel_tls_connect() and channel_tls_handle_incom...Andrea Shepard
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-10-17Discard extraneous renegotiation attempts in the v3 link protocolNick Mathewson
2012-10-17Fix a bug in channel_dump_statisticsNick Mathewson
2012-10-17Document lifespan of return values of the _remote_descr() funcsNick Mathewson
2012-10-17Restore the 'address' value of tunneled connectionsNick Mathewson
2012-10-17Fix for bug 7112 (spewing complaints from tor_addr_is_internal)Nick Mathewson
2012-10-17Document return value of channel_get_addr_if_possibleNick Mathewson
2012-10-17Remove changes/bug7129Nick Mathewson
2012-10-17Add changes file for bug 7129Andrea Shepard
2012-10-17Use LD_PROTOCOL rather than LD_BUG to warn about bogus reason codes that orig...Andrea Shepard
2012-10-17Fix mal-merge, don't | END_CIRC_REASON_CHANNEL_CLOSED into reason codes in ci...Andrea Shepard
2012-10-15Merge branch 'bug7087_2' of ssh://git-rw.torproject.org/user/andrea/torAndrea Shepard
2012-10-15Fix a reserved identifier that my scripts missedNick Mathewson
2012-10-15Close and free channel_tls_listener correctly in channel_tls_free_all()Andrea Shepard
2012-10-15whitesapce fixNick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-15Add debug logging to channel_listener_free()/channel_listener_force_free()Andrea Shepard
2012-10-15Fix a long lineNick Mathewson
2012-10-15fixed differing returntype in definition and declaration of dirserv_add_extra...Markus Teich
2012-10-15Merge branch 'bug7087' of git://git.torproject.org/user/andrea/torAndrea Shepard
2012-10-15Add debug logging for channel_free() and channel_force_free()Andrea Shepard
2012-10-15Correctly clear cmux policies and free cmux in channel_free() and channel_for...Andrea Shepard
2012-10-14Merge remote-tracking branch 'arma/bug7029'Nick Mathewson
2012-10-13fix trivial typoRoger Dingledine
2012-10-12typo in src/ext/README; caught by rransom (thanks!)Nick Mathewson
2012-10-12Fix whitespace in aes.cNick Mathewson
2012-10-12Simplify list of files that get whitespace-checkedNick Mathewson
2012-10-12Move strlcpy and strlcat into src/ext tooNick Mathewson
2012-10-12Distribute src/ext/README.Nick Mathewson
2012-10-12Add a README file for the src/ext directory.Nick Mathewson
2012-10-12Changes file for bug 1031 (reserved C identifiers)Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-12Convert all include-guard macros to avoid reserved identifiers.Nick Mathewson
2012-10-12Clean up reserved identifier usage in src/ext include guardsNick Mathewson
2012-10-12Add guard macro for eventdns_tor.hNick Mathewson
2012-10-12Make tor_addr_is_internal log the calling function on errorNick Mathewson
2012-10-12Install correct incoming cell handlers on reachability testing channelsAndrea Shepard