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
/
or
/
or.h
Age
Commit message (
Expand
)
Author
2005-12-08
Document CREATE_FAST better in the code. Move our key expansion algorithm in...
Nick Mathewson
2005-12-07
Make clients use CREATE_FAST cells. add an option to disable this.
Nick Mathewson
2005-12-06
Fix bug 212: Directory authorities should not try to download server descript...
Nick Mathewson
2005-12-05
Better fix for last bug: avoids trying to double-mark circuits.
Nick Mathewson
2005-12-05
Change how OR conns get removed from the identity map; fix some warnings on s...
Nick Mathewson
2005-12-03
Shave off another 4.7%: remove a linear search when figuring out which circui...
Nick Mathewson
2005-11-30
Fix some verbose warnings and remove an unneeded include.
Nick Mathewson
2005-11-30
remove some functions that are not used; #if0 out some files that are not lik...
Nick Mathewson
2005-11-30
Rename connection_get_by_identity_digest to reflect that it is OR-only. Make...
Nick Mathewson
2005-11-26
clean up broken comment
Roger Dingledine
2005-11-26
"How about 'never'? Does 'never' work for you?"
Nick Mathewson
2005-11-25
Start the process of treating internal circuits and exit circuits
Roger Dingledine
2005-11-23
Dump bytes held to store descriptors.
Nick Mathewson
2005-11-23
Track how many bytes we have in signed descriptors. Try to make sure we are t...
Nick Mathewson
2005-11-19
Add a new controller event type that allows controllers to get all
Peter Palfrader
2005-11-19
Start obeying our firewall options more rigorously:
Roger Dingledine
2005-11-19
Recover better from TCP connections to Tor servers that are broken but
Roger Dingledine
2005-11-18
Leave options->DirServers alone -- if the user didn't specify any,
Roger Dingledine
2005-11-17
help the term "OP" become obsolete
Roger Dingledine
2005-11-16
Add a new config option TestSocks so people can see if their
Roger Dingledine
2005-11-11
when we were cannibalizing a circuit with a particular exit
Roger Dingledine
2005-11-05
On directory servers, old_routers was wasting hundreds of bytes per supersede...
Nick Mathewson
2005-11-01
enable code to remove members of old_routers when it gets big.
Nick Mathewson
2005-10-29
make circ->onionskin a pointer, not a static array. moria2 was using
Roger Dingledine
2005-10-29
Do round-robin writes of at most 16 kB per write. This might
Roger Dingledine
2005-10-27
Start making directory caches retain old routerinfo_t. The code to remove ol...
Nick Mathewson
2005-10-25
Remove last vestiges of old logging interface.
Nick Mathewson
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-24
Fix one possible source of reuse-a-circuit-id bug; convert circuitbuild to ne...
Nick Mathewson
2005-10-18
Migrate a few more files to domained logging
Nick Mathewson
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
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-17
start calling it *ListenAddress rather than *BindAddress,
Roger Dingledine
2005-10-17
start the process of reducing clutter in server logs
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-12
Check if our IP address has changed every 5 minutes. If it has, update our s...
Peter Palfrader
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-07
doxygen fix
Roger Dingledine
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-05
Rate-limit warnings related to unrecognized MyFamily elements.
Nick Mathewson
2005-10-05
infrastructure for the 'change pseudonym' button.
Roger Dingledine
2005-10-05
replace former relaunches of directory downloads with reset of failure count ...
Nick Mathewson
2005-10-05
reset warning flags on SIGHUP. arma: is this everything?
Nick Mathewson
2005-10-05
Fix verbose compiler warnings, including one in routerlist.c that would have ...
Nick Mathewson
2005-10-05
resolve some directory-related XXXXs; downgrade naming conflict messages from...
Nick Mathewson
[next]