aboutsummaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2017-09-11circuit: Add a log info when marking for closeDavid Goulet
2017-09-07prop224: Pick rendezvous point of protover HSRend=2David Goulet
2017-08-24hs: Update the IP failure cache only if legacyDavid Goulet
2017-08-24prop224: Use the client-side circuitmap in hs_client.cGeorge Kadianakis
2017-08-24prop224: Handle INTRODUCE_ACK cellDavid Goulet
2017-08-08prop224: Add a circuit has closed callbackDavid Goulet
2017-08-08prop224: Introduction circuit creationDavid Goulet
2017-08-08prop224: Service v3 descriptor creation and logicDavid Goulet
2017-07-07prop224: Add connection and circuit identifier objectDavid Goulet
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