aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix numerous type errors in the unit testsNick Mathewson2014-05-08
| | | | | | Remove tinytest casts that were suppressing them. Fix for #11825.
* Fix test_util_max_mem on 32-bit CPUsNick Mathewson2014-05-08
|
* More unit tests for #11648-related stuffNick Mathewson2014-05-08
| | | | | | These are actually tests for #311. It appears to me that we didn't fix #311 properly when we thought we did in 475eb5d6; instead, the real fix was 05eff35ac6d64b, a few minutes earlier.
* Move structures into (private) part of buffers.h so we can inspect them ↵Nick Mathewson2014-05-08
| | | | while testing
* Merge remote-tracking branch 'public/bug11648'Nick Mathewson2014-05-08
|\
| * changes file for 11648Nick Mathewson2014-05-08
| |
| * Always finalize a zlib stream of server descriptors.Nick Mathewson2014-05-07
| | | | | | | | Possible fix for bug 11648.
* | Return success when get_total_system_memory() succeeds.Nick Mathewson2014-05-08
| | | | | | | | Fixes bug 11805; bugfix on 0.2.5.4-alpha.
* | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-05-07
|\ \
| * \ Merge commit 'bb9b4c37f8e7f5cf78918f382e90d8b11ff42551' into maint-0.2.4Nick Mathewson2014-05-07
| |\ \
* | | | Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson2014-05-07
|\| | |
| * | | Merge remote-tracking branch 'public/ticket11528_024' into maint-0.2.4Nick Mathewson2014-05-07
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'public/bug11513_024' into maint-0.2.4Nick Mathewson2014-05-07
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'public/update_ciphers_ff28' into maint-0.2.4Nick Mathewson2014-05-07
| |\ \ \ \ \
* | \ \ \ \ \ Merge remote-tracking branch 'public/bug11737_diagnostic'Nick Mathewson2014-05-07
|\ \ \ \ \ \ \
| * | | | | | | Check HT_REP_IS_BAD_() when giving a bug-7164 warning.Nick Mathewson2014-05-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This may let us know if we're hitting 7164 because of an hte_hash-corruption situation proposed by "cypherpunks" in bug 11737.
* | | | | | | | Improve bug11743 message a bit.Nick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'public/bug8387_diagnostic'Nick Mathewson2014-05-07
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Better log message for 8387 diagnosticNick Mathewson2014-05-07
| | | | | | | |
| * | | | | | | Log info on ancient one-hop circuits in heartbeatNick Mathewson2014-04-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an attempt to diagnose 8387.
* | | | | | | | Script to detect unused autoconf outputsNick Mathewson2014-05-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should help speed up mingw builds by a percent or two.
* | | | | | | | Fix test_pick_circid on 32-bit platformsNick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Basic tests for get_unique_circ_id_by_chan.Nick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Quick-and-dirty test for packed_cell_is_destroyNick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Move code-generation scripts to scripts/codegenNick Mathewson2014-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 directoryNick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Add a README file for the contrib directoryNick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | Mention siphash in src/ext/READMENick Mathewson2014-05-07
| | | | | | | |
* | | | | | | | 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
| | | | | | | | | |
| * | | | | | | | | changes file for bug11743Nick 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.
* | | | | | | | | Fix cross-compiling when 128-bit math compiles but won't linkNick Mathewson2014-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_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.
* | | | | | | Tweak the changelog formatter a little.Nick Mathewson2014-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_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.