Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-15 | Two simple gradiant place holder graphics referenced in the wxs files would ↵ | Martin Peck | |
be useful. svn:r18120 | |||
2009-01-15 | Add initial wxs MSI installer specs for Thandy, TorButton, and Polipo packages. | Martin Peck | |
svn:r18119 | |||
2009-01-15 | Bump openssl version. | Andrew Lewman | |
svn:r18112 | |||
2009-01-14 | make an assert tighter and replace another with an if. | Nick Mathewson | |
svn:r18102 | |||
2009-01-14 | Now that we can hit the end of router_rebuild_store before chunk_list is ↵ | Nick Mathewson | |
set, we need to test it before freeing it. svn:r18101 | |||
2009-01-14 | Refactor MIN_IPS_TO_NOTE_* macros in geoip.c: simplify code. | Nick Mathewson | |
It was dumb to have an "announce the value if it's over 0" version of the code coexisting with an "announce the value if it's at least N" version. Retain the latter only, with N set to 1. Incidentally, this should fix a Coverity REVERSE_INULL warning. svn:r18100 | |||
2009-01-14 | Fix a compile warning on win32. | Nick Mathewson | |
svn:r18099 | |||
2009-01-13 | True, 17 is greater than 0. But this applies to 4111 as well. | Karsten Loesing | |
svn:r18097 | |||
2009-01-13 | Fix up (I hope) most ot the things that coverity suddenly claimed were ↵ | Nick Mathewson | |
REVERSE_INULL. This is what we get for bragging about being down to 0 issues. svn:r18096 | |||
2009-01-13 | Do the tor_assert hack everywhere in test_crypto_aes_iv. | Nick Mathewson | |
svn:r18095 | |||
2009-01-13 | Fix a leak memory on the failing case of test_memeq_hex | Nick Mathewson | |
svn:r18094 | |||
2009-01-11 | Forward port 03_tor_manpage_in_section_8.dpatch | Peter Palfrader | |
svn:r18074 | |||
2009-01-11 | New alpha release | Peter Palfrader | |
svn:r18073 | |||
2009-01-10 | Fix a harmless-to-us bug in ht.h. | Nick Mathewson | |
There was a field that _HT_FOI_INSERT was never setting. Everything that calls _HT_FOI_INSERT was setting it via tor_malloc_zero, but that's fragile. svn:r18064 | |||
2009-01-10 | Fix ServerDNSRandomizeCase so that setting it to 0 works. | Nick Mathewson | |
Bugfix on 0.2.1.7-alpha. Backport candidate. Fixes bug 905. svn:r18063 | |||
2009-01-08 | AUTHENTICATE is really mandatory. No authentication is not quite the default. | Nick Mathewson | |
svn:r18024 | |||
2009-01-08 | Update wix installer ids for 0.2.1.10-alpha MSI package. | Martin Peck | |
svn:r18019 | |||
2009-01-07 | Make the last bunch of libevent version detection silliness work on macosx. | Nick Mathewson | |
svn:r18015 | |||
2009-01-07 | Check that Libevent header version matches Libevent library version. | Nick Mathewson | |
Unfortunately, old Libevents don't _put_ a version in their headers, so this can get a little tricky. Fortunately, the only binary-compatibility issue we care about is the size of struct event. Even more fortunately, Libevent 2.0 will let us keep binary compatiblity forever by letting us decouple ourselves from the structs, if we like. svn:r18014 | |||
2009-01-07 | Discard router descriptors as we load them if they are more than | Roger Dingledine | |
five days old. Otherwise if Tor is off for a long time and then starts with cached descriptors, it will try to use the onion keys in those obsolete descriptors when building circuits. Bugfix on 0.2.0.x. Fixes bug 887. svn:r17993 | |||
2009-01-07 | actually find the right identity_digest to blame when we get | Roger Dingledine | |
a destroy cell from our first hop. svn:r17991 | |||
2009-01-06 | well, that was a disaster. this time for sure. | Roger Dingledine | |
svn:r17989 | |||
2009-01-06 | no actual changes besides a seg fault on startup, i meant | Roger Dingledine | |
svn:r17986 | |||
2009-01-06 | simplify. no actual changes i think. ;) | Roger Dingledine | |
svn:r17985 | |||
2009-01-06 | When our circuit fails at the first hop (e.g. we get a destroy | Roger Dingledine | |
cell back), avoid using that OR connection anymore, and also tell all the one-hop directory requests waiting for it that they should fail. Bugfix on 0.2.1.3-alpha. svn:r17984 | |||
2009-01-06 | Make outgoing DNS requests respect OutboundBindAddress. | Nick Mathewson | |
Fixes the bug part of bug 789. svn:r17983 | |||
2009-01-06 | Note a problem in the interface tor_addr_to_sockaddr. | Nick Mathewson | |
svn:r17982 | |||
2009-01-06 | ok, all set to destabilize it again | Roger Dingledine | |
svn:r17980 | |||
2009-01-06 | bump to 0.2.1.10-alpha, reorganize the changelogtor-0.2.1.10-alpha | Roger Dingledine | |
svn:r17974 | |||
2009-01-06 | clarify which relay gave us the good netinfo cell | Roger Dingledine | |
svn:r17973 | |||
2009-01-06 | and mention the bug # in the changelog | Roger Dingledine | |
svn:r17971 | |||
2009-01-06 | When a relay gets a create cell it can't decrypt (e.g. because it's | Roger Dingledine | |
using the wrong onion key), we were dropping it and letting the client time out. Now actually answer with a destroy cell. Bugfix on 0.0.2pre8. svn:r17970 | |||
2009-01-06 | Jan 06 13:03:57.309 [info] networkstatus_set_current_consensus(): Loaded an ↵ | Roger Dingledine | |
obsolete consensus. Discarding. Jan 06 13:03:57.309 [warn] Couldn't load consensus networkstatus from "bridge/cached-consensus" doesn't need a real warn. svn:r17969 | |||
2009-01-06 | Update to the "December 19 2008" ip-to-country file | Roger Dingledine | |
svn:r17968 | |||
2009-01-06 | Clean up (and mark for 0.2.2.) comments relating to non-beauty of current ↵ | Nick Mathewson | |
bug-743 fix. svn:r17966 | |||
2009-01-06 | Slightly better messages on ControlListenAddress 0.0.0.0 | Nick Mathewson | |
svn:r17963 | |||
2009-01-06 | specify it was a bugfix on something from 2007 | Roger Dingledine | |
svn:r17960 | |||
2009-01-06 | Prevent bridge relays from serving their 'extrainfo' document | Roger Dingledine | |
to anybody who asks, now that extrainfo docs include potentially sensitive aggregated client geoip summaries. svn:r17958 | |||
2009-01-06 | Make dirserv_get_routerdesc_fingerprints() treat extrainfos with ↵ | Nick Mathewson | |
send_unencrypted==0 correctly. Irrelevant, since we will soon never send them at all. svn:r17953 | |||
2009-01-06 | Bugfix on r13098. Backport candidate. | Roger Dingledine | |
When we made bridge authorities stop serving bridge descriptors over unencrypted links, we also broke DirPort reachability testing for bridges. So bridges with a non-zero DirPort were printing spurious warns to their logs. Bugfix on 0.2.0.16-alpha. Fixes bug 709. svn:r17945 | |||
2009-01-06 | the new alpha release is coming out this week sometime. too many | Roger Dingledine | |
bugs fixed to keep waiting. i still need to track down bug 709 first though, since i am increasingly thinking it's a real bug. svn:r17944 | |||
2009-01-05 | apply a variant of rovv's bug 872 patch, and document that we want a better ↵ | Nick Mathewson | |
solution for 0.2.2.x. svn:r17924 | |||
2009-01-05 | Bridge relays that had DirPort set to 0 would stop fetching | Roger Dingledine | |
descriptors shortly after startup, and then briefly resume after a new bandwidth test and/or after publishing a new bridge descriptor. Bridge users that try to bootstrap from them would get a recent networkstatus but would get descriptors from up to 18 hours earlier, meaning most of the descriptors were obsolete already. Reported by Tas; bugfix on 0.2.0.13-alpha. svn:r17920 | |||
2009-01-05 | If the cached networkstatus consensus is more than five days old, | Roger Dingledine | |
discard it rather than trying to use it. In theory it could be useful because it lists alternate directory mirrors, but in practice it just means we spend many minutes trying directory mirrors that are long gone from the network. Helps bug 887 a bit; bugfix on 0.2.0.x. svn:r17917 | |||
2009-01-05 | mark what version of tor mike's bug was in | Roger Dingledine | |
svn:r17912 | |||
2009-01-05 | Preserve reporting of stream end reasons to the local control | Mike Perry | |
port. They were lost in the changes for Proposal 148. svn:r17911 | |||
2009-01-05 | Better explain the PublishServerDescriptor option in the manpage | Sebastian Hahn | |
PublishServerDescriptor 1 means "publish to the relevant authority", not "publish to v2,v3 authorities". Also adjust the time in the manpage to January 2009 svn:r17909 | |||
2009-01-04 | Use doxygen-style comments instead of C-style comments. | Karsten Loesing | |
svn:r17893 | |||
2009-01-04 | Another fun openbsd warning fix. On ioerror's computer at least, they ↵ | Nick Mathewson | |
redefined an unsigned field in zlib.h to be signed. I am quite sure this makes me more secure somehow. svn:r17892 | |||
2009-01-04 | OpenBSD malloc.h believes that you should be able to detect headers with ↵ | Nick Mathewson | |
autoconf, or build without warnings, but not both. So never include malloc.h on OpenBSD. Backport candidate. svn:r17891 |