Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-14 | document that hiddenserviceport can have an ipv6 addr.for 12670 | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5 | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-11-12 | Add changes file for #13926 | Sebastian Hahn | |
2014-11-12 | Remove turtles as a directory authority (#13296) | Micah Anderson | |
2014-11-12 | Add longclaw as a directory authority (#13296) | Micah Anderson | |
2014-11-12 | Merge remote-tracking branch 'public/bug7484' | Nick Mathewson | |
Conflicts: src/test/test_addr.c | |||
2014-11-12 | Fix wide lines (from 13172) | Nick Mathewson | |
2014-11-12 | Replace operators used as macro arguments with OP_XX macros | Nick Mathewson | |
Part of fix for 13172 | |||
2014-11-12 | Merge branch 'ticket13172' | Nick Mathewson | |
2014-11-12 | Reenhappy make check-spaces | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'rl1987/bug13644' | Nick Mathewson | |
2014-11-12 | tweak 9812 changes file | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'rl1987/bug9812' | Nick Mathewson | |
2014-11-12 | Merge remote-tracking branch 'public/bug13698_024_v1' | Nick Mathewson | |
2014-11-12 | Revise changes file | Nick Mathewson | |
2014-11-11 | Adding changes file for 13644. | rl1987 | |
2014-11-11 | Renaming ROUTER_WAS_NOT_NEW to ROUTER_IS_ALREADY_KNOWN. | rl1987 | |
2014-11-11 | Comment possible values of was_router_added_t. | rl1987 | |
2014-11-10 | Fix: don't report timeout when closing parallel intro points | David Goulet | |
When closing parallel introduction points, the given reason (timeout) was actually changed to "no reason" thus when the circuit purpose was CIRCUIT_PURPOSE_C_INTRODUCE_ACK_WAIT, we were reporting an introduction point failure and flagging it "unreachable". After three times, that intro point gets removed from the rend cache object. In the case of CIRCUIT_PURPOSE_C_INTRODUCING, the intro point was flagged has "timed out" and thus not used until the connection to the HS is closed where that flag gets reset. This commit adds an internal circuit reason called END_CIRC_REASON_IP_NOW_REDUNDANT which tells the closing circuit mechanism to not report any intro point failure. This has been observed while opening hundreds of connections to an HS on different circuit for each connection. This fix makes this use case to work like a charm. Fixes #13698. Signed-off-by: David Goulet <dgoulet@ev0ke.net> | |||
2014-11-10 | Document networkstatus-bridges | Nick Mathewson | |
Closes 13713; patch from 'tom' | |||
2014-11-09 | Adding changes file for 9812. | rl1987 | |
2014-11-09 | Print a warning when extra info document is found incompatible with router ↵ | rl1987 | |
descriptor. | |||
2014-11-09 | Downgrade RSA signature verification failure error message to info loglevel. | rl1987 | |
2014-11-09 | Fixing typo in manpage. | rl1987 | |
2014-11-07 | Wrong format in log statement | David Goulet | |
Fixes bug 13701. | |||
2014-11-07 | test_checkdir.c: Perhaps this is what will make this test pass on windows? | Nick Mathewson | |
2014-11-07 | test_checkdir.c: try to make it pass on windows | Nick Mathewson | |
also fix memory-leak on failing tests. | |||
2014-11-06 | Define macros meaning <,>,==,!=,<=,>= | Nick Mathewson | |
This lets us avoid putting operators directly in macro arguments, and thus will help us unconfuse coccinelle. For ticket 13172. | |||
2014-11-06 | Throw identify-node-by-nickname down the memory hole | Nick Mathewson | |
Authorities are no longer voting on Named, so specifying nodes by nickname isn't a clever thing to do. (Not that it ever was!) So remove the documentation that suggests that you should do it. Additionally, add proper cross-references to our __node__ lists, and explain about the optional $ before identity digests. Also, the oxford comma: endorsed by Steven Pinker, my spouse, and my 11th grade English teacher. Closes 13381. | |||
2014-11-05 | Try to fix test_checkdir windows compilation more | Nick Mathewson | |
2014-11-05 | Try to fix test_checkdir windows compilation | Nick Mathewson | |
2014-11-05 | chgrp the testing tempdir to ourself to clear the sticky bit | Nick Mathewson | |
Closes 13678. Doesn't actually matter for older tors. | |||
2014-11-05 | 11291: Fix warnings, add changes file, rename 'mask'. | Nick Mathewson | |
2014-11-05 | Merge remote-tracking branch 'meejah/ticket-11291-extra-utests' | Nick Mathewson | |
Conflicts: src/or/config.c | |||
2014-11-04 | Changes file for Andrea's work on 6456 | Nick Mathewson | |
2014-11-04 | Fix a wide line I introduced | Nick Mathewson | |
2014-11-04 | Fix unused-argument warnings | Nick Mathewson | |
2014-11-04 | Merge remote-tracking branch 'andrea/ticket6456' | Nick Mathewson | |
Somewhat tricky conflicts: src/or/config.c Also, s/test_assert/tt_assert in test_config.c | |||
2014-11-04 | Update verbiage in README to mention autogen.sh | Nick Mathewson | |
Closes ticket 13190 | |||
2014-11-04 | Merge branch 'bug13315_squashed' | Nick Mathewson | |
Conflicts: src/or/buffers.c | |||
2014-11-04 | fix indentation | Nick Mathewson | |
2014-11-04 | Use correct argument types for inet_pton. | Nick Mathewson | |
(I blame whoever decided that using a void* for a union was a good idea.) | |||
2014-11-04 | Sending 'Not allowed' error message before closing the connection. | rl1987 | |
2014-11-04 | Adding changes file for 13315. | rl1987 | |
2014-11-04 | Checking if FQDN is actually IPv6 address string and handling that case. | rl1987 | |
2014-11-04 | Adding helper function that checks if string is a valid IPv6 address. | rl1987 | |
2014-11-04 | Validating SOCKS5 hostname more correctly. | rl1987 | |
2014-11-04 | Introducing helper function to validate IPv4 address strings. | rl1987 | |
2014-11-04 | Introducing helper function to validate DNS name strings. | rl1987 | |