- Dec 03, 2006
-
-
Roger Dingledine authored
haven't heard problems from anybody else, so here we go. svn:r9017
-
- Dec 02, 2006
-
-
Roger Dingledine authored
svn:r9016
-
Roger Dingledine authored
svn:r9015
-
- Nov 30, 2006
-
-
Nick Mathewson authored
Turn an xxxx0124 into an #ifdef; avoid leaking memory. svn:r9013
-
- Nov 28, 2006
-
-
Roger Dingledine authored
svn:r9003
-
- Nov 27, 2006
-
-
Roger Dingledine authored
svn:r9000
-
- Nov 26, 2006
-
-
Roger Dingledine authored
intended. this way we don't call resolve-my-address, which yells and screams if we're using an internal address (mere clients should not have to care). svn:r8998
-
Nick Mathewson authored
Actually, clients *should* try to guess their addresses. svn:r8997
-
Nick Mathewson authored
Fix router_new_address_suggestion() so it only changes last_guessed_ip() when it actually calls resolve_my_address(). (bug found by dev-girl) svn:r8996
-
Nick Mathewson authored
Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T. svn:r8995
-
Andrew Lewman authored
Privoxy 3.0.6. svn:r8992
-
Andrew Lewman authored
svn:r8991
-
- Nov 21, 2006
-
-
Nick Mathewson authored
Small cross-compilation fixes. svn:r8980
-
Nick Mathewson authored
Fix a trivial comment. svn:r8979
-
- Nov 20, 2006
-
-
Roger Dingledine authored
and !badexit lines in the approved-routers file. svn:r8974
-
Nick Mathewson authored
Apply cross.sh patch from Mike Mohr: rename ARCH_PREFIX to HOST_TRIPLET; work even when autogen.sh has not yet been run. svn:r8973
-
Nick Mathewson authored
11:23 < armadev> typo 11:23 < nickm> ? 11:23 < armadev> did you get the coffee yet? :) 11:23 < nickm> no 11:23 < armadev> i'm at an advantage..i haven't slept yet svn:r8972
-
Nick Mathewson authored
Fix a small and unlikely memory leak in dirserv.c. I think this is not the one arma is looking for. svn:r8971
-
Nick Mathewson authored
Oops; fix bug in last fix. Time to get some coffee. svn:r8970
-
Nick Mathewson authored
Fix leak in choose_good_exit_server_general() svn:r8969
-
Roger Dingledine authored
svn:r8968
-
- Nov 17, 2006
-
-
Nick Mathewson authored
Commit additional thoughts towards a revised directory protocol, including voting. svn:r8960
-
Nick Mathewson authored
Tweaks to test-connection patch: use ".noconnect" instead of ".test" (since there are lots of ways to test things). Use a regular sequence of STREAM events (NEW followed by CLOSED) instead of a new event type. Make the function that checks the address be static and use const and strcasecmpend properly. svn:r8959
-
Nick Mathewson authored
Check in an implementation of "test" connections from Scott Squires: these connections immediately close upon reaching Tor. They're useful for apps that want to check whether they're talking to the same Tor as a given controller. (I'll be tweaking this a bit before I push.) svn:r8958
-
- Nov 15, 2006
-
-
Nick Mathewson authored
Try to detect mipspro compiler. Add -c99 to cflags if we find it. svn:r8955
-
Nick Mathewson authored
Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!". svn:r8954
-
- Nov 14, 2006
-
-
Nick Mathewson authored
Have libevent search include /usr/pkg. This may make irix happier. svn:r8953
-
Nick Mathewson authored
Patch from Zajcev Evgeny to make natd work properly (we needed to allow extra characters after the port number). svn:r8952
-
Nick Mathewson authored
Fix some more mipspro warnings. Nothing should remain excecpt "conversion from pointer to same-sized integral type." svn:r8950
-
Nick Mathewson authored
Fix a build warning on angela-sid svn:r8949
-
Nick Mathewson authored
Try to compile with fewer warnings on irix64's MIPSpro compiler / environment, which apparently believes that: - off_t can be bigger than size_t. - only mean kids assign things they do not subsequently inspect. I don't try to fix the "error" that makes it say: cc-3970 cc: WARNING File = main.c, Line = 1277 conversion from pointer to same-sized integral type (potential portability problem) uintptr_t sig = (uintptr_t)arg; Because really, what can you do about a compiler that claims to be c99 but doesn't understand that void* x = NULL; uintptr_t y = (uintptr_t) x; is safe? svn:r8948
-
Nick Mathewson authored
Whitespace fixes, and clean up code from last natd patch. svn:r8947
-
Nick Mathewson authored
Add support for (Free?)BSD's natd, which was an old way to let you have your firewall automatically redirect traffic. (Original patch from Zajcev Evgeny, updated for 0.1.2.x by tup.) svn:r8946
-
Nick Mathewson authored
Patch from tup based on patch from Zajcev Evgeny: Make TransPort work even when the server wants to talk before the client. svn:r8945
-
- Nov 13, 2006
-
-
Roger Dingledine authored
svn:r8944
-
Roger Dingledine authored
svn:r8943
-
Roger Dingledine authored
svn:r8942
-
- Nov 12, 2006
-
-
Roger Dingledine authored
svn:r8941
-
Nick Mathewson authored
mention that Tor provides anonymity and that anonymity is important. Heh. svn:r8939
-
Nick Mathewson authored
A couple of small tweaks; add infranet reference. svn:r8938
-