aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Collapse)AuthorAge
...
* was this one we missed?Roger Dingledine2006-10-09
| | | | svn:r8666
* r8967@totoro: nickm | 2006-10-08 23:38:50 -0400Nick Mathewson2006-10-09
| | | | | | | Fix some test and warn failures in last commit svn:r8665
* r8957@totoro: nickm | 2006-10-08 22:35:17 -0400Nick Mathewson2006-10-09
| | | | | | | The otherwise regrettable MIPSpro C compiler warns about values set but never used, and about mixing enums and ints; these are good warnings, and so should be fixed. This removes some dead code and some potential bugs. Thanks to pnx. svn:r8664
* r8956@totoro: nickm | 2006-10-08 22:25:27 -0400Nick Mathewson2006-10-09
| | | | | | | Fix bug with handling EVENT_NEW_DESC with verbose nicknames enabled. Also, check for tor_vsnprintf failure in controller messages. svn:r8663
* remove some old debugging codeRoger Dingledine2006-10-08
| | | | svn:r8657
* r8947@totoro: nickm | 2006-10-08 17:04:30 -0400Nick Mathewson2006-10-08
| | | | | | | Fix signed/unsigned compare warning in eventdns.c svn:r8654
* Remove spurious void which causes builds to fail in mingw.Andrew Lewman2006-10-08
| | | | svn:r8650
* try dirport reachability testing five times less often.Roger Dingledine2006-10-08
| | | | | | | | it's already so darn thorough per test -- it chews through like four circuits before giving up. svn:r8646
* r8933@totoro: nickm | 2006-10-07 20:33:16 -0400Nick Mathewson2006-10-08
| | | | | | | whitespace fixes; add changelog for last commit. svn:r8644
* r8932@totoro: nickm | 2006-10-07 20:29:03 -0400Nick Mathewson2006-10-08
| | | | | | | Try to make mingw capable of producing a working tor binary for win98: make all NT-service-related functions get lazy-loaded on demand. I have no idea if this even compiles. svn:r8643
* r8926@totoro: nickm | 2006-10-07 15:56:14 -0400Nick Mathewson2006-10-07
| | | | | | | refactor circuit_list_path and circuit_list_path_verbose into a common _impl function. svn:r8642
* r8923@totoro: nickm | 2006-10-07 11:44:33 -0400Nick Mathewson2006-10-07
| | | | | | | More doxygen comments svn:r8637
* finish poking and prodding. i'm all happy now.Roger Dingledine2006-10-07
| | | | svn:r8633
* more minor cleanupsRoger Dingledine2006-10-07
| | | | svn:r8630
* resolve the entryguard uptime/capacity question. and mark aRoger Dingledine2006-10-07
| | | | | | | new xxx that we'll want to address one day. svn:r8628
* minor cleanupsRoger Dingledine2006-10-07
| | | | svn:r8622
* bugfix and cleanups re: entry guards.Roger Dingledine2006-10-06
| | | | svn:r8620
* fix a size_t-to-len compile warningRoger Dingledine2006-10-06
| | | | svn:r8618
* fetch all the v1 directory stuff way less often. plus, moveRoger Dingledine2006-10-06
| | | | | | | | | | around some housecleaning calls so they still occur often. are some of these redundant or in the wrong order? there are so many of them, maybe they should be put into a separate function that has better documentation. svn:r8607
* cleanups, closer to a changelogRoger Dingledine2006-10-06
| | | | svn:r8606
* reapply a patch from adam langley that got clobbered whenRoger Dingledine2006-10-06
| | | | | | | nick merged something back in svn:r8605
* bugfix: When testing reachability of our dirport, don't launch a newRoger Dingledine2006-10-06
| | | | | | | test if there's already one in progress. svn:r8604
* r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400Nick Mathewson2006-10-06
| | | | | | | Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has. svn:r8601
* r9097@Kushana: nickm | 2006-10-05 14:51:57 -0400Nick Mathewson2006-10-05
| | | | | | | Make eventdns.c formatting a little closer to evdns.c in libevent; add some bulletproofing to APPEND16 macro; clean some messages. svn:r8600
* checkpoint some cleanupsRoger Dingledine2006-10-05
| | | | svn:r8599
* r9087@Kushana: nickm | 2006-10-04 01:19:15 -0400Nick Mathewson2006-10-04
| | | | | | | | | | We're trying to catch the kind of jerk who'd hijack zy6pzwohtnlq.test, not the kind of lunatic who'd hijack zy6pzwohtnlq%s.test, though apparently those exist too. svn:r8595
* r8862@totoro: nickm | 2006-10-03 14:54:14 -0400Nick Mathewson2006-10-03
| | | | | | | Make verbose names get used (when appropriate and selected) in responses to getinfo requests. svn:r8593
* r8861@totoro: nickm | 2006-10-03 14:49:54 -0400Nick Mathewson2006-10-03
| | | | | | | Fix bug in r8579: TrackHostExits .foo.bar implies TrackHostExits foo.bar; also fix logic error. svn:r8592
* r8857@totoro: nickm | 2006-10-03 13:54:21 -0400Nick Mathewson2006-10-03
| | | | | | | Implement ORCONN with verbose names. svn:r8588
* r8841@totoro: nickm | 2006-10-02 15:59:21 -0400Nick Mathewson2006-10-03
| | | | | | | Add EXTENDED_EVENTS to the USEFEATURE command; move flag from connection_t into control_conn, since we will probably grow more of these. svn:r8585
* r8840@totoro: nickm | 2006-10-02 15:56:16 -0400Nick Mathewson2006-10-03
| | | | | | | Add USEFEATURE to control changes to control protocol. Use like __future__ directive from Python. Will spec before pushing changes. No, really. :) svn:r8584
* r8839@totoro: nickm | 2006-10-02 15:31:49 -0400Nick Mathewson2006-10-03
| | | | | | | Make a field longer to accomodate verbose nicknames; note that verbose nicknames will never reach this point. svn:r8583
* r8838@totoro: nickm | 2006-10-02 15:24:39 -0400Nick Mathewson2006-10-03
| | | | | | | Partial implementation of revised nickname syntax for controllers. Implement ability to look up routers by "verbose" nicknames; add a per-v1-control-connection flag to turn the feature on in events. Needs testing, spec, ability to actually turn on the flag, double-checking that we wont overflow any nickname buffers, and changelog. svn:r8582
* the other half of the is_local_IP patchRoger Dingledine2006-10-03
| | | | svn:r8581
* r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson2006-10-02
| | | | | | | Remove/clarify some XXXs for no longer being accurate; for begin things we do not indend to fix; for already being parts of big todo issues (like "/* XXX ipv6 */"); etc. Also fix some spaces. svn:r8580
* r8850@totoro: nickm | 2006-10-02 17:21:11 -0400Nick Mathewson2006-10-02
| | | | | | | Make TrackExitHosts case-insensitive, and fix the behavior of .suffix TrackExitHosts items to avoid matching in the middle of an address. (Resolves an XXXX) svn:r8579
* r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson2006-10-02
| | | | | | | Move is_local_IP to config.c; have it check for same-/24; make it used only for reachability (not for banwidth, because that is probably not what we want). Fixes an XXX. svn:r8578
* r8835@totoro: nickm | 2006-10-02 12:54:41 -0400Nick Mathewson2006-10-02
| | | | | | | Improve error messages from AUTHENTICATE attempts to controller. svn:r8574
* - V1 authorities should set "HSAuthoritativeDir 1" to continue beingRoger Dingledine2006-10-01
| | | | | | | | | | hidden service authorities too. - Just because your DirPort is open doesn't mean people should be able to remotely teach you about hidden service descriptors. Now only accept rendezvous posts if you've got HSAuthoritativeDir set. svn:r8573
* r8826@totoro: nickm | 2006-10-01 17:58:45 -0400Nick Mathewson2006-10-01
| | | | | | | Disprefer exit nodes for entry, middle positions (fixes bug 200). Also, switch to using a uint64_t to hold "total bandwidth for all nodes" under consideration; crypt_rand_int would have died at 2GB/s network capacity. svn:r8571
* misc touchupsRoger Dingledine2006-10-01
| | | | svn:r8568
* r8822@totoro: nickm | 2006-10-01 16:24:22 -0400Nick Mathewson2006-10-01
| | | | | | | Fix bug 303: reject attempts to use Tor as a one-hop proxy. svn:r8566
* Track down a seg fault that's been bothering me a while: if youRoger Dingledine2006-10-01
| | | | | | | enable your dirport as a client, you'll crash. svn:r8561
* if we fail to build a circuit to an intended enclave, and it'sRoger Dingledine2006-10-01
| | | | | | | not mandatory that we use that enclave, stop wanting it. svn:r8559
* touchupsRoger Dingledine2006-10-01
| | | | svn:r8558
* stop trying to hammer router_rebuild_descriptor() when we don'tRoger Dingledine2006-09-30
| | | | | | | have a public address we like yet. svn:r8554
* Bugfix: when we tunnel our dir fetches via tor, don't believeRoger Dingledine2006-09-30
| | | | | | | the X-Forwarded-For header. svn:r8553
* r8805@totoro: nickm | 2006-09-30 16:07:13 -0400Nick Mathewson2006-09-30
| | | | | | | Oops; nameserver list is circular. svn:r8552
* make hidden service predicted circuits correct rather thanRoger Dingledine2006-09-30
| | | | | | | exactly incorrect. i wonder how much this will help. svn:r8550
* r8800@totoro: nickm | 2006-09-29 23:10:49 -0400Nick Mathewson2006-09-30
| | | | | | | Resolve bug 336: When displaying circuit paths with non-named routers, use their digests, not their nicknames. svn:r8548