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
Age
Commit message (
Expand
)
Author
2011-05-12
Merge remote-tracking branch 'public/bug3122_memcmp_023'
Nick Mathewson
2011-05-12
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-12
Fixes ticket #2503
mikey99
2011-05-12
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-12
Unmap microdesc cache before replacing it.
Nick Mathewson
2011-05-12
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-12
Merge branch 'bug1352' into maint-0.2.2
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-05-11
Fix crash when read_file_to_string() fails in SAVECONF
Nick Mathewson
2011-05-11
Hand-tune the new tor_memcmp instances in 0.2.3
Nick Mathewson
2011-05-11
Reapply the automated memcmp conversion to 0.2.3 to catch newly added memcmps
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/bug3122_memcmp_022' into bug3122_memcmp_023
Nick Mathewson
2011-05-11
Hand-tune the new tor_memcmp instances in 0.2.2
Nick Mathewson
2011-05-11
Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...
Nick Mathewson
2011-05-11
fwd-port test_util_di_ops into tinytest format
Nick Mathewson
2011-05-11
Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...
Nick Mathewson
2011-05-11
Hand-conversion and audit phase of memcmp transition
Nick Mathewson
2011-05-11
Automated conversion of memcmp to tor_memcmp/tor_mem[n]eq
Nick Mathewson
2011-05-11
Add a "di_ops.h" include to util.h
Nick Mathewson
2011-05-11
Add a data-independent variant of memcmp and a d-i memeq function.
Nick Mathewson
2011-05-10
Merge branch 'maint-0.2.2'
Roger Dingledine
2011-05-10
Merge branch 'maint-0.2.1' into maint-0.2.2
Roger Dingledine
2011-05-10
Update to the May 1 2011 Maxmind GeoLite Country database
Roger Dingledine
2011-05-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-09
Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2
Nick Mathewson
2011-05-09
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-09
Remove some dead code, found by clang
Sebastian Hahn
2011-05-09
Remove a duplicated line, found by clang
Sebastian Hahn
2011-05-09
Fix potential null pointer deref during dirvote
Sebastian Hahn
2011-05-09
Fix a potential null deref when rebuilding md cache
Sebastian Hahn
2011-05-09
CONN_LOG_PROTECT()'s first argument may not be 0
Sebastian Hahn
2011-05-09
Appease clang - and my tortured mind
Sebastian Hahn
2011-05-09
Add an assert to un-confuse clang's analyzer
Sebastian Hahn
2011-05-09
Fix a docstring
Sebastian Hahn
2011-05-06
Link to libevent_openssl statically when requested
Sebastian Hahn
2011-05-05
Fix check-spaces issues in master
Nick Mathewson
2011-05-05
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
2011-05-05
Fix up some check-spaces issues
Nick Mathewson
2011-05-05
Make microdesc use off-by-default for now, since there are not enough caches
Nick Mathewson
2011-05-05
Now that 0.2.3.1-alpha is out, require it for microdesc fetches
Nick Mathewson
2011-05-05
Move dummy authority.z fetch out of update_router_descriptor_downloads
Nick Mathewson
2011-05-05
Code to make clients fetch and use microdescriptors for circuit building
Nick Mathewson
2011-05-05
Replace _AUTHORITY enum values with _DIRINFO values (automted)
Nick Mathewson
2011-05-05
Automated rename from authority_type_t to dirinfo_type_t
Nick Mathewson
2011-05-05
Add a new configuration type, "AUTOBOOL", to handle 1/0/auto types
Nick Mathewson
2011-05-05
Increment version to 0.2.3.1-alpha-dev
Nick Mathewson
2011-05-05
Increment version to 0.2.3.1-alpha
Nick Mathewson
2011-05-04
Use read_all() to read messages from spawn_background
Nick Mathewson
2011-05-04
Merge remote-tracking branch 'origin/maint-0.2.2'
Nick Mathewson
[next]