aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
Commit message (Expand)AuthorAge
* r10475@danube: weasel | 2006-11-01 14:33:35 +0100Peter Palfrader2006-11-01
* r9449@Kushana: nickm | 2006-10-31 00:12:02 -0500Nick Mathewson2006-10-31
* make hidden service predicted circuits correct rather thanRoger Dingledine2006-09-30
* use tor_mem_is_zero() in more places.Roger Dingledine2006-07-23
* whitespace and docsRoger Dingledine2006-07-23
* i lied, that won't work at all. maybe this will.Roger Dingledine2006-07-22
* MSVC6 is apparently terrified of unnatural cross-breeding between uint64_t an...Nick Mathewson2006-07-17
* ok, ok, maybe *this* time my rep_hist_circbuilding_dormant() will work.Roger Dingledine2006-06-08
* ah, that explains why we weren't going dormant withRoger Dingledine2006-06-08
* Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...Nick Mathewson2006-06-03
* don't stop fetching server descriptors if we're a server andRoger Dingledine2006-06-03
* stop fetching descriptors if we're not a dir mirror and weRoger Dingledine2006-05-30
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* Cleanup on time-relaqted constants. New conventions:Nick Mathewson2006-03-12
* the last of the log convention conversion. finally.Roger Dingledine2006-02-13
* Happy new year!Roger Dingledine2006-02-09
* Fix wide linesNick Mathewson2006-01-11
* Convert some more ints to long longs in rephist.c, as suggested by windows co...Nick Mathewson2006-01-11
* only print bandwidth lines to the state file if we're being a server.Roger Dingledine2006-01-02
* Possible fix to state-load bug reported by weasel.Nick Mathewson2006-01-02
* Appease some verbose GCC warnings.Nick Mathewson2005-12-29
* simplify because we weren't using those return values anywayRoger Dingledine2005-12-24
* Keep bandwidth history accross restarts/crashesPeter Palfrader2005-12-23
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Start the process of treating internal circuits and exit circuitsRoger Dingledine2005-11-25
* Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson2005-11-23
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Update more files to new log stuff.Nick Mathewson2005-10-18
* Use digestmap_t instead of strmap_t where appropriate. Do less hex en/decodingNick Mathewson2005-10-18
* even better function start checks; give dmalloc a chance of working.Nick Mathewson2005-09-30
* Reformat inconsistent function declarations.Nick Mathewson2005-09-30
* Remove extraneous space on read-history lines.Nick Mathewson2005-09-23
* make the numbers in read-history and write-history into uint64s,Roger Dingledine2005-09-23
* predict required circuits better, with an eye toward makingRoger Dingledine2005-08-13
* parameterize RephistTrackTimeRoger Dingledine2005-07-25
* add a trivial tor-counting variableRoger Dingledine2005-07-18
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
* Docment or add DOCDOC comments to undocumented functions in src/or. Make fun...Nick Mathewson2005-06-11
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
* Instrument buffers.c and rephist.c memory usageNick Mathewson2005-06-06
* update copyright notices.Nick Mathewson2005-04-01
* free some more memory at shutdownRoger Dingledine2005-02-28
* Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson2005-02-11
* Add more functions to free things to help dmalloc allong.Nick Mathewson2005-02-10
* 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