aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-09Add `check-changes` rule for checking formatting of changes files.cypherpunks
Additional fixes to make the change work; - fix Python 2 vs 3 issues - fix some PEP 8 warnings - handle paths with numbers correctly - mention the make rule in doc/HACKING.
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Revert "Missing dependencies; fixes 15127."Nick Mathewson
This reverts commit 930ab95e1fb0dfd5af35e7d84ca58ff21b65a605.
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15064_025' into maint-0.2.6Nick Mathewson
2015-03-04Make TransProxyType ipfw work correctlyNick Mathewson
Fixes bug 15064; bugfix on 0.2.5.4-alpha.
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15088_025' into maint-0.2.6Nick Mathewson
2015-03-04Add wait4 to the seccomp2 sandbox allowable syscall listNick Mathewson
fixes bug 15088. patch from sanic.
2015-03-04Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-03-04Merge remote-tracking branch 'public/bug15127_025' into maint-0.2.6Nick Mathewson
2015-03-04only declare rv when it is used in destination_from_socket. Fixes 15151Nick Mathewson
2015-03-04Missing dependencies; fixes 15127.Nick Mathewson
2015-03-03fix typo in commentRoger Dingledine
2015-03-02Fix formattingAndrea Shepard
2015-02-26changes file for 15037Nick Mathewson
2015-02-26Use configured Python binary in test-stem.cypherpunks
2015-02-26Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-02-26Have zero_length_keys.sh use an empty torrc file.Nick Mathewson
Fixes 15033; bugfix on 0.2.6.3-alpha.
2015-02-26Have zero_length_keys.sh use an empty torrc file.Nick Mathewson
Fixes 15033; bugfix on 0.2.6.3-alpha.
2015-02-25Merge remote-tracking branch 'atagar/trac14806'Nick Mathewson
2015-02-25Standardize on calling them "server descriptors".Nick Mathewson
Part of 14987
2015-02-25changes file for 14922Nick Mathewson
2015-02-25Merge remote-tracking branch 'yawning/bug14922'Nick Mathewson
2015-02-24Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-02-24Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6Nick Mathewson
2015-02-24Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-02-24Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.4Nick Mathewson
2015-02-24Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-02-24Add sections to changes files; please lintchangesNick Mathewson
2015-02-24Merge remote-tracking branch 'origin/maint-0.2.6'Nick Mathewson
2015-02-24Log less/better about systemd at startupNick Mathewson
Report errors if the notification fails; report success only if it succeeds; and if we are not notifying systemd because we aren't running with systemd, don't log at notice.
2015-02-24changes file for ticket 14950Nick Mathewson
2015-02-24Bump master to 0.2.7tor-0.2.7.0-rootNick Mathewson
2015-02-24Update test_status.c to accommodate changes in heartbeat messagesNick Mathewson
Fixes #15012; bug not in any released Tor
2015-02-23Merge branch 'bug14950_logs_squashed'Nick Mathewson
2015-02-23Avoid logging natural-language reports that are redundant with bootstrappingNick Mathewson
2015-02-23Usually downgrade middle heartbeat messages when stuff is in-rangeNick Mathewson
2015-02-23Merge branch 'bug14989'Nick Mathewson
2015-02-23Let AF_UNIX connections through the sandboxNick Mathewson
Fixes bug 15003; bugfix on 0.2.6.3-alpha.
2015-02-23Fix running with the seccomp2 sandboxNick Mathewson
We had a regression in 0.2.6.3-alpha when we stopped saying IPPROTO_TCP to socket(). Fixes bug 14989, bugfix on 0.2.6.3-alpha.
2015-02-23Merge remote-tracking branch 'public/bug14988_025'Nick Mathewson
2015-02-23add another unused-var marker in backtrace.c for 14988Nick Mathewson
2015-02-23changes file for 5246e8f99255b376ded3d90b3c7a345c4748e68cNick Mathewson
2015-02-23Remove lingering mempool codecypherpunks
2015-02-23Fix endianness issues in test_config_resolve_my_address().rl1987
Since resolve_my_address() yields IP address in host order there is no need to use byteorder functions for conversion.
2015-02-20Merge remote-tracking branch 'public/bug11454_11457'Nick Mathewson
2015-02-20Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson
2015-02-20Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5Nick Mathewson
2015-02-19bump version to 0.2.6.3-alpha-devNick Mathewson