summaryrefslogtreecommitdiff
path: root/src/or/circuitlist.c
AgeCommit message (Expand)Author
2018-05-03Merge remote-tracking branch 'isis/bug24660_r1'Nick Mathewson
2018-04-26Move close-and-cleanup functions to a postloop event.Nick Mathewson
2018-04-06crypto: Refactor (P)RNG functionality into new crypto_rand module.Isis Lovecruft
2018-04-05Merge remote-tracking branch 'public/split_relay_crypto'Nick Mathewson
2018-03-20Merge branch 'maint-0.3.3'Nick Mathewson
2018-03-20Log information on specific compression backends in the OOM handler.Alexander Færøy
2018-03-17Extract the cryptographic parts of crypt_path_t and or_circuit_t.Nick Mathewson
2018-02-15cmux: Remove round-robin circuit policyDavid Goulet
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