Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | whitespace/etc cleanups | Roger Dingledine | 2006-07-16 |
| | | | | svn:r6765 | ||
* | parameterize the loudness of resolve_my_address(), and call things | Roger Dingledine | 2006-07-15 |
| | | | | | | | IP addresses, not IPs. svn:r6764 | ||
* | stick to nick's nul/null convention | Roger Dingledine | 2006-07-15 |
| | | | | svn:r6763 | ||
* | add a whole lot more work to the todo. | Roger Dingledine | 2006-07-15 |
| | | | | svn:r6762 | ||
* | mention the existence of dir-spec in tor-spec, and note that we need | Roger Dingledine | 2006-07-15 |
| | | | | | | | to update it. svn:r6761 | ||
* | minor tweak on the dir spec | Roger Dingledine | 2006-07-15 |
| | | | | svn:r6760 | ||
* | Avoid an integer underflow when the dir authority decides whether a | Roger Dingledine | 2006-07-14 |
| | | | | | | | | | | | router is stable: we might wrongly label it stable, and compute a slightly wrong median stability, when a descriptor is published later than now. Inspired by Matt's Vidalia checkin: http://trac.vidalia-project.net/changeset/1074 svn:r6758 | ||
* | Update config to redirect output to the tor log file for now. | Andrew Lewman | 2006-07-12 |
| | | | | svn:r6757 | ||
* | Add some debugging asserts to dns.c; these are too expensive to leave in ↵ | Nick Mathewson | 2006-07-11 |
| | | | | | | permanently. svn:r6756 | ||
* | Move cmd line parameters into the config file, remove chroot, and | Andrew Lewman | 2006-07-11 |
| | | | | | | | satisfy the requirement of a ProgramArgument array svn:r6755 | ||
* | Add in start parameters. Perhaps we should ship these set correct in | Andrew Lewman | 2006-07-11 |
| | | | | | | | the default torrc. svn:r6754 | ||
* | First crack at launchd plist for Tor | Andrew Lewman | 2006-07-11 |
| | | | | svn:r6753 | ||
* | OR_CONN_EVENT_NEW: we should probably handle that , should we not? ↵ | Nick Mathewson | 2006-07-11 |
| | | | | | | Especially since 23:26 < phobos> nickm: grep -c "Unrecognized status code 4" tor.log svn:r6752 | ||
* | Add a const; fix a (probably harmless) bug when storing a resolve we forgot ↵ | Nick Mathewson | 2006-07-10 |
| | | | | | | we asked for. svn:r6751 | ||
* | Fix project file for MSVC6 (!). Patch from Frediano Ziglio. | Nick Mathewson | 2006-07-09 |
| | | | | svn:r6750 | ||
* | Make compilation work on old MSVCs without GetVertsionEx magic. Patch from ↵ | Nick Mathewson | 2006-07-09 |
| | | | | | | Frediano Ziglio. svn:r6749 | ||
* | First part of making mmap-based stuff work on win32: save descriptors as ↵ | Nick Mathewson | 2006-07-09 |
| | | | | | | "binary" (no LF->CRLF tanslation) so that we can mmap them properly later. Patch from Frediano Ziglio. svn:r6748 | ||
* | Fix a crash if you enable FascistFirewall but not FirewallPorts. | Roger Dingledine | 2006-07-08 |
| | | | | | | | Reported by Frediano Ziglio. svn:r6746 | ||
* | Spellcheck and remove spurious include in eventdns.c | Nick Mathewson | 2006-07-07 |
| | | | | svn:r6745 | ||
* | When using eventdns: suppress logging of addresses when SafeLogging is ↵ | Nick Mathewson | 2006-07-07 |
| | | | | | | active, and make set of nameservers configurable from torrc. svn:r6744 | ||
* | eventdns: check for malloc() failures. | Nick Mathewson | 2006-07-07 |
| | | | | svn:r6743 | ||
* | Updated OSX binary un-installer for testing. | Andrew Lewman | 2006-07-07 |
| | | | | svn:r6742 | ||
* | Binary OSX un-installer tarball | Andrew Lewman | 2006-07-07 |
| | | | | svn:r6741 | ||
* | Remove osx binary uninstaller changes. Tiger and Panther won't play | Andrew Lewman | 2006-07-06 |
| | | | | | | | nice in the same way. svn:r6739 | ||
* | forward-port the 0.1.1.22 changelog, minus the line about | Roger Dingledine | 2006-07-06 |
| | | | | | | | the osx uninstaller. svn:r6738 | ||
* | Update osx binary un-installer naming, remove invalid osx binary | Andrew Lewman | 2006-07-06 |
| | | | | | | | un-installer app svn:r6736 | ||
* | rename X-You-Are to something slightly better. | Roger Dingledine | 2006-07-06 |
| | | | | svn:r6735 | ||
* | whitespace/tab fixes | Roger Dingledine | 2006-07-06 |
| | | | | svn:r6734 | ||
* | when an exit node gets a malformed begin cell, don't complain to | Roger Dingledine | 2006-07-06 |
| | | | | | | | the node operator, since he can't do anything about it. svn:r6733 | ||
* | Clean up eventdns messages. | Nick Mathewson | 2006-07-05 |
| | | | | svn:r6730 | ||
* | Spelling fix. | Nick Mathewson | 2006-07-05 |
| | | | | svn:r6729 | ||
* | Add plausile logging support to eventdns; stop putting stuff onto stdout. | Nick Mathewson | 2006-07-05 |
| | | | | svn:r6728 | ||
* | actually, that excludenodes fix was redundant. take it out. | Roger Dingledine | 2006-07-05 |
| | | | | svn:r6727 | ||
* | oops, we were ignoring options->ExcludeNodes when picking entry guards. | Roger Dingledine | 2006-07-04 |
| | | | | | | | | it is still the case that we ignore it with respect to entry guards that we've already picked. svn:r6726 | ||
* | Make the X-You-Are header more accurate when there's a proxy in the middle. | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6722 | ||
* | ok, i'm not allowed to say that there. oh well. | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6720 | ||
* | name the HELLO version the "link version" | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6719 | ||
* | fix a misleading function comment | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6717 | ||
* | if we're the server-side of the tls and there are problems, | Roger Dingledine | 2006-07-04 |
| | | | | | | | don't yell as loudly. svn:r6716 | ||
* | a first attempt at specifying HELLO cells. plus general cleanup on tor-spec. | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6715 | ||
* | mention in the tor dmg instructions that you may need to remove your | Roger Dingledine | 2006-07-04 |
| | | | | | | | old shared library libevent, lest your linker get confused. svn:r6714 | ||
* | touch up the TODO and HACKING files | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6713 | ||
* | Get rid of the router_retry_connections notion. Now routers no longer | Roger Dingledine | 2006-07-04 |
| | | | | | | | | | | | | | try to rebuild long-term connections to directory authorities, and directory authorities no longer try to rebuild long-term connections to all servers. We still don't hang up connections in these two cases though -- we need to look at it more carefully to avoid flapping, and we likely need to wait til 0.1.1.x is obsolete. svn:r6712 | ||
* | No longer permit create cells to have the wrong circ_id_type. No | Roger Dingledine | 2006-07-04 |
| | | | | | | | running Tors should still have this bug. svn:r6711 | ||
* | minor fixes | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6710 | ||
* | minor fixes | Roger Dingledine | 2006-07-04 |
| | | | | svn:r6709 | ||
* | Oops. Headers work better when named right. | Nick Mathewson | 2006-07-01 |
| | | | | svn:r6707 | ||
* | Add a .cvsignore file for contrib/suse/ | Nick Mathewson | 2006-06-30 |
| | | | | svn:r6706 | ||
* | Unify HTTP response code into one place so it is easier to add headers. Add ↵ | Nick Mathewson | 2006-06-30 |
| | | | | | | an X-You-Are header, which we should probably rename. NOTE that we should not use this field for things where it matters if dirs lie. svn:r6705 | ||
* | also remove word 'middleman' from a log notice | Roger Dingledine | 2006-06-29 |
| | | | | svn:r6704 |