summaryrefslogtreecommitdiff
path: root/src/or/rephist.c
AgeCommit message (Expand)Author
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-27Move or_state_mark_dirty into statefile.cNick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-02-20Remove a bunch of other redundant #includesNick Mathewson
2018-02-07Merge remote-tracking branch 'dgoulet/ticket25163_033_01'Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-06rephist: Stop tracking relay connection statusDavid Goulet
2018-02-06rephist: Stop tracking EXTEND attemptsDavid Goulet
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11Merge branch 'stack_fixes_032_v2' into maint-0.3.2Nick Mathewson
2017-12-11Move subtraction in rephist to try to avoid STACK warningNick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-11-27Merge branch 'ticket23856_025_01' into maint-0.3.2Nick Mathewson
2017-11-27relay: Change bandwidth stats interval to 24 hoursDavid Goulet
2017-09-15Merge branch 'maint-0.3.1'Nick Mathewson
2017-09-15Fix several places where md-using relays would get wrong behavior.Nick Mathewson
2017-08-24Apply ahf's ceil_div.cocci patch.Nick Mathewson
2017-07-13rephist: Remove unused crypto_pk statistics.Isis Lovecruft
2017-05-09Add a check and a cast in rephist.c to fix a warningNick Mathewson
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Bug 17592: Clean up connection timeout logic.Mike Perry
2017-05-08Netflow record collapsing defense.Mike Perry
2017-03-15Run the copyright update script.Nick Mathewson
2016-10-17Write a bunch of module documentation.Nick Mathewson
2016-07-28Three more -Wshadow fixes.Nick Mathewson
2016-07-28Fix a huge pile of -Wshadow warnings.Nick Mathewson
2016-07-28Fix all -Wshadow warnings on LinuxNick Mathewson
2016-06-20Make base16_decodes return number of decoded bytesnikkolasg
2016-06-11Merge branch 'bug19180_easy_squashed'Nick Mathewson
2016-06-11Add the -Wextra-semi warning from clang, and fix the cases where it triggersNick Mathewson
2016-05-30Replace nearly all XXX0vv comments with smarter onesNick Mathewson
2016-05-20Make another variable unsigned.Nick Mathewson
2016-05-19Compute HS stats outputs without round_int64_...Nick Mathewson
2016-05-17Merge branch 'maint-0.2.8'Nick Mathewson
2016-05-16touchups and refactorings on bug 18616 branchRoger Dingledine
2016-04-14Add new tor_assert_nonfatal*() macros.Nick Mathewson
2016-03-28Fix memory-counting error in rephist.c. Bug 18651. (Now with actual patch)Nick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-09Assert that memory held by rephist is freedcypherpunks
2015-05-06Fix hs stats comments to be more accurateDavid Goulet
2015-03-10Add link protocol version counts to the heartbeat messageNick Mathewson
2015-01-07Merge remote-tracking branch 'public/bug13988_025'Nick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-22Increase bandwidth usage report interval to 4 hours.Nick Mathewson
2014-12-19Add two hidden-service related statistics.George Kadianakis
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-09-02Merge remote-tracking branch 'origin/maint-0.2.5'Nick Mathewson