aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-19 r13834@catbus: nickm | 2007-07-19 15:40:42 -0400Nick Mathewson
Another patch from croup: drop support for address masks that do not correspond to bit prefixes. Nobody has used this for a while, and we have given warnings for a long time. svn:r10881
2007-07-19 r13827@catbus: nickm | 2007-07-19 14:42:25 -0400Nick Mathewson
Merge in some generic address manipulation code from croup. Needs some work. svn:r10880
2007-07-19 r13826@catbus: nickm | 2007-07-19 12:21:30 -0400Nick Mathewson
Fix a copy-and-paste error in dirvote.c svn:r10879
2007-07-18 r13822@catbus: nickm | 2007-07-18 16:43:39 -0400Nick Mathewson
Tweak a couple of loop-related variables to make the gcc 4.2 -Wstrict-overflow warning happy. svn:r10874
2007-07-18 r13821@catbus: nickm | 2007-07-18 16:29:17 -0400Nick Mathewson
Initial code to manipulate vote timing correctly. svn:r10873
2007-07-18 r13820@catbus: nickm | 2007-07-18 16:07:30 -0400Nick Mathewson
Whitespace fix on r10849 svn:r10872
2007-07-18Change routerlist_remove to not take an index argument we do not need anyway.Peter Palfrader
Now the only remaining caller of _routerlist_find_elt is an assert() svn:r10869
2007-07-18two more bugs i should keep track ofRoger Dingledine
svn:r10868
2007-07-18timeout and retry schedules for fetching bridge descriptorsRoger Dingledine
svn:r10867
2007-07-18using fascistfirewall and having your bridge on an unreachableRoger Dingledine
port silently didn't mix. now they loudly don't mix. svn:r10862
2007-07-17forward-port the 0.1.2.15 changelogRoger Dingledine
svn:r10859
2007-07-17 r13801@catbus: nickm | 2007-07-17 13:49:12 -0400Nick Mathewson
More tweaks to dir-spec.txt; not complete, but closing in. svn:r10856
2007-07-17free bridge list on exit; try harder to free buffer freelists on exit.Roger Dingledine
svn:r10854
2007-07-17bugfix on r10086:Roger Dingledine
We had accidentally labelled 0.1.2.x directory servers as not suitable for begin_dir requests, and had labelled no directory servers as suitable for uploading extra-info documents. [Bugfix on 0.2.0.1-alpha] svn:r10853
2007-07-17remove the duplicate changelog entries from the upcoming 0.1.2 release.Roger Dingledine
svn:r10852
2007-07-17free another string, and the buffer freelists, on exit.Roger Dingledine
svn:r10851
2007-07-17a few fixes for bug 463. needs a changelog. might need more fixes.Roger Dingledine
svn:r10849
2007-07-16 r13788@catbus: nickm | 2007-07-16 14:26:25 -0400Nick Mathewson
Patch from croup: rewrite the logic of get_next_token() to do the right thing with input that ends at weird places, or aligns with block boundaries after mmap. should fix bug 455. Needs fuzzing. svn:r10847
2007-07-16 r13784@catbus: nickm | 2007-07-16 13:27:32 -0400Nick Mathewson
Apply patch from tup: remove extra space at the end of some circuit-status events, and stop translating CRLF to CRCRLF in control replies. svn:r10845
2007-07-16 r13777@catbus: nickm | 2007-07-16 12:58:08 -0400Nick Mathewson
Patch from tup: new address-mappings/ GETINFO that includes expiry times. svn:r10844
2007-07-16 r13774@catbus: nickm | 2007-07-16 12:23:28 -0400Nick Mathewson
Tweaks on constrained socket buffers patch from coderman: Add a changelog; rename some variables; fix some long lines and whitespace; make ConstrainedSockSize a memunit; pass setsockopt a void. svn:r10843
2007-07-16 r13773@catbus: nickm | 2007-07-16 11:58:25 -0400Nick Mathewson
Initial "constrained socket buffers" patch from coderman. needs tweaking. svn:r10842
2007-07-16free some more memory on exitRoger Dingledine
svn:r10837
2007-07-16stop reading uninitialized/outofbounds memory. possible backport,Roger Dingledine
quite related to bug 455. svn:r10835
2007-07-16Backport candidate:Roger Dingledine
Fix a potential crash bug when we load many server descriptors at once and some of them make others of them obsolete. Fixes bug 458. [Bugfix on 0.1.2.x] svn:r10832
2007-07-15backport candidate: fix a memory leak from r9039 which had us leakingRoger Dingledine
50ish bytes every time we rebuild the cached-router files. svn:r10830
2007-07-15fix a memory leak from r10504 (i think)Roger Dingledine
svn:r10829
2007-07-14eventdns seems to run fine on osx, rpm-based linuxes, and win32.Andrew Lewman
Include it in the build instructions. svn:r10826
2007-07-13svn:r10825Nick Mathewson
2007-07-12some cleanups on phrasing in proposal 114Roger Dingledine
svn:r10821
2007-07-12Comment one tor_assertPeter Palfrader
svn:r10820
2007-07-12Keep streamids from different exits on a circuit separate. ThisRoger Dingledine
bug may have allowed other routers on a given circuit to inject cells into streams. Reported by lodger; fixes bug 446. [Bugfix on 0.1.2.x] svn:r10818
2007-07-12 r13730@catbus: nickm | 2007-07-12 12:32:40 -0400Nick Mathewson
Patch from lodger: avoid roundoff-error-induced crash bugs when picking routers by bandwidth. Also, remove listed backports for 0.1.2.x; that list is now in TODO.012 svn:r10812
2007-07-12In router_add_to_routerlist() only call router_have_minimum_dir_info() under ↵Peter Palfrader
some circumstances, not always svn:r10799
2007-07-12admit that our rend spec was lying. sorry karsten!Roger Dingledine
svn:r10798
2007-07-12vague fuzzy bug reports so i don't forget themRoger Dingledine
svn:r10797
2007-07-11backport candidate:Roger Dingledine
When sending destroy cells from a circuit's origin, don't include the reason for tearing down the circuit. The spec says we didn't, and now we actually don't. Reported by lodger. [Bugfix on 0.1.2.x] svn:r10790
2007-07-11clean up a commentRoger Dingledine
svn:r10789
2007-07-10 r13691@catbus: nickm | 2007-07-10 18:44:30 -0400Nick Mathewson
Fix an assert error in 455 patch. svn:r10788
2007-07-10 r13689@catbus: nickm | 2007-07-10 17:46:30 -0400Nick Mathewson
tweaks to last patch. from croup. svn:r10787
2007-07-10 r13687@catbus: nickm | 2007-07-10 16:08:14 -0400Nick Mathewson
Possible partial fix for bug 455: use eos logic everywhere. svn:r10786
2007-07-10 r13676@catbus: nickm | 2007-07-10 13:41:24 -0400Nick Mathewson
Man. I thought I removed that code. svn:r10785
2007-07-10 r13674@catbus: nickm | 2007-07-10 13:27:30 -0400Nick Mathewson
Re-wrap proposal 117 so it fits in 80 columns. svn:r10784
2007-07-10 r13672@catbus: nickm | 2007-07-10 13:17:08 -0400Nick Mathewson
Add IPv6 exit proposal from coderman. svn:r10783
2007-07-10 r13667@catbus: nickm | 2007-07-10 13:12:52 -0400Nick Mathewson
Patch from tup: add GETINFO status/enough-dir-info svn:r10782
2007-07-10 r13666@catbus: nickm | 2007-07-10 13:10:00 -0400Nick Mathewson
Get the RESOLVE controller code working. svn:r10781
2007-07-10 r13637@catbus: nickm | 2007-07-06 14:24:27 -0400Nick Mathewson
fix copy-paste error in config message src/or/config.c . Apply initial (but pared-down) version of launch-resolve-via-controller patch from Robert Hogan. svn:r10780
2007-07-09incorporated suggestions by Roger, added status of specification and ↵Karsten Loesing
implementation for upcoming GSoC mid-term evaluation svn:r10773
2007-07-08 r13602@Kushana: nickm | 2007-07-07 23:44:24 -0400Nick Mathewson
Backport candidate: fix a possible buffer overrun when using natd support on old BSDs. Based on a patch from "Mr. Croup". svn:r10760
2007-07-06Call router_have_minimum_dir_info() at the beginning of ↵Peter Palfrader
router_add_to_routerlist() since it has side effects svn:r10754