aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
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
2014-05-06Faster chan_circid_entry_hash implementationNick Mathewson
2014-05-05Use siphash on channel/circuit-id map tooNick Mathewson
2014-04-29Quench gcc's complaints about discarding constness in TO_ORIGIN_CIRCUIT.dana koch
2014-04-25Merge branch 'scanbuild_fixes'Nick Mathewson
2014-04-18scan-build: Avoid crashing on BUG in circuit_get_by_rend_token_and_purposeNick Mathewson
2014-04-18Diagnostic warning to see if it's pending destroys causing 11553Nick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-08Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson
2014-04-04Protocol_Warn when a rendezvous cookie is used twice.Nick Mathewson
2014-04-04Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025Nick Mathewson
2014-04-04Fix to 9841 fix: setting a token to NULL should clear itNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug11278'Nick Mathewson
2014-03-26Turn off testing code for #9683.Nick Mathewson
2014-03-25Free placeholder circid/chan->circuit map entries on exitNick Mathewson
2014-03-23Remove the unused circuit_dump_by_chan().Nick Mathewson
2014-03-14Defensive programming: null [pn]_chan,circ_id in circuit_mark_for_close_Nick Mathewson
2014-03-14Test code for implementation of faster circuit_unlink_all_from_channelNick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson
2014-03-04Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson
2014-02-26Monotonize the OOM-killer data timersNick Mathewson