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
/
or
Age
Commit message (
Expand
)
Author
2005-10-18
fix some typos
Roger Dingledine
2005-10-18
I think nick meant to compare r2->platform the second time
Peter Palfrader
2005-10-18
Fix tor26's first segfault
Peter Palfrader
2005-10-18
Use a digestmap_t to speed up router_get_by_digest, which was previously a bo...
Nick Mathewson
2005-10-18
Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decoding
Nick Mathewson
2005-10-18
Refactor routerlist access slightly: always use router_get_by_routerlist(); c...
Nick Mathewson
2005-10-18
Make dirserv_get_routerdescs() return better http 404 error messages instead ...
Peter Palfrader
2005-10-18
split send_control1_event() into the printf and the print/dispatch part. The
Peter Palfrader
2005-10-18
Fix download by SD digest
Peter Palfrader
2005-10-18
I wonder what a stautus is.
Peter Palfrader
2005-10-18
Some http status lines ended in a dot, others did not. Make it all the same ...
Peter Palfrader
2005-10-18
And close the double quote too
Peter Palfrader
2005-10-18
Fix documentation of dirserv_get_routerdescs:
Peter Palfrader
2005-10-17
Add a missing struct initializer field
Nick Mathewson
2005-10-17
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
Peter Palfrader
2005-10-17
fix a few comments
Roger Dingledine
2005-10-17
start calling it *ListenAddress rather than *BindAddress,
Roger Dingledine
2005-10-17
Add ability to warn when using abbrev mechanism to deprecate option names
Nick Mathewson
2005-10-17
when providing content-type application/octet-stream for providing
Roger Dingledine
2005-10-17
Make a few INFO log lines into DEBUG
Peter Palfrader
2005-10-17
start hunting down why servers keep getting so many duplicate create cells
Roger Dingledine
2005-10-17
more log uncluttering
Roger Dingledine
2005-10-17
start the process of reducing clutter in server logs
Roger Dingledine
2005-10-16
cut out a warning that doesn't need to warn
Roger Dingledine
2005-10-16
remove obsolete IgnoreVersion config from or.h
Roger Dingledine
2005-10-14
Enable trivial "download by descriptor digest" functionality.
Nick Mathewson
2005-10-14
Try to extract as many descriptors as possible from truncated http responses....
Nick Mathewson
2005-10-13
Allow tor_gzip_uncompress to extract as much as possible from truncated compr...
Nick Mathewson
2005-10-12
Check if our IP address has changed every 5 minutes. If it has, update our s...
Peter Palfrader
2005-10-12
Be a bit more verbose in our AUTHENTICATE error messages in the control proto...
Peter Palfrader
2005-10-12
When no descriptors changed, do not send a NEWDESC event.
Nick Mathewson
2005-10-12
Make --hash-password not craash on exit.
Nick Mathewson
2005-10-12
Avoid warning on end-of-function
Nick Mathewson
2005-10-12
authorities do not replace server descriptors where nothing semantically rele...
Nick Mathewson
2005-10-12
Funny. I could have sworn it compiled this morning when I checked it in.
Nick Mathewson
2005-10-12
More work towards a sane digest-based liveness testing.
Nick Mathewson
2005-10-12
Add an as-yet-unused "EXTENDED" flag to SETEVENTS to indicate that the client...
Nick Mathewson
2005-10-12
Do not check whether DirPort is reachable when we are suppressing it because ...
Nick Mathewson
2005-10-11
add some docs; if warn_if_unnamed is 0, really do not warn.
Nick Mathewson
2005-10-08
Insert a newline between all router descriptors when generating (old style) s...
Nick Mathewson
2005-10-08
Now that directory admins assure me they have adjested teir configs, it is sa...
Nick Mathewson
2005-10-07
do not try to download a routerdesc if we would immediately reject it as obso...
tor-0.1.1.8-alpha
Nick Mathewson
2005-10-07
Warn less about intro nodes by nickname; remember our own intro nodes by key.
Nick Mathewson
2005-10-07
fix a malformed warning entry
Roger Dingledine
2005-10-07
doxygen fix
Roger Dingledine
2005-10-07
you can't declare variables in the middle of a block
Roger Dingledine
2005-10-07
Print address too when we say we cannot bind/listen
Peter Palfrader
2005-10-07
Strip extra trailing newlines when parsing router descriptors.
Nick Mathewson
2005-10-06
Once an hour (not just on startup) give OpenSSL some more entropy.
Nick Mathewson
2005-10-06
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...
Nick Mathewson
[next]