summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-02-24 r11933@catbus: nickm | 2007-02-24 18:55:33 -0500Nick Mathewson
Fix a bug in 9572: after we decref a defunct v1 directory, drop the main reference to it. Should fix bug 396. Many thanks to seeess for tracking this one down. svn:r9648
2007-02-24tell the user if we're delaying his newnym request. also, pickRoger Dingledine
a different set of fenceposts. svn:r9647
2007-02-24a few more todo items for laterRoger Dingledine
svn:r9646
2007-02-24 r11931@catbus: nickm | 2007-02-24 15:28:34 -0500Nick Mathewson
crank up the length of the maximum allowed control message. svn:r9644
2007-02-24 r11929@catbus: nickm | 2007-02-24 15:02:43 -0500Nick Mathewson
Split possibly long log line. svn:r9643
2007-02-24 r11927@catbus: nickm | 2007-02-24 14:49:31 -0500Nick Mathewson
Make sure every error case of router_dump_router_to_string warns about what actually went wrong. svn:r9642
2007-02-24 r11924@catbus: nickm | 2007-02-24 14:39:13 -0500Nick Mathewson
Remove completed TODO items; move more doc tasks to docs section. svn:r9641
2007-02-24if we can't read bandwidthrate, at least tell us what it was.Roger Dingledine
svn:r9640
2007-02-24 r11921@catbus: nickm | 2007-02-24 14:09:12 -0500Nick Mathewson
Try to build with recent libevents on mingw. svn:r9639
2007-02-24Fix some formatting for those who just want to copy/paste theirAndrew Lewman
compiles. svn:r9638
2007-02-24 r11917@catbus: nickm | 2007-02-24 03:18:52 -0500Nick Mathewson
Fix another XXX012 in eventdns.c: tell the DNS request about malformed DNS replies. svn:r9637
2007-02-24 r11915@catbus: nickm | 2007-02-24 02:55:43 -0500Nick Mathewson
Note another fun way that we could replace the more automatable parts of arma with software, thus leaving the less automatable bits free to do less automatable stuff. svn:r9636
2007-02-24 r11911@catbus: nickm | 2007-02-24 02:51:37 -0500Nick Mathewson
Clarify rules about certificates on incoming connections. Does it make more sense now? svn:r9635
2007-02-24doc pedantRoger Dingledine
svn:r9634
2007-02-24 r11909@catbus: nickm | 2007-02-24 02:37:40 -0500Nick Mathewson
Move tricky "delete the member of the smartlist currently under iteration" logic into its own happyfun macro. svn:r9633
2007-02-24fix crash introduced in r9622Roger Dingledine
svn:r9632
2007-02-24point out a problem from r9576Roger Dingledine
svn:r9631
2007-02-24fix a log message that was broken long ago and never noticedRoger Dingledine
svn:r9630
2007-02-24make it stop crashing when i exercise the new entrynodes behavior inRoger Dingledine
r9574. this hack is getting pretty darn hackish; perhaps it's time to not use SMARTLIST_FOREACH in this situation. svn:r9629
2007-02-24bugfix on r9568: we were throwing around an uninitializedRoger Dingledine
nickname array, and only treating a server as reachable if the array magically has the right nickname in it. this was causing the authorities to label only themselves as running, and clients were "mysteriously" failing. svn:r9628
2007-02-24cosmetic, comment, and todo fixesRoger Dingledine
svn:r9627
2007-02-23 r11900@catbus: nickm | 2007-02-23 18:11:04 -0500Nick Mathewson
Fix null-pointer access on update_router_descriptor_cache_downloads. svn:r9626
2007-02-23 r11898@catbus: nickm | 2007-02-23 16:55:43 -0500Nick Mathewson
Two XXX012 comments turned out to be bogus; remove them and document why. svn:r9625
2007-02-23 r11895@catbus: nickm | 2007-02-23 15:12:58 -0500Nick Mathewson
Make remap stream events have a souce; make them generated every time we get a successful connected or resolved cell. Also change reported stream target address to IP consistently when we get the IP from an exit node. svn:r9624
2007-02-23 r11885@catbus: nickm | 2007-02-23 13:34:24 -0500Nick Mathewson
Fix an XXXX012: make entry guards _really_ get retried when the network comes back online. svn:r9622
2007-02-23 r12298@Kushana: nickm | 2007-02-23 12:56:23 -0500Nick Mathewson
More more items done in TODO; split rc items from non-rc-blocking items (docs) svn:r9621
2007-02-23 r12296@Kushana: nickm | 2007-02-23 01:50:25 -0500Nick Mathewson
Add a motivation section to proposal 105. svn:r9620
2007-02-22 r11877@catbus: nickm | 2007-02-22 02:24:50 -0500Nick Mathewson
Fix doc about when circuit_build_needed_circs() is called. Resolves another xxxx012. svn:r9617
2007-02-22 r11876@catbus: nickm | 2007-02-22 02:23:13 -0500Nick Mathewson
Fix two XXXX012 issues in routerlist.c: a possible performance issue hasnt shown up on any profiles, so unflag it. Stop warning when we get a router descriptor that we asked for but no longer want: just drop it (if we are not a cache) or cache if (if we are). svn:r9616
2007-02-22 r11873@catbus: nickm | 2007-02-22 01:21:14 -0500Nick Mathewson
twiddle signewnym rate-limiting patch so every signal gets handled eventually. document it in control-spec. add a changelog. svn:r9615
2007-02-22 r11872@catbus: nickm | 2007-02-22 01:08:46 -0500Nick Mathewson
patch from mwenge: rate-limit newnym. svn:r9614
2007-02-21 r11860@catbus: nickm | 2007-02-21 00:56:15 -0500Nick Mathewson
Another optimization suggested by Shark output: shave off >90% of uses of logv by cutting down on calls to log_debug when log actually debugging. This is showing up in some profiles bug not others, and might be as much as 2.5%. svn:r9612
2007-02-21 r11859@catbus: nickm | 2007-02-21 00:53:27 -0500Nick Mathewson
Fix use of predict. this should get refactored, but now now. svn:r9611
2007-02-21 r11858@catbus: nickm | 2007-02-21 00:27:44 -0500Nick Mathewson
As a trivial optimization, remove a redundant call to router_have_minimum_dir_info. This might shave 2% on some systems by according to some profilers. svn:r9610
2007-02-21 r11852@catbus: nickm | 2007-02-20 17:25:17 -0500Nick Mathewson
Reverse arguments in memset() call in no-mmap version of tor_munmap_file(). Resolves bug 392. Spotted by "fookoowa"--thanks! svn:r9609
2007-02-21 r11850@catbus: nickm | 2007-02-20 13:34:13 -0500Nick Mathewson
Apply patch from coderman: have posix subthreads mask out signals. This could prevent some kinds of crashes when subthreads try to handle SIGPIPEs and die in the attempt. Backport candidate. svn:r9608
2007-02-20 r12277@Kushana: nickm | 2007-02-20 18:19:09 -0500Nick Mathewson
note a couple of to-do items so I can move them out of my inbox. svn:r9607
2007-02-20 r12276@Kushana: nickm | 2007-02-20 18:16:48 -0500Nick Mathewson
Clarify some aspects of proposal process, based on questions from phobos. svn:r9606
2007-02-20 r12275@Kushana: nickm | 2007-02-20 13:09:14 -0500Nick Mathewson
Note migration plan change for 104 from conversation with arma. svn:r9605
2007-02-20 r11852@catbus: nickm | 2007-02-20 17:25:17 -0500Nick Mathewson
Reverse arguments in memset() call in no-mmap version of tor_munmap_file(). Resolves bug 392. Spotted by "fookoowa"--thanks! svn:r9604
2007-02-20 r11850@catbus: nickm | 2007-02-20 13:34:13 -0500Nick Mathewson
Apply patch from coderman: have posix subthreads mask out signals. This could prevent some kinds of crashes when subthreads try to handle SIGPIPEs and die in the attempt. Backport candidate. svn:r9603
2007-02-19 r10073@totoro: nickm | 2007-02-19 09:53:42 -0500Nick Mathewson
proposal procedure clarifications from peter palfrader. svn:r9602
2007-02-17 r11844@catbus: nickm | 2007-02-17 16:53:42 -0500Nick Mathewson
Note a problematic warning. svn:r9599
2007-02-17Updated mingw directions to use libevent1.3Andrew Lewman
svn:r9598
2007-02-16 r11833@catbus: nickm | 2007-02-16 15:39:32 -0500Nick Mathewson
Remove some finished items from the TODO. svn:r9597
2007-02-16 r11832@catbus: nickm | 2007-02-16 15:31:59 -0500Nick Mathewson
Fix 35 remaining DOCDOC comments. Yowza. svn:r9596
2007-02-16 r11827@catbus: nickm | 2007-02-16 15:00:39 -0500Nick Mathewson
Try to fix VC++ int conversion warning. svn:r9595
2007-02-16 r11826@catbus: nickm | 2007-02-16 14:58:38 -0500Nick Mathewson
Resolve 56 DOCDOC comments. svn:r9594
2007-02-16 r11825@catbus: nickm | 2007-02-16 14:04:36 -0500Nick Mathewson
Fix DOCDOC items in or.h; rename a couple of macros to be more sensible. svn:r9593
2007-02-16 r11824@catbus: nickm | 2007-02-16 13:16:47 -0500Nick Mathewson
Move all struct-offset-manipulation macros into util.h, and use them consistently. Because there are days when "SUBTYPE_P(handle, subtype, _base)" is just easier to read and write than "(basetp*)(((handle) - STRUCT_OFFSET(subtype, _base))". svn:r9592