- 21 Jan, 2009 3 commits
-
-
Roger Dingledine authored
svn:r18200
-
Martin Peck authored
svn:r18198
-
Peter Palfrader authored
svn:r18195
-
- 20 Jan, 2009 5 commits
-
-
Peter Palfrader authored
svn:r18194
-
Roger Dingledine authored
svn:r18192
-
Roger Dingledine authored
svn:r18190
-
Nick Mathewson authored
Add a better (non-locale-having) ctypes implementation to avoid protocol and parsing mismatches on different platforms. svn:r18189
-
Steven Murdoch authored
svn:r18188
-
- 18 Jan, 2009 14 commits
-
-
Roger Dingledine authored
svn:r18173
-
Roger Dingledine authored
svn:r18172
-
Roger Dingledine authored
svn:r18171
-
Peter Palfrader authored
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
-
Peter Palfrader authored
svn:r18169
-
Peter Palfrader authored
svn:r18168
-
Karsten Loesing authored
svn:r18167
-
Roger Dingledine authored
svn:r18165
-
Roger Dingledine authored
svn:r18164
-
Roger Dingledine authored
svn:r18163
-
Peter Palfrader authored
svn:r18162
-
Peter Palfrader authored
svn:r18161
-
Peter Palfrader authored
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
-
Peter Palfrader authored
as debian-user. That setting no longer exists. svn:r18159
-
- 16 Jan, 2009 1 commit
-
-
Martin Peck authored
Add the front end installer exe NSIS scripts for the bundle and net installer packages. And icon used for them. svn:r18123
-
- 15 Jan, 2009 4 commits
-
-
Nick Mathewson authored
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
-
Martin Peck authored
svn:r18120
-
Martin Peck authored
svn:r18119
-
Andrew Lewman authored
svn:r18112
-
- 14 Jan, 2009 4 commits
-
-
Nick Mathewson authored
svn:r18102
-
Nick Mathewson authored
Now that we can hit the end of router_rebuild_store before chunk_list is set, we need to test it before freeing it. svn:r18101
-
Nick Mathewson authored
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
-
Nick Mathewson authored
svn:r18099
-
- 13 Jan, 2009 4 commits
-
-
Karsten Loesing authored
svn:r18097
-
Nick Mathewson authored
Fix up (I hope) most ot the things that coverity suddenly claimed were REVERSE_INULL. This is what we get for bragging about being down to 0 issues. svn:r18096
-
Nick Mathewson authored
svn:r18095
-
Nick Mathewson authored
svn:r18094
-
- 11 Jan, 2009 2 commits
-
-
Peter Palfrader authored
svn:r18074
-
Peter Palfrader authored
svn:r18073
-
- 10 Jan, 2009 2 commits
-
-
Nick Mathewson authored
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
-
Nick Mathewson authored
Bugfix on 0.2.1.7-alpha. Backport candidate. Fixes bug 905. svn:r18063
-
- 08 Jan, 2009 1 commit
-
-
Nick Mathewson authored
svn:r18024
-