Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-08 | Update free functions into macros: src/or/ part 1 | Nick Mathewson | |
This covers addressmap.h (no change needed) through confparse.h | |||
2017-12-08 | Convert the rest of src/common's headers to use FREE_AND_NULL | Nick Mathewson | |
2017-11-17 | Make all the crypto free() functions macros that clear their targets | Nick Mathewson | |
2017-11-17 | Make all the free() functions from container.h clear their targets | Nick Mathewson | |
2017-11-17 | Add a macro to call a free_ function and clear a variable | Nick Mathewson | |
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Merge branch 'bug23817_tests_032' into maint-0.3.2 | Nick Mathewson | |
2017-11-17 | Fix a clang unitialized-var warning | Nick Mathewson | |
2017-11-17 | Intoduce unittest for skipping outdated dirservers. | George Kadianakis | |
2017-11-17 | Fix a wide comment | Nick Mathewson | |
2017-11-17 | Merge branch 'bug23817_031' into maint-0.3.2 | Nick Mathewson | |
2017-11-17 | Make should_set_md_dirserver_restriction() look at num filtered guards | Nick Mathewson | |
This seems closer to what the code intended. | |||
2017-11-17 | Skip dirserver restrictions in small networks. | George Kadianakis | |
2017-11-17 | Introduce new guard restriction and use it to skip outdated dirs. | George Kadianakis | |
2017-11-17 | Introduce cache for outdated microdesc dirservers. | George Kadianakis | |
We gonna use this cache to avoid dirservers without outdated md info. | |||
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Only log about lost KIST support once | Matt Traudt | |
2017-11-17 | Use less jargon in Scheduler sec. of man page | Matt Traudt | |
2017-11-17 | Add notes about OS support for our scheduler types | Matt Traudt | |
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Merge remote-tracking branch 'dgoulet/bug23861_032_01' into maint-0.3.2 | Nick Mathewson | |
2017-11-17 | Add error message for exit_node in hs_circ_send_introduce1() | Neel Chauhan | |
2017-11-17 | Use memset() on intro1_data in hs_circ_send_introduce1() | Neel Chauhan | |
2017-11-17 | Add smartlist_add() to get_lspecs_from_node) | Neel Chauhan | |
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Merge branch 'bug24167_025' into maint-0.3.2 | Nick Mathewson | |
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Merge branch 'ticket24097_032' into maint-0.3.2 | Nick Mathewson | |
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Merge branch 'bug20963_032' into maint-0.3.2 | Nick Mathewson | |
2017-11-16 | Fix a traceback when closing a blocked connection "immediately". | Nick Mathewson | |
When we close a connection via connection_close_immediately, we kill its events immediately. But if it had been blocked on bandwidth read/write, we could try to re-add its (nonexistent) events later from connection_bucket_refill -- if we got to that callback before we swept the marked connections. Fixes bug 24167. Fortunately, this hasn't been a crash bug since we introduced connection_check_event in 0.2.9.10, and backported it. This is a bugfix on commit 89d422914a0c3cb, I believe, which appeared in Tor 0.1.0.1-rc. | |||
2017-11-16 | relay: Avoid extra LOG_NOTICE for every new descriptor batch | David Goulet | |
Commit 56c5e282a733912776f6dacbe4f5df66b4fb9606 suppressed that same log statement in directory_info_has_arrived() for microdescriptors so do the same for the descriptors. As the commit says, we already have the bootstrap progress for this. Fixes #23861 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-11-16 | Downgrade evdns warnings about weird replies. | Nick Mathewson | |
evdns is allowed to give us unrecognized object types; it is allowed to give us non-IPv4 answer types, and it is (even) allowed to give us empty answers without an error. Closes ticket 24097. | |||
2017-11-15 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-15 | Merge branch 'bug24279_030' into maint-0.3.2 | Nick Mathewson | |
2017-11-15 | whoops; add missing credit. | Nick Mathewson | |
2017-11-15 | Merge branch 'bug24279_030' into maint-0.3.2 | Nick Mathewson | |
2017-11-15 | Changes file for 24279. | Nick Mathewson | |
2017-11-15 | Fix configure libevent memory leak | Alex Xu (Hello71) | |
Breaks build with externally-specified hardening flags. | |||
2017-11-15 | Tweak the message when we re-enable CBT. | Nick Mathewson | |
Implements ticket 20963. | |||
2017-11-15 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-15 | Merge remote-tracking branch 'asn/bug23662_032' into maint-0.3.2 | Nick Mathewson | |
2017-11-14 | Remove remove_file_if_very_old() -- nothing calls it. | Nick Mathewson | |
2017-11-14 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-14 | Merge remote-tracking branch 'dgoulet/bug24230_032_01' into maint-0.3.2 | Nick Mathewson | |
2017-11-14 | Silence a warning about failed descriptor uploads. | George Kadianakis | |
Due to #23662 this can happen under natural causes and does not disturb the functionality of the service. This is a simple 0.3.2 fix for now, and we plan to fix this properly in 0.3.3. | |||
2017-11-13 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2017-11-13 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-11-13 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-13 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |