Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | Merge branch 'bug21074_029' | Nick Mathewson | |
2018-01-17 | Add a cast to avoid a signed/unsigned comparison | Nick Mathewson | |
2018-01-16 | fix a check-changes warning | Nick Mathewson | |
2018-01-16 | Merge branch 'bug21074_029' | Nick Mathewson | |
2018-01-16 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-16 | Merge remote-tracking branch 'public/bug24652_032' into maint-0.3.2 | Nick Mathewson | |
2018-01-16 | Merge branch 'stack_em_up' | Nick Mathewson | |
2018-01-16 | Repair a crash bug in src/test/bench | Nick Mathewson | |
This was caused because of the new KeyDirectory and CacheDirectory options not being set. Bugfix on 0.3.3.0-alpha; not in any released Tor. | |||
2018-01-16 | Update scan-build.sh to work with the latest clangalyzer | Nick Mathewson | |
2018-01-16 | Fix a (spurious) scan-build warning in test_introduce1_validation() | Nick Mathewson | |
Since helper_create_introduce1_cell() checks "cell" for nullness, scan-build is concerned that test_introduce1_validation() dereferences it without checking it. So, add a check. Not backporting, since this is spurious, _and_ tests-only. | |||
2018-01-12 | Remove a needless changefile. (Needless because bug not released.) | Nick Mathewson | |
2018-01-12 | Merge remote-tracking branch 'ffmancera/bug24861' | Nick Mathewson | |
2018-01-12 | Fix minGW compatibility issue with zu format specifier. | Fernando Fernandez Mancera | |
Define TOR_PRIuSZ as minGW compiler doesn't support zu format specifier for size_t type. Fixes #24861 on ac9eebd. Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | |||
2018-01-11 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-11 | Reword requirement to set Myfamily correctly | Sebastian Hahn | |
2018-01-11 | Note contactinfo and myfamily as required in more places | Nick Mathewson | |
Includes a sentence from cypherpunks; for ticket 24526. | |||
2018-01-11 | Merge remote-tracking branch 'sebastian/myfamily' | Nick Mathewson | |
2018-01-11 | Merge branch 'bug24582' | Nick Mathewson | |
2018-01-11 | Reword requirement to set Myfamily correctly | Sebastian Hahn | |
2018-01-11 | On shutdown, mark openssl as uninitialized. | Nick Mathewson | |
This causes openssl to get completely reinitialized on startup, which is probably a good idea. | |||
2018-01-11 | Make the warnings about restarting tor in-process more scary. | Nick Mathewson | |
2018-01-11 | Merge branch 'restart_nocrash' | Nick Mathewson | |
2018-01-11 | Merge branch 'simplify_transition_allowed' | Nick Mathewson | |
2018-01-11 | Merge branch 'bug24526_squashed' | Nick Mathewson | |
2018-01-11 | Note contactinfo and myfamily as required in more places | Nick Mathewson | |
Includes a sentence from cypherpunks; for ticket 24526. | |||
2018-01-11 | Add a blank line per dgoulet review. | Nick Mathewson | |
2018-01-11 | Merge branch 'bug24584' | Nick Mathewson | |
2018-01-11 | Compute flavor name before dereference, to avoid a STACK warning. | Nick Mathewson | |
(See 24423) | |||
2018-01-11 | Merge remote-tracking branch 'ffmancera/github/bug24573' | Nick Mathewson | |
2018-01-10 | Merge branch 'bug24733_squashed_2' | Nick Mathewson | |
2018-01-10 | Document the alignment limitation of tor_free() | Nick Mathewson | |
2018-01-10 | Extract the raw_free() of ifc_buf into a new function. | Nick Mathewson | |
Explain the problem more correctly. | |||
2018-01-10 | Stop invoking undefined behaviour by using tor_free() on an unaligned pointer | teor | |
... in get_interface_addresses_ioctl(). This pointer alignment issue exists on x86_64 macOS, but is unlikely to exist elsewhere. (i386 macOS only requires 4-byte alignment, and other OSs have 8-byte ints.) Fixes bug 24733; not in any released version of tor. | |||
2018-01-10 | Merge remote-tracking branch 'ffmancera/github/bug24501' | Nick Mathewson | |
2018-01-10 | Remove needless parentheses | Nick Mathewson | |
2018-01-10 | Merge remote-tracking branch 'teor/Bug-23966' | Nick Mathewson | |
2018-01-10 | ticket 22145 changes file | Nick Mathewson | |
2018-01-10 | Merge remote-tracking branch 'teor/bug22145_032' | Nick Mathewson | |
2018-01-09 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
"ours" merge to avoid version bump. | |||
2018-01-09 | Increment version to 0.3.2.9-dev | Nick Mathewson | |
2018-01-09 | Forward-port changelog and releasenotes for 0.3.2.9 | Nick Mathewson | |
2018-01-08 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
"ours" merge to avoid version bump. | |||
2018-01-08 | Increment version to 0.3.2.9 | Nick Mathewson | |
2018-01-08 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
There was a merge conflict on fallback_dirs.inc, which we resolve in favor of the newly generated version for #24801. | |||
2018-01-08 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-01-08 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2018-01-08 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2018-01-08 | Add changes file for new fallback directory list. | Nick Mathewson | |
2018-01-08 | Add 7 other fallback dirs from teor's tests | Nick Mathewson | |
These are from "fallback_dirs_2018_01_06_2323_UTC_44aa1adf35_AU.inc" | |||
2018-01-08 | Update the fallback_dirs.inc file: part 1 | Nick Mathewson | |
This takes the updated fallback_dirs_2018_01_06_CA.inc from pastly's scan. |