aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* cleanups, bump to 0.1.2.4-alphaRoger Dingledine2006-12-02
| | | | svn:r9015
* r9843@Kushana: nickm | 2006-11-30 17:22:25 -0500Nick Mathewson2006-11-30
| | | | | | | Turn an xxxx0124 into an #ifdef; avoid leaking memory. svn:r9013
* remove a wrong definition of Guard from dir-specRoger Dingledine2006-11-28
| | | | svn:r9003
* mention doc/socks-extensions.txt in the tor-resolve man pageRoger Dingledine2006-11-27
| | | | svn:r9000
* actually, i think this fix was closest to what i originallyRoger Dingledine2006-11-26
| | | | | | | | | 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
* r9399@totoro: nickm | 2006-11-26 14:22:17 -0500Nick Mathewson2006-11-26
| | | | | | | Actually, clients *should* try to guess their addresses. svn:r8997
* r9396@totoro: nickm | 2006-11-26 13:36:29 -0500Nick Mathewson2006-11-26
| | | | | | | 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
* r9395@totoro: nickm | 2006-11-26 13:34:12 -0500Nick Mathewson2006-11-26
| | | | | | | Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T. svn:r8995
* In an -alpha branch, people can keep up with new software. Bump toAndrew Lewman2006-11-26
| | | | | | | Privoxy 3.0.6. svn:r8992
* In an -alpha branch, people can keep up with libevent releases.Andrew Lewman2006-11-26
| | | | svn:r8991
* r9372@totoro: nickm | 2006-11-21 10:59:47 -0500Nick Mathewson2006-11-21
| | | | | | | Small cross-compilation fixes. svn:r8980
* r9371@totoro: nickm | 2006-11-21 10:59:28 -0500Nick Mathewson2006-11-21
| | | | | | | Fix a trivial comment. svn:r8979
* we were leaking all the fingerprints for !reject, !invalid,Roger Dingledine2006-11-20
| | | | | | | and !badexit lines in the approved-routers file. svn:r8974
* r9349@totoro: nickm | 2006-11-20 11:35:14 -0500Nick Mathewson2006-11-20
| | | | | | | 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
* r9347@totoro: nickm | 2006-11-20 11:24:46 -0500Nick Mathewson2006-11-20
| | | | | | | | | | | 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
* r9345@totoro: nickm | 2006-11-20 11:22:10 -0500Nick Mathewson2006-11-20
| | | | | | | Fix a small and unlikely memory leak in dirserv.c. I think this is not the one arma is looking for. svn:r8971
* r9577@Kushana: nickm | 2006-11-20 11:07:28 -0500Nick Mathewson2006-11-20
| | | | | | | Oops; fix bug in last fix. Time to get some coffee. svn:r8970
* r9567@Kushana: nickm | 2006-11-20 11:05:59 -0500Nick Mathewson2006-11-20
| | | | | | | Fix leak in choose_good_exit_server_general() svn:r8969
* fixes based on early feedback from the blocking paperRoger Dingledine2006-11-20
| | | | svn:r8968
* r9562@Kushana: nickm | 2006-11-16 22:33:23 -0500Nick Mathewson2006-11-17
| | | | | | | Commit additional thoughts towards a revised directory protocol, including voting. svn:r8960
* r9561@Kushana: nickm | 2006-11-16 22:32:54 -0500Nick Mathewson2006-11-17
| | | | | | | | 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
* r9560@Kushana: nickm | 2006-11-16 22:09:12 -0500Nick Mathewson2006-11-17
| | | | | | | | | | | 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
* r9326@totoro: nickm | 2006-11-15 16:17:35 -0500Nick Mathewson2006-11-15
| | | | | | | Try to detect mipspro compiler. Add -c99 to cflags if we find it. svn:r8955
* r9324@totoro: nickm | 2006-11-14 20:21:43 -0500Nick Mathewson2006-11-15
| | | | | | | Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!". svn:r8954
* r9322@totoro: nickm | 2006-11-14 15:20:28 -0500Nick Mathewson2006-11-14
| | | | | | | Have libevent search include /usr/pkg. This may make irix happier. svn:r8953
* r9319@totoro: nickm | 2006-11-14 13:04:50 -0500Nick Mathewson2006-11-14
| | | | | | | Patch from Zajcev Evgeny to make natd work properly (we needed to allow extra characters after the port number). svn:r8952
* r9317@totoro: nickm | 2006-11-13 22:45:33 -0500Nick Mathewson2006-11-14
| | | | | | | Fix some more mipspro warnings. Nothing should remain excecpt "conversion from pointer to same-sized integral type." svn:r8950
* r9315@totoro: nickm | 2006-11-13 22:40:59 -0500Nick Mathewson2006-11-14
| | | | | | | Fix a build warning on angela-sid svn:r8949
* r9313@totoro: nickm | 2006-11-13 20:07:41 -0500Nick Mathewson2006-11-14
| | | | | | | | | | | | | | | | | | | | | | | 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
* r9309@totoro: nickm | 2006-11-13 19:05:41 -0500Nick Mathewson2006-11-14
| | | | | | | Whitespace fixes, and clean up code from last natd patch. svn:r8947
* r9308@totoro: nickm | 2006-11-13 18:41:23 -0500Nick Mathewson2006-11-14
| | | | | | | | | | 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
* r9307@totoro: nickm | 2006-11-13 18:25:56 -0500Nick Mathewson2006-11-14
| | | | | | | Patch from tup based on patch from Zajcev Evgeny: Make TransPort work even when the server wants to talk before the client. svn:r8945
* early comments from sjmurdochRoger Dingledine2006-11-13
| | | | svn:r8944
* compress so the last page isn't mostly whitespaceRoger Dingledine2006-11-13
| | | | svn:r8943
* finish the draft.Roger Dingledine2006-11-13
| | | | svn:r8942
* cleanup, fix referencesRoger Dingledine2006-11-12
| | | | svn:r8941
* r9299@totoro: nickm | 2006-11-12 17:05:09 -0500Nick Mathewson2006-11-12
| | | | | | | mention that Tor provides anonymity and that anonymity is important. Heh. svn:r8939
* r9292@totoro: nickm | 2006-11-12 16:33:36 -0500Nick Mathewson2006-11-12
| | | | | | | A couple of small tweaks; add infranet reference. svn:r8938
* r9291@totoro: nickm | 2006-11-12 16:19:29 -0500Nick Mathewson2006-11-12
| | | | | | | Rewrite the threat model. svn:r8937
* r9290@totoro: nickm | 2006-11-12 14:23:46 -0500Nick Mathewson2006-11-12
| | | | | | | Here, have a related work section. svn:r8936
* start work on the reachability section. more work remains.Roger Dingledine2006-11-12
| | | | svn:r8934
* belt out some paragraphs for the security section.Roger Dingledine2006-11-12
| | | | | | | later sections still need some paragraphs; oh well. svn:r8931
* finish the discovery section.Roger Dingledine2006-11-12
| | | | svn:r8930
* roadmap-2007 cleanupsRoger Dingledine2006-11-12
| | | | svn:r8929
* Avoid assert failure when our cached-routers file is empty on startup.Roger Dingledine2006-11-12
| | | | | | | (reported by revstray) svn:r8928
* fix typos and a few subsections in roadmap-2007Roger Dingledine2006-11-10
| | | | svn:r8926
* clean up, and make progress on, the discovery section.Roger Dingledine2006-11-10
| | | | svn:r8925
* A few changes throughout, and more about DoS resistant bridge queryingPaul Syverson2006-11-09
| | | | svn:r8924
* that's your plan, ray? get her?Roger Dingledine2006-11-09
| | | | | | | more work on the discovery section. svn:r8923
* Some stuff on port scanning and a braindumpsortof on directoriesPaul Syverson2006-11-08
| | | | svn:r8921