summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2006-12-15Clients no longer store bandwidth history in the state file.Roger Dingledine
2006-10-01backport 8550 too.Roger Dingledine
2006-09-24Oops. My last commit to the 1.1 branch somehow merged the whole stable branch...Nick Mathewson
2006-09-23 r6362@totoro (orig r6361): arma | 2006-04-10 05:43:30 -0400Nick Mathewson
2006-07-22and backport the other half of the reachability test, now that i'mRoger Dingledine
2006-04-18"Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson
2006-03-26When the controller's *setconf commands fail, collect an error messageRoger Dingledine
2006-03-12Cleanup on time-relaqted constants. New conventions:Nick Mathewson
2006-02-13the last of the log convention conversion. finally.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-01-11Fix wide linesNick Mathewson
2006-01-11Convert some more ints to long longs in rephist.c, as suggested by windows co...Nick Mathewson
2006-01-02only print bandwidth lines to the state file if we're being a server.Roger Dingledine
2006-01-02Possible fix to state-load bug reported by weasel.Nick Mathewson
2005-12-29Appease some verbose GCC warnings.Nick Mathewson
2005-12-24simplify because we weren't using those return values anywayRoger Dingledine
2005-12-23Keep bandwidth history accross restarts/crashesPeter Palfrader
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-11-25Start the process of treating internal circuits and exit circuitsRoger Dingledine
2005-11-23Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson
2005-10-25Remove last vestiges of old logging interface.Nick Mathewson
2005-10-18Update more files to new log stuff.Nick Mathewson
2005-10-18Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson
2005-09-30even better function start checks; give dmalloc a chance of working.Nick Mathewson
2005-09-30Reformat inconsistent function declarations.Nick Mathewson
2005-09-23Remove extraneous space on read-history lines.Nick Mathewson
2005-09-23make the numbers in read-history and write-history into uint64s,Roger Dingledine
2005-08-13predict required circuits better, with an eye toward makingRoger Dingledine
2005-07-25parameterize RephistTrackTimeRoger Dingledine
2005-07-18add a trivial tor-counting variableRoger Dingledine
2005-06-15Remove code that has been #if-0ed for a long time.Nick Mathewson
2005-06-11Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-06Instrument buffers.c and rephist.c memory usageNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-02-28free some more memory at shutdownRoger Dingledine
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-10Add more functions to free things to help dmalloc allong.Nick Mathewson
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2004-12-07I'm a bad person.Roger Dingledine
2004-12-07Renormalize whitespaceNick Mathewson
2004-12-05New circuit building strategy: keep a list of ports that we've used in ...Roger Dingledine
2004-12-04bugfix: router_exit_policy_rejects_all() was broken, so we wereRoger Dingledine
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