aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'sebastian/bug2497' into maint-0.2.2Nick Mathewson2011-04-28
|\
| * Don't report empty bw-history lines in extrainfoSebastian Hahn2011-04-19
* | fix some comments before they create conflictsRoger Dingledine2011-04-26
* | Fix compilation in last patchNick Mathewson2011-04-26
* | Fix more of bug 2704Sebastian Hahn2011-04-26
* | Prevent hugely inflated observed bandwidth valuesSebastian Hahn2011-04-19
* | Don't sometimes undercount bw averageSebastian Hahn2011-04-19
|/
* Free circuits_for_buffer_stats on shutdownNick Mathewson2011-04-07
* Fix up some cell-queue stats issues in rephist.cNick Mathewson2011-04-07
* Merge remote-tracking branch 'public/xxx_fixups' into maint-0.2.2Nick Mathewson2011-04-07
|\
| * Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | Use timevals, not time_t, when expiring circuits.Nick Mathewson2011-03-30
|/
* Remove a useless doxygen commentNick Mathewson2011-03-16
* Clarify threat description and avoid negative uptimes.Nick Mathewson2011-03-11
* Use observed instead of declared uptime for HSDirSebastian Hahn2011-03-11
* Merge remote branch 'sebastian/bug1035' into maint-0.2.2Nick Mathewson2011-03-08
|\
| * clarify an assertSebastian Hahn2011-02-26
| * Routers count as down when they change ORPort, tooSebastian Hahn2011-02-08
| * Fix spelling and an unused #defineSebastian Hahn2011-02-07
| * Fix compile without warnings on OS X 10.6Sebastian Hahn2010-12-27
| * Handle negative run lengths in wfu/mtbf calculationsNick Mathewson2010-11-22
| * Treat routers whose IPs have changed as having been down for MTBF/routerinfoNick Mathewson2010-11-22
* | Avoid spurious bwhist parsing failuresNick Mathewson2011-03-01
* | Fix two potential bugs in the bug1863 code.Karsten Loesing2011-02-24
* | fix some spelling in rephist commentsNick Mathewson2011-01-10
* | Add Maxima lists to bandwidth state.Nick Mathewson2011-01-10
* | On bwhist state load failure, clear dir_read/write hist tooNick Mathewson2011-01-10
* | Fix bug when parsing bwhist with unexpected IntervalNick Mathewson2011-01-10
* | Turn the loop bodies of rep_hist_save/load_state into functionsNick Mathewson2011-01-10
* | Fix a function formatting warning in rephist.cNick Mathewson2011-01-03
* | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\ \
| * | Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | comment karsten's bug2196 patch a littleNick Mathewson2010-11-29
* | | Report only the top 10 ports in exit-port stats.Karsten Loesing2010-11-24
| |/ |/|
* | Try harder not to exceed the 50 KB extra-info descriptor limit.Karsten Loesing2010-11-15
* | Merge commit 'karsten/dirbytes2'Nick Mathewson2010-08-18
|\ \
| * | Count bytes we spend on answering directory requests.Karsten Loesing2010-08-18
* | | Give rep_hist_exit_stats_history() a better name.Karsten Loesing2010-08-15
* | | Fix memory leak spotted by Nick.Karsten Loesing2010-08-15
* | | Refactor exit port statistics code and add unit tests.Karsten Loesing2010-08-11
|/ /
* | Move exit-stats code to the end of rephist.c.Karsten Loesing2010-08-05
* | Allow enabling or disabling *Statistics while Tor is running.Karsten Loesing2010-08-05
* | Create rephist.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuituse.hSebastian Hahn2010-07-27
* | Create circuitlist.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Merge branch 'asprintf'Nick Mathewson2010-04-02
|\ \
| * | Tweak users of snprintf to use asprintf where appropriateNick Mathewson2010-02-28