aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Create control.hSebastian Hahn2010-07-27
* Create connection_edge.hSebastian Hahn2010-07-27
* Create config.hSebastian Hahn2010-07-27
* Create circuitbuild.hSebastian Hahn2010-07-27
* Create buffers.hSebastian Hahn2010-07-27
* Create rendcommon.hSebastian Hahn2010-07-27
* Create routerlist.hSebastian Hahn2010-07-27
* Create router.hSebastian Hahn2010-07-27
* Create geoip.hSebastian Hahn2010-07-27
* Fix unittest failure in bug 1660.Mike Perry2010-07-06
* Merge remote branch 'public/rand_double2'Nick Mathewson2010-06-29
|\
| * Add a function to return a double in range [0,1).Nick Mathewson2010-06-22
* | Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\ \
| * | Split the circuit timeout and close codepaths.Mike Perry2010-06-15
| * | Address some issues with unit tests.Mike Perry2010-06-09
| * | Fix CBT unit tests.Mike Perry2010-05-12
| |/
* / Fix typo in tinytest_demoSteven Murdoch2010-06-25
|/
* Add --enable-static-zlib optionSebastian Hahn2010-04-14
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-04-12
* Merge branch 'asprintf'Nick Mathewson2010-04-02
|\
| * Add a tor_asprintf() function, and use it in a couple of places.Nick Mathewson2010-02-25
* | Update copyright dates for files not in maint-0.2.1Nick Mathewson2010-02-27
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
* | Remove misc unnecessary newlines found by new check.Mike Perry2010-02-22
|/
* Move CBT params into consensus.Mike Perry2010-02-18
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-09
* Another unit test for exit_policy_is_general_exit()Sebastian Hahn2010-02-04
* New unit test, testing for b0red's exit policySebastian Hahn2010-02-04
* Another new test for exit_policy_is_general_exit()Sebastian Hahn2010-02-03
* New testcase for exit_policy_is_general_exitSebastian Hahn2010-02-03
* Rearrange _thread_test_func to please Coverity ScanNick Mathewson2010-01-25
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2010-01-24
* Merge branch 'ewma'Nick Mathewson2009-12-18
|\
| * Enhance pqueue so we can remove items from the middle.Nick Mathewson2009-12-12
* | Remove duplicate words and a duplicate newline.Karsten Loesing2009-12-18
* | Refactor out the 'find string at start of any line' logic.Nick Mathewson2009-12-17
|/
* Fix building from a separate build directory.Nick Mathewson2009-11-08
* Fix bug 1113.Karsten Loesing2009-10-27
* Fix the very noisy unit test memory leak of CID 420-421.Nick Mathewson2009-10-26
* Fix a very stupid coverity complaint (CID 416).Nick Mathewson2009-10-26
* Fix CID 409: check return value of base64_encode in testsNick Mathewson2009-10-26
* Reduce log level for someone else sending us weak DH keys.Karsten Loesing2009-10-25
* Add functions to serve microdescs and flavored consensuses.Nick Mathewson2009-10-18
* Parse detached signatures and microdesc networkstatuses correctly.Nick Mathewson2009-10-15
* Implement signatures for microdesc consensuses right.Nick Mathewson2009-10-15
* Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson2009-10-15
* Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson2009-10-15
* Support for encoding and decoding 256-bit digests in base64Nick Mathewson2009-10-15
* Ship test.h in releasePeter Palfrader2009-10-11
* Fix testsuite call.Peter Palfrader2009-10-10