Commit History

Author SHA1 Message Date
  Roger Dingledine 7c9a707900 remove emacs droppings, since nick says he doesn't need them anymore 20 years ago
  Roger Dingledine 921c40abe7 fail more gracefully next time 20 years ago
  Nick Mathewson bb18d4238f Dont keep rephist info for routers that havent had activity for 24 hours. 20 years ago
  Nick Mathewson 60880cda84 Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarification on some. Turn all XXXX008 ("showstopper for 0.0.8 release") items into XXXX009 or XXXX, since plainly they were not showstoppers for 0.0.8. Add/clean some docs. 20 years ago
  Nick Mathewson 5a5be93f80 Normalize whitespace; add a "tell me about all the unnormalized whitespace" target; fix a braino in dirserv.c 20 years ago
  Nick Mathewson cd753df7bf Resolve many XXXs and all DOCDOCs 20 years ago
  Roger Dingledine 394554cfbf Clean up copyrights. 20 years ago
  Nick Mathewson 36bbab2f2b Fix in warning fix 20 years ago
  Nick Mathewson f8771625c6 Check return of tor_snprintf 20 years ago
  Nick Mathewson 6980929e64 Use strlcpy, not strcpy. 20 years ago
  Nick Mathewson 44d4516155 Use tor_snprintf, not snprintf 20 years ago
  Nick Mathewson 06fa8fc05f Avoid strcat; use snprintf or strlcat instead 20 years ago
  Nick Mathewson bc62f8e983 Replace sprintf with snprintf 20 years ago
  Roger Dingledine aebc3a03ba more int to size_t conversions, fixing one or more amd64 bugs 20 years ago
  Roger Dingledine 5c53c63aa0 Fix a potential buffer overflow found by Ilja van Sprundel. 20 years ago
  Roger Dingledine 20b8819023 even better, only print extend attempts if there are any. 20 years ago
  Roger Dingledine a447570036 stop taking strlen of an uninitialized buffer 20 years ago
  Nick Mathewson 9bcd4a9c6a make last patch compile 20 years ago
  Nick Mathewson 525a4fc365 Stop logging events that happen to uninitialized digests 20 years ago
  Nick Mathewson 98b8a89aa8 Fix comment 20 years ago
  Nick Mathewson 0652a0e90a Fix a fencepost error in the last bandwidth reporting fix 20 years ago
  Roger Dingledine 44ff309c26 touch-ups 20 years ago
  Nick Mathewson 28a6d0901f Handle loop initialization for bandwidth tracking properly 20 years ago
  Nick Mathewson f6cc218742 Refactor ISO-style (yyyy-mm-dd hh:mm:ss) time parsing into util.c; rename format/parse_rfc1123_time; make rephist remember used bandwidth; published used bandwidth in descriptors in 15-minute chunks. Breaks unittests. 20 years ago
  Nick Mathewson bed5696185 Keep track of a whole day of bandwidth, not just 12 hrs 20 years ago
  Nick Mathewson 5b61dd0457 Fix all warnings on win32 build 20 years ago
  Roger Dingledine 0da256ef97 when we get a sigint, don't accept new connections/circuits, 20 years ago
  Nick Mathewson 18d752e518 Correct "advance-time" logic 20 years ago
  Nick Mathewson e57698cc6e Track bandwidth usage to estimate capacity 20 years ago
  Nick Mathewson bc36db351f Resolve all DOCDOCs. 20 years ago