summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2017-12-20whitespace fixNick Mathewson
2017-12-20Improve add_msec test to cover ms->sec rolloverNick Mathewson
2017-12-13Use monotime_coarse for transfer times and padding timesNick Mathewson
2017-12-13Add a function to add msec to a monotime.Nick Mathewson
2017-12-13Add monotime functions for clearing monotonic timesNick Mathewson
2017-12-12Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-12Merge branch 'bug24367_032_squashed' into maint-0.3.2Nick Mathewson
2017-12-12Make sure bridges are definitely running before delaying directory fetchesteor
2017-12-12Merge remote-tracking branch 'teor/bug23827-v2'Nick Mathewson
2017-12-11Fix compilation of 23459 patch.Nick Mathewson
2017-12-11Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-11Merge remote-tracking branch 'dgoulet/bug23603_032_02' into maint-0.3.2Nick Mathewson
2017-12-11Run the download_status_increment test in a forked process.Nick Mathewson
2017-12-11fixup! Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-11Add networkstatus_consensus_has_ipv6() and unit teststeor
2017-12-08Fix up test_circuitstats to use the new circuit_free macroNick 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 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-12-05test: Add HSv3 unit test for expiring intro pointDavid Goulet
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