summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
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
2014-02-13Tweak sign of rend_token params for consistencyNick Mathewson
2014-02-13Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025Nick Mathewson
2014-02-13Faster circuit_get_by_rend_token_and_purpose()Nick Mathewson
2014-02-12On OOM, also log N circuits remainingNick Mathewson
2014-02-12More unit tests for OOM handling.Nick Mathewson
2014-02-12Refactor OOM-handling functions for more testabilityNick Mathewson
2014-02-12Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2Nick Mathewson
2014-02-12Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson
2014-02-12Actually release buffer freelists when handling OOM conditions.Nick Mathewson
2014-02-07Merge the circuit_{free,clear}_cpath functionsNick Mathewson
2014-02-07Merge remote-tracking branch 'public/feature9777_024_squashed'Nick Mathewson
2014-02-07Discard circuit paths on which nobody supports ntorNick Mathewson
2014-01-03Merge remote-tracking branch 'public/bug10169_023' into bug10169_024Nick Mathewson
2013-11-20Rename MaxMemInCellQueues to MaxMemInQueuesNick Mathewson
2013-11-20doxygen comments for 10169 codeNick Mathewson
2013-11-20Count freed buffer bytes from buffers when oom-killing circuits.Nick Mathewson
2013-11-15Have the OOM handler also count the age the data in a stream bufferNick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2013-11-15Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4Nick Mathewson
2013-11-07Improved circuit queue out-of-memory handlerNick Mathewson
2013-10-31Add missing includes for circpathbias.hNick Mathewson
2013-08-22Hide the contents of the circuit_build_times structure.Nick Mathewson
2013-08-22Separate mutable/const accessors for circuit_build_timesNick Mathewson