Age | Commit message (Expand) | Author |
2006-07-25 | Remove code to special-case "-cvs" ending, since it has not actually mattered... | Nick Mathewson |
2006-07-06 | when an exit node gets a malformed begin cell, don't complain to | Roger Dingledine |
2006-06-22 | Make some more verbose gcc warnings go away. | Nick Mathewson |
2006-06-22 | Next batch of memory miserdom: mmap cached-routers file. This is sure to bre... | Nick Mathewson |
2006-06-18 | Add tests for several of the more recently committed functions. | Nick Mathewson |
2006-06-13 | now we can tell dirserv_dump_directory_to_string() whether we want | Roger Dingledine |
2006-04-18 | forward-port: "Resolve" all XXX011 items, mostly by marking them non-011. | Nick Mathewson |
2006-04-10 | Remove DER64 functions in trunk: they will never be used again unless the dir... | Nick Mathewson |
2006-03-27 | Refactor and consolidate addr/exit policies into a new policies.c. | Roger Dingledine |
2006-03-26 | When the controller's *setconf commands fail, collect an error message | Roger Dingledine |
2006-03-05 | Add some functions to escape values from the network before sending them to t... | Nick Mathewson |
2006-02-13 | try to fix bug with spurious "everything is broken" warning | Nick Mathewson |
2006-02-12 | and don't warn when it happens here either, unless the user | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-01 | Add a new config option ExitPolicyRejectPrivate which defaults to 1. | Roger Dingledine |
2006-01-10 | Make unittests pass again. | Nick Mathewson |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-08 | Whitespace normalization | Nick Mathewson |
2005-12-01 | Add a benchmark-aes function to test.c. Off by default. | Nick Mathewson |
2005-11-24 | get rid of some unused variables | Roger Dingledine |
2005-11-23 | Replace balanced trees with hash tables: this should make stuff significantly... | Nick Mathewson |
2005-11-05 | On directory servers, old_routers was wasting hundreds of bytes per supersede... | Nick Mathewson |
2005-10-25 | Remove last vestiges of old logging interface. | Nick Mathewson |
2005-10-25 | Convert circuituse, command, config, connection, relay, router, test to new l... | Nick Mathewson |
2005-10-13 | Allow tor_gzip_uncompress to extract as much as possible from truncated compr... | Nick Mathewson |
2005-09-30 | Never call free() on tor_malloc()d memory. This is unlikely to be our current... | Nick Mathewson |
2005-09-29 | Be more conservative about whether to advertise our dirport. | Roger Dingledine |
2005-09-23 | Fix some compiler warnings | Nick Mathewson |
2005-09-21 | Implement new version handling code. | Nick Mathewson |
2005-09-18 | Move to new base64 digest functions. Switch to new router digest calculation... | Nick Mathewson |
2005-09-15 | Make unittests not die | Nick Mathewson |
2005-09-13 | add docs, fix whitespace, and make ANY rule in routerparse a little tighter. | Nick Mathewson |
2005-09-10 | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson |
2005-09-09 | Add sorting/searching to smartlist | Nick Mathewson |
2005-08-31 | when we think a router is unreachable, pass the message back to the | Roger Dingledine |
2005-08-29 | Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. | Nick Mathewson |
2005-08-26 | Make unit tests (and others) run without launching listeners, creating subdir... | Nick Mathewson |
2005-08-26 | We no longer need dirserv_load_from_directory_string, so dirserv_add_descrip... | Nick Mathewson |
2005-08-26 | Remove accidentally added printf | Nick Mathewson |
2005-08-26 | Add some documentation; move the signature generation logic into routerparse.... | Nick Mathewson |
2005-08-22 | Make unit tests run without segfaulting | Nick Mathewson |
2005-08-12 | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson |
2005-08-09 | Fix segfault in unit tests | Nick Mathewson |
2005-08-08 | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson |
2005-07-23 | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson |
2005-07-22 | Be consistent about preferring foo* to struct foo* | Nick Mathewson |
2005-07-18 | unit tests to prove i didn't screw up | Roger Dingledine |
2005-07-15 | Fix several bugs in read_escaped_data; add a unit test and a few docs | Nick Mathewson |
2005-06-29 | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson |
2005-06-27 | Fix unit tests that used old signature for add_fingerprint_to_dir | Nick Mathewson |