Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-26 | Pedantry in the changelog.tor-0.3.1.2-alpha | Nick Mathewson | |
2017-05-26 | edit changelog | Nick Mathewson | |
2017-05-26 | Start an 0.3.1.2-alpha mini-changelog | Nick Mathewson | |
2017-05-26 | update version to 0.3.1.2-alpha | Nick Mathewson | |
2017-05-25 | Merge remote-tracking branch 'arma/bug22368' | Nick Mathewson | |
2017-05-25 | Merge branch 'maint-0.3.0' | Roger Dingledine | |
2017-05-25 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Roger Dingledine | |
2017-05-25 | Stop leaking keypin-rejected routerinfos on directory authorities | teor | |
When directory authorities reject a router descriptor due to keypinning, free the router descriptor rather than leaking the memory. Fixes bug 22370; bugfix on 0.2.7.2-alpha. | |||
2017-05-24 | get rid of some dead code (leftover from commit fa04fe1) | Roger Dingledine | |
2017-05-24 | add copy of MyFamily element to the descriptor, not the element itself | Roger Dingledine | |
If we add the element itself, we will later free it when we free the descriptor, and the next time we go to look at MyFamily, things will go badly. Fixes the rest of bug 22368; bugfix on 0.3.1.1-alpha. | |||
2017-05-24 | don't free the values in options->MyFamily when we make a descriptor | Roger Dingledine | |
If we free them here, we will still attempt to access the freed memory later on, and also we will double-free when we are freeing the config. Fixes part of bug 22368. | |||
2017-05-24 | Merge branch 'master' of git-rw.torproject.org:/tor | Nick Mathewson | |
2017-05-24 | Improve the message we log on unexpected dirauth status code | Nick Mathewson | |
It's still not great, but should be less confusing what's wrong here. Closes ticket 1121. | |||
2017-05-24 | remove unused node_get_published_on function | Roger Dingledine | |
in retrospect, we should have removed this with commit 1289474d as part of #11742, which was the last caller of it. | |||
2017-05-23 | Fix comments of functions that return tor_snprintf | teor | |
No code changes needed: in the places where we actually check the return value of these functions, we handle it correctly. | |||
2017-05-22 | fix minor grammar error in comment | Roger Dingledine | |
2017-05-22 | pick a datetor-0.3.1.1-alpha | Nick Mathewson | |
2017-05-22 | Merge remote-tracking branch 'ahf/bugs/22305' | Nick Mathewson | |
2017-05-22 | Log a warning if we receive a disallowed compression method for an anonymous ↵ | Alexander Færøy | |
connection. See: https://bugs.torproject.org/22305 | |||
2017-05-22 | bump to 0.3.1.1-alpha | Nick Mathewson | |
2017-05-22 | Run format_changelog again | Nick Mathewson | |
2017-05-22 | Fold new entries into changelog | Nick Mathewson | |
2017-05-22 | Merge remote-tracking branch 'ahf/bugs/22305' | Nick Mathewson | |
2017-05-22 | Ensure that only GZip and Zlib compression is handled for anonymous connections. | Alexander Færøy | |
See: https://bugs.torproject.org/22305 | |||
2017-05-22 | Refactor error path handling in connection_dir_client_reached_eof(). | Alexander Færøy | |
This patch lifts the return value, rv, variable to the beginning of the function, adds a 'done' label for clean-up and function exit and makes the rest of the function use the rv value + goto done; instead of cleaning up in multiple places. See: https://bugs.torproject.org/22305 | |||
2017-05-22 | Fix a compilation warning about duplicate typedef | Nick Mathewson | |
2017-05-22 | Raise common code for creating circuit_guard_state_t | Nick Mathewson | |
This will help if we ever need to add more fields or change the semantics of existing fields. | |||
2017-05-22 | amend changes file to note that one case is still unfixed | Nick Mathewson | |
2017-05-22 | Merge remote-tracking branch 'asn/bug21969_bridges' | Nick Mathewson | |
2017-05-22 | Set guard state on bridge descriptor fetches. | George Kadianakis | |
We used to not set the guard state in launch_direct_bridge_descriptor_fetch(). So when a bridge descriptor fetch failed, the guard subsystem would never learn about the fail (and hence the guard's reachability state would not be updated). | |||
2017-05-22 | Don't add "Accept-Encoding" header if directory connection is anonymous. | Alexander Færøy | |
See: https://bugs.torproject.org/22305 | |||
2017-05-22 | Merge branch 'maint-0.3.0' | Nick Mathewson | |
2017-05-22 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-05-22 | dir auths reject 0.2.9.x for x<5, due to bug 20499 | Roger Dingledine | |
Directory authorities now reject relays running versions 0.2.9.1-alpha through 0.2.9.4-alpha, because those relays suffer from bug 20499 and don't keep their consensus cache up-to-date. Resolves ticket 20509. | |||
2017-05-22 | fix two typos in comments | Roger Dingledine | |
closes ticket 22322 | |||
2017-05-19 | fix typo in comment | Roger Dingledine | |
2017-05-19 | elevate the "agree on canonical" stuff to major | Roger Dingledine | |
2017-05-19 | do a pass over the 0.3.1.1-alpha changelog | Roger Dingledine | |
2017-05-19 | Whoops; I broke check-spaces. | Nick Mathewson | |
2017-05-19 | Try another approach to fixing the bug in the #1922 test. | Nick Mathewson | |
This isn't elegant, but it seems to be the best way around all of the issues involved in escaping and quoting that we've gotten into over the years. | |||
2017-05-19 | mingw fix: avoid "unused var" warning. | Nick Mathewson | |
2017-05-19 | fix a coverity resource leak warning | Nick Mathewson | |
2017-05-19 | Fix uninitialized-variable warning on options_init_from_string(). | Nick Mathewson | |
2017-05-19 | First editing pass on changelog. | Nick Mathewson | |
2017-05-19 | Remove call to get_unquoted_path in config_process_include() | Nick Mathewson | |
parse_config_line_from_str_verbose() already looks for strings that are surrounded by quotes, and processes them with unescape_string(). So things were getting decoded twice, which was (in turn) playing havoc with backslashes on Windows. | |||
2017-05-19 | 0.3.1.1-alpha changelog: combine some sections. | Nick Mathewson | |
2017-05-19 | Run format-changelog on the 0.3.1.1-alpha changelog | Nick Mathewson | |
2017-05-19 | start changelog for 0.3.1.1-alpha by sorting entries | Nick Mathewson | |
2017-05-19 | Try to fix windows config/include_path_syntax test | Nick Mathewson | |
It was trying to do %include "foo\", which won't work. It has to be %include "foo\\". | |||
2017-05-19 | changelog entry for 22106 | Nick Mathewson | |