aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
Commit message (Expand)AuthorAge
* Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine2005-01-17
* I'm a bad person.Roger Dingledine2004-12-07
* Renormalize whitespaceNick Mathewson2004-12-07
* New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine2004-12-05
* bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine2004-12-04
* Spell-check strings and commentsNick Mathewson2004-12-01
* do even less inside our signal handler,Roger Dingledine2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* Normalize space: add one between every control keyword and control clause.Nick Mathewson2004-11-28
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* fail more gracefully next timeRoger Dingledine2004-11-23
* Dont keep rephist info for routers that havent had activity for 24 hours.Nick Mathewson2004-11-21
* Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif...Nick Mathewson2004-11-12
* Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...Nick Mathewson2004-11-09
* Resolve many XXXs and all DOCDOCsNick Mathewson2004-11-09
* Clean up copyrights.Roger Dingledine2004-11-07
* Fix in warning fixNick Mathewson2004-10-27
* Check return of tor_snprintfNick Mathewson2004-10-27
* Use strlcpy, not strcpy.Nick Mathewson2004-10-27
* Use tor_snprintf, not snprintfNick Mathewson2004-10-27
* Avoid strcat; use snprintf or strlcat insteadNick Mathewson2004-10-27
* Replace sprintf with snprintfNick Mathewson2004-10-27
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Fix a potential buffer overflow found by Ilja van Sprundel.Roger Dingledine2004-10-11
* even better, only print extend attempts if there are any.Roger Dingledine2004-08-18
* stop taking strlen of an uninitialized bufferRoger Dingledine2004-08-18
* make last patch compileNick Mathewson2004-08-17
* Stop logging events that happen to uninitialized digestsNick Mathewson2004-08-17
* Fix commentNick Mathewson2004-08-09
* Fix a fencepost error in the last bandwidth reporting fixNick Mathewson2004-08-08
* touch-upsRoger Dingledine2004-08-07
* Handle loop initialization for bandwidth tracking properlyNick Mathewson2004-08-07
* Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename for...Nick Mathewson2004-08-07
* Keep track of a whole day of bandwidth, not just 12 hrsNick Mathewson2004-08-06
* Fix all warnings on win32 buildNick Mathewson2004-08-03
* when we get a sigint, don't accept new connections/circuits,Roger Dingledine2004-07-20
* Correct "advance-time" logicNick Mathewson2004-07-20
* Track bandwidth usage to estimate capacityNick Mathewson2004-07-20
* Resolve all DOCDOCs.Nick Mathewson2004-07-16
* Finish most pre2 items: make running-routers list work right; rename secret k...Nick Mathewson2004-07-13
* only count bytes transmitted to/from non-local IPsRoger Dingledine2004-07-13
* checkpoint: start working on bandwidth tracking andRoger Dingledine2004-07-13
* Remaining 008pre1 items done; deferred where more design is needed.Nick Mathewson2004-06-25
* Resolve some XXXsNick Mathewson2004-05-18
* More doxygenation.Nick Mathewson2004-05-10
* Comments for nearly all non-tricky filesNick Mathewson2004-05-05
* use tor_assertRoger Dingledine2004-04-25
* tabsRoger Dingledine2004-04-03
* Possible fix for c99 aliasing warningsNick Mathewson2004-03-29
* make OR not crash when non-OR connection diesRoger Dingledine2004-03-20