summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2014-12-22Increase bandwidth usage report interval to 4 hours.Nick Mathewson
2014-09-02Fix a number of clang analyzer false-positivesNick Mathewson
2014-05-11Quench clang's complaints with -Wshorten-64-to-32 when time_t is not long.dana koch
2014-05-05Remove /tor/dbg-stability.txt URL.Karsten Loesing
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-03-27Renamed "onionskins_completed" to "onionskins_assigned"Nick Mathewson
2014-03-05Rename PredictedCircsRelevanceTime->PredictedPortsRelevanceTimeNick Mathewson
2014-03-05Merge branch 'ticket9176_squashed'Nick Mathewson
2014-03-05PredictedCircsRelevanceTime: limit how long we predict a port will be usedunixninja92
2014-02-06Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
2013-12-24Merge remote-tracking branch 'public/bug10485'Nick Mathewson
2013-12-24Move onion-type stats message into heartbeatNick Mathewson
2013-09-05Merge branch 'maint-0.2.4'Roger Dingledine
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
2013-08-15Rename circuit_get_global_list to remove trailing _Nick Mathewson
2013-06-20Fix #9108 - make global_circuitlist a doubly linked listMarek Majkowski
2013-05-24Extract duplicate code in geoip and rephist.Peter Retzlaff
2013-02-14Authorities were adding downtime for every relay every restartRoger Dingledine
2013-02-09Wrap more macro definitions in (parentheses)Nick Mathewson
2013-02-04When we mark a node as a sybil, mark it down and reset its uptime to 0Nick Mathewson
2013-02-01Rename log() to tor_log() for loggingNick Mathewson
2013-01-16Update the copyright date to 201.Nick Mathewson
2012-10-15Merge remote-tracking branch 'public/bug1031'Nick Mathewson
2012-10-12Rename all reserved C identifiers we definedNick Mathewson
2012-10-03Free some more still-in-use memory at exitRoger Dingledine
2012-09-10Merge branch 'maint-0.2.3'Roger Dingledine
2012-09-10Avoid segfault when reading state file from ancient torNick Mathewson
2012-06-28Never emit the "opt" prefix in any directory stuffNick Mathewson
2012-06-28Extend tor_sscanf so it can replace sscanf in rephist.cNick Mathewson
2012-06-15Triage the XXX023 and XXX022 comments: postpone many.Nick Mathewson
2012-06-13Fix integer overflow in cell stats spotted by atagar.Karsten Loesing
2012-06-05Merge remote-tracking branch 'public/format_doubles'Nick Mathewson
2012-06-05Resolve about 24 DOCDOCsNick Mathewson
2012-06-04Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson
2012-06-04Add about 60 more DOCDOC comments to 0.2.3Nick Mathewson
2012-05-16Use %f, not %lf when formatting doublesNick Mathewson
2012-05-16Merge remote-tracking branch 'public/bug3296'Nick Mathewson
2012-05-15Assert that rep_hist_format_desc_stats() returns !NULL.Linus Nordberg
2012-05-15Fix desc stats on bridge authorities that didn't serve anything.Karsten Loesing
2012-05-11When no usable exit satisfies a predicted port, stop predicting it.Nick Mathewson
2012-03-28Don't try to generate stats from an empty served_descs.Linus Nordberg
2012-01-18Rename nonconformant identifiers.Nick Mathewson
2012-01-16Convert instances of tor_snprintf+strdup into tor_asprintfNick Mathewson
2012-01-16Try to use smartlist_add_asprintf consistentlyNick Mathewson
2011-10-25Avoid likely memory fragmentation from rep_hist_note_descs_servedNick Mathewson
2011-10-25Add percentiles to the desc stats reportingSebastian Hahn
2011-10-24Don't initialize desc stats for non-bridgedirauth nodesSebastian Hahn
2011-10-21Check for jumping clock in *format_*stats functionsSebastian Hahn
2011-10-21Add new stats type: descriptor fetch statsSebastian Hahn