aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2014-04-24Merge branch 'bug11396_v2_squashed'Nick Mathewson
2014-04-24get_total_system_memory(): see how much RAM we haveNick Mathewson
2014-04-19scan-build: avoid undef behaior in tor_inet_ptonNick Mathewson
2014-04-19scan-build: Fix harmless sizeof(ptr) in test_oom.cNick Mathewson
2014-04-18scan-build: fix a crash-on-fail possibility in test_policy.cNick Mathewson
2014-04-17Fix uninitialized-ram free in unit testsNick Mathewson
2014-04-15Fix compiler warning on test_status.cNick Mathewson
2014-04-15Uplift status.c unit test coverage with new test cases and macros.dana koch
2014-04-12Merge remote-tracking branch 'asn/bug11486'Nick Mathewson
2014-04-11Add another unit test for parse_bridge_line().George Kadianakis
2014-04-09Fix a dumb C bug in the unit tests for 9841Nick Mathewson
2014-04-09Merge remote-tracking branch 'public/bug10431'Nick Mathewson
2014-04-08Move existing policy tests from test.c to new test_policy.cNick Mathewson
2014-04-08Remove unused extern decl for a nonexistent test suiteNick Mathewson
2014-04-08Merge branch 'bug7952_final'Nick Mathewson
2014-04-08Making entire exit policy available to Tor controller.rl1987
2014-04-08Merge remote-tracking branch 'public/bug9841_025'Nick Mathewson
2014-04-07Fix some harmless/untriggerable memory leaks found by coverityNick Mathewson
2014-04-07Merge remote-tracking branch 'public/bug10363_024_squashed'Nick Mathewson
2014-04-07Another 10363 instance: this one in tor_memmem fallback codeNick Mathewson
2014-04-05Merge remote-tracking branch 'public/bug10801_024'Nick Mathewson
2014-04-05Make tor_addr_port_parse handle portless IPv6 addresses correctly.Nick Mathewson
2014-04-05Add a test for default/port conflicts in tor_addr_port_parseNick Mathewson
2014-04-04Test for circuit_set_rend_token(.,.,NULL)Nick Mathewson
2014-04-02Unit tests for connection_edge_process_resolved_cellNick Mathewson
2014-04-02Tests for resolved_cell_parseNick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug4645'Nick Mathewson
2014-04-01Merge remote-tracking branch 'public/bug11232'Nick Mathewson
2014-03-31Check return values for tor_munmap_file() in unit testsNick Mathewson
2014-03-27Report only the first bootstrap failure from an orconnNick Mathewson
2014-03-27Don't do a DNS lookup on a bridge line addressNick Mathewson
2014-03-20Fix unittest compilation with --disable-curve25519Nick Mathewson
2014-03-18Fix a use-after-free in test_circuitlist.cNick Mathewson
2014-03-13Fix some leaks/missed checks in the unit testsNick Mathewson
2014-03-11Merge remote-tracking branch 'asn/bug11069_take2'Nick Mathewson
2014-03-10Throw control port warning if we failed to connect to all our bridges.George Kadianakis
2014-03-06Upgrade to the latest version of tinytest.Nick Mathewson
2014-03-06tinytest tt_{mem,str}_op now handle NULLs betterNick Mathewson
2014-03-05Fix whitespace errors, all of them mine.Nick Mathewson
2014-03-05Merge remote-tracking branch 'arma/ticket5528'Nick Mathewson
2014-03-04Merge branch 'bug10169_025_v2'Nick Mathewson
2014-03-03Fix compilation warnings in tor_addr_make_null patchNick Mathewson
2014-03-03add test for tor_addr_make_nullKevin Murray
2014-02-28Unit tests for test_routerkeys_write_fingerprintNick Mathewson
2014-02-28Unit tests for pk fingerprint functionsNick Mathewson
2014-02-17Restitute a successful stat call to this test case.dana koch
2014-02-16mingw fix: Rename a variable in the unit testsNick Mathewson
2014-02-15Merge branch 'bug4900_siphash_v2'Nick Mathewson
2014-02-14fix a whitespace snafuNick Mathewson
2014-02-13Tests for rend_token mapsNick Mathewson