aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-09Document disable option for ControlSocket and SocksSocketAndrea Shepard
2015-01-09Add support for a default list of paths and passing '0' to disable it to ↵Andrea Shepard
parse_unix_socket_config()
2015-01-07Downgrade open/close log message for SocksSocketAndrea Shepard
2015-01-07Bring sanity to connection_listener_new()Andrea Shepard
2015-01-07Rename is_tcp in connection_listener_new(), since AF_UNIX means SOCK_STREAM ↵Andrea Shepard
no longer implies TCP
2015-01-07Refactor ↵Andrea Shepard
check_location_for_unix_socket()/check_location_for_socks_unix_socket() to eliminate duplicated code
2015-01-07Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket #12585.Jacob Appelbaum
Signed-off-by: Andrea Shepard <andrea@torproject.org>
2015-01-07Merge remote-tracking branch 'public/bug12985_025'Nick Mathewson
2015-01-07Merge remote-tracking branch 'public/bug12985_024' into bug12985_025Nick Mathewson
2015-01-07Clarify why bug12985 is a thingNick Mathewson
2015-01-07Merge remote-tracking branch 'public/bug13988_025'Nick Mathewson
2015-01-07appease "make check-spaces"Nick Mathewson
2015-01-07Merge branch 'bug9286_v3_squashed'Nick Mathewson
2015-01-07Stop accepting milliseconds in various directory contextsNick 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-07Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-01-07Enlarge the buffer for a line in a bw fileSebastian Hahn
2015-01-06Spelling -- readyness->readiness.Nick Mathewson
2015-01-06Fix obsolete usage of test_{str_},eq macrosNick Mathewson
2015-01-06Merge remote-tracking branch 'public/bug13661_025'Nick Mathewson
2015-01-06Merge branch 'exitnode_10067_squashed'Nick Mathewson
Conflicts: src/or/or.h
2015-01-06changes file for 10067Nick Mathewson
2015-01-06Add an ExitRelay option to override ExitPolicyNick 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-06Merge remote-tracking branch 'public/bug14116_025'Nick Mathewson
2015-01-06Merge remote-tracking branch 'public/bug12509_025'Nick Mathewson
2015-01-06Use package-config output for -lsystemd correctlyNick Mathewson
In systemd 209, they deprecated -lsystemd-daemon in favor of -lsystemd. So we'd better actually look at the pkg-config output, or we'll get warnings on newer distributions. For some as-yet-unknown-to-me reason, setting CFLAGS so early makes it so -O2 -g doesn't get added to it later. So, adding it myself later. Perhaps a better fix here can be found. Fixes 14072; bugfix on 0.2.6.2-alpha. Based on a patch from h.venev
2015-01-06Merge remote-tracking branch 'public/feature11791'Nick Mathewson
2015-01-06changes file for 4385211caf6ad4cf34c0a3aNick Mathewson
2015-01-06Merge remote-tracking branch 'tvdw/from-the-archive'Nick Mathewson
2015-01-06Whitespace fixTom van der Woerdt
2015-01-06Minor IPv6-related memory leak fixesTom van der Woerdt
2015-01-06Minor documentation fixesTom van der Woerdt
2015-01-06Make test_cmdline_args.py work on WindowsNick Mathewson
Patch from Gisle Vanem on tor-dev ml
2015-01-06have 'make {clean,reset_gcov}' remove gcov files in subdirectoriesNick Mathewson
2015-01-06make "make test-stem" run stem tests on torNick Mathewson
Closes ticket 14107.
2015-01-06Don't crash on malformed EXTENDCIRCUIT.Nick Mathewson
Fixes 14116; bugfix on ac68704f in 0.2.2.9-alpha.
2015-01-05Tolerate starting up with missing hidden service directoryNick Mathewson
Fixes bug 14106; bugfix on 0.2.6.2-alpha Found by stem tests.
2015-01-04Prevent changes to other options from removing . from AutomapHostsSuffixesNick 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-02Commit the update-copyrights script.Nick Mathewson
(I'm tired of rewriting this by hand every January)
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-31Bump version to 0.2.6.2-alpha-devNick Mathewson
2014-12-31edit the changelog one last timetor-0.2.6.2-alphaNick Mathewson
2014-12-31tweak changelog usageNick Mathewson
2014-12-31Fix a changelog typoNick Mathewson
2014-12-31bump the version to 0.2.6.2-alphaNick Mathewson
2014-12-31Pick a date, write a blurb.Nick Mathewson
2014-12-30Fix a memory leak in tor-resolveNick Mathewson
Resolves bug 14050
2014-12-30Remove a logically dead check to please coverityNick Mathewson
2014-12-30Coalesce v0 and v1 fields of rend_intro_cell_tNick Mathewson
This saves a tiny bit of code, and makes a longstanding coverity false positive go away.
2014-12-30Merge remote-tracking branch 'yawning/bug13315_fixup'Nick Mathewson
2014-12-30Note fix for bug 12831Nick Mathewson