Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | Move structures into (private) part of buffers.h so we can inspect them ↵ | Nick Mathewson | |
while testing | |||
2014-05-08 | Merge remote-tracking branch 'public/bug11648' | Nick Mathewson | |
2014-05-08 | changes file for 11648 | Nick Mathewson | |
2014-05-08 | Return success when get_total_system_memory() succeeds. | Nick Mathewson | |
Fixes bug 11805; bugfix on 0.2.5.4-alpha. | |||
2014-05-07 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-05-07 | Merge commit 'bb9b4c37f8e7f5cf78918f382e90d8b11ff42551' into maint-0.2.4 | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'public/ticket11528_024' into maint-0.2.4 | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'public/bug11513_024' into maint-0.2.4 | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'public/update_ciphers_ff28' into maint-0.2.4 | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'public/bug11737_diagnostic' | Nick Mathewson | |
2014-05-07 | Improve bug11743 message a bit. | Nick Mathewson | |
2014-05-07 | Merge remote-tracking branch 'public/bug8387_diagnostic' | Nick Mathewson | |
2014-05-07 | Better log message for 8387 diagnostic | Nick Mathewson | |
2014-05-07 | Always finalize a zlib stream of server descriptors. | Nick Mathewson | |
Possible fix for bug 11648. | |||
2014-05-07 | Script to detect unused autoconf outputs | Nick Mathewson | |
Should help speed up mingw builds by a percent or two. | |||
2014-05-07 | 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 | |
Now that we have a scripts/* directory, let's put the scripts we use for generating C there. | |||
2014-05-07 | 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-06 | Remove a spurious variable. | Nick Mathewson | |
2014-05-06 | Merge remote-tracking branch 'public/bug11750' | Nick Mathewson | |
2014-05-06 | Merge branch 'bug11743_option_b' | Nick Mathewson | |
2014-05-06 | Unit test for dirvote_create_microdescriptor | Nick Mathewson | |
2014-05-06 | Unit test for write_to_buf_zlib | 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 | Merge remote-tracking branch 'karsten/bug11742' | Nick Mathewson | |
2014-05-06 | Check HT_REP_IS_BAD_() when giving a bug-7164 warning. | Nick Mathewson | |
This may let us know if we're hitting 7164 because of an hte_hash-corruption situation proposed by "cypherpunks" in bug 11737. | |||
2014-05-06 | Add a siphash benchmark. | Nick Mathewson | |
2014-05-06 | Faster chan_circid_entry_hash implementation | Nick Mathewson | |
Since this is critical-path, let's tune the value we pass to csiphash a little so it fits into one whole round. | |||
2014-05-06 | Fix compilation with DEBUG_DNS_CACHE | Nick Mathewson | |
Reported by cypherpunks. Fix for #11761; bugfix on 0.2.3.13-alpha where we made ht.h stop using _identifiers. | |||
2014-05-05 | Use siphash on channel/circuit-id map too | Nick Mathewson | |
Fixes ticket 11750. | |||
2014-05-05 | Fix cross-compiling when 128-bit math compiles but won't link | Nick Mathewson | |
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'. | |||
2014-05-05 | Consensus method 18: Add a base64 ID digest to the microdesc | Nick Mathewson | |
This is a stopgap measure to make sure that microdescriptors never collide; see bug 11743. | |||
2014-05-05 | Don't start sandbox except for CMD_RUN_TOR | Nick Mathewson | |
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. | |||
2014-05-05 | Remove /tor/dbg-stability.txt URL. | Karsten Loesing | |
The /tor/dbg-stability.txt URL was meant to help debug WFU and MTBF calculations, but nobody was using it. Fixes #11742. | |||
2014-05-02 | Tweak the changelog formatter a little. | Nick Mathewson | |
(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.) | |||
2014-05-01 | Fix test_config_write_to_data_subdir | Nick Mathewson | |
Bugfix on aa0eb2022342798fc78b2bde89d393f37c59fe78; bugfix not on any released Tor. | |||
2014-05-01 | have only one code path for #9635 logging | Nick Mathewson | |
2014-05-01 | Merge remote-tracking branch 'public/bug9635' | Nick Mathewson | |
2014-05-01 | Merge remote-tracking branch 'public/bug11233_diagnose' | Nick Mathewson | |
2014-05-01 | 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 | |