aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix a tricky crash: making the_directory heap-allocated (so we could refcount...•••svn:r6663 Nick Mathewson2006-06-18
* Fix an assert that still isnt the assert we are hunting.•••svn:r6662 Nick Mathewson2006-06-18
* correct a function comment in compute_preferred_testing_list()•••svn:r6660 Roger Dingledine2006-06-18
* Become capable of noticing that we are done sending a directory.•••svn:r6659 Nick Mathewson2006-06-18
* Resolve control flow warning.•••svn:r6658 Nick Mathewson2006-06-18
* Ah. That seems to work.•••svn:r6657 Nick Mathewson2006-06-18
* another write_to_buf_zlib fix.•••svn:r6656 Nick Mathewson2006-06-18
* Backport candidate: implement the "is this uptime change cosmetic" test prope...•••svn:r6654 Nick Mathewson2006-06-18
* Re-enable buffer RAM guard values.•••svn:r6653 Nick Mathewson2006-06-18
* Another _zlib fix.•••svn:r6652 Nick Mathewson2006-06-18
* Make connection_write_to_buf_zlib set outbuf_flushlen right.•••svn:r6651 Nick Mathewson2006-06-18
* write_to_buf != connection_write_to_buf. Also, add a connection_write_to_buf...•••svn:r6650 Nick Mathewson2006-06-18
* Temporarily disable sentinels on buffers•••svn:r6649 Nick Mathewson2006-06-18
* make zlib buffer function set buf_highwater properly•••svn:r6648 Nick Mathewson2006-06-18
* Stop trying to refresh when we are out of data.•••svn:r6647 Nick Mathewson2006-06-18
* And actually check the url when it exists. that might work better.•••svn:r6646 Nick Mathewson2006-06-18
* That dir_refresh_src fix will only work if I enable it.•••svn:r6645 Nick Mathewson2006-06-18
* Fix a couple of bugs in last patch.•••svn:r6644 Nick Mathewson2006-06-18
* add coverage for a default case•••svn:r6643 Nick Mathewson2006-06-18
* Oops. conn->requested_resource is client only.•••svn:r6642 Nick Mathewson2006-06-18
* Instead of adding servers and v1 directories to buffers en masse, directory s...•••svn:r6641 Nick Mathewson2006-06-18
* remove non-germane comment•••svn:r6640 Nick Mathewson2006-06-18
* Add tests for several of the more recently committed functions.•••svn:r6639 Nick Mathewson2006-06-18
* perhaps the reason I rail against cut-and-paste programming so vehemently is ...•••svn:r6638 Nick Mathewson2006-06-18
* Part of incremental encryption logic for buffers: there is a subtle yucky poi...•••svn:r6637 Nick Mathewson2006-06-18
* Add some incremental encryption wrappers to torgzip code•••svn:r6636 Nick Mathewson2006-06-18
* Add a memdup function to util•••svn:r6635 Nick Mathewson2006-06-18
* Add smartlist_reverse and smartlist_pop_last.•••svn:r6634 Nick Mathewson2006-06-18
* Clarify mmap and memory-use hacks.•••svn:r6633 Nick Mathewson2006-06-16
* Fix configure.in to not produce broken configure files with more recent•••versions of autoconf. Thanks to Clint for his auto* voodoo. svn:r6632 Peter Palfrader2006-06-16
* clean up man page. expand on contactinfo a bit.•••svn:r6631 Roger Dingledine2006-06-16
* Forward port 07_log_to_file_by_default.dpatch•••svn:r6630 Peter Palfrader2006-06-15
* And a minor bugfix to the weaselhack•••svn:r6629 Peter Palfrader2006-06-15
* fix spacing•••svn:r6628 Roger Dingledine2006-06-15
* Add a /tor/dir-all-weaselhack directory resource so I do not have to update m...•••svn:r6627 Peter Palfrader2006-06-15
* fix recommended url in torrc.sample for server sign-up•••svn:r6626 Roger Dingledine2006-06-15
* lower the number of seconds before we yell about clock jump.•••and make the yelling only happen if you're a server. svn:r6625 Roger Dingledine2006-06-15
* start checking for limits.h too. we should resume compiling•••on irix64 and other weird platforms now. svn:r6624 Roger Dingledine2006-06-14
* upgrade the severity of the 'clock jump' warn, and ask people•••to report if it occurs. svn:r6623 Roger Dingledine2006-06-14
* bugfix: discourage picking directory authorities as our TestVia•••hops, even if they're running the right versions, since we probably already have a connection established to them. svn:r6622 Roger Dingledine2006-06-14
* eventdns: Apply a couple of patches from AGL; start working on windows compat...•••svn:r6621 Nick Mathewson2006-06-13
* back off and add the $ at the beginning of the preferrednodes list•••we generate. svn:r6620 Roger Dingledine2006-06-13
* be more lax about recognizing valid hexdigests.•••svn:r6619 Roger Dingledine2006-06-13
* now we can tell dirserv_dump_directory_to_string() whether we want•••it to include down/invalid descriptors or not. svn:r6618 Roger Dingledine2006-06-13
* bugfix in exit_policy_is_general_exit() that weasel found.•••this time for sure! svn:r6617 Roger Dingledine2006-06-13
* first cut at a workaround for the reachability bug: explicitly find a•••server running the right version, if we can, and ask for that one. svn:r6616 Roger Dingledine2006-06-13
* export the default exit policy via the control port, so controllers•••don't need to guess what it is / will be later. svn:r6615 Roger Dingledine2006-06-13
* Defense in depth: fix the reachability bug a second way too.•••Now if we establish a connection with the right digest, regardless of what the addr/port is, and we have pending create cells, use it. svn:r6614 Roger Dingledine2006-06-13
* harmless typo•••svn:r6613 Roger Dingledine2006-06-13
* Fix the bug that was causing servers to not find themselves•••reachable if they changed IP addresses. This happened because middle servers knew the old descriptor, and kept swapping the addr/port we asked for with the one they thought was right. So the create cell never got sent, because it was asking for a different addr/port than we believed we had connected to. svn:r6610 Roger Dingledine2006-06-13