summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-12-08Merge remote-tracking branch 'mikeperry/bug23114_squashed2'Nick Mathewson
2017-12-08Merge branch 'macro_free_v2_squashed'Nick Mathewson
2017-12-08Convert remaining function (mostly static) to new free styleNick Mathewson
2017-12-08Replace all FREE_AND_NULL* uses to take a type and a free function.Nick Mathewson
2017-12-08Switch to a safer FREE_AND_NULL implementationNick Mathewson
2017-12-08Change the free macro convention in the rest of src/or/*.hNick Mathewson
2017-12-08Convert connection_free to a nulling macro.Nick Mathewson
2017-12-08Rename connection_free_ to connection_free_minimal.Nick Mathewson
2017-12-08Update free functions into macros: src/or/ part 1Nick Mathewson
2017-12-08Convert the rest of src/common's headers to use FREE_AND_NULLNick Mathewson
2017-12-08Merge branch 'dgoulet_ticket23709_033_01_squashed'Nick Mathewson
2017-12-08test: Make older GCC happy and thus our oniongit pipelineDavid Goulet
2017-12-08chan: Do not re-queue after a fail cell writeDavid Goulet
2017-12-07Add tests for circuitstats.cMike Perry
2017-12-06Merge remote-tracking branch 'public/monotime_coarse_stamps'Nick Mathewson
2017-12-06Merge remote-tracking branch 'dgoulet/bug24502_032_01'Nick Mathewson
2017-12-06test: Add a KIST test for a non opened channelDavid Goulet
2017-12-05Merge branch 'more_directories_squashed'Nick Mathewson
2017-12-05Implement the various get_foodir_*() functions.Nick Mathewson
2017-12-05Merge branch 'dgoulet_ticket20699_033_01'Nick Mathewson
2017-12-05control: Don't use void pointer for ADD_ONION secret keyDavid Goulet
2017-12-05test: Add HS_DESC v3 unit testsDavid Goulet
2017-12-05hs-v3: Implement HS_DESC REQUESTED eventDavid Goulet
2017-12-05control: Rename two HS v2 specific functionsDavid Goulet
2017-12-05control: Refactor HS_DESC events functions to not be v2 specificDavid Goulet
2017-12-05hs-v3: Add ephemeral service supportDavid Goulet
2017-12-05Change our build process to run Cargo from inside the build treeNick Mathewson
2017-11-29Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-29Merge branch 'bug24050_029_squashed' into maint-0.3.2Nick Mathewson
2017-11-29Fix unit tests for 24050.Nick Mathewson
2017-11-27Fix unit tests that depended on monotonic msec.Nick Mathewson
2017-11-27Add a new notion of "stamps" to be a fast 32-bit monotonic timestampNick Mathewson
2017-11-22test: Cleanup unused code in test_channel.cDavid Goulet
2017-11-22test: Add unit test for channel_listener_tDavid Goulet
2017-11-22test: Add unit test for channel_get_for_extend()David Goulet
2017-11-22test: Add unit test for channel_check_for_duplicates()David Goulet
2017-11-22test: Add channel state unit testDavid Goulet
2017-11-22test: Fix memleak of channel cmuxDavid Goulet
2017-11-22test: Fix channel dumpstats testDavid Goulet
2017-11-22test: Fix channel lifecycle and lifecycle_2David Goulet
2017-11-22test: Add outbound channel cell testDavid Goulet
2017-11-22test: Improve the inbound channel cell testDavid Goulet
2017-11-22channel: Remove unused write cell functionsDavid Goulet
2017-11-22channel: Remove everything related to queue sizeDavid Goulet
2017-11-22channel: Remove incoming/outgoing queueDavid Goulet
2017-11-20control: Support HSv3 interface for ADD_ONIONDavid Goulet
2017-11-18Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-18Add an extra check in test_entrynodesNick Mathewson
2017-11-18Merge branch 'maint-0.3.2'Nick Mathewson
2017-11-18Fix memory leak in unit test for bridge distribution config.Nick Mathewson