Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-21 | Fix an error in tor_addr_parse that kept us from having a hidden service or ↵ | Nick Mathewson | |
a bridge live at an IPv6 address. svn:r18206 | |||
2009-01-21 | Fix warning on panther compile, and bug 913. Backport candidate. | Nick Mathewson | |
svn:r18203 | |||
2009-01-21 | note that BridgeRecordUsageByCountry is on by default (but it | Roger Dingledine | |
still only takes effect if BridgeRelay is set) svn:r18202 | |||
2009-01-21 | Let controllers actually ask for the "clients_seen" event. Bugfix | Roger Dingledine | |
on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201 | |||
2009-01-21 | get ready for more development | Roger Dingledine | |
svn:r18200 | |||
2009-01-21 | Update Tor WiX MSI package for 0.2.1.11-alpha, new component GUIDs. | Martin Peck | |
svn:r18198 | |||
2009-01-21 | And forward port patches | Peter Palfrader | |
svn:r18195 | |||
2009-01-20 | New upstream version | Peter Palfrader | |
svn:r18194 | |||
2009-01-20 | bump to 0.2.1.11-alpha, clean up changelogtor-0.2.1.11-alpha | Roger Dingledine | |
svn:r18192 | |||
2009-01-20 | remove some done items, clarify a few others | Roger Dingledine | |
svn:r18190 | |||
2009-01-20 | Add a better (non-locale-having) ctypes implementation to avoid protocol and ↵ | Nick Mathewson | |
parsing mismatches on different platforms. svn:r18189 | |||
2009-01-20 | Discuss effect of adjusting node selection probability based on exit policy | Steven Murdoch | |
svn:r18188 | |||
2009-01-18 | mark off some done items | Roger Dingledine | |
svn:r18173 | |||
2009-01-18 | move my microdescriptors proposal into slot 158 | Roger Dingledine | |
svn:r18172 | |||
2009-01-18 | clean up my microdescriptors proposals now that i've slept on it | Roger Dingledine | |
svn:r18171 | |||
2009-01-18 | make it work with base64 | Peter Palfrader | |
base64 from coreutils is really picky about the number of equation marks (=) that end a base64 encoded string. Unfortunately Tor doesn't believe they are important at all so it cuts them all off all the time. For perl purposes we just added a good measure of = and were happy about it. For base64 we now need to add the proper number of equation marks. It turns out that number is 1 for the length of strings we process. svn:r18170 | |||
2009-01-18 | Aliases do not work so well in scripts | Peter Palfrader | |
svn:r18169 | |||
2009-01-18 | Add base64-decode as an alias or shell function. it was a proper binary in ↵ | Peter Palfrader | |
sarge svn:r18168 | |||
2009-01-18 | Update lists of directory authorities. | Karsten Loesing | |
svn:r18167 | |||
2009-01-18 | touchups | Roger Dingledine | |
svn:r18165 | |||
2009-01-18 | the rest of the propsets i noticed we were missing in the ideas/ dir | Roger Dingledine | |
svn:r18164 | |||
2009-01-18 | some notes on how exactly to do this microdescriptor thing. | Roger Dingledine | |
svn:r18163 | |||
2009-01-18 | Mention tor-resolve also | Peter Palfrader | |
svn:r18162 | |||
2009-01-18 | Debian changelog for upcoming upstream version fixing #495829 | Peter Palfrader | |
svn:r18161 | |||
2009-01-18 | mention that tsocks only socksifies TCP | Peter Palfrader | |
In the torify(1) manpage explain that tsocks will only socksify TCP connections, and that therefore it will most likely leak DNS requests. svn:r18160 | |||
2009-01-18 | README.Debian: No longer claim we change the default 'Group' setting when run | Peter Palfrader | |
as debian-user. That setting no longer exists. svn:r18159 | |||
2009-01-16 | Add the front end installer exe NSIS scripts for the bundle and net ↵ | Martin Peck | |
installer packages. And icon used for them. svn:r18123 | |||
2009-01-15 | This patch changes the default location where config and data files | Nick Mathewson | |
are stored when the --enable-local-appdata option is configured. This changes the Windows path from %APPDATA% to a host local %USERPROFILE%\Local Settings\Application Data\ path (aka, LOCAL_APPDATA). Patch from coderman. svn:r18122 | |||
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 |