aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
AgeCommit message (Expand)Author
2009-09-23Move testing code into new src/test directory.Nick Mathewson
2009-09-23Refactor unit tests to use the tinytest framework.Nick Mathewson
2009-09-20Fix build warnings on OSX 10.5.8Nick Mathewson
2009-09-20Change the condition on the nonlive timeout counting.Mike Perry
2009-09-20Fix typos and comments, plus two bugsRoger Dingledine
2009-09-20Implement and document new network liveness algorithm.Mike Perry
2009-09-20Fix some precision-related asserts in unit tests.Mike Perry
2009-09-18disable the end of circuitbuildtimeout units testsRoger Dingledine
2009-09-16Clarify use of magic number 0.98 with #define.Mike Perry
2009-09-16Fix unit tests and compile issues on Snow LeopardSebastian Hahn
2009-09-16space/indent cleanups, plus point out three bugsRoger Dingledine
2009-09-16Use our variable directly for timeout.Mike Perry
2009-09-16Fix a couple of assert bugs.Mike Perry
2009-09-16Recover from changing network connections.Mike Perry
2009-09-16Write unit tests and fix issues they uncovered.Mike Perry
2009-09-14Parameter access function, with unit tests.Nick Mathewson
2009-09-14Implement proposal 167: Authorities vote on network parameters.Nick Mathewson
2009-09-02i couldn't break nick's tor_parse_double()Roger Dingledine
2009-09-01Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-26Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson
2009-08-21Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson
2009-08-19Add basic support for SHA256.Nick Mathewson
2009-08-17Remove ./configure option for entry and dir request statistics.Karsten Loesing
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-09Merge commit 'nickm/strtok' into mp-voting-finalMike Perry
2009-08-09Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson
2009-08-07Disable .exit notation unless AllowDotExit is 1.Roger Dingledine
2009-08-06Implement measured bw parsing + unit tests.Mike Perry
2009-07-24Fix unit tests.Karsten Loesing
2009-05-31Merge branch 'hardware_accel_improvements'Nick Mathewson
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Fix unit tests that were broken after last fix of #932.Karsten Loesing
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-23Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck
2009-05-04Drop version 0 hidserv support on service side.Karsten Loesing
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-04-01log more verbosely when we accept or decline a router descriptor,Roger Dingledine
2009-03-03Actually use tor_sscanf() to parse untrusted input.Nick Mathewson
2009-03-03Add a simple locale-independent no-surprises sscanf replacement.Nick Mathewson
2009-01-13True, 17 is greater than 0. But this applies to 4111 as well.Karsten Loesing
2009-01-13Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson
2009-01-13Do the tor_assert hack everywhere in test_crypto_aes_iv.Nick Mathewson
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-26Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Remove bogus extern declaration for unused (and nonexistant) field from test.cNick Mathewson