summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2018-03-20Log information on specific compression backends in the OOM handler.Alexander Færøy
2018-02-14Merge remote-tracking branch 'mikeperry/bug24769'Nick Mathewson
2018-02-07Merge remote-tracking branch 'dgoulet/ticket25163_033_01'Nick Mathewson
2018-02-07Fix spelling mistakes corresponding to ticket #23650Deepesh Pathak
2018-02-06rephist: Stop tracking EXTEND attemptsDavid Goulet
2018-01-31circ: Don't cannibalize a circuit if the guard state is unusableDavid Goulet
2018-01-31Bug 24769: Reduce and parameterize the cbt learning idle timeout.Mike Perry
2018-01-19Bug 23101: Pre-build HS-specific circuits (instead of general).Mike Perry
2018-01-19Add new circuit purposes for hsdir activity.Mike Perry
2018-01-12Fix minGW compatibility issue with zu format specifier.Fernando Fernandez Mancera
2018-01-10Merge remote-tracking branch 'ffmancera/github/bug24501'Nick Mathewson
2017-12-20Add some values to OOM log msg #24501Fernando Fernandez Mancera
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-08Merge remote-tracking branch 'mikeperry/bug23114_squashed2'Nick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-12-08Merge branch 'dgoulet_ticket23709_033_01_squashed'Nick Mathewson
2017-12-07Bug #23114: Time out circuits immediately.Mike Perry
2017-12-07Bug #23100: Count all 3 hop circuits for CBT.Mike Perry
2017-12-05test: Add HSv3 unit test for expiring intro pointDavid Goulet
2017-12-05hs-v3: Cleanup HS circuits when marking as closedDavid Goulet
2017-11-27Add a new notion of "stamps" to be a fast 32-bit monotonic timestampNick Mathewson
2017-11-22channel: Remove nickname attribute from channel_tDavid Goulet
2017-09-29Merge branch 'bug23690_028'Nick Mathewson
2017-09-29Clear outbuf_flushlen when we clear a connection's outbufNick Mathewson
2017-09-25circuit: Keep a copy of n_circ_id for loggingDavid Goulet
2017-09-25circuit: Closing reason are signed valuesDavid Goulet
2017-09-20circuit: Log n_circ_id and global identifierDavid Goulet
2017-09-15Run our #else/#endif annotator on our source code.Nick Mathewson
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