Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge remote-tracking branch 'public/bug11469_024' | Nick Mathewson | 2014-05-15 |
|\ | |||
| * | Use DirPort for uploading descriptors. | Nick Mathewson | 2014-05-14 |
| * | Merge commit 'bb9b4c37f8e7f5cf78918f382e90d8b11ff42551' into 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 'origin/maint-0.2.3' into maint-0.2.4 | Nick Mathewson | 2014-05-01 |
| |\ \ \ \ \ | |||
| | * | | | | | Downgrade bug 7164 warning to INFO | Nick Mathewson | 2014-05-01 |
* | | | | | | | whitespace fix, more | Nick Mathewson | 2014-05-14 |
* | | | | | | | Merge branch 'bug11946' | Nick Mathewson | 2014-05-14 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Improved comments on bug11946 fix | Nick Mathewson | 2014-05-14 |
| * | | | | | | | Use tor_getpw{nam,uid} wrappers to fix bug 11946 | Nick Mathewson | 2014-05-14 |
| * | | | | | | | Add a pair of wrapper functions: tor_getpwnam() and tor_getpwuid() | Nick Mathewson | 2014-05-14 |
* | | | | | | | | whitespace fix | Nick Mathewson | 2014-05-14 |
|/ / / / / / / | |||
* | | | | | | | Merge branch 'bug9781_v2' | Nick Mathewson | 2014-05-12 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Log an error reply from tor-fw-helper correctly. | Nick Mathewson | 2014-05-12 |
| * | | | | | | | Split portfw-error-logging code into a new function. | Nick Mathewson | 2014-05-06 |
* | | | | | | | | Fix compilation of test_status.c with MSVC | Gisle Vanem | 2014-05-12 |
* | | | | | | | | fix whitespace | Nick Mathewson | 2014-05-11 |
* | | | | | | | | Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long. | dana koch | 2014-05-11 |
* | | | | | | | | One more 64->32 | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Fix numerous 64->32 errors in the unit tests | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Fix unearthed problems in unit tests | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Fix numerous type errors in the unit tests | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Fix test_util_max_mem on 32-bit CPUs | Nick Mathewson | 2014-05-08 |
* | | | | | | | | More unit tests for #11648-related stuff | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Move structures into (private) part of buffers.h so we can inspect them while... | Nick Mathewson | 2014-05-08 |
* | | | | | | | | Merge remote-tracking branch 'public/bug11648' | Nick Mathewson | 2014-05-08 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Always finalize a zlib stream of server descriptors. | Nick Mathewson | 2014-05-07 |
* | | | | | | | | | Return success when get_total_system_memory() succeeds. | Nick Mathewson | 2014-05-08 |
* | | | | | | | | | Merge remote-tracking branch 'public/bug11737_diagnostic' | Nick Mathewson | 2014-05-07 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | Check HT_REP_IS_BAD_() when giving a bug-7164 warning. | Nick Mathewson | 2014-05-06 |
* | | | | | | | | | | Merge remote-tracking branch 'public/bug8387_diagnostic' | Nick Mathewson | 2014-05-07 |
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | |||
| * | | | | | | | | | Better log message for 8387 diagnostic | Nick Mathewson | 2014-05-07 |
| * | | | | | | | | | Log info on ancient one-hop circuits in heartbeat | Nick Mathewson | 2014-04-29 |
* | | | | | | | | | | 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 |
* | | | | | | | | | | 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 |
| * | | | | | | | | | Use siphash on channel/circuit-id map too | Nick Mathewson | 2014-05-05 |
* | | | | | | | | | | 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 |
| * | | | | | | | | | | Consensus method 18: Add a base64 ID digest to the microdesc | Nick Mathewson | 2014-05-05 |
| |/ / / / / / / / / |