index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2013-10-11
Merge branch 'bug1376'
Nick Mathewson
2013-10-11
Fix some whitespace; tighten the tests.
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-10-10
Fix unit test for format_helper_exit_status
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-10
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Nick Mathewson
2013-10-08
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-10-08
When examining interfaces to find an address, discard non-up ones.
Nick Mathewson
2013-10-08
Raise buffer size, fix checks for format_exit_helper_status.
Nick Mathewson
2013-09-25
Merge remote-tracking branch 'public/bug6055_v2_024'
Nick Mathewson
2013-09-25
Re-enable TLS 1.[12] when building with OpenSSL >= 1.0.1e
Nick Mathewson
2013-09-16
Fix a memory leak on getaddrinfo in sandbox. Found by coverity
Nick Mathewson
2013-09-16
Clean up malloc issues in sandbox.c
Nick Mathewson
2013-09-13
Merge remote-tracking branch 'Ryman/bug6384'
Nick Mathewson
2013-09-13
Fix a windows compilation warning from sandboxing branch
Nick Mathewson
2013-09-13
Merge remote-tracking branch 'ctoader/gsoc-cap-stage2'
Nick Mathewson
2013-09-12
fixed compilation bug on i386 due to previous fix
Cristian Toader
2013-09-12
bug fix: syscalls send and recv not supported for x86_64 with libseccomp 1.0.1
Cristian Toader
2013-09-12
remove debugging code
Cristian Toader
2013-09-12
added extra buffer and limit to mprotect not to exceed the length of that buffer
Cristian Toader
2013-09-11
Fix osx compilation again, hopefully better this time.
Nick Mathewson
2013-09-10
added filter protection for string parameter memory
Cristian Toader
2013-09-10
fixed socket syscall bug
Cristian Toader
2013-09-10
fixed compilation error on i386 linux by moving sandbox_cfg_t definition
Cristian Toader
2013-09-09
Fix check-spaces
Nick Mathewson
2013-09-09
Fix compilation on OSX
Nick Mathewson
2013-09-09
Do not try to add non-existent syscalls.
Nick Mathewson
2013-09-09
Fix a warning related to SCMP_CMP definition in header.
Nick Mathewson
2013-09-09
Fix most of the --enable-gcc-warnings warnings in the sandbox code
Nick Mathewson
2013-09-09
Remove a usage of free()
Nick Mathewson
2013-09-09
Basic compilation fixes.
Nick Mathewson
2013-09-06
added missing documentation for sandbox functions
Cristian Toader
2013-09-06
passing hints as a const pointer to sandbox_getaddrinfo(), also one tor_free ...
Cristian Toader
2013-09-06
replaced strdup with tor_strdup
Cristian Toader
2013-09-06
replaced malloc/free with tor_malloc/tor_free
Cristian Toader
2013-09-06
switched string lengths from int to size_t in prot_strings()
Cristian Toader
2013-09-04
Added test for new write_chunks_to_file behaviour in #1376.
Kevin Butler
2013-09-04
Fixed leak and added minor documentation for #6384.
Kevin Butler
2013-09-03
Merge remote-tracking branch 'origin/maint-0.2.4'
Nick Mathewson
2013-09-03
Avoid a double-close on one failing case of the socketpair replacement code
Nick Mathewson
2013-09-03
fixed bug where sandbox_getaddrinfo() would fail when -Sandbox is 0
Cristian Toader
2013-09-02
switched to a more generic way of handling the sandbox configuration
Cristian Toader
2013-09-02
added contingency message to test for sandbox_getaddrinfo
Cristian Toader
2013-09-02
make check-spaces fix
Cristian Toader
2013-09-02
changed how sb getaddrinfo works such that it supports storing multiple results
Cristian Toader
2013-09-01
Added --library-versions flag to print the compile time and runtime versions ...
Kevin Butler
2013-09-01
Added no_tempfile parameter to write_chunks_to_file to do non-atomic writes. ...
Kevin Butler
2013-08-29
make check-spaces fix
Cristian Toader
2013-08-29
switched from multiple mmap to one
Cristian Toader
[next]