Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-30 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-12-17 | Correct how we use libseccomp | Peter Gerber | |
This fixes a startup crash with libseccomp v2.4.0 if Sandbox is set to 1. | |||
2019-01-22 | Allow getsockopt(…, SOL_SOCKET, SO_ACCEPTCONN, …) in sandbox | Peter Gerber | |
SO_ACCEPTCONN checks whether socket listening is enabled and is used ever since 9369152aae9527cc3764 has been merged. Closes ticket #29150 | |||
2019-01-16 | Bump copyright date to 2019 | Nick Mathewson | |
2019-01-16 | Bump copyright date to 2019. | Nick Mathewson | |
2018-11-14 | Make sure sandbox-related getaddrinfo() functions always exist. | Nick Mathewson | |
2018-11-14 | Normalize .may_include to always have paths, and paths to include | Nick Mathewson | |
2018-11-14 | Remove dependency on lib/net from lib/sandbox. | Nick Mathewson | |
This was trivial, and the easiest way to remove the remaining .may_include circularities. | |||
2018-11-13 | Merge branch 'bug28183_029' into maint-0.3.5 | Nick Mathewson | |
2018-08-08 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
2018-07-10 | Rename torlog.[ch] to log.[ch] | Nick Mathewson | |
Fun fact: these files used to be called log.[ch] until we ran into conflicts with systems having a log.h file. But now that we always include "lib/log/log.h", we should be fine. | |||
2018-07-10 | Rename util_malloc to malloc. | Nick Mathewson | |
2018-07-03 | Rename sandbox_getaddrinfo() et. al. | rl1987 | |
2018-06-27 | Minimize includes from sandbox.c | Nick Mathewson | |
2018-06-27 | Fix up include paths for sandbox.h (automated) | Nick Mathewson | |
2018-06-27 | Move sandbox code into a new library. | Nick Mathewson | |