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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
Age
Commit message (
Expand
)
Author
2014-08-25
Fix another memory leak case in sandbox.c:prot_strings()
Nick Mathewson
2014-08-24
Use the ARRAY_LENGTH macro more consistently.
Nick Mathewson
2014-08-24
Remove the non-implemented versions of the sandbox _array() functions
Nick Mathewson
2014-08-24
Whitespace fixes
Nick Mathewson
2014-08-24
Terser ways to sandbox-allow related filenames
Nick Mathewson
2014-08-24
Merge branch 'bug11792_1_squashed'
Nick Mathewson
2014-08-24
Count zlib buffer memory towards OOM totals.
Nick Mathewson
2014-08-21
fix memory leak on failure in sandbox.c:prot_strings()
Nick Mathewson
2014-08-21
Store sandbox params as char *, since that's what they are.
Nick Mathewson
2014-08-21
Suppress coverity warning about overflowing in safe_mem_is_zero
Nick Mathewson
2014-08-21
Avoid performing an assert on an always-true value
Nick Mathewson
2014-08-21
Suppress coverity warning about overflowing in tor_memeq.
Nick Mathewson
2014-08-21
Check return values for fcntl in tor_spawn_background.
Nick Mathewson
2014-08-21
Make the two branches of tor_tls_used_v1_handshake into one.
Nick Mathewson
2014-08-20
Fix return value of tor_fd_seekend.
Nick Mathewson
2014-08-20
Allow named pipes for our log files.
Nick Mathewson
2014-08-20
Merge remote-tracking branch 'public/bug11787'
Nick Mathewson
2014-08-13
Fix whitespace issues
Nick Mathewson
2014-08-13
Apply coccinelle script to replace malloc(a*b)->calloc(a,b)
Nick Mathewson
2014-08-13
Add reallocarray clone so we can stop doing multiply-then-reallocate
Nick Mathewson
2014-07-17
Merge remote-tracking branch 'origin/maint-0.2.5'
Nick Mathewson
2014-07-17
Merge remote-tracking branch 'public/bug12602_024' into maint-0.2.5
Nick Mathewson
2014-07-17
Fix compilation with no-compression OpenSSL builds and forks
Nick Mathewson
2014-07-16
fix a c99-ism
Nick Mathewson
2014-07-16
Add a tor_ftruncate to replace ftruncate.
Nick Mathewson
2014-07-16
Add an option to overwrite logs
Arlo Breault
2014-06-20
Thread support is now required
Nick Mathewson
2014-06-20
Remove code for Windows CE support
Nick Mathewson
2014-06-16
whitespace fixes
Nick Mathewson
2014-06-14
Merge branch 'bug8746_v2_squashed'
Nick Mathewson
2014-06-14
New testing-only tor_sleep_msec function
Nick Mathewson
2014-06-14
On Windows, terminate processes by handle, not pid
Nick Mathewson
2014-06-14
Use waitpid code to learn when a controlled process dies
Nick Mathewson
2014-06-14
New waitpid-handler functions to run callbacks when a child exits.
Nick Mathewson
2014-06-11
Fix a 32-big conversion warning in 11970 fix
Nick Mathewson
2014-06-11
Merge remote-tracking branch 'public/bug11970'
Nick Mathewson
2014-06-11
Yield a real error in the bug case of sandbox_getaddrinfo()
Nick Mathewson
2014-06-10
Merge remote-tracking branch 'public/bug12227_024'
Nick Mathewson
2014-06-10
Avoid illegal read off end of an array in prune_v2_cipher_list
Nick Mathewson
2014-06-08
Spell getrlimit correctly.
Nick Mathewson
2014-05-29
sandbox: allow enough setsockopt to make ConstrainedSockets work
Nick Mathewson
2014-05-27
sandbox: permit listen(2)
Nick Mathewson
2014-05-27
Log the errno value if seccomp_load() fails.
Nick Mathewson
2014-05-27
Make sandbox.c compile on arm
Nick Mathewson
2014-05-22
sandbox: revamp sandbox_getaddrinfo cacheing
Nick Mathewson
2014-05-22
Merge remote-tracking branch 'andrea/bug11476'
Nick Mathewson
2014-05-20
sandbox: permit gettid, sched_getaffinity
Nick Mathewson
2014-05-20
sandbox: support logfile rotation
Nick Mathewson
2014-05-20
sandbox: Disallow options which would make us call exec()
Nick Mathewson
2014-05-14
whitespace fix, more
Nick Mathewson
[next]