aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
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
2013-08-29documentation update for _array functionsCristian Toader
2013-08-29_array filter functions now rely on final NULL parameterCristian Toader
2013-08-29replaced boolean char with intCristian Toader
2013-08-29small fixes in documentation and sandbox_getaddrinfo()Cristian Toader
2013-08-28Added doxygen struct doc and replaced func() with funct(void)Cristian Toader
2013-08-28removed PARAM_LENCristian Toader
2013-08-26make check-spaces fixCristian Toader
2013-08-26fix: accept4 for 64 bitCristian Toader
2013-08-21small open syscall modification (just in case)Cristian Toader
2013-08-21make check-spaces fixesCristian Toader
2013-08-21fix: sandbox_intern_string log clean upCristian Toader
2013-08-21fix: flock filter updateCristian Toader
2013-08-20fixed openssl open syscall, fixed sandbox_getaddrinfoCristian Toader
2013-08-19fix for getaddrinfo open syscallCristian Toader
2013-08-19finalised fix on libevent open string issueCristian Toader
2013-08-16updated filtersCristian Toader
2013-08-15Merge branch 'bug5040_4773_rebase_3'Nick Mathewson
2013-08-15Test ExtORPort cookie initialization when file writing is broken.George Kadianakis
2013-08-15More unit tests for handle_client_auth_nonceNick Mathewson
2013-08-15received feedback and fixed (partly) the socket filtersCristian Toader
2013-08-15added comments for sandbox.hCristian Toader
2013-08-14partial libevent open fixCristian Toader
2013-08-12attempt to add stat64 filename filters; failed due to getaddrinfo..Cristian Toader
2013-08-10fixed memory leak, added array filter supportCristian Toader
2013-08-09updated filters to work with orportCristian Toader
2013-08-07orport progress (not functional), nickm suggested fixesCristian Toader