Age | Commit message (Expand) | Author |
2005-09-14 | Clean up a few warnings that make gcc twig out a bit. | Nick Mathewson |
2005-09-14 | Declare 0.1.1.7 as The Version With The Good Dirservers. | Nick Mathewson |
2005-09-14 | bump to 0.1.1.7-alpha | Roger Dingledine |
2005-09-14 | bugfix: when we try to determine the reachability of our dirport, | Roger Dingledine |
2005-09-14 | Add new config.c function to set options that can fail, and roll back if they... | Nick Mathewson |
2005-09-14 | stop the call duplication inside config_assign() | Roger Dingledine |
2005-09-14 | note that routerstatus_t.entries is sorted. | Nick Mathewson |
2005-09-14 | simplify | Roger Dingledine |
2005-09-14 | and take the bang out | Roger Dingledine |
2005-09-14 | ok, ok, csv's get replaced even when we assign them from the torrc. | Roger Dingledine |
2005-09-14 | checkpoint: clean up and document the three ways to call config_assign() | Roger Dingledine |
2005-09-13 | correct "your server is reachable" log entries to indicate that it was | Roger Dingledine |
2005-09-13 | a bit more code cleanup | Roger Dingledine |
2005-09-13 | I forgot -- smart kids make their code compile. | Nick Mathewson |
2005-09-13 | add docs, fix whitespace, and make ANY rule in routerparse a little tighter. | Nick Mathewson |
2005-09-13 | Fix DOCDOC entries in routerlist.c. Make more functions use SMARTLIST_FOREAC... | Nick Mathewson |
2005-09-13 | Add documentation to a few functions in container.c; reformat function defini... | Nick Mathewson |
2005-09-13 | Add functions to extend and compress new router store logic. (Basic idea: use... | Nick Mathewson |
2005-09-13 | Two new functions like write_bytes_to_file: one takes a list of byte-and-len ... | Nick Mathewson |
2005-09-13 | fix a seg fault if we ask an authdirserver for a descriptor by | Roger Dingledine |
2005-09-12 | when the user asked for a rendezvous port that the hidden service | Roger Dingledine |
2005-09-12 | make the patch less likely to bite us later | Roger Dingledine |
2005-09-12 | Resolve stack corruption identified by edmanw in connection_edge_end(). Thanks! | Nick Mathewson |
2005-09-12 | Maybe I should pay more attention to return values and less to clever comment... | Nick Mathewson |
2005-09-12 | Versions should be sorted by version. Lexical sorting should be used only as ... | Nick Mathewson |
2005-09-12 | when writing the recommended*versions lines, sort them first. | Roger Dingledine |
2005-09-12 | make compile slightly happier on const-zealous compilers | Nick Mathewson |
2005-09-12 | We have so many special cases for smartlists of strings, why not add a sort f... | Nick Mathewson |
2005-09-12 | be more thorough about noticing when a directory request has failed: | Roger Dingledine |
2005-09-12 | Numerous changes to move towards client-side v2 directories. | Nick Mathewson |
2005-09-12 | remove temporary network-status keyword | Roger Dingledine |
2005-09-12 | clean up the log entry for when a server posts a server descriptor that | Roger Dingledine |
2005-09-12 | Fix a memory leak in smartlist_string_remove. | Nick Mathewson |
2005-09-12 | Fix bug found by "ca": looking up a non-existent stream for a v1 control conn... | Nick Mathewson |
2005-09-11 | Document SMARTLIST_FOREACH macro, along with previously-naughty foo_sl_idx va... | Nick Mathewson |
2005-09-11 | fix comment and return value for check_software_version_against_directory() | Roger Dingledine |
2005-09-10 | downgrade the dirserver log messages when whining about unreachability | Roger Dingledine |
2005-09-10 | bugfix: if you gave tor an odd number of command-line arguments, | Roger Dingledine |
2005-09-10 | bump to 0.1.1.6-alpha-cvs | Roger Dingledine |
2005-09-10 | break out a new function config_assign_value() that just assigns the | Roger Dingledine |
2005-09-10 | Fix segfault in win32 unittests. | Nick Mathewson |
2005-09-10 | bump to 0.1.1.6-alpha | Roger Dingledine |
2005-09-10 | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson |
2005-09-10 | generalize route length to three plus one if the exit node is risky. | Roger Dingledine |
2005-09-09 | Add sorting/searching to smartlist | Nick Mathewson |
2005-09-09 | reject ports 465 and 587 by default now too | Roger Dingledine |
2005-09-09 | Only do openssl accel stuff if version is at least 0.9.7 | Nick Mathewson |
2005-09-09 | Add missing arg to windows tor_listdir() | Nick Mathewson |
2005-09-09 | Implement tor_listdir on windows. Untested. | Nick Mathewson |
2005-09-09 | downgrade warning to info | Nick Mathewson |