summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2004-08-18even better, only print extend attempts if there are any.Roger Dingledine
2004-08-18stop taking strlen of an uninitialized bufferRoger Dingledine
2004-08-17make last patch compileNick Mathewson
2004-08-17Stop logging events that happen to uninitialized digestsNick Mathewson
2004-08-09Fix commentNick Mathewson
2004-08-08Fix a fencepost error in the last bandwidth reporting fixNick Mathewson
2004-08-07touch-upsRoger Dingledine
2004-08-07Handle loop initialization for bandwidth tracking properlyNick Mathewson
2004-08-07Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson
2004-08-06Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson
2004-08-03Fix all warnings on win32 buildNick Mathewson
2004-07-20when we get a sigint, don't accept new connections/circuits,Roger Dingledine
2004-07-20Correct "advance-time" logicNick Mathewson
2004-07-20Track bandwidth usage to estimate capacityNick Mathewson
2004-07-16Resolve all DOCDOCs.Nick Mathewson
2004-07-13Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson
2004-07-13only count bytes transmitted to/from non-local IPsRoger Dingledine
2004-07-13checkpoint: start working on bandwidth tracking andRoger Dingledine
2004-06-25Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson
2004-05-18Resolve some XXXsNick Mathewson
2004-05-10More doxygenation.Nick Mathewson
2004-05-05Comments for nearly all non-tricky filesNick Mathewson
2004-04-25use tor_assertRoger Dingledine
2004-04-03tabsRoger Dingledine
2004-03-29Possible fix for c99 aliasing warningsNick Mathewson
2004-03-20make OR not crash when non-OR connection diesRoger Dingledine
2004-03-20Integrate the new "rephist" [rep(utation) hist(ory)] module to traceNick Mathewson
2004-03-20Add initial history-tracking backend code for reputation module. Not called o...Nick Mathewson