summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)Author
2015-12-10bump maint version to 0.2.7.6Nick Mathewson
2015-11-20bump version to 0.2.7-devNick Mathewson
2015-11-13Bump to 0.2.7.5Nick Mathewson
2015-10-19Bump version to 0.2.7.4-rcNick Mathewson
2015-09-25Bump to 0.2.7.3-rc-devNick Mathewson
2015-09-24Increment version.Nick Mathewson
2015-07-27Bump version to 0.2.7.2-alpha-devNick Mathewson
2015-07-23Bump version (and explain how)Nick Mathewson
2015-07-20Merge remote-tracking branch 'public/bug16162_026'Nick Mathewson
2015-07-20Use a more recommended syntax for the systemd unit fileNick Mathewson
closes 16162.
2015-07-12Bump maint-0.2.6 to 0.2.6.10-devNick Mathewson
2015-07-12Bump maint-0.2.6 to 0.2.6.10Nick Mathewson
2015-06-10Bump version to 0.2.6.9Andrea Shepard
2015-06-11Tweak clang sanitizer blacklist for out-of-tree builds, make, ccacheteor
Avoid using file names and file paths for compatibility with out-of-tree builds. Note make and ccache don't track blacklist dependencies, add workarounds.
2015-06-06Edit contrib/README to document the contrib/clang directoryteor
2015-06-06Add instructions for clang sanitizers, static analyzer, and coverityteor
Document use of coverity, clang static analyzer, and clang dynamic undefined behavior and address sanitizers in doc/HACKING. Add clang dynamic sanitizer blacklist in contrib/clang/sanitizer_blacklist.txt to exempt known undefined behavior. Include detailed usage instructions in this blacklist file. Patch by "teor".
2015-05-21Revert the broken part of 548b4beNick Mathewson
Fixes 16152.
2015-05-19Bump maint-0.2.6 to 0.2.6.8Nick Mathewson
2015-05-12Bump version to 0.2.7.1-alpha-devNick Mathewson
2015-05-11Bump version to 0.2.7.1-alpha. (This is not the release yet.)Nick Mathewson
2015-04-06bump version to 0.2.6.7-devNick Mathewson
2015-04-06bump version to 0.2.6.7Nick Mathewson
2015-03-24bump to 0.2.6.6Nick Mathewson
2015-03-18bump to 0.2.6.5-rc.devNick Mathewson
2015-03-18bump to 0.2.6.5-rcNick Mathewson
2015-03-17Forward-port changelog and releasenotesNick Mathewson
2015-03-12Added a comment to tor.service.inNick Mathewson
This explains that if you change your torrc to do more, you might need to change tor.service.in to allow it. See #15195.
2015-03-10bump 0.2.6 to 0.2.6.4-rc-devNick Mathewson
2015-02-24Bump master to 0.2.7tor-0.2.7.0-rootNick Mathewson
2015-02-19bump version to 0.2.6.3-alpha-devNick Mathewson
2015-02-19Increment version to 0.2.6.3-alphaNick Mathewson
2015-01-11Actually remove LOCALSTATEDIR@/run/tor line from tor.service.inNick Mathewson
2015-01-11systemd changes for 13805 as recommened by Tomasz on that ticket.Nick Mathewson
2015-01-11Merge remote-tracking branch 'candrews/issue13805'Nick Mathewson
2015-01-11fix and enable systemd watchdogTomasz Torcz
There were following problems: - configure.ac wrongly checked for defined HAVE_SYSTEMD; this wasn't working, so the watchdog code was not compiled in. Replace library search with explicit version check - sd_notify() watchdog call was unsetting NOTIFY_SOCKET from env; this means only first "watchdog ping" was delivered, each subsequent one did not have socket to be sent to and systemd was killing service - after those fixes, enable Watchdog in systemd unit with one minute intervals
2015-01-11send PID of the main daemon to supervisorTomasz Torcz
If running under systemd, notify the supervisor about current PID of Tor daemon. This makes systemd unit simpler and more robust: it will do the right thing regardless of RunAsDaemon settings.
2014-12-31Bump version to 0.2.6.2-alpha-devNick Mathewson
2014-12-31bump the version to 0.2.6.2-alphaNick Mathewson
2014-11-28Add ProtectSystem = fullCraig Andrews
See 13805
2014-11-28Prefix ReadWriteDirectories with a "-" so if they don't exist it's not an errorCraig Andrews
See 13805
2014-11-28Use ProtectHome instead of InaccessibleDirectoriesCraig Andrews
See 13805
2014-11-28Use PrivateDevices instead of DeviceAllowCraig Andrews
See 13805
2014-10-30Bump version to 0.2.6.1-alpha-devNick Mathewson
2014-10-30Bump version to 0.2.6.1-alphaNick Mathewson
2014-09-19systemd unit file: set up /var/run/tor as writable for the Tor service.intrigeri
For some strange reason, this was not needed with systemd v208. But it's needed with systemd v215 on current Debian sid, and entirely makes sense.
2014-09-03Merge remote-tracking branch 'intrigeri/bug12939-systemd-no-new-privileges'Nick Mathewson
Conflicts: contrib/dist/tor.service.in
2014-09-03Merge remote-tracking branch 'intrigeri/bug12751-systemd-filesystem-sandbox'Nick Mathewson
2014-08-27systemd unit file: ensures that the process and all its children can never gainintrigeri
new privileges (#12939).
2014-08-27systemd unit file: only allow tor to write to /var/lib/tor and /var/log/tor ↵intrigeri
(#12751). The rest of the filesystem is accessible for reading only. Still, quoting systemd.exec(5): Note that restricting access with these options does not extend to submounts of a directory that are created later on.
2014-07-30Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson