Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-10 | we estimated our release date wrong (ha)tor-0.1.1.6-alpha | Roger Dingledine | |
svn:r4985 | |||
2005-09-10 | break out a new function config_assign_value() that just assigns the | Roger Dingledine | |
value it's given, and doesn't do any of their weird clearing or resetting stuff. use that when we're trying to clear or reset values. svn:r4984 | |||
2005-09-10 | Fix segfault in win32 unittests. | Nick Mathewson | |
svn:r4983 | |||
2005-09-10 | bump to 0.1.1.6-alpha | Roger Dingledine | |
this time for sure svn:r4982 | |||
2005-09-10 | Use tor_listdir in test.c instead of duplicating ode. | Nick Mathewson | |
svn:r4981 | |||
2005-09-10 | add more items to the 0.1.1.6-alpha changelog | Roger Dingledine | |
svn:r4980 | |||
2005-09-10 | add another todo item | Roger Dingledine | |
svn:r4979 | |||
2005-09-10 | generalize route length to three plus one if the exit node is risky. | Roger Dingledine | |
svn:r4978 | |||
2005-09-09 | Add sorting/searching to smartlist | Nick Mathewson | |
svn:r4977 | |||
2005-09-09 | and say that in the man page | Roger Dingledine | |
svn:r4975 | |||
2005-09-09 | reject ports 465 and 587 by default now too | Roger Dingledine | |
svn:r4974 | |||
2005-09-09 | Only do openssl accel stuff if version is at least 0.9.7 | Nick Mathewson | |
svn:r4973 | |||
2005-09-09 | Add missing arg to windows tor_listdir() | Nick Mathewson | |
svn:r4972 | |||
2005-09-09 | Implement tor_listdir on windows. Untested. | Nick Mathewson | |
svn:r4971 | |||
2005-09-09 | Forward port 06_add_compile_time_defaults.dpatch | Peter Palfrader | |
svn:r4970 | |||
2005-09-09 | Forward port 03_tor_manpage_in_section_8.dpatch | Peter Palfrader | |
svn:r4969 | |||
2005-09-09 | Even more experimental cvs snapshot. | Peter Palfrader | |
Testsuite is mandatory again. svn:r4968 | |||
2005-09-09 | downgrade warning to info | Nick Mathewson | |
svn:r4967 | |||
2005-09-09 | a few more hints on a rare but mysterious warning | Roger Dingledine | |
svn:r4966 | |||
2005-09-09 | Fix a bug in config_dump: we want to run options_validate on the defaults, ↵ | Nick Mathewson | |
not (again, uselessly) on the configuration. This was introduced when we made the config code more generic. svn:r4965 | |||
2005-09-09 | clean up the rendezvous warn log msgs, and downgrade some to info | Roger Dingledine | |
svn:r4964 | |||
2005-09-09 | Warn in more detail when network-status serving and fetching fails. Also, ↵ | Nick Mathewson | |
fix a small leak. svn:r4963 | |||
2005-09-09 | bugfix: we were automatically condemning an exit node (concluding | Roger Dingledine | |
its advertised exit policy is different from its real one) as soon as it refused any requests. After fixing that bug, another bug appeared: we would try the same server again and again, since once we learned an IP address for a hostname, we still kept think of it as the hostname. now pass it to the remapper before trying to reattach. svn:r4962 | |||
2005-09-09 | fix duplicate word | Roger Dingledine | |
svn:r4961 | |||
2005-09-09 | stop notifying people about dns worker spawning and culling | Roger Dingledine | |
it just freaks them out svn:r4960 | |||
2005-09-09 | when printing x-forwarded-by headers, don't print the \r | Roger Dingledine | |
svn:r4959 | |||
2005-09-09 | step nine: raise your ulimit -n | Roger Dingledine | |
svn:r4958 | |||
2005-09-08 | Update item status: note future work on client directory handling | Nick Mathewson | |
svn:r4957 | |||
2005-09-08 | Fix segfault and memleak when getting many compressed server descs. | Nick Mathewson | |
svn:r4956 | |||
2005-09-08 | Fix some messages that say "failing". | Nick Mathewson | |
svn:r4955 | |||
2005-09-08 | Clean up some more fingerprint-checking logic | Nick Mathewson | |
svn:r4954 | |||
2005-09-08 | remove obsolete kludge | Roger Dingledine | |
svn:r4953 | |||
2005-09-08 | make it work correctly when we download multiple network-status objects. | Nick Mathewson | |
svn:r4952 | |||
2005-09-08 | add conn->requested_resource to connection_t checks. | Nick Mathewson | |
svn:r4951 | |||
2005-09-08 | Iteration is happier when you stop. | Nick Mathewson | |
svn:r4950 | |||
2005-09-08 | unused variable | Roger Dingledine | |
svn:r4949 | |||
2005-09-08 | add to the 0.1.1.6-alpha changelog | Roger Dingledine | |
svn:r4948 | |||
2005-09-08 | Resolve some XXXs. Add some others. | Nick Mathewson | |
svn:r4947 | |||
2005-09-08 | Do not generate more than 2 of each directory type per minute. | Nick Mathewson | |
svn:r4946 | |||
2005-09-08 | Fix an assert in directory.c. Check received network-status objects against ↵ | Nick Mathewson | |
the list we expected to get. Do not let anyone else update our network-status object. svn:r4945 | |||
2005-09-08 | Only caches download network-status for now, and they use a different ↵ | Nick Mathewson | |
strategy. Add an element to connection_t to remember what we are downloading, and a function to recognize our own fingerprint. svn:r4944 | |||
2005-09-08 | Special-case for retrieving own networkstatus by fingerprint: regenerate if ↵ | Nick Mathewson | |
dirty! svn:r4943 | |||
2005-09-08 | when reporting results from a dirserver fetch/post, tell us the | Roger Dingledine | |
port for the dirserver too svn:r4942 | |||
2005-09-08 | Remove sneaky double declaration. | Nick Mathewson | |
svn:r4941 | |||
2005-09-08 | Write status to disk in the right place | Nick Mathewson | |
svn:r4940 | |||
2005-09-08 | oops -- that log should have been removed | Nick Mathewson | |
svn:r4939 | |||
2005-09-08 | Fix network-status parsing. | Nick Mathewson | |
svn:r4938 | |||
2005-09-08 | Fix another reversed inet_aton | Nick Mathewson | |
svn:r4937 | |||
2005-09-08 | Fix some more bugs; add a temporary log. | Nick Mathewson | |
svn:r4936 | |||
2005-09-08 | Ensure case match, not mismatch. | Nick Mathewson | |
svn:r4935 |