summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2013-10-11Merge branch 'bug1376'Nick Mathewson
2013-10-11Fix some whitespace; tighten the tests.Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-10Fix unit test for format_helper_exit_statusNick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-10Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-10-08Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-10-08When examining interfaces to find an address, discard non-up ones.Nick Mathewson
2013-10-08Raise buffer size, fix checks for format_exit_helper_status.Nick Mathewson
2013-09-25Merge remote-tracking branch 'public/bug6055_v2_024'Nick Mathewson
2013-09-25Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1eNick Mathewson
2013-09-16Fix a memory leak on getaddrinfo in sandbox. Found by coverityNick Mathewson
2013-09-16Clean up malloc issues in sandbox.cNick Mathewson
2013-09-13Merge remote-tracking branch 'Ryman/bug6384'Nick Mathewson
2013-09-13Fix a windows compilation warning from sandboxing branchNick Mathewson
2013-09-13Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'Nick Mathewson
2013-09-12fixed compilation bug on i386 due to previous fixCristian Toader
2013-09-12bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1Cristian Toader
2013-09-12remove debugging codeCristian Toader
2013-09-12added extra buffer and limit to mprotect not to exceed the length of that bufferCristian Toader
2013-09-11Fix osx compilation again, hopefully better this time.Nick Mathewson
2013-09-10added filter protection for string parameter memoryCristian Toader
2013-09-10fixed socket syscall bugCristian Toader
2013-09-10fixed compilation error on i386 linux by moving sandbox_cfg_t definitionCristian Toader
2013-09-09Fix check-spacesNick Mathewson
2013-09-09Fix compilation on OSXNick Mathewson
2013-09-09Do not try to add non-existent syscalls.Nick Mathewson
2013-09-09Fix a warning related to SCMP_CMP definition in header.Nick Mathewson
2013-09-09Fix most of the --enable-gcc-warnings warnings in the sandbox codeNick Mathewson
2013-09-09Remove a usage of free()Nick Mathewson
2013-09-09Basic compilation fixes.Nick Mathewson
2013-09-06added missing documentation for sandbox functionsCristian Toader
2013-09-06passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...Cristian Toader
2013-09-06replaced strdup with tor_strdupCristian Toader
2013-09-06replaced malloc/free with tor_malloc/tor_freeCristian Toader
2013-09-06switched string lengths from int to size_t in prot_strings()Cristian Toader
2013-09-04Added test for new write_chunks_to_file behaviour in #1376.Kevin Butler
2013-09-04Fixed leak and added minor documentation for #6384.Kevin Butler
2013-09-03Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-09-03Avoid a double-close on one failing case of the socketpair replacement codeNick Mathewson
2013-09-03fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0Cristian Toader
2013-09-02switched to a more generic way of handling the sandbox configurationCristian Toader
2013-09-02added contingency message to test for sandbox_getaddrinfoCristian Toader
2013-09-02make check-spaces fixCristian Toader
2013-09-02changed how sb getaddrinfo works such that it supports storing multiple resultsCristian Toader
2013-09-01Added --library-versions flag to print the compile time and runtime versions ...Kevin Butler
2013-09-01Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...Kevin Butler
2013-08-29make check-spaces fixCristian Toader
2013-08-29switched from multiple mmap to oneCristian Toader