| Commit message (Expand) | Author | Age |
... | |
* | r11954@catbus: nickm | 2007-02-26 13:01:19 -0500••• Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling.
svn:r9659
| Nick Mathewson | 2007-02-26 |
* | r11952@catbus: nickm | 2007-02-26 12:37:06 -0500••• Bump version to 0.1.2.8-beta-dev
svn:r9658
| Nick Mathewson | 2007-02-26 |
* | let us call it a beta. perhaps it will break then.•••svn:r9656
| Roger Dingledine | 2007-02-26 |
* | more cleanups; getting closer•••svn:r9655
| Roger Dingledine | 2007-02-26 |
* | fix a bug in our logic, but point out that maybe it's moot•••svn:r9654
| Roger Dingledine | 2007-02-26 |
* | Temporary instructions to work around libevent1.3a issues in mingw with•••current tor -trunk.
svn:r9653
| Andrew Lewman | 2007-02-26 |
* | r11944@catbus: nickm | 2007-02-25 14:43:18 -0500••• Add a lower-bound on MaxAdvertisedBandwidth.
svn:r9652
| Nick Mathewson | 2007-02-25 |
* | r11942@catbus: nickm | 2007-02-25 11:22:12 -0500••• Fix connection_get_by_type_state_rendquery(): This has been bogus for most of 0.1.2.x. Thanks to Karsten Loesing for finding the bug; fixes bug 399.
svn:r9651
| Nick Mathewson | 2007-02-25 |
* | more cleanup•••svn:r9650
| Roger Dingledine | 2007-02-25 |
* | the other half of r9572, suggested by seeess: when we receive•••a v1 dir or rr that is too old, don't even cache it.
svn:r9649
| Roger Dingledine | 2007-02-25 |
* | r11933@catbus: nickm | 2007-02-24 18:55:33 -0500••• 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
| Nick Mathewson | 2007-02-24 |
* | tell the user if we're delaying his newnym request. also, pick•••a different set of fenceposts.
svn:r9647
| Roger Dingledine | 2007-02-24 |
* | a few more todo items for later•••svn:r9646
| Roger Dingledine | 2007-02-24 |
* | r11931@catbus: nickm | 2007-02-24 15:28:34 -0500••• crank up the length of the maximum allowed control message.
svn:r9644
| Nick Mathewson | 2007-02-24 |
* | r11929@catbus: nickm | 2007-02-24 15:02:43 -0500••• Split possibly long log line.
svn:r9643
| Nick Mathewson | 2007-02-24 |
* | r11927@catbus: nickm | 2007-02-24 14:49:31 -0500••• Make sure every error case of router_dump_router_to_string warns about what actually went wrong.
svn:r9642
| Nick Mathewson | 2007-02-24 |
* | r11924@catbus: nickm | 2007-02-24 14:39:13 -0500••• Remove completed TODO items; move more doc tasks to docs section.
svn:r9641
| Nick Mathewson | 2007-02-24 |
* | if we can't read bandwidthrate, at least tell us what it was.•••svn:r9640
| Roger Dingledine | 2007-02-24 |
* | r11921@catbus: nickm | 2007-02-24 14:09:12 -0500••• Try to build with recent libevents on mingw.
svn:r9639
| Nick Mathewson | 2007-02-24 |
* | Fix some formatting for those who just want to copy/paste their•••compiles.
svn:r9638
| Andrew Lewman | 2007-02-24 |
* | r11917@catbus: nickm | 2007-02-24 03:18:52 -0500••• Fix another XXX012 in eventdns.c: tell the DNS request about malformed DNS replies.
svn:r9637
| Nick Mathewson | 2007-02-24 |
* | r11915@catbus: nickm | 2007-02-24 02:55:43 -0500••• 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
| Nick Mathewson | 2007-02-24 |
* | r11911@catbus: nickm | 2007-02-24 02:51:37 -0500••• Clarify rules about certificates on incoming connections. Does it make more sense now?
svn:r9635
| Nick Mathewson | 2007-02-24 |
* | doc pedant•••svn:r9634
| Roger Dingledine | 2007-02-24 |
* | r11909@catbus: nickm | 2007-02-24 02:37:40 -0500••• Move tricky "delete the member of the smartlist currently under iteration" logic into its own happyfun macro.
svn:r9633
| Nick Mathewson | 2007-02-24 |
* | fix crash introduced in r9622•••svn:r9632
| Roger Dingledine | 2007-02-24 |
* | point out a problem from r9576•••svn:r9631
| Roger Dingledine | 2007-02-24 |
* | fix a log message that was broken long ago and never noticed•••svn:r9630
| Roger Dingledine | 2007-02-24 |
* | make it stop crashing when i exercise the new entrynodes behavior in•••r9574. this hack is getting pretty darn hackish; perhaps it's time to
not use SMARTLIST_FOREACH in this situation.
svn:r9629
| Roger Dingledine | 2007-02-24 |
* | bugfix on r9568: we were throwing around an uninitialized•••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
| Roger Dingledine | 2007-02-24 |
* | cosmetic, comment, and todo fixes•••svn:r9627
| Roger Dingledine | 2007-02-24 |
* | r11900@catbus: nickm | 2007-02-23 18:11:04 -0500••• Fix null-pointer access on update_router_descriptor_cache_downloads.
svn:r9626
| Nick Mathewson | 2007-02-23 |
* | r11898@catbus: nickm | 2007-02-23 16:55:43 -0500••• Two XXX012 comments turned out to be bogus; remove them and document why.
svn:r9625
| Nick Mathewson | 2007-02-23 |
* | r11895@catbus: nickm | 2007-02-23 15:12:58 -0500••• 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
| Nick Mathewson | 2007-02-23 |
* | r11885@catbus: nickm | 2007-02-23 13:34:24 -0500••• Fix an XXXX012: make entry guards _really_ get retried when the network comes back online.
svn:r9622
| Nick Mathewson | 2007-02-23 |
* | r12298@Kushana: nickm | 2007-02-23 12:56:23 -0500••• More more items done in TODO; split rc items from non-rc-blocking items (docs)
svn:r9621
| Nick Mathewson | 2007-02-23 |
* | r12296@Kushana: nickm | 2007-02-23 01:50:25 -0500••• Add a motivation section to proposal 105.
svn:r9620
| Nick Mathewson | 2007-02-23 |
* | r11877@catbus: nickm | 2007-02-22 02:24:50 -0500••• Fix doc about when circuit_build_needed_circs() is called. Resolves another xxxx012.
svn:r9617
| Nick Mathewson | 2007-02-22 |
* | r11876@catbus: nickm | 2007-02-22 02:23:13 -0500••• 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
| Nick Mathewson | 2007-02-22 |
* | r11873@catbus: nickm | 2007-02-22 01:21:14 -0500••• twiddle signewnym rate-limiting patch so every signal gets handled eventually. document it in control-spec. add a changelog.
svn:r9615
| Nick Mathewson | 2007-02-22 |
* | r11872@catbus: nickm | 2007-02-22 01:08:46 -0500••• patch from mwenge: rate-limit newnym.
svn:r9614
| Nick Mathewson | 2007-02-22 |
* | r11860@catbus: nickm | 2007-02-21 00:56:15 -0500••• 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
| Nick Mathewson | 2007-02-21 |
* | r11859@catbus: nickm | 2007-02-21 00:53:27 -0500••• Fix use of predict. this should get refactored, but now now.
svn:r9611
| Nick Mathewson | 2007-02-21 |
* | r11858@catbus: nickm | 2007-02-21 00:27:44 -0500••• 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
| Nick Mathewson | 2007-02-21 |
* | r11852@catbus: nickm | 2007-02-20 17:25:17 -0500••• Reverse arguments in memset() call in no-mmap version of tor_munmap_file(). Resolves bug 392. Spotted by "fookoowa"--thanks!
svn:r9609
| Nick Mathewson | 2007-02-21 |
* | r11850@catbus: nickm | 2007-02-20 13:34:13 -0500••• 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
| Nick Mathewson | 2007-02-21 |
* | r12277@Kushana: nickm | 2007-02-20 18:19:09 -0500••• note a couple of to-do items so I can move them out of my inbox.
svn:r9607
| Nick Mathewson | 2007-02-20 |
* | r12276@Kushana: nickm | 2007-02-20 18:16:48 -0500••• Clarify some aspects of proposal process, based on questions from phobos.
svn:r9606
| Nick Mathewson | 2007-02-20 |
* | r12275@Kushana: nickm | 2007-02-20 13:09:14 -0500••• Note migration plan change for 104 from conversation with arma.
svn:r9605
| Nick Mathewson | 2007-02-20 |
* | r11852@catbus: nickm | 2007-02-20 17:25:17 -0500••• Reverse arguments in memset() call in no-mmap version of tor_munmap_file(). Resolves bug 392. Spotted by "fookoowa"--thanks!
svn:r9604
| Nick Mathewson | 2007-02-20 |