aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2017-10-23Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-09-29Clear outbuf_flushlen when we clear a connection's outbufNick Mathewson
2016-09-22Merge branch 'maint-0.2.8'Nick Mathewson
2016-09-22Merge branch 'bug20203_027_squashed' into maint-0.2.8Nick Mathewson
2016-09-22When clearing cells from a circuit for OOM reasons, tell cmux we did so.Nick Mathewson
2016-08-29Merge remote-tracking branch 'teor/reject-tap-v6'Nick Mathewson
2016-08-24Improve comments in circuit_get_cpath_*teor (Tim Wilson-Brown)
2016-07-19Use coarse monotonic timer instead of cached monotonized libevent time.Nick Mathewson
2016-06-11Add -Wmissing-variable-declarations, with attendant fixesNick Mathewson
2016-03-28Fix my dumb unreleased bug in 18673Nick Mathewson
2016-03-28Fix memory leak in TestingEnableCellStatsEventNick Mathewson
2016-02-27Update the copyright year.Nick Mathewson
2016-02-27Make sure that every module in src/or has a brief description.Nick Mathewson
2016-02-11Rename circuit_about_to_free_{terminal -> atexit}Nick Mathewson
2016-02-10Properly detach circuits from cmuxes when calling circuit_free_all() on shutd...Andrea Shepard
2015-12-15Replace usage of INLINE with inlinecypherpunks
2015-12-08Fix memory leak by circuit marked for close listcypherpunks
2015-11-13appease check-spacesNick Mathewson
2015-11-12Experimentally decouple the main body of circuit_mark_for_closeNick Mathewson
2015-08-06Fix misnamed parameter in or_circuit_new docstring.Isis Lovecruft
2015-02-17trivial whitespace fixRoger Dingledine
2015-02-11Remove mempools and buf freelistsNick Mathewson
2015-01-14Avoid chan/circ linear lookups for requestsNick Mathewson
2015-01-02Bump copyright dates to 2015, in case someday this matters.Nick Mathewson
2014-12-21Merge branch 'ticket7356_squashed'Nick Mathewson
2014-12-21Using channel state lookup macros in circuitlist.c.rl1987
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
2014-11-12Reenhappy make check-spacesNick Mathewson
2014-11-12Merge remote-tracking branch 'public/bug13698_024_v1'Nick Mathewson
2014-11-10Fix: don't report timeout when closing parallel intro pointsDavid Goulet
2014-10-28Add another year to our copyright dates.Nick Mathewson
2014-09-30Make channel_note_destroy_not_pending() mockableAndrea Shepard
2014-09-02Another clang analyzer complaint wrt HT_GENERATENick Mathewson
2014-08-24Whitespace fixesNick Mathewson
2014-08-24Merge branch 'bug11792_1_squashed'Nick Mathewson
2014-08-24When looking for conns to close, count the age of linked queued dataNick Mathewson
2014-08-24Kill non-tunneled directory connections when handling OOM.Nick Mathewson
2014-08-24Count zlib buffer memory towards OOM totals.Nick Mathewson
2014-08-20Don't allocate an extra smartlist in the OOM handlerNick Mathewson
2014-08-20fix remaining compilation problemsNick Mathewson
2014-08-18When counting memory from closing a connection, count the dir conn tooNick Mathewson
2014-08-15Autoconvert most circuit-list iterations to smartlist iterationsNick Mathewson
2014-08-15Start converting circuitlist to smartlist.Nick Mathewson
2014-06-16whitespace fixesNick Mathewson
2014-06-14Merge branch 'bug12184_diagnostic_squashed'Nick Mathewson
2014-06-14Try to diagnose bug 12184Nick Mathewson
2014-06-11Merge remote-tracking branch 'public/ticket6799_024_v2_squashed'Nick Mathewson
2014-06-11Replace last_added_nonpadding with last_had_circuitsNick Mathewson
2014-05-22Merge remote-tracking branch 'andrea/bug11476'Nick Mathewson
2014-05-12Add --disable-mempools configure optionAndrea Shepard