aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Split portfw-error-logging code into a new function.Nick Mathewson2014-05-06
| | | | No code has changed; only moved. Part of a fix for 9781.
* Remove a spurious variable.Nick Mathewson2014-05-06
|
* Merge remote-tracking branch 'public/bug11750'Nick Mathewson2014-05-06
|\
| * Add a siphash benchmark.Nick Mathewson2014-05-06
| |
| * Faster chan_circid_entry_hash implementationNick Mathewson2014-05-06
| | | | | | | | | | Since this is critical-path, let's tune the value we pass to csiphash a little so it fits into one whole round.
| * Use siphash on channel/circuit-id map tooNick Mathewson2014-05-05
| | | | | | | | Fixes ticket 11750.
* | Merge branch 'bug11743_option_b'Nick Mathewson2014-05-06
|\ \
| * | Unit test for dirvote_create_microdescriptorNick Mathewson2014-05-06
| | |
| * | Future-proof "id" lines against proposal 220.Nick Mathewson2014-05-06
| | |
| * | fix a copy-paste comment mistakeNick Mathewson2014-05-06
| | |
| * | Consensus method 18: Add a base64 ID digest to the microdescNick Mathewson2014-05-05
| |/ | | | | | | | | This is a stopgap measure to make sure that microdescriptors never collide; see bug 11743.
* | Unit test for write_to_buf_zlibNick Mathewson2014-05-06
| |
* | Merge remote-tracking branch 'karsten/bug11742'Nick Mathewson2014-05-06
|\ \
| * | Remove /tor/dbg-stability.txt URL.Karsten Loesing2014-05-05
| | | | | | | | | | | | | | | | | | | | | The /tor/dbg-stability.txt URL was meant to help debug WFU and MTBF calculations, but nobody was using it. Fixes #11742.
* | | Fix compilation with DEBUG_DNS_CACHENick Mathewson2014-05-06
| |/ |/| | | | | | | | | | | Reported by cypherpunks. Fix for #11761; bugfix on 0.2.3.13-alpha where we made ht.h stop using _identifiers.
* | Don't start sandbox except for CMD_RUN_TORNick Mathewson2014-05-05
|/ | | | | This was crashing on --verify-config in the debian startup script, if you had sandboxing enabled. Fixes 11609; fix on 0.2.5.1-alpha.
* Fix test_config_write_to_data_subdirNick Mathewson2014-05-01
| | | | | Bugfix on aa0eb2022342798fc78b2bde89d393f37c59fe78; bugfix not on any released Tor.
* have only one code path for #9635 loggingNick Mathewson2014-05-01
|
* Merge remote-tracking branch 'public/bug9635'Nick Mathewson2014-05-01
|\
| * Give specific warnings when client-side onionskin handshakes failNick Mathewson2014-03-27
| | | | | | | | Fix for bug9635.
* | Merge remote-tracking branch 'public/bug11233_diagnose'Nick Mathewson2014-05-01
|\ \
| * | Better log message when writing a CR in text mode on windowsNick Mathewson2014-03-27
| | | | | | | | | | | | Help to diagnose #11233
* | | Merge branch 'bug11654_squashed'Nick Mathewson2014-05-01
|\ \ \
| * | | Fix a misuse of strlcpy() introduced by the #11156 patch.George Kadianakis2014-05-01
| | | |
* | | | whitespace fixNick Mathewson2014-05-01
| | | |
* | | | Merge remote-tracking branch 'public/valgrind_tests'Nick Mathewson2014-05-01
|\ \ \ \
| * | | | Fix leaks in tests related to setting options->DataDirectoryNick Mathewson2014-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | We pre-populate that value in main(), and we weren't freeing it before overriding it.
| * | | | Fix memory leaks in test_status.cNick Mathewson2014-04-29
| | | | |
| * | | | Fix leaks in dir voting testsNick Mathewson2014-04-29
| | | | |
| * | | | Fix leaks in test_oom.cNick Mathewson2014-04-26
| | | | |
| * | | | Fix leaks in test_dir_formatsNick Mathewson2014-04-26
| | | | |
| * | | | Fix numerous leaks in test_pt.cNick Mathewson2014-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | I didn't find a managed_proxy_free() function any place; shouldn't there be one?
| * | | | test_cntev_append_cell_stats now no longer leaksNick Mathewson2014-04-26
| | | | |
| * | | | Fix leaks in test_exit_policy_dump_to_stringNick Mathewson2014-04-26
| | | | |
| * | | | Memory leaks in test_config_addressmapNick Mathewson2014-04-26
| | | | |
| * | | | Fix a leak in test_buffer_allocation_trackingNick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leak in unittest helper function.Nick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leak in test_util_asprintfNick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leaks in test_cntev_append_cell_statsNick Mathewson2014-04-26
| | | | |
| * | | | fix uninitialized memory reads from test_geoip_with_pt. Found with valgrindNick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leak in test_geoipNick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leak in test_onion_queuesNick Mathewson2014-04-26
| | | | |
| * | | | Fix memory leaks in test_circuit_timeoutNick Mathewson2014-04-26
| | | | | | | | | | | | | | | | | | | | Found with valgrind.
* | | | | Merge remote-tracking branch 'public/bug4345a_024'Nick Mathewson2014-05-01
|\ \ \ \ \
| * | | | | More hacking around spawn_func issuesNick Mathewson2014-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This time, we use a pthread_attr to make sure that if pthread_create succeeds, the thread is successfully detached. This probably isn't the big thing going on with 4345, since it'd be a bit weird for pthread_detach to be failing. But it's worth getting it right.
| * | | | | Check spawn_func() return valueNick Mathewson2014-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we don't, we can wind up with a wedged cpuworker, and write to it for ages and ages. Found by skruffy. This was a bug in 2dda97e8fd898757, a.k.a. svn revision 402. It's been there since we have been using cpuworkers.
* | | | | | Merge remote-tracking branch 'public/bug10849_025'Nick Mathewson2014-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c
| * | | | | | Remove TunnelDirConns and PreferTunnelledDirConnsNick Mathewson2014-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These options were added back in 0.1.2.5-alpha, but no longer make any sense now that all directories support tunneled connections and BEGIN_DIR cells. These options were on by default; now they are always-on. This is a fix for 10849, where TunnelDirConns 0 would break hidden services -- and that bug arrived, I think, in 0.2.0.10-alpha.
* | | | | | | Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson2014-05-01
|\ \ \ \ \ \ \
| * | | | | | | Make --disable-buf-freelists build and pass unit testsAndrea Shepard2014-04-29
| | | | | | | |