summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2004-12-01Spell-check strings and commentsNick Mathewson
2004-12-01do even less inside our signal handler,Roger Dingledine
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-28Normalize space: add one between every control keyword and control clause.Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-23fail more gracefully next timeRoger Dingledine
2004-11-21Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson
2004-11-12Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson
2004-11-09Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson
2004-11-09Resolve many XXXs and all DOCDOCsNick Mathewson
2004-11-07Clean up copyrights.Roger Dingledine
2004-10-27Fix in warning fixNick Mathewson
2004-10-27Check return of tor_snprintfNick Mathewson
2004-10-27Use strlcpy, not strcpy.Nick Mathewson
2004-10-27Use tor_snprintf, not snprintfNick Mathewson
2004-10-27Avoid strcat; use snprintf or strlcat insteadNick Mathewson
2004-10-27Replace sprintf with snprintfNick Mathewson
2004-10-14more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine
2004-10-11Fix a potential buffer overflow found by Ilja van Sprundel.Roger Dingledine
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