Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-13 | remove a bogus comment | Nick Mathewson | |
2015-01-13 | remove needless AllowDotExit in ↵ | Nick Mathewson | |
test_entryconn_rewrite_mapaddress_automap_onion2 | |||
2015-01-13 | Uncomment a test | Nick Mathewson | |
2015-01-13 | Allow MapAddress and Automap to work together | Nick Mathewson | |
The trick here is to apply mapaddress first, and only then apply automapping. Otherwise, the automap checks don't get done. Fix for bug 7555; bugfix on all versions of Tor supporting both MapAddress and AutoMap. | |||
2015-01-13 | (Disabled, failing) test for the bug in 7555. | Nick Mathewson | |
2015-01-13 | Fix memory leaks in entryconn tests. | Nick Mathewson | |
2015-01-13 | More unit tests for rewriting entry connection addresses | Nick Mathewson | |
2015-01-13 | Actually set *expires_out in addressmap_rewrite. | Nick Mathewson | |
Fixes 14193; bugfix on 35d08e30d, which went into 0.2.3.17-beta. | |||
2015-01-12 | Begin writing unit tests for rewrite code | Nick Mathewson | |
2015-01-10 | document rewrite_result_t and export for testing | Nick Mathewson | |
2015-01-10 | Move stream-closing out of rewrite code | Nick Mathewson | |
2015-01-10 | Split the rewrite part of rewrite-and-attach | Nick Mathewson | |
I'd also like to split out the part that sends early socks responses. | |||
2015-01-10 | Fix tortls.c build with GCC<4.6 | Nick Mathewson | |
apparantly, "pragma GCC diagnostic push/pop" don't exist with older versions. Fixes bug in 740e592790f570c446cbb5e6d4a77f842f75; bug not in any released Tor. | |||
2015-01-10 | Ignore warning for redundant decl in openssl/srtp.h | Nick Mathewson | |
2015-01-10 | Merge remote-tracking branch 'teor/fix-typos' | Nick Mathewson | |
2015-01-10 | Fix a minor misspelling in util.c | teor | |
2015-01-09 | Allow two ISO times to appear in EntryGuardDownSince. | Nick Mathewson | |
When I made time parsing more strict, I broke the EntryGuardDownSince line, which relied on two concatenated ISO times being parsed as a single time. Fixes bug 14136. Bugfix on 7984fc153112baa5. Bug not in any released version of Tor. | |||
2015-01-08 | fix new mingw64 compilation warnings | Nick Mathewson | |
2015-01-07 | Unconfuse coverity when it sees the systemd headers | Nick Mathewson | |
2015-01-07 | GETINFO bw-event-cache to get information on recent BW events | Nick Mathewson | |
Closes 14128; useful to regain functionality lost because of 13988. | |||
2015-01-07 | Merge remote-tracking branch 'public/bug12985_025' | Nick Mathewson | |
2015-01-07 | Merge remote-tracking branch 'public/bug13988_025' | Nick Mathewson | |
2015-01-07 | appease "make check-spaces" | Nick Mathewson | |
2015-01-07 | Merge branch 'bug9286_v3_squashed' | Nick Mathewson | |
2015-01-07 | Stop accepting milliseconds in various directory contexts | Nick Mathewson | |
Have clients and authorities both have new behavior, since the fix for bug 11243 has gone in. But make clients still accept accept old bogus HSDir descriptors, to avoid fingerprinting trickery. Fixes bug 9286. | |||
2015-01-07 | Merge remote-tracking branch 'origin/maint-0.2.5' | Nick Mathewson | |
2015-01-07 | Enlarge the buffer for a line in a bw file | Sebastian Hahn | |
2015-01-06 | Spelling -- readyness->readiness. | Nick Mathewson | |
2015-01-06 | Fix obsolete usage of test_{str_},eq macros | Nick Mathewson | |
2015-01-06 | Merge remote-tracking branch 'public/bug13661_025' | Nick Mathewson | |
2015-01-06 | Merge branch 'exitnode_10067_squashed' | Nick Mathewson | |
Conflicts: src/or/or.h | |||
2015-01-06 | Add an ExitRelay option to override ExitPolicy | Nick Mathewson | |
If we're not a relay, we ignore it. If it's set to 1, we obey ExitPolicy. If it's set to 0, we force ExitPolicy to 'reject *:*' And if it's set to auto, then we warn the user if they're running an exit, and tell them how they can stop running an exit if they didn't mean to do that. Fixes ticket 10067 | |||
2015-01-06 | Merge remote-tracking branch 'public/bug14116_025' | Nick Mathewson | |
2015-01-06 | Merge remote-tracking branch 'public/bug12509_025' | Nick Mathewson | |
2015-01-06 | Merge remote-tracking branch 'public/feature11791' | Nick Mathewson | |
2015-01-06 | Merge remote-tracking branch 'tvdw/from-the-archive' | Nick Mathewson | |
2015-01-06 | Whitespace fix | Tom van der Woerdt | |
2015-01-06 | Minor IPv6-related memory leak fixes | Tom van der Woerdt | |
2015-01-06 | Minor documentation fixes | Tom van der Woerdt | |
2015-01-06 | Make test_cmdline_args.py work on Windows | Nick Mathewson | |
Patch from Gisle Vanem on tor-dev ml | |||
2015-01-06 | make "make test-stem" run stem tests on tor | Nick Mathewson | |
Closes ticket 14107. | |||
2015-01-06 | Don't crash on malformed EXTENDCIRCUIT. | Nick Mathewson | |
Fixes 14116; bugfix on ac68704f in 0.2.2.9-alpha. | |||
2015-01-05 | Tolerate starting up with missing hidden service directory | Nick Mathewson | |
Fixes bug 14106; bugfix on 0.2.6.2-alpha Found by stem tests. | |||
2015-01-04 | Prevent changes to other options from removing . from AutomapHostsSuffixes | Nick Mathewson | |
This happened because we changed AutomapHostsSuffixes to replace "." with "", since a suffix of "" means "match everything." But our option handling code for CSV options likes to remove empty entries when it re-parses stuff. Instead, let "." remain ".", and treat it specially when we're checking for a match. Fixes bug 12509; bugfix on 0.2.0.1-alpha. | |||
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson | |
2014-12-31 | Bump version to 0.2.6.2-alpha-dev | Nick Mathewson | |
2014-12-31 | bump the version to 0.2.6.2-alpha | Nick Mathewson | |
2014-12-30 | Fix a memory leak in tor-resolve | Nick Mathewson | |
Resolves bug 14050 | |||
2014-12-30 | Remove a logically dead check to please coverity | Nick Mathewson | |
2014-12-30 | Coalesce v0 and v1 fields of rend_intro_cell_t | Nick Mathewson | |
This saves a tiny bit of code, and makes a longstanding coverity false positive go away. |