aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Raise the TrackHostExits membership code into its own functionNick Mathewson2011-05-13
* Don't clear out transient addressmap entries on HUPNick Mathewson2011-05-13
* Add a ControlPortFileGroupWritable optionNick Mathewson2011-05-13
* Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
* new GETINFO command to return list of listeners of a given typeNick Mathewson2011-05-13
* Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson2011-05-13
* Correct the signature for is_listening_on_low_port for "auto" portsNick Mathewson2011-05-13
* Teach retry_listener about "auto" ports.Nick Mathewson2011-05-13
* "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary portNick Mathewson2011-05-13
* Downgrade the "we launched 10 circuits for this stream" message. (See bug 3080)Nick Mathewson2011-05-12
* Merge remote-tracking branch 'public/bug3122_memcmp_022' into maint-0.2.2Nick Mathewson2011-05-12
|\
| * Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson2011-05-11
| * Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
| * Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
| |\
| | * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| | * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
| | * Add a data-independent variant of memcmp and a d-i memeq function.Nick Mathewson2011-05-11
* | | Fixes ticket #2503mikey992011-05-12
* | | Unmap microdesc cache before replacing it.Nick Mathewson2011-05-12
* | | Merge branch 'bug1352' into maint-0.2.2Nick Mathewson2011-05-12
|\ \ \
| * | | Rate-limit v2 networkstatus download fail warningsNick Mathewson2011-04-28
| * | | Rename connection_dir_download_networkstatus_failed: be clear that it means v2Nick Mathewson2011-04-28
* | | | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-05-11
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix crash when read_file_to_string() fails in SAVECONFNick Mathewson2011-05-11
| | |/ | |/|
* | | Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson2011-05-09
|\ \ \
| * | | Only authorities should automatically download v2 networkstatus documentsNick Mathewson2011-04-28
* | | | Remove some dead code, found by clangSebastian Hahn2011-05-09
* | | | Remove a duplicated line, found by clangSebastian Hahn2011-05-09
* | | | Fix potential null pointer deref during dirvoteSebastian Hahn2011-05-09
* | | | Fix a potential null deref when rebuilding md cacheSebastian Hahn2011-05-09
* | | | CONN_LOG_PROTECT()'s first argument may not be 0Sebastian Hahn2011-05-09
* | | | Appease clang - and my tortured mindSebastian Hahn2011-05-09
* | | | Add an assert to un-confuse clang's analyzerSebastian Hahn2011-05-09
* | | | Fix a docstringSebastian Hahn2011-05-09
* | | | Fix up some check-spaces issuesNick Mathewson2011-05-05
* | | | Merge remote-tracking branch 'rransom/bug3106' into maint-0.2.2Nick Mathewson2011-05-04
|\ \ \ \
| * | | | Handle crypto_pk_get_digest failures semi-sensiblyRobert Ransom2011-05-04
* | | | | Merge remote-tracking branch 'sebastian/win_warning' into maint-0.2.2Nick Mathewson2011-05-04
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix compile warning on windowsSebastian Hahn2011-05-05
* | | | | Fix circuit_list_path_impl(): internal circuits do not have an "exit". Trivia...Nick Mathewson2011-05-03
|/ / / /
* | | | Change who calls microdesc_cache_rebuild().Nick Mathewson2011-05-03
* | | | Rebuild the microdesc cache when a sufficient number of bytes are droppedNick Mathewson2011-05-03
* | | | Backport microdesc_cache_clean to 0.2.2Nick Mathewson2011-05-03
* | | | Fix a check for when to rebuild the microdesc cache. (Backport from 0.2.3.Nick Mathewson2011-05-03
* | | | Add missing code to set cache->journal_len when reading microdesc journalNick Mathewson2011-05-03
* | | | Clean up a warning a bitNick Mathewson2011-04-29
| |_|/ |/| |
* | | Merge remote-tracking branch 'arma/bug3012' into maint-0.2.2Nick Mathewson2011-04-28
|\ \ \
| * | | relays checkpoint their state file twice a dayRoger Dingledine2011-04-28
* | | | Merge remote-tracking branch 'arma/bug3039' into maint-0.2.2Nick Mathewson2011-04-28
|\ \ \ \ | |/ / / |/| | |
| * | | stop putting wacky values into state->lastwrittenRoger Dingledine2011-04-28