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
/
rephist.c
Age
Commit message (
Expand
)
Author
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-12-01
do even less inside our signal handler,
Roger Dingledine
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-23
fail more gracefully next time
Roger Dingledine
2004-11-21
Dont keep rephist info for routers that havent had activity for 24 hours.
Nick Mathewson
2004-11-12
Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...
Nick Mathewson
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-09
Resolve many XXXs and all DOCDOCs
Nick Mathewson
2004-11-07
Clean up copyrights.
Roger Dingledine
2004-10-27
Fix in warning fix
Nick Mathewson
2004-10-27
Check return of tor_snprintf
Nick Mathewson
2004-10-27
Use strlcpy, not strcpy.
Nick Mathewson
2004-10-27
Use tor_snprintf, not snprintf
Nick Mathewson
2004-10-27
Avoid strcat; use snprintf or strlcat instead
Nick Mathewson
2004-10-27
Replace sprintf with snprintf
Nick Mathewson
2004-10-14
more int to size_t conversions, fixing one or more amd64 bugs
Roger Dingledine
2004-10-11
Fix a potential buffer overflow found by Ilja van Sprundel.
Roger Dingledine
2004-08-18
even better, only print extend attempts if there are any.
Roger Dingledine
2004-08-18
stop taking strlen of an uninitialized buffer
Roger Dingledine
2004-08-17
make last patch compile
Nick Mathewson
2004-08-17
Stop logging events that happen to uninitialized digests
Nick Mathewson
2004-08-09
Fix comment
Nick Mathewson
2004-08-08
Fix a fencepost error in the last bandwidth reporting fix
Nick Mathewson
2004-08-07
touch-ups
Roger Dingledine
2004-08-07
Handle loop initialization for bandwidth tracking properly
Nick Mathewson
2004-08-07
Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...
Nick Mathewson
2004-08-06
Keep track of a whole day of bandwidth, not just 12 hrs
Nick Mathewson
2004-08-03
Fix all warnings on win32 build
Nick Mathewson
2004-07-20
when we get a sigint, don't accept new connections/circuits,
Roger Dingledine
2004-07-20
Correct "advance-time" logic
Nick Mathewson
2004-07-20
Track bandwidth usage to estimate capacity
Nick Mathewson
2004-07-16
Resolve all DOCDOCs.
Nick Mathewson
2004-07-13
Finish most pre2 items: make running-routers list work right; rename secret k...
Nick Mathewson
2004-07-13
only count bytes transmitted to/from non-local IPs
Roger Dingledine
2004-07-13
checkpoint: start working on bandwidth tracking and
Roger Dingledine
2004-06-25
Remaining 008pre1 items done; deferred where more design is needed.
Nick Mathewson
2004-05-18
Resolve some XXXs
Nick Mathewson
2004-05-10
More doxygenation.
Nick Mathewson
2004-05-05
Comments for nearly all non-tricky files
Nick Mathewson
2004-04-25
use tor_assert
Roger Dingledine
2004-04-03
tabs
Roger Dingledine
2004-03-29
Possible fix for c99 aliasing warnings
Nick Mathewson
2004-03-20
make OR not crash when non-OR connection dies
Roger Dingledine
2004-03-20
Integrate the new "rephist" [rep(utation) hist(ory)] module to trace
Nick Mathewson
2004-03-20
Add initial history-tracking backend code for reputation module. Not called o...
Nick Mathewson