aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2014-02-12More unit tests for OOM handling.Nick Mathewson
2014-02-12Initial unit tests for OOM handlingNick Mathewson
2014-02-12Add tests for buffer time tracking.Nick Mathewson
2014-02-12Several tests for buffer allocationNick Mathewson
2014-02-12Start writing tests for 10169.Nick Mathewson
2014-02-12Randomize the global siphash key at startupNick Mathewson
2014-02-12Tests for siphash, from reference implementation.Nick Mathewson
2014-02-11Free leakable values in the unit tests.Nick Mathewson
2014-02-07Merge remote-tracking branch 'origin/maint-0.2.4'Nick Mathewson
2014-02-07Survive fedora's openssl in our benchmarksNick Mathewson
2014-02-07Use the right functions; strncpy is usually not the answerNick Mathewson
2014-02-06add test case for node_get_verbose_nicknameQingping Hou
2014-02-06add test for node_get_verbose_nickname_by_idQingping Hou
2014-02-06remove node_describe_by_id() functionQingping Hou
2014-02-06fix longname returned in HS_DESC control eventsQingping Hou