- 26 Dec, 2008 8 commits
-
-
Nick Mathewson authored
Refactor tor_addr_t manipulation functions so that as few as possible look at the tor_addr_t representation. svn:r17790
-
Nick Mathewson authored
get_interface_addr6(), and by extension get_interface_addr(), were pretty borked. Copying a tor_addr_t from a sockaddr_storage using memcpy is a poor notion. svn:r17789
-
Nick Mathewson authored
Refactor tor_addr_compare_masked() so that CMP_SEMANTIC makes more sense, and has decent semantics for maskbits; and so that CMP_EXACT works right for bits==0. svn:r17788
-
Nick Mathewson authored
svn:r17787
-
Nick Mathewson authored
Document and make more conservative the logic for picking the size of the bloom filter to use for retaining descriptors. svn:r17786
-
Nick Mathewson authored
svn:r17785
-
Nick Mathewson authored
Document the pk operation count fields in rephist.c, and move them into a struct for clarity, and change their type to what we actually want to cast them to. svn:r17784
-
Nick Mathewson authored
Add more missing documentation, and correct an error in container.c documentation: Don't introduce two parameters called n when you're calling an algorithm O(n). svn:r17783
-
- 25 Dec, 2008 8 commits
-
-
Roger Dingledine authored
svn:r17779
-
Roger Dingledine authored
svn:r17778
-
Roger Dingledine authored
svn:r17777
-
Roger Dingledine authored
svn:r17772
-
Roger Dingledine authored
svn:r17771
-
Steven Murdoch authored
Add discussion on how network latency changes when the network load differs from the level that the node selection algorithm was designed for svn:r17769
-
Steven Murdoch authored
svn:r17768
-
Roger Dingledine authored
svn:r17766
-
- 24 Dec, 2008 6 commits
-
-
Steven Murdoch authored
svn:r17763
-
Steven Murdoch authored
svn:r17762
-
Steven Murdoch authored
svn:r17761
-
Nick Mathewson authored
svn:r17759
-
Nick Mathewson authored
Use the literal parse of an address in dns_resolve_impl if parsing the 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
-
Nick Mathewson authored
svn:r17757
-
- 23 Dec, 2008 4 commits
-
-
Nick Mathewson authored
Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we reject it after downloading it so that we do not download it again svn:r17756
-
Nick Mathewson authored
svn:r17755
-
Nick Mathewson authored
svn:r17754
-
Nick Mathewson authored
svn:r17749
-
- 22 Dec, 2008 14 commits
-
-
Nick Mathewson authored
svn:r17741
-
Nick Mathewson authored
svn:r17740
-
Nick Mathewson authored
svn:r17739
-
Nick Mathewson authored
svn:r17737
-
Nick Mathewson authored
svn:r17736
-
Nick Mathewson authored
svn:r17735
-
Nick Mathewson authored
svn:r17734
-
Nick Mathewson authored
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
-
Nick Mathewson authored
Partially apply bug 891 parch from forest: check EXTEND cell address against real_addr, not addr. I have questions about the rest of the patch: see the flyspray entry. svn:r17730
-
Nick Mathewson authored
Add DOCDOC comments for all undocumented functions. Add missing *s to other comments so that they will get recognized as doxygen. svn:r17729
-
Nick Mathewson authored
Add a script to post-process doxygen output into a sensible form and add DOCDOC comments to our source files. svn:r17728
-
Nick Mathewson authored
svn:r17727
-
Roger Dingledine authored
svn:r17726
-
Roger Dingledine authored
when their clock and date are correct, if their timezone is totally wrong. now we at least tell them. svn:r17725
-