Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-26 | Add more missing documentation, and correct an error in container.c ↵ | Nick Mathewson | |
documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). svn:r17783 | |||
2008-12-25 | last cleanupstor-0.2.1.9-alpha | Roger Dingledine | |
svn:r17779 | |||
2008-12-25 | prepare for 0.2.1.9-alpha | Roger Dingledine | |
svn:r17778 | |||
2008-12-25 | ok, fair enough, some of these variables were time_t's after all | Roger Dingledine | |
svn:r17777 | |||
2008-12-25 | so which is it? TIME_MAX or INT_MAX? pick INT_MAX for now. | Roger Dingledine | |
svn:r17772 | |||
2008-12-25 | some fixes i found in my sandbox | Roger Dingledine | |
svn:r17771 | |||
2008-12-25 | Add discussion on how network latency changes when the network load differs ↵ | Steven Murdoch | |
from the level that the node selection algorithm was designed for svn:r17769 | |||
2008-12-25 | Add R script for estimating average node latency at different levels of ↵ | Steven Murdoch | |
network load svn:r17768 | |||
2008-12-25 | propset on our new todo lists. why can't svn just know what i mean. | Roger Dingledine | |
svn:r17766 | |||
2008-12-24 | Discussion on optimizing the node selection probabilities | Steven Murdoch | |
svn:r17763 | |||
2008-12-24 | Annotate relative-selection-probabilities graph | Steven Murdoch | |
svn:r17762 | |||
2008-12-24 | Add R code for plotting optimized node selection probabilities | Steven Murdoch | |
svn:r17761 | |||
2008-12-24 | Changelog entries for bug 891 fix as checkpointed. | Nick Mathewson | |
svn:r17759 | |||
2008-12-24 | Use the literal parse of an address in dns_resolve_impl if parsing the ↵ | Nick Mathewson | |
address as an ipv4 or ipv6 address _succeeded_. Not if it failed. Bug introduced in r17707 (post 0.2.1.8-alpha), and found by xiando. svn:r17758 | |||
2008-12-24 | Checkpoint my big bug-891 patch. | Nick Mathewson | |
svn:r17757 | |||
2008-12-23 | Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we ↵ | Nick Mathewson | |
reject it after downloading it so that we do not download it again svn:r17756 | |||
2008-12-23 | Remove bogus extern declaration for unused (and nonexistant) field from test.c | Nick Mathewson | |
svn:r17755 | |||
2008-12-23 | Document most undocumented variables. | Nick Mathewson | |
svn:r17754 | |||
2008-12-23 | Properly zero-out addresses when setting them. Probably this was not ↵ | Nick Mathewson | |
hurting anything. svn:r17749 | |||
2008-12-22 | Make freelist_len in memarea.c static; document a few variables. | Nick Mathewson | |
svn:r17741 | |||
2008-12-22 | Expose bench_* functions via test cli | Nick Mathewson | |
svn:r17740 | |||
2008-12-22 | Add DOCDOC entries for undocumented static and global variables. | Nick Mathewson | |
svn:r17739 | |||
2008-12-22 | Oops; add missing return to redox.py | Nick Mathewson | |
svn:r17737 | |||
2008-12-22 | Better documentation for contrib/redox.py | Nick Mathewson | |
svn:r17736 | |||
2008-12-22 | Make doxygen not complain about the way we spell CRLFNUL in control.c | Nick Mathewson | |
svn:r17735 | |||
2008-12-22 | Fix most DOCDOCs remaining and/or added by redox. | Nick Mathewson | |
svn:r17734 | |||
2008-12-22 | Documentation and conformance for WRA_* returns. | Nick Mathewson | |
shahn: "Add some documentation for the WRA_* family of functions, also make sure that (hopefully) all functions that return was_router_added_t don't return ints directly and that they don't refer to integers in their documentation anymore." svn:r17731 | |||
2008-12-22 | Partially apply bug 891 parch from forest: check EXTEND cell address against ↵ | Nick Mathewson | |
real_addr, not addr. I have questions about the rest of the patch: see the flyspray entry. svn:r17730 | |||
2008-12-22 | Add DOCDOC comments for all undocumented functions. Add missing *s to other ↵ | Nick Mathewson | |
comments so that they will get recognized as doxygen. svn:r17729 | |||
2008-12-22 | Add a script to post-process doxygen output into a sensible form and add ↵ | Nick Mathewson | |
DOCDOC comments to our source files. svn:r17728 | |||
2008-12-22 | Fix all of the doxygen warnings not pertaining to missing documentation. | Nick Mathewson | |
svn:r17727 | |||
2008-12-22 | fix typo noticed by wood | Roger Dingledine | |
svn:r17726 | |||
2008-12-22 | some windows users are outraged that tor refuses to work even | Roger Dingledine | |
when their clock and date are correct, if their timezone is totally wrong. now we at least tell them. svn:r17725 | |||
2008-12-22 | the default should not be the notify the poster, unless something | Roger Dingledine | |
more extreme happens. the default should be to be quiet unless something more extreme happens. at least, this doesn't generate complaints anymore. perhaps that means it is working better? :) svn:r17724 | |||
2008-12-22 | fix a fun bug on r17656 that was making us send HTTP/1.0 404 as | Roger Dingledine | |
the message body, no matter the message headers, when answering a descriptor or extrainfo post request. svn:r17723 | |||
2008-12-22 | Yet still more propagating of things that need to be was_router_added_t now. | Nick Mathewson | |
svn:r17722 | |||
2008-12-22 | More propagating of things that need to be was_router_added_t now. | Nick Mathewson | |
svn:r17721 | |||
2008-12-22 | WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE. | Nick Mathewson | |
svn:r17720 | |||
2008-12-22 | gabelmoo has a new IP address (once more). | Karsten Loesing | |
svn:r17717 | |||
2008-12-21 | mark done an item that sebastian did | Roger Dingledine | |
svn:r17716 | |||
2008-12-21 | Modify msi package for local user installation with configurable desktop ↵ | Martin Peck | |
shortcuts. svn:r17712 | |||
2008-12-20 | Discussion on performance impact of removing empty TLS application records | Steven Murdoch | |
svn:r17710 | |||
2008-12-19 | Move in-addr.arpa parsing and generation into address.c, and simplify the ↵ | Nick Mathewson | |
code that does it elsewhere. Incidentally, this lets exit servers answer requests for ip6.arpa addresses. svn:r17707 | |||
2008-12-19 | Expose hex_decode_digit from util.c | Nick Mathewson | |
svn:r17706 | |||
2008-12-19 | When we need to open a new origin circuit, log why. | Nick Mathewson | |
svn:r17705 | |||
2008-12-19 | Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store documentation. | Nick Mathewson | |
svn:r17704 | |||
2008-12-19 | Say more about comment conventions in doc/HACKING | Nick Mathewson | |
svn:r17703 | |||
2008-12-19 | More approx_time() calls. Noted by forest. | Nick Mathewson | |
svn:r17702 | |||
2008-12-19 | finally commit the three-year roadmap i've been working on. yay! | Roger Dingledine | |
svn:r17696 | |||
2008-12-19 | make a new doc/roadmaps directory, and move our current roadmap | Roger Dingledine | |
drafts into it. svn:r17693 |