summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2018-01-24Fix a memory leak in build_unopened_fourhopNick Mathewson
2018-01-16Repair a crash bug in src/test/benchNick Mathewson
2018-01-16Fix a (spurious) scan-build warning in test_introduce1_validation()Nick Mathewson
2018-01-03In networkstatus_consensus_has_ipv6 test, use approx_time()Nick Mathewson
2018-01-03Merge branch 'maint-0.3.2'Nick Mathewson
2018-01-03Fix some shadowed-global warnings.Nick Mathewson
2017-12-21scan-build: Replace some test-assertions with fatal assertionsNick Mathewson
2017-12-21Fix a compilation error in the channel tests.Nick Mathewson
2017-12-21Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-21Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson
2017-12-21Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson
2017-12-21Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson
2017-12-21Merge branch 'maint-0.2.8' into maint-0.2.9Nick Mathewson
2017-12-21Merge branch 'maint-0.2.5' into maint-0.2.8maint-0.2.8Nick Mathewson
2017-12-21Move free to end of test function so coverity won't complain.Nick Mathewson
2017-12-21Move destroy cells into a separate queue type of their own, to save RAMNick Mathewson
2017-12-20Merge branch 'maint-0.3.2'Nick Mathewson
2017-12-20Update the unit tests to reflect the change of 24425Nick Mathewson
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