| Commit message (Expand) | Author | Age |
* | 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-25 |
* | Allow tor_gzip_uncompress to extract as much as possible from truncated compr... | Nick Mathewson | 2005-10-13 |
* | Never call free() on tor_malloc()d memory. This is unlikely to be our current... | Nick Mathewson | 2005-09-30 |
* | Be more conservative about whether to advertise our dirport. | Roger Dingledine | 2005-09-29 |
* | Fix some compiler warnings | Nick Mathewson | 2005-09-23 |
* | Implement new version handling code. | Nick Mathewson | 2005-09-21 |
* | Move to new base64 digest functions. Switch to new router digest calculation... | Nick Mathewson | 2005-09-18 |
* | Make unittests not die | Nick Mathewson | 2005-09-15 |
* | add docs, fix whitespace, and make ANY rule in routerparse a little tighter. | Nick Mathewson | 2005-09-13 |
* | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson | 2005-09-10 |
* | Add sorting/searching to smartlist | Nick Mathewson | 2005-09-09 |
* | when we think a router is unreachable, pass the message back to the | Roger Dingledine | 2005-08-31 |
* | Allow tor_gzip_uncompress to handle multiple concatenated compressed strings. | Nick Mathewson | 2005-08-29 |
* | 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-26 |
* | Make unit tests run without segfaulting | Nick Mathewson | 2005-08-22 |
* | Make GCC very happy, even with lots of warnings set. Also, try to fix some re... | Nick Mathewson | 2005-08-12 |
* | Fix segfault in unit tests | Nick Mathewson | 2005-08-09 |
* | Replace (Fascist)Firewall* with a new ReachableAddresses option that understa... | Nick Mathewson | 2005-08-08 |
* | Rename cross-format config.c stuff to config_* and or_options_t-specific stuf... | Nick Mathewson | 2005-07-23 |
* | Be consistent about preferring foo* to struct foo* | Nick Mathewson | 2005-07-22 |
* | unit tests to prove i didn't screw up | Roger Dingledine | 2005-07-18 |
* | Fix several bugs in read_escaped_data; add a unit test and a few docs | Nick Mathewson | 2005-07-15 |
* | Logic to implement rendezvous/introduction via unknown servers. | Nick Mathewson | 2005-06-29 |
* | Fix unit tests that used old signature for add_fingerprint_to_dir | Nick Mathewson | 2005-06-27 |
* | Docment or add DOCDOC comments to undocumented functions in src/or. Make fun... | Nick Mathewson | 2005-06-11 |
* | flesh out the source file descriptions for doxygen | Roger Dingledine | 2005-06-11 |
* | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson | 2005-06-09 |
* | Fix for 152: reject malformed .onion addresses rather then passing them on | Nick Mathewson | 2005-06-07 |
* | Add unit test for openpgp s2k | Nick Mathewson | 2005-06-04 |
* | Append default exit policy before checking for implicit internal addresses: f... | Nick Mathewson | 2005-05-14 |
* | Remove support for looking at old directory/routerdesc elements; mark non-new... | Nick Mathewson | 2005-05-02 |
* | Fix unit tests for buffers. | Nick Mathewson | 2005-04-26 |
* | Clean/renormalize whitespace | Nick Mathewson | 2005-04-26 |
* | Change the implementation of buf_t a lot: make it a ring buffer to minimize m... | Nick Mathewson | 2005-04-26 |
* | tie MAX_DIR_SIZE to MAX_BUF_SIZE | Roger Dingledine | 2005-04-07 |
* | update copyright notices. | Nick Mathewson | 2005-04-01 |
* | Change version parsing logic: a version is "obsolete" if it is not recommende... | Nick Mathewson | 2005-03-01 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa. | Nick Mathewson | 2005-02-22 |
* | Print uname on start of unittests. | Nick Mathewson | 2005-02-22 |
* | Fix dumb bug in unittests. | Nick Mathewson | 2005-01-22 |
* | Have reason string for serverdesc post requests contain actual serverdesc sta... | Nick Mathewson | 2005-01-20 |
* | Add unittests for compression detection. Make all rendezvous descriptors "pla... | Nick Mathewson | 2005-01-19 |
* | fix unit tests: address has to be a non-private IP, and socksport | Roger Dingledine | 2005-01-07 |
* | Fix a fun bug: do not rewrite a cached directory back to the cache; otherwise... | Nick Mathewson | 2005-01-06 |
* | Nothing actually _uses_ socks_port, so why publish it? For backward compatibi... | Nick Mathewson | 2005-01-04 |
* | Remove length restriction when generating directories. | Nick Mathewson | 2004-12-24 |