]> git.ipfire.org Git - thirdparty/tor.git/shortlog
thirdparty/tor.git
2011-05-04  Nick MathewsonSet SO_REUSEADDR on all sockets, not just listeners
2011-05-04  Nick MathewsonFix circuit_list_path_impl(): internal circuits do...
2011-05-03  Nick MathewsonChange who calls microdesc_cache_rebuild().
2011-05-03  Nick MathewsonRebuild the microdesc cache when a sufficient number...
2011-05-03  Nick MathewsonBackport microdesc_cache_clean to 0.2.2
2011-05-03  Nick MathewsonFix a check for when to rebuild the microdesc cache...
2011-05-03  Nick MathewsonAdd missing code to set cache->journal_len when reading...
2011-05-02  Nick MathewsonAdd a couple of notes to doc/HACKING based on 0.2.2...
2011-04-29  Nick MathewsonClean up a warning a bit
2011-04-29  Roger Dingledineadd another heuristic for changes stanzas
2011-04-29  Nick MathewsonUpdate hacking file with terse notes on formatting...
2011-04-29  Nick MathewsonMerge remote-tracking branch 'arma/bug3012' into maint...
2011-04-29  Roger Dingledinerelays checkpoint their state file twice a day
2011-04-29  Nick MathewsonMerge remote-tracking branch 'arma/bug3039' into maint...
2011-04-29  Roger Dingledinestop putting wacky values into state->lastwritten
2011-04-29  Nick MathewsonClarify comment to say which version fixed 2722
2011-04-29  Nick MathewsonMerge remote-tracking branches 'rransom/bug2722' and...
2011-04-29  Nick MathewsonMerge remote-tracking branch 'sebastian/bug3020' into...
2011-04-28  Roger Dingledinefix a function comment
2011-04-28  Sebastian HahnCorrectly check elapsed time in last hibernation period
2011-04-28  Nick MathewsonMerge branch 'bug3000-022-part2-squashed' into maint...
2011-04-28  Nick MathewsonAvoid false positives from proxy_mode()
2011-04-28  Robert RansomFix bug 1930
2011-04-28  Robert RansomIgnore SIGNAL NEWNYM on relay-only Tor instances
2011-04-28  Robert RansomDon't allow v0 HS auths to act as clients
2011-04-28  John BrooksCorrect the logic from f14754fbd for tor_gmtime_r
2011-04-28  Nick MathewsonDetect and handle NULL returns from (gm/local)time_r
2011-04-28  Nick MathewsonMerge remote-tracking branch 'sebastian/bug2497' into...
2011-04-28  Robert RansomClean up merge of bug3k_021
2011-04-28  Sebastian HahnMerge branch 'bug3k_021' into bug3k_022
2011-04-28  Sebastian HahnFix a failure case of connection_ap_handshake_attach_ci...
2011-04-28  Robert RansomFix a bug introduced by purging rend_cache on NEWNYM
2011-04-28  Robert RansomAllow rend_client_send_introduction to fail transiently
2011-04-28  Robert RansomForget all rendezvous client state on SIGNAL NEWNYM
2011-04-28  Nick MathewsonMerge remote-tracking branch 'origin/maint-0.2.1' into...
2011-04-27  Nick MathewsonI guess that had a bug number: add it to the changes...
2011-04-27  Nick MathewsonFix clear_trackhostexits_mapping() to actually work...
2011-04-27  Roger Dingledinemake make check-spaces happier.
2011-04-27  cypherpunksFix double-free bug in microdesc parser
2011-04-27  Roger Dingledineminor tweaks to manpage
2011-04-27  Nick MathewsonMerge remote-tracking branch 'arma/bug1090-part1-squash...
2011-04-27  Nick MathewsonMerge branch 'bug1090-manpage-squashed' into bug1090...
2011-04-27  Roger Dingledineexplain an argument in a function comment
2011-04-27  Nick MathewsonRevise the manpage to contain the actual intended ...
2011-04-27  Nick MathewsonAdd a big changelog entry for bug 1090 fixes
2011-04-27  Nick MathewsonInstead of checking whether we have unremoved intro...
2011-04-27  Roger Dingledinebetter user-facing warnings for unexpected last hops
2011-04-27  Roger Dingledinewarn if we launch too many circuits for a given stream
2011-04-27  Roger Dingledinerevert most of ef81649d2fc
2011-04-27  Nick MathewsonAdd a circuit_purpose_to_string() function, and use it
2011-04-27  Sebastian HahnFix a check-spaces complaint
2011-04-27  Sebastian HahnExplain the "using anyway" log message better
2011-04-27  Sebastian HahnFix a log msg
2011-04-27  Nick MathewsonCheck transition of circuit purpose from INTRO->GENERAL...
2011-04-27  Nick MathewsonWhen cannibalizing a circuit, make sure it has no Exclu...
2011-04-27  Nick MathewsonWhen there is a transition in permitted nodes, apply...
2011-04-27  Nick MathewsonSimplify calls to routerset_equal
2011-04-27  Nick MathewsonIf we have chosen an exit that shares a family with...
2011-04-27  Nick MathewsonDo not try to download descriptors for bridges in Exclu...
2011-04-27  Nick MathewsonCorrect the behavior of .exit with ExcludeNodes, Strict...
2011-04-27  Nick MathewsonNote another place that we need to fix a 1090 issue.
2011-04-27  Nick MathewsonDo not automatically ignore Fast/Stable for exits when...
2011-04-27  Nick MathewsonNote a slightly less likely way to violate ExcludeNodes
2011-04-27  Nick MathewsonNote that circuit purpose changing can violate ExcludeNodes
2011-04-27  Nick MathewsonIf we're excluded, and StrictNodes is set, do not do...
2011-04-27  Nick MathewsonAdd an XXX022-1090 to note consider_exit_fmily b0rkenness
2011-04-27  Roger Dingledinethree more cases where maybe we want to exclude
2011-04-27  Roger Dingledinemake formal a constraint that's been true a while now
2011-04-27  Roger Dingledinerefuse moria1.exit if moria1 is excluded
2011-04-27  Roger Dingledinenote another case where strictnodes is considered for...
2011-04-27  Roger DingledineIf ExitNodes and Exclude{Exit}Nodes overlap, obey Exclu...
2011-04-27  Roger Dingledinethe new entrynodes behavior is always strict
2011-04-27  Roger Dingledinedon't exit enclave to excluded relays
2011-04-27  Roger Dingledineslight tweak on circuit_conforms_to_options
2011-04-27  Roger Dingledinehandle excludenodes for dir fetch/post
2011-04-27  Roger DingledineIf EntryNodes and ExcludeNodes overlap, obey ExcludeNodes.
2011-04-27  Roger Dingledinerefuse excluded hidserv nodes if strictnodes
2011-04-26  Nick MathewsonExpose a new process_signal(uintptr_t), not signal_call...
2011-04-26  Nick MathewsonMerge remote-tracking branch 'sebastian/bug2917' into...
2011-04-26  Nick MathewsonMerge remote-tracking branch 'public/bug2332' into...
2011-04-26  Nick MathewsonMake SIZE_T_CEILING unsigned; add a signed SSIZE_T_CEILING
2011-04-26  Nick MathewsonDowngrade notice to info when downloading a cert.
2011-04-26  Roger Dingledinefix some comments before they create conflicts
2011-04-26  Nick MathewsonFix compilation in last patch
2011-04-26  Nick MathewsonMerge remote-tracking branch 'sebastian/bug2704' into...
2011-04-26  Sebastian HahnFix more of bug 2704
2011-04-26  Sebastian HahnDon't leak the local hostname in relay nicknames
2011-04-25  Nick MathewsonMerge commit '91aa6f08bcf0acbdfa038aaffe73e327ddd87c67...
2011-04-22  Sebastian HahnMake the Log configuration option expand ~
2011-04-21  Nick MathewsonMerge remote-tracking branch 'origin/maint-0.2.1' into...
2011-04-21  Nick MathewsonFix a bug in removing DNSPort requests from their circu...
2011-04-19  Sebastian HahnPrevent hugely inflated observed bandwidth values
2011-04-19  Sebastian HahnDon't sometimes undercount bw average
2011-04-19  Nick MathewsonStandardize our printf code on %d, not %i.
2011-04-19  Nick MathewsonMerge remote-tracking branch 'rransom/bug2948' into...
2011-04-19  Nick MathewsonMerge remote-tracking branch 'origin/maint-0.2.1' into...
2011-04-19  Nick MathewsonMerge remote-tracking branch 'rransom/bug2750-v3' into...
2011-04-19  Nick MathewsonMerge remote-tracking branch 'origin/maint-0.2.1' into...
2011-04-19  Nick MathewsonOuch: correctly tabify the micro-revision.i target...
2011-04-19  Sebastian HahnDon't report empty bw-history lines in extrainfo
next