aboutsummaryrefslogtreecommitdiff
path: root/src/test/Makefile.nmake
AgeCommit message (Collapse)Author
2019-01-02Circuit padding tests.George Kadianakis
Co-authored-by: George Kadianakis <desnacked@riseup.net>
2018-12-17Delete old process_handle_t code.Alexander Færøy
This patch removes the old process_handle_t code. Everything should by now be using the process_t interface. See: https://bugs.torproject.org/28179
2017-12-07Add tests for circuitstats.cMike Perry
These tests primarily test the relaxed and measured behavior of circuitstats.c, to make sure we did not break it with #23100 or #23114.
2017-05-08Merge branch 'netflow_padding-v6-rebased2-squashed'Nick Mathewson
2017-05-08Netflow record collapsing defense.Mike Perry
This defense will cause Cisco, Juniper, Fortinet, and other routers operating in the default configuration to collapse netflow records that would normally be split due to the 15 second flow idle timeout. Collapsing these records should greatly reduce the utility of default netflow data for correlation attacks, since all client-side records should become 30 minute chunks of total bytes sent/received, rather than creating multiple separate records for every webpage load/ssh command interaction/XMPP chat/whatever else happens to be inactive for more than 15 seconds. The defense adds consensus parameters to govern the range of timeout values for sending padding packets, as well as for keeping connections open. The defense only sends padding when connections are otherwise inactive, and it does not pad connections used solely for directory traffic at all. By default it also doesn't pad inter-relay connections. Statistics on the total padding in the last 24 hours are exported to the extra-info descriptors.
2017-03-16Consensus diff backend from Daniel Martí GSOC project.Daniel Martí
(This commit was extracted by nickm based on the final outcome of the project, taking only the changes in the files touched by this commit from the consdiff_rebased branch. The directory-system changes are going to get worked on separately.)
2015-12-16Prop210: Refactor connection_get_* to produce lists and countsteor (Tim Wilson-Brown)
2014-11-27Merge remote-tracking branch 'andrea/cmux_refactor_configurable_threshold'Nick Mathewson
Conflicts: src/or/or.h src/test/Makefile.nmake
2014-09-30Initial test_scheduler.cAndrea Shepard
2014-09-30Initial test_channeltls.cAndrea Shepard
2014-09-30Add append_cell_to_circuit_queue() unit testAndrea Shepard
2014-09-30Unit tests for channel_get_cell_queue_entry_size() and channel_write_*() ↵Andrea Shepard
functions
2014-08-30Ticket #11291: patch from "anon":anonymous
test-11291-group-redable-hsdirs-wtests-may8.patch
2014-01-29add test case for hidden service async eventsQingping Hou
2013-05-31Test functions used for TB_EMPTY and CELL_STATS events.Karsten Loesing
2013-01-17Add a missing part of bug 7311's makefile.nmake tweaksNick Mathewson
Fix by "ultramage". This already has a changes entry.
2013-01-16Add more test modules for nmake makefilesNick Mathewson
2013-01-16Try to build tinytest.obj from the right sourcesNick Mathewson
2013-01-16use the /Fe flag with msvcNick Mathewson
Fixes 7309
2013-01-16Add missing targets to src/test/Makefile.nmake. Fix for 7316Nick Mathewson
2013-01-16Add missing includes and libs to makefile.nmakeNick Mathewson
Fixes bugs 7312 and 7310.
2012-05-16Fix some remaining nmake/msvc build issuesNick Mathewson