Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix test_pick_circid on 32-bit platforms | Nick Mathewson | 2014-05-07 |
| | |||
* | Basic tests for get_unique_circ_id_by_chan. | Nick Mathewson | 2014-05-07 |
| | |||
* | Quick-and-dirty test for packed_cell_is_destroy | Nick Mathewson | 2014-05-07 |
| | |||
* | Move code-generation scripts to scripts/codegen | Nick Mathewson | 2014-05-07 |
| | | | | | Now that we have a scripts/* directory, let's put the scripts we use for generating C there. | ||
* | README file for the scripts directory | Nick Mathewson | 2014-05-07 |
| | |||
* | Add a README file for the contrib directory | Nick Mathewson | 2014-05-07 |
| | |||
* | Mention siphash in src/ext/README | Nick Mathewson | 2014-05-07 |
| | |||
* | Remove a spurious variable. | Nick Mathewson | 2014-05-06 |
| | |||
* | Merge remote-tracking branch 'public/bug11750' | Nick Mathewson | 2014-05-06 |
|\ | |||
| * | Add a siphash benchmark. | Nick Mathewson | 2014-05-06 |
| | | |||
| * | Faster chan_circid_entry_hash implementation | Nick Mathewson | 2014-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 too | Nick Mathewson | 2014-05-05 |
| | | | | | | | | Fixes ticket 11750. | ||
* | | Merge branch 'bug11743_option_b' | Nick Mathewson | 2014-05-06 |
|\ \ | |||
| * | | Unit test for dirvote_create_microdescriptor | Nick Mathewson | 2014-05-06 |
| | | | |||
| * | | Future-proof "id" lines against proposal 220. | Nick Mathewson | 2014-05-06 |
| | | | |||
| * | | fix a copy-paste comment mistake | Nick Mathewson | 2014-05-06 |
| | | | |||
| * | | changes file for bug11743 | Nick Mathewson | 2014-05-06 |
| | | | |||
| * | | Consensus method 18: Add a base64 ID digest to the microdesc | Nick Mathewson | 2014-05-05 |
| | | | | | | | | | | | | | | | This is a stopgap measure to make sure that microdescriptors never collide; see bug 11743. | ||
* | | | Unit test for write_to_buf_zlib | Nick Mathewson | 2014-05-06 |
| | | | |||
* | | | Merge remote-tracking branch 'karsten/bug11742' | Nick Mathewson | 2014-05-06 |
|\ \ \ | |||
| * | | | Remove /tor/dbg-stability.txt URL. | Karsten Loesing | 2014-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_CACHE | Nick Mathewson | 2014-05-06 |
| |_|/ |/| | | | | | | | | | | | | | | | | | Reported by cypherpunks. Fix for #11761; bugfix on 0.2.3.13-alpha where we made ht.h stop using _identifiers. | ||
* | | | Fix cross-compiling when 128-bit math compiles but won't link | Nick Mathewson | 2014-05-05 |
| |/ |/| | | | | | | | | | | | Apparently, there exist cross-compiling environments for arm7 where you can compile a 64x64->128 multiply, but not link it. Fixes bug 11729; bugfix on 0.2.4.8-alpha. Patch from 'conradev'. | ||
* | | Don't start sandbox except for CMD_RUN_TOR | Nick Mathewson | 2014-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. | ||
* | Tweak the changelog formatter a little. | Nick Mathewson | 2014-05-02 |
| | | | | | | (I had a bad clone of Knuth's algorithm sitting around in an old code repository of mine. I added orphan detection and smarter hyphenation; it seems to give marginally better results than we had before.) | ||
* | Fix test_config_write_to_data_subdir | Nick Mathewson | 2014-05-01 |
| | | | | | Bugfix on aa0eb2022342798fc78b2bde89d393f37c59fe78; bugfix not on any released Tor. | ||
* | have only one code path for #9635 logging | Nick Mathewson | 2014-05-01 |
| | |||
* | Merge remote-tracking branch 'public/bug9635' | Nick Mathewson | 2014-05-01 |
|\ | |||
| * | Give specific warnings when client-side onionskin handshakes fail | Nick Mathewson | 2014-03-27 |
| | | | | | | | | Fix for bug9635. | ||
* | | Merge remote-tracking branch 'public/bug11233_diagnose' | Nick Mathewson | 2014-05-01 |
|\ \ | |||
| * | | Better log message when writing a CR in text mode on windows | Nick Mathewson | 2014-03-27 |
| | | | | | | | | | | | | Help to diagnose #11233 | ||
* | | | Merge branch 'bug11654_squashed' | Nick Mathewson | 2014-05-01 |
|\ \ \ | |||
| * | | | Fix a misuse of strlcpy() introduced by the #11156 patch. | George Kadianakis | 2014-05-01 |
| | | | | |||
* | | | | whitespace fix | Nick Mathewson | 2014-05-01 |
| | | | | |||
* | | | | Merge remote-tracking branch 'public/valgrind_tests' | Nick Mathewson | 2014-05-01 |
|\ \ \ \ | |||
| * | | | | Changes file for valgrind fixes | Nick Mathewson | 2014-04-29 |
| | | | | | |||
| * | | | | Fix leaks in tests related to setting options->DataDirectory | Nick Mathewson | 2014-04-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | We pre-populate that value in main(), and we weren't freeing it before overriding it. | ||
| * | | | | Fix memory leaks in test_status.c | Nick Mathewson | 2014-04-29 |
| | | | | | |||
| * | | | | Fix leaks in dir voting tests | Nick Mathewson | 2014-04-29 |
| | | | | | |||
| * | | | | Fix leaks in test_oom.c | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix leaks in test_dir_formats | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix numerous leaks in test_pt.c | Nick Mathewson | 2014-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 leaks | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix leaks in test_exit_policy_dump_to_string | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Memory leaks in test_config_addressmap | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix a leak in test_buffer_allocation_tracking | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix memory leak in unittest helper function. | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix memory leak in test_util_asprintf | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | Fix memory leaks in test_cntev_append_cell_stats | Nick Mathewson | 2014-04-26 |
| | | | | | |||
| * | | | | fix uninitialized memory reads from test_geoip_with_pt. Found with valgrind | Nick Mathewson | 2014-04-26 |
| | | | | |