summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-07 r8923@totoro: nickm | 2006-10-07 11:44:33 -0400tor-0.1.2.2-alphaNick Mathewson
More doxygen comments svn:r8637
2006-10-07 r8922@totoro: nickm | 2006-10-07 11:44:07 -0400Nick Mathewson
Split a TODO item into the part I should do and the part I should defer. svn:r8636
2006-10-07 r8920@totoro: nickm | 2006-10-07 11:40:06 -0400Nick Mathewson
Fix IRIX builds so that IRIX no longer self-detects as win32. For once, this is not the fault of Windows: Apparently, some helpful person decided that the the MIPSpro C Compiler should give a warning on #error rather than actually failing. How... "innovative." (Bug found by pnx; thanks!) svn:r8635
2006-10-07Bump to 0.1.2.2-alpha. Not tagged yet, so somebody can find aRoger Dingledine
compile bug on an obscure platform while i'm asleep. svn:r8634
2006-10-07finish poking and prodding. i'm all happy now.Roger Dingledine
svn:r8633
2006-10-07a new research problem our weight_for_exit algorithm has introduced.Roger Dingledine
svn:r8631
2006-10-07more minor cleanupsRoger Dingledine
svn:r8630
2006-10-07resolve the entryguard uptime/capacity question. and mark aRoger Dingledine
new xxx that we'll want to address one day. svn:r8628
2006-10-07add tor-win32-mingw-creation.txt to the tarball tooRoger Dingledine
svn:r8627
2006-10-07start shipping path-spec.txt in the tarballRoger Dingledine
svn:r8626
2006-10-07 r10016@danube: weasel | 2006-10-07 03:25:51 +0200Peter Palfrader
Fix a configure notice on crosscompile svn:r8625
2006-10-07mark which relay cells are control cells.Roger Dingledine
svn:r8624
2006-10-07fix something that looked scary to me. i believe this won'tRoger Dingledine
change any behavior currently, but it will avoiding calling noop code that might change for the worse some time. nick, please confirm. svn:r8623
2006-10-07minor cleanupsRoger Dingledine
svn:r8622
2006-10-06 r10009@danube: weasel | 2006-10-07 01:41:48 +0200Peter Palfrader
Merge 0.1.1.24-1 changelog into trunk svn:r8621
2006-10-06bugfix and cleanups re: entry guards.Roger Dingledine
svn:r8620
2006-10-06fix a size_t-to-len compile warningRoger Dingledine
svn:r8618
2006-10-06 r9107@Kushana: nickm | 2006-10-06 02:14:02 -0400Nick Mathewson
When eventdns is enabled, we can allow machines with thread-unsafe resolver functions to build multithreaded anyway. svn:r8608
2006-10-06fetch all the v1 directory stuff way less often. plus, moveRoger Dingledine
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
2006-10-06cleanups, closer to a changelogRoger Dingledine
svn:r8606
2006-10-06reapply a patch from adam langley that got clobbered whenRoger Dingledine
nick merged something back in svn:r8605
2006-10-06bugfix: When testing reachability of our dirport, don't launch a newRoger Dingledine
test if there's already one in progress. svn:r8604
2006-10-06 r9105@Kushana: nickm | 2006-10-05 23:39:30 -0400Nick Mathewson
Oops; document last patches in changelog svn:r8603
2006-10-06 r9103@Kushana: nickm | 2006-10-05 23:27:35 -0400Nick Mathewson
Check whether inet_aton requires libresolv. Apparently this is another solaris thing. svn:r8602
2006-10-06 r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400Nick Mathewson
Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has. svn:r8601
2006-10-05 r9097@Kushana: nickm | 2006-10-05 14:51:57 -0400Nick Mathewson
Make eventdns.c formatting a little closer to evdns.c in libevent; add some bulletproofing to APPEND16 macro; clean some messages. svn:r8600
2006-10-05checkpoint some cleanupsRoger Dingledine
svn:r8599
2006-10-05more progress on the blocking-resistance designRoger Dingledine
svn:r8598
2006-10-05ARCH is universal for OSX 10.4 and beyond. Only ppc is available forAndrew Lewman
10.3 and previous. svn:r8597
2006-10-04 r9087@Kushana: nickm | 2006-10-04 01:19:15 -0400Nick Mathewson
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
2006-10-03 r8863@totoro: nickm | 2006-10-03 14:56:44 -0400Nick Mathewson
ChangeLog entry forr verbose_names controller shenanigans svn:r8594
2006-10-03 r8862@totoro: nickm | 2006-10-03 14:54:14 -0400Nick Mathewson
Make verbose names get used (when appropriate and selected) in responses to getinfo requests. svn:r8593
2006-10-03 r8861@totoro: nickm | 2006-10-03 14:49:54 -0400Nick Mathewson
Fix bug in r8579: TrackHostExits .foo.bar implies TrackHostExits foo.bar; also fix logic error. svn:r8592
2006-10-03 r8860@totoro: nickm | 2006-10-03 14:48:33 -0400Nick Mathewson
Use ANSI-style definition syntax in strlcat.c and strlcpy.c so that gcc stops barfing with -Wold-style-definition svn:r8591
2006-10-03 r8859@totoro: nickm | 2006-10-03 14:25:27 -0400Nick Mathewson
More about versioning. Also, cravenly postpone final v0 control protocol deprecation till 0.1.3.x. svn:r8590
2006-10-03 r8858@totoro: nickm | 2006-10-03 14:20:40 -0400Nick Mathewson
Control-spec tweaks: add USEFEATURE, along with description of new naming scheme. svn:r8589
2006-10-03 r8857@totoro: nickm | 2006-10-03 13:54:21 -0400Nick Mathewson
Implement ORCONN with verbose names. svn:r8588
2006-10-03svn:r8587Nick Mathewson
2006-10-03 r8843@totoro: nickm | 2006-10-02 16:31:07 -0400Nick Mathewson
Forwardport changelog msg about v0 controller bug svn:r8586
2006-10-03 r8841@totoro: nickm | 2006-10-02 15:59:21 -0400Nick Mathewson
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
2006-10-03 r8840@totoro: nickm | 2006-10-02 15:56:16 -0400Nick Mathewson
Add USEFEATURE to control changes to control protocol. Use like __future__ directive from Python. Will spec before pushing changes. No, really. :) svn:r8584
2006-10-03 r8839@totoro: nickm | 2006-10-02 15:31:49 -0400Nick Mathewson
Make a field longer to accomodate verbose nicknames; note that verbose nicknames will never reach this point. svn:r8583
2006-10-03 r8838@totoro: nickm | 2006-10-02 15:24:39 -0400Nick Mathewson
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
2006-10-03the other half of the is_local_IP patchRoger Dingledine
svn:r8581
2006-10-02 r8851@totoro: nickm | 2006-10-02 18:13:27 -0400Nick Mathewson
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
2006-10-02 r8850@totoro: nickm | 2006-10-02 17:21:11 -0400Nick Mathewson
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
2006-10-02 r8846@totoro: nickm | 2006-10-02 16:59:57 -0400Nick Mathewson
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
2006-10-02 r8845@totoro: nickm | 2006-10-02 16:34:58 -0400Nick Mathewson
Fix an XXXX: make path_is_relative work on windows even though we never use it there. svn:r8577
2006-10-02 r8844@totoro: nickm | 2006-10-02 16:32:44 -0400Nick Mathewson
Resolve an XXXX: make sure that we are actually on 2s-complement hardware. svn:r8576
2006-10-02 r8835@totoro: nickm | 2006-10-02 12:54:41 -0400Nick Mathewson
Improve error messages from AUTHENTICATE attempts to controller. svn:r8574