aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
* Implement proposal 167: Authorities vote on network parameters.Nick Mathewson2009-09-14
* i couldn't break nick's tor_parse_double()Roger Dingledine2009-09-02
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Merge commit 'karsten/proposal-166-impl-master'Nick Mathewson2009-08-26
|\ \
| * | Remove ./configure option for entry and dir request statistics.Karsten Loesing2009-08-17
* | | Add the first 8 bytes of the git commit digest to our versions.Nick Mathewson2009-08-21
* | | Add basic support for SHA256.Nick Mathewson2009-08-19
* | | Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson2009-08-14
|\ \ \ | |/ / |/| |
| * | Merge commit 'nickm/strtok' into mp-voting-finalMike Perry2009-08-09
| |\ \
| | * | Add a new tor_strtok_r for platforms that don't have one, plus tests.Nick Mathewson2009-08-09
| * | | Implement measured bw parsing + unit tests.Mike Perry2009-08-06
| |/ /
* / / Disable .exit notation unless AllowDotExit is 1.Roger Dingledine2009-08-07
|/ /
* | Fix unit tests.Karsten Loesing2009-07-24
* | Merge branch 'hardware_accel_improvements'Nick Mathewson2009-05-31
|\ \
| * | Add support for dynamic OpenSSL hardware crypto acceleration engines.Martin Peck2009-05-23
* | | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-05-27
|\ \ \ | |/ / |/| / | |/
| * Fix unit tests that were broken after last fix of #932.Karsten Loesing2009-05-27
| * Spell-check Tor.Nick Mathewson2009-05-27
| * Update copyright to 2009.Karsten Loesing2009-05-04
* | Drop version 0 hidserv support on service side.Karsten Loesing2009-05-04
* | Update copyright to 2009.Karsten Loesing2009-05-02
|/
* log more verbosely when we accept or decline a router descriptor,Roger Dingledine2009-04-01
* Actually use tor_sscanf() to parse untrusted input.Nick Mathewson2009-03-03
* Add a simple locale-independent no-surprises sscanf replacement.Nick Mathewson2009-03-03
* True, 17 is greater than 0. But this applies to 4111 as well.Karsten Loesing2009-01-13
* Fix up (I hope) most ot the things that coverity suddenly claimed were REVERS...Nick Mathewson2009-01-13
* Do the tor_assert hack everywhere in test_crypto_aes_iv.Nick Mathewson2009-01-13
* Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson2009-01-04
* Fix the oldest bug in a while: stop accepting 1.2.3 as a valid IPv4 address o...Nick Mathewson2009-01-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and...Nick Mathewson2008-12-26
* some fixes i found in my sandboxRoger Dingledine2008-12-25
* Remove bogus extern declaration for unused (and nonexistant) field from test.cNick Mathewson2008-12-23
* Document most undocumented variables.Nick Mathewson2008-12-23
* Make freelist_len in memarea.c static; document a few variables.Nick Mathewson2008-12-22
* Expose bench_* functions via test cliNick Mathewson2008-12-22
* Add DOCDOC entries for undocumented static and global variables.Nick Mathewson2008-12-22
* Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson2008-12-22
* Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson2008-12-22
* Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson2008-12-22
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson2008-12-19
* Replace calls to time(NULL) that occur on the order of once per read, one per...Nick Mathewson2008-12-18
* whitespace fixes.Nick Mathewson2008-12-18
* Make unit tests slower but more reliable by disabling an old optimization.Nick Mathewson2008-12-18
* Fix more leaks in unit tests.Nick Mathewson2008-12-18
* Fix bug 889: share deep-copied keys between threads to avoid races in referen...Nick Mathewson2008-12-18
* Massage a little code to hopfully please coverity.Nick Mathewson2008-12-18
* Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson2008-12-17
* Implement the /tor/keys/fp-sk/ URL format. That mostly finishes the server s...Nick Mathewson2008-12-12