summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-06-30fix naked memcmpsNick Mathewson
2016-06-30Fix more naked strdup/malloc/free instancesNick Mathewson
2016-06-30Avoid naked strdups in test_dir.cNick Mathewson
2016-06-30Fix a memory leak in test_dir_populate_dump_desc_fifoNick Mathewson
2016-06-30Try to fix warnings when size_t is smaller than st.st_size.Nick Mathewson
2016-06-30fix a syntax warningNick Mathewson
2016-06-30Fix three -Wtautological-constant-out-of-range-compare warnings.Nick Mathewson
2016-06-30Fix -Wextra-semi warningNick Mathewson
2016-06-30Fix a 32-bit compilation failureNick Mathewson
2016-06-30A little more specificity in documentation for getinfo download/ stuffNick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/ticket19323_squashed'Nick Mathewson
2016-06-30Merge remote-tracking branch 'andrea/bug18322_v3_squashed'Nick Mathewson
2016-06-30Merge remote-tracking branch 'teor/bug19483-fix-v2'Nick Mathewson
2016-06-30Also check if the sandbox is configured as well as if it's active; sandbox_in...Andrea Shepard
2016-06-30Do sandbox_is_active() check before reconstructing dump_desc() FIFO on startu...Andrea Shepard
2016-06-30Add unit test for dump_desc_populate_fifo_from_directory()Andrea Shepard
2016-06-30Make things mockable for dump_desc_populate_fifo_from_directory() unit testAndrea Shepard
2016-06-30Unit test for dump_desc_populate_one_file()Andrea Shepard
2016-06-30Add support for mocking functions declared with attributes without causing gc...Andrea Shepard
2016-06-30Reload unparseable descriptor dump FIFO state from on-disk dumped descriptors...Andrea Shepard
2016-06-30Move unparseable descriptor dumps into subdirectory of DataDirAndrea Shepard
2016-06-30Add sandbox_is_active() check to dump_desc()Andrea Shepard
2016-06-30Use uint64_t for total length of dumped descriptors, nad be careful about ove...Andrea Shepard
2016-06-30Add dir/dump_unparseable_descriptors unit testAndrea Shepard
2016-06-30Make options_get_datadir_fname2_suffix() mockableAndrea Shepard
2016-06-30Expose a few more dump_desc()-related things to the test suiteAndrea Shepard
2016-06-30Add extern support for file-scope variables in testsupport.hAndrea Shepard
2016-06-30Expose dump_desc() to the test suite and make things it calls mockableAndrea Shepard
2016-06-30Remove old unparseable descriptor logging mechanism, add bump-to-head-of-queu...Andrea Shepard
2016-06-30Add multiple descriptor dump support for dump_desc() in routerparse.c; fixes ...Andrea Shepard
2016-06-29fix typoRoger Dingledine
2016-06-30Add tv_udiff and tv_mdiff unit tests with negative valuesteor (Tim Wilson-Brown)
2016-06-30Fix bug19483: avoid range checks when they are always trueteor (Tim Wilson-Brown)
2016-06-29Merge remote-tracking branch 'weasel/bug19503'Nick Mathewson
2016-06-29Add more unit tests for tv_udiff and tv_mdiffteor (Tim Wilson-Brown)
2016-06-29Improve overflow checks in tv_udiff and tv_mdiffteor (Tim Wilson-Brown)
2016-06-29Unit tests for GETINFO download/desc and download/bridge casesAndrea Shepard
2016-06-29Unit test for GETINFO download/cert caseAndrea Shepard
2016-06-29Unit test for GETINFO download/networkstatus caseAndrea Shepard
2016-06-29Expose GETINFO download status statics for test suite and make things mockableAndrea Shepard
2016-06-29Add bridge descriptor download status queries to GETINFOAndrea Shepard
2016-06-29Add router descriptor download status queries to GETINFOAndrea Shepard
2016-06-29Expose authority certificate download statuses on the control portAndrea Shepard
2016-06-29Fix an integer overflow bug in the tv_mdiff range checkteor (Tim Wilson-Brown)
2016-06-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28Merge branch 'bug19071-extra-squashed' into maint-0.2.8Nick Mathewson
2016-06-28Comment-out fallbacks in a way the stem fallback parser understandsteor (Tim Wilson-Brown)
2016-06-28Merge branch 'maint-0.2.8'Nick Mathewson
2016-06-28whitespace fixesNick Mathewson
2016-06-28Merge remote-tracking branch 'teor/bug18812' into maint-0.2.8Nick Mathewson