aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix warning on panther compile, and bug 913. Backport candidate.Nick Mathewson2009-01-21
| | | | svn:r18203
* note that BridgeRecordUsageByCountry is on by default (but itRoger Dingledine2009-01-21
| | | | | | | still only takes effect if BridgeRelay is set) svn:r18202
* Let controllers actually ask for the "clients_seen" event. BugfixRoger Dingledine2009-01-21
| | | | | | | on 0.2.1.10-alpha; reported by Matt Edman. svn:r18201
* get ready for more developmentRoger Dingledine2009-01-21
| | | | svn:r18200
* Update Tor WiX MSI package for 0.2.1.11-alpha, new component GUIDs.Martin Peck2009-01-21
| | | | svn:r18198
* And forward port patchesPeter Palfrader2009-01-21
| | | | svn:r18195
* New upstream versionPeter Palfrader2009-01-20
| | | | svn:r18194
* bump to 0.2.1.11-alpha, clean up changelogRoger Dingledine2009-01-20
| | | | svn:r18192
* remove some done items, clarify a few othersRoger Dingledine2009-01-20
| | | | svn:r18190
* Add a better (non-locale-having) ctypes implementation to avoid protocol and ↵Nick Mathewson2009-01-20
| | | | | | parsing mismatches on different platforms. svn:r18189
* Discuss effect of adjusting node selection probability based on exit policySteven Murdoch2009-01-20
| | | | svn:r18188
* mark off some done itemsRoger Dingledine2009-01-18
| | | | svn:r18173
* move my microdescriptors proposal into slot 158Roger Dingledine2009-01-18
| | | | svn:r18172
* clean up my microdescriptors proposals now that i've slept on itRoger Dingledine2009-01-18
| | | | svn:r18171
* make it work with base64Peter Palfrader2009-01-18
| | | | | | | | | | | | 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
* Aliases do not work so well in scriptsPeter Palfrader2009-01-18
| | | | svn:r18169
* Add base64-decode as an alias or shell function. it was a proper binary in ↵Peter Palfrader2009-01-18
| | | | | | sarge svn:r18168
* Update lists of directory authorities.Karsten Loesing2009-01-18
| | | | svn:r18167
* touchupsRoger Dingledine2009-01-18
| | | | svn:r18165
* the rest of the propsets i noticed we were missing in the ideas/ dirRoger Dingledine2009-01-18
| | | | svn:r18164
* some notes on how exactly to do this microdescriptor thing.Roger Dingledine2009-01-18
| | | | svn:r18163
* Mention tor-resolve alsoPeter Palfrader2009-01-18
| | | | svn:r18162
* Debian changelog for upcoming upstream version fixing #495829Peter Palfrader2009-01-18
| | | | svn:r18161
* mention that tsocks only socksifies TCPPeter Palfrader2009-01-18
| | | | | | | | 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
* README.Debian: No longer claim we change the default 'Group' setting when runPeter Palfrader2009-01-18
| | | | | | | as debian-user. That setting no longer exists. svn:r18159
* Add the front end installer exe NSIS scripts for the bundle and net ↵Martin Peck2009-01-16
| | | | | | installer packages. And icon used for them. svn:r18123
* This patch changes the default location where config and data filesNick Mathewson2009-01-15
| | | | | | | | | | | | | 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
* Two simple gradiant place holder graphics referenced in the wxs files would ↵Martin Peck2009-01-15
| | | | | | be useful. svn:r18120
* Add initial wxs MSI installer specs for Thandy, TorButton, and Polipo packages.Martin Peck2009-01-15
| | | | svn:r18119
* Bump openssl version.Andrew Lewman2009-01-15
| | | | svn:r18112
* make an assert tighter and replace another with an if.Nick Mathewson2009-01-14
| | | | svn:r18102
* Now that we can hit the end of router_rebuild_store before chunk_list is ↵Nick Mathewson2009-01-14
| | | | | | set, we need to test it before freeing it. svn:r18101
* Refactor MIN_IPS_TO_NOTE_* macros in geoip.c: simplify code.Nick Mathewson2009-01-14
| | | | | | | | | | 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
* Fix a compile warning on win32.Nick Mathewson2009-01-14
| | | | svn:r18099
* True, 17 is greater than 0. But this applies to 4111 as well.Karsten Loesing2009-01-13
| | | | svn:r18097
* Fix up (I hope) most ot the things that coverity suddenly claimed were ↵Nick Mathewson2009-01-13
| | | | | | REVERSE_INULL. This is what we get for bragging about being down to 0 issues. svn:r18096
* Do the tor_assert hack everywhere in test_crypto_aes_iv.Nick Mathewson2009-01-13
| | | | svn:r18095
* Fix a leak memory on the failing case of test_memeq_hexNick Mathewson2009-01-13
| | | | svn:r18094
* Forward port 03_tor_manpage_in_section_8.dpatchPeter Palfrader2009-01-11
| | | | svn:r18074
* New alpha releasePeter Palfrader2009-01-11
| | | | svn:r18073
* Fix a harmless-to-us bug in ht.h.Nick Mathewson2009-01-10
| | | | | | 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
* Fix ServerDNSRandomizeCase so that setting it to 0 works.Nick Mathewson2009-01-10
| | | | | | Bugfix on 0.2.1.7-alpha. Backport candidate. Fixes bug 905. svn:r18063
* AUTHENTICATE is really mandatory. No authentication is not quite the default.Nick Mathewson2009-01-08
| | | | svn:r18024
* Update wix installer ids for 0.2.1.10-alpha MSI package.Martin Peck2009-01-08
| | | | svn:r18019
* Make the last bunch of libevent version detection silliness work on macosx.Nick Mathewson2009-01-07
| | | | svn:r18015
* Check that Libevent header version matches Libevent library version.Nick Mathewson2009-01-07
| | | | | | | | | | 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
* Discard router descriptors as we load them if they are more thanRoger Dingledine2009-01-07
| | | | | | | | | | 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
* actually find the right identity_digest to blame when we getRoger Dingledine2009-01-07
| | | | | | | a destroy cell from our first hop. svn:r17991
* well, that was a disaster. this time for sure.Roger Dingledine2009-01-06
| | | | svn:r17989
* no actual changes besides a seg fault on startup, i meantRoger Dingledine2009-01-06
| | | | svn:r17986