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
/
routerparse.c
Age
Commit message (
Expand
)
Author
2005-11-15
Verify that router fingerprint lines match identity keys. (We dont use them, ...
Nick Mathewson
2005-11-05
On directory servers, old_routers was wasting hundreds of bytes per supersede...
Nick Mathewson
2005-10-28
Fix bug when parsing list of router descriptors containing a truncated entry....
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
Use LD_BUG as appropriate; convert rend* and router* to new logging interface...
Nick Mathewson
2005-10-18
fix some typos
Roger Dingledine
2005-10-14
Try to extract as many descriptors as possible from truncated http responses....
Nick Mathewson
2005-10-07
Strip extra trailing newlines when parsing router descriptors.
Nick Mathewson
2005-09-30
Try to hunt down a few more leaks
Nick Mathewson
2005-09-30
Resolve several DOCDOCs. Make non-mirrors only launch routerdesc downloads w...
Nick Mathewson
2005-09-29
clean up some doxygen stuff
Roger Dingledine
2005-09-21
Only check versions from versioning authdirs.
Nick Mathewson
2005-09-21
Implement new version handling code.
Nick Mathewson
2005-09-20
clean up a bit more code
Roger Dingledine
2005-09-18
Prevent a "try forever to download an unobtainable descriptor" bug. Still re...
Nick Mathewson
2005-09-18
Move to new base64 digest functions. Switch to new router digest calculation...
Nick Mathewson
2005-09-16
Remove a bunch of #if0d code that I no longer need to look at.
Nick Mathewson
2005-09-16
Resolve/expand some XXXXs and improve a log message or two
Nick Mathewson
2005-09-15
Stop downloading directories and download routers instead. This still needs ...
Nick Mathewson
2005-09-14
Fix a bunch of log messages. Deprecate some routerlist fields; remove others...
Nick Mathewson
2005-09-14
Would you believe that the software_versions field of routerlist_t was never ...
Nick Mathewson
2005-09-14
Big commit: clients start downloading and using network-statuses.
Nick Mathewson
2005-09-13
add docs, fix whitespace, and make ANY rule in routerparse a little tighter.
Nick Mathewson
2005-09-12
Numerous changes to move towards client-side v2 directories.
Nick Mathewson
2005-09-12
remove temporary network-status keyword
Roger Dingledine
2005-09-11
fix comment and return value for check_software_version_against_directory()
Roger Dingledine
2005-09-08
Resolve some XXXs. Add some others.
Nick Mathewson
2005-09-08
oops -- that log should have been removed
Nick Mathewson
2005-09-08
Fix network-status parsing.
Nick Mathewson
2005-09-08
Fix another reversed inet_aton
Nick Mathewson
2005-09-08
Fix some more bugs; add a temporary log.
Nick Mathewson
2005-09-08
Stop dying when we get a directory from tor26; workaround for change in netwo...
Nick Mathewson
2005-09-07
clean whitespace.
Nick Mathewson
2005-09-07
More stuff for new directories.
Nick Mathewson
2005-09-04
Comment structs, reload a field, start making network status caches work
Nick Mathewson
2005-09-02
Make structs for (v2) network-status and its per-router components. Add funct...
Nick Mathewson
2005-08-30
Actually set is_hibernating when parsing router descriptors.
Nick Mathewson
2005-08-26
Add some documentation; move the signature generation logic into routerparse....
Nick Mathewson
2005-08-25
Start implementing the server side of the new directory protocol.
Nick Mathewson
2005-08-24
Dirservers now do their own external reachability testing of each
Roger Dingledine
2005-08-16
the tor-spec says router->address must be an IP address. so refuse
Roger Dingledine
2005-08-09
check_software_version_against_directory needs a return value.
Nick Mathewson
2005-08-08
Replace (Fascist)Firewall* with a new ReachableAddresses option that understa...
Nick Mathewson
2005-08-08
get rid of IgnoreVersion and the forced auto-exit mis-feature
Roger Dingledine
2005-06-24
It is not the end of the world when a router descriptor has an unrecognized kwd
Nick Mathewson
2005-06-15
Remove code that has been #if-0ed for a long time.
Nick Mathewson
2005-06-11
Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
[next]