summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2017-10-23Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-10-23Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
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
2017-05-26Cleanup MOCK_IMPL (etc) to be findable with etagsNick Mathewson
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Bug 17592: Clean up connection timeout logic.Mike Perry
2017-04-18Rename `zlib_state` to `compress_state` in `dir_connection_t`.Alexander Færøy
2017-04-17Refactor the streaming compression code.Alexander Færøy
2017-04-07hs: Refactor circuitmap to use circuit_t instead of or_circuit_t.George Kadianakis
2017-03-15Run the copyright update script.Nick Mathewson
2017-01-17Correctly maintain circuits in circuits_pending_other_guards().George Kadianakis
2017-01-16Merge remote-tracking branch 'public/ticket20921'Nick Mathewson
2017-01-12Have circuit_get_global_origin_circuit_list() return the right list. Bug 21118Nick Mathewson
2017-01-02Extract global_origin_circuit_list manipulation code into new fns.Nick Mathewson
2016-12-21circuit: Add a function to get the next service intro circuitDavid Goulet
2016-12-16Merge branch 'prop271_030_v1_squashed'Nick Mathewson
2016-12-16Trivial documentation improvements.George Kadianakis
2016-12-16Remove guard_selection argument from status-reporting functionsNick Mathewson
2016-12-16Expire circuits that have been WAITING_FOR_BETTER_GUARD too longNick Mathewson
2016-12-16When freeing a guard state, cancel it if its state is unknownNick Mathewson
2016-12-14prop224 prepwork: Use of HS circuitmap in existing HS code.George Kadianakis
2016-11-30Use the new guard notification/selection APIs throughout TorNick Mathewson
2016-11-30Maintain a list of all the origin circuits.Nick Mathewson
2016-11-30Add a new GUARD_WAIT state for circuitsNick Mathewson
2016-11-30Write the easy parts of the public entryguard interface.Nick Mathewson
2016-11-04Merge branch 'ticket17238_029_02-resquash'Nick Mathewson
2016-11-04hs: Refactor rend_data_t for multi version supportDavid Goulet
2016-10-26More module documentation (circpathbias, circuitlist)Nick 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