aboutsummaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2014-02-06Deliver circuit handshake counts as part of the heartbeatNick Mathewson
2013-09-05collect and log statistics about onionskins received/processedRoger Dingledine
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
2011-09-09Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-30Use %f with printf-style formatting, not %lfNick Mathewson
2011-08-04Add unit tests for buffer-stats.Karsten Loesing
2011-08-04Separate generation of a buffer-stats string from writing it to disk.Karsten Loesing
2011-08-04Clean up rep_hist_buffer_stats_write().Karsten Loesing
2011-08-04Create cell-stats history even if we didn't see a single circuit.Karsten Loesing
2011-08-04Replace files in stats/ rather than appending to them.Karsten Loesing
2011-07-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-19Specify text or binary mode in every start_writing_to_stdio_file callRobert Ransom
2011-06-14Make the get_options() return constNick Mathewson
2011-06-14Fix another check_private_dir instance in masterNick Mathewson
2011-06-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-14Make ControlSocketsGroupWritable work with User.Jérémy Bobbio
2011-06-08Fix a rare memleak during stats writingSebastian Hahn
2011-06-08remove some dead code, found by coveritySebastian Hahn
2011-05-30Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson