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
2009-06-18
Set EV_PERSIST flag on signal events with Libevent < 2.0.
Nick Mathewson
2009-06-16
Fix bug 1001
Sebastian Hahn
2009-06-12
Whitespace and osx fixes on libevent2 patch.
Nick Mathewson
2009-06-12
Make Tor compile with Libevent 1.0 again.
Nick Mathewson
2009-06-12
Move the Libvent setup logic into compat_libevent from config.
Nick Mathewson
2009-06-12
Update Tor to use Libevent 2.0 APIs when available.
Nick Mathewson
2009-05-31
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-31
Merge branch 'hardware_accel_improvements'
Nick Mathewson
2009-05-30
Don't attempt to log messages to a controller from a worker thread.
Nick Mathewson
2009-05-28
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-28
Fixes to spelling fixes. Thanks, Roger!
Nick Mathewson
2009-05-27
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-27
Spell-check Tor.
Nick Mathewson
2009-05-27
Spelling fixes in comments and strings
Nick Mathewson
2009-05-23
Add support for dynamic OpenSSL hardware crypto acceleration engines.
Martin Peck
2009-05-22
Add a quick macro to calculate hashtable memory usage
Nick Mathewson
2009-05-17
Merge branch 'maint-0.2.1' into merge_tmp
Nick Mathewson
2009-05-17
Stop using malloc_usable_size(): valgrind hates it.
Nick Mathewson
2009-05-17
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-17
Fix an assertion-failure in memarea_alloc() on 64-bit platforms.
Nick Mathewson
2009-05-13
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2009-05-13
Use a mutex to protect the count of open sockets.
Nick Mathewson
2009-05-12
Add sentinel values to the end of memarea chunks.
Nick Mathewson
2009-05-08
Include the *_sha1.i files in their own *_codedigest.c files.
Nick Mathewson
2009-05-05
Add a missing newline
Sebastian Hahn
2009-05-04
Update copyright to 2009.
Karsten Loesing
2009-05-02
Update copyright to 2009.
Karsten Loesing
2009-04-29
Command-line option to dump SHA1 digests of all source files.
Nick Mathewson
2009-03-21
Actually do that memarea_strndup fix right. Not only must you not examine un...
Nick Mathewson
2009-03-21
fix from lark: make memarea_strndup() work even at the end of a mmap chunk. ...
Nick Mathewson
2009-03-18
Add some asserts to try to catch bug 930
Nick Mathewson
2009-03-09
doxygen tweak
Roger Dingledine
2009-03-03
Actually use tor_sscanf() to parse untrusted input.
Nick Mathewson
2009-03-03
Add a simple locale-independent no-surprises sscanf replacement.
Nick Mathewson
2009-03-02
Add and use set/get_uint64 on onion tags. [bug 604; backportable]
Nick Mathewson
2009-02-09
Use prctl to reenable core dumps when we have setuid to a non-root user.
Nick Mathewson
2009-02-09
Remove some deadcode and use tor_inet_aton uniformly.
Nick Mathewson
2009-01-23
Fix typo found by Justin Coffi on or-talk
Nick Mathewson
2009-01-22
Support 64-bit time_t. Patch from Matthias Drochner. Partial backport candid...
Nick Mathewson
2009-01-21
Make sure that even in the weird fiddly paths that lead to init_keys,
Nick Mathewson
2009-01-21
Fix an error in tor_addr_parse that kept us from having a hidden service or a...
Nick Mathewson
2009-01-21
Fix warning on panther compile, and bug 913. Backport candidate.
Nick Mathewson
2009-01-20
Add a better (non-locale-having) ctypes implementation to avoid protocol and ...
Nick Mathewson
2009-01-13
Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...
Nick Mathewson
2009-01-13
Fix a leak memory on the failing case of test_memeq_hex
Nick Mathewson
2009-01-10
Fix a harmless-to-us bug in ht.h.
Nick Mathewson
2009-01-06
Note a problem in the interface tor_addr_to_sockaddr.
Nick Mathewson
2009-01-04
Another fun openbsd warning fix. On ioerror's computer at least, they redefi...
Nick Mathewson
2009-01-04
OpenBSD malloc.h believes that you should be able to detect headers with auto...
Nick Mathewson
2009-01-04
Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...
Nick Mathewson
[next]