aboutsummaryrefslogtreecommitdiff
path: root/src/or/test.c
Commit message (Expand)AuthorAge
* checkpoint some changes as i read diffsRoger Dingledine2006-10-20
* r9276@Kushana: nickm | 2006-10-19 17:08:15 -0400Nick Mathewson2006-10-19
* r9275@Kushana: nickm | 2006-10-19 16:45:19 -0400Nick Mathewson2006-10-19
* r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400Nick Mathewson2006-10-19
* r8967@totoro: nickm | 2006-10-08 23:38:50 -0400Nick Mathewson2006-10-09
* r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson2006-10-09
* r8838@totoro: nickm | 2006-10-02 15:24:39 -0400Nick Mathewson2006-10-03
* r8879@Kushana: nickm | 2006-09-21 17:20:31 -0400Nick Mathewson2006-09-21
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
* r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400Nick Mathewson2006-07-31
* r6958@Kushana: nickm | 2006-07-29 18:54:15 -0400Nick Mathewson2006-07-31
* Remove code to special-case "-cvs" ending, since it has not actually mattered...Nick Mathewson2006-07-25
* when an exit node gets a malformed begin cell, don't complain toRoger Dingledine2006-07-06
* Make some more verbose gcc warnings go away.Nick Mathewson2006-06-22
* Next batch of memory miserdom: mmap cached-routers file. This is sure to bre...Nick Mathewson2006-06-22
* Add tests for several of the more recently committed functions.Nick Mathewson2006-06-18
* now we can tell dirserv_dump_directory_to_string() whether we wantRoger Dingledine2006-06-13
* forward-port: "Resolve" all XXX011 items, mostly by marking them non-011.Nick Mathewson2006-04-18
* Remove DER64 functions in trunk: they will never be used again unless the dir...Nick Mathewson2006-04-10
* Refactor and consolidate addr/exit policies into a new policies.c.Roger Dingledine2006-03-27
* When the controller's *setconf commands fail, collect an error messageRoger Dingledine2006-03-26
* Add some functions to escape values from the network before sending them to t...Nick Mathewson2006-03-05
* try to fix bug with spurious "everything is broken" warningNick Mathewson2006-02-13
* and don't warn when it happens here either, unless the userRoger Dingledine2006-02-12
* Happy new year!Roger Dingledine2006-02-09
* Add a new config option ExitPolicyRejectPrivate which defaults to 1.Roger Dingledine2006-02-01
* Make unittests pass again.Nick Mathewson2006-01-10
* Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson2005-12-14
* Whitespace normalizationNick Mathewson2005-12-08
* Add a benchmark-aes function to test.c. Off by default.Nick Mathewson2005-12-01
* get rid of some unused variablesRoger Dingledine2005-11-24
* Replace balanced trees with hash tables: this should make stuff significantly...Nick Mathewson2005-11-23
* On directory servers, old_routers was wasting hundreds of bytes per supersede...Nick Mathewson2005-11-05
* Remove last vestiges of old logging interface.Nick Mathewson2005-10-25
* Convert circuituse, command, config, connection, relay, router, test to new l...Nick Mathewson2005-10-25
* Allow tor_gzip_uncompress to extract as much as possible from truncated compr...Nick Mathewson2005-10-13
* Never call free() on tor_malloc()d memory. This is unlikely to be our current...Nick Mathewson2005-09-30
* Be more conservative about whether to advertise our dirport.Roger Dingledine2005-09-29
* Fix some compiler warningsNick Mathewson2005-09-23
* Implement new version handling code.Nick Mathewson2005-09-21
* Move to new base64 digest functions. Switch to new router digest calculation...Nick Mathewson2005-09-18
* Make unittests not dieNick Mathewson2005-09-15
* add docs, fix whitespace, and make ANY rule in routerparse a little tighter.Nick Mathewson2005-09-13
* Use tor_listdir in test.c instead of duplicating ode.Nick Mathewson2005-09-10
* Add sorting/searching to smartlistNick Mathewson2005-09-09
* when we think a router is unreachable, pass the message back to theRoger Dingledine2005-08-31
* Allow tor_gzip_uncompress to handle multiple concatenated compressed strings.Nick Mathewson2005-08-29
* Make unit tests (and others) run without launching listeners, creating subdir...Nick Mathewson2005-08-26
* We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip...Nick Mathewson2005-08-26
* Remove accidentally added printfNick Mathewson2005-08-26