Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | get rid of IgnoreVersion and the forced auto-exit mis-feature | Roger Dingledine | 2005-08-08 |
| | | | | svn:r4746 | ||
* | and bump the hidden version numbers too | Roger Dingledine | 2005-08-08 |
| | | | | svn:r4744 | ||
* | fix a function comment | Roger Dingledine | 2005-08-08 |
| | | | | svn:r4743 | ||
* | Note which directory server said 400 to a renddesc. | Nick Mathewson | 2005-08-08 |
| | | | | svn:r4742 | ||
* | disarm a trap that's lying in wait for us | Roger Dingledine | 2005-08-08 |
| | | | | svn:r4741 | ||
* | a few typo fixes | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4738 | ||
* | Generalize FirewallPorts to FirewallIPs so I can run happily when locked in ↵ | Nick Mathewson | 2005-08-07 |
| | | | | | | net 18. svn:r4737 | ||
* | far far cleaner implementation of handshake checking logic. Backport candidate. | Nick Mathewson | 2005-08-07 |
| | | | | svn:r4736 | ||
* | oopsie, i broke the doc page titles | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4735 | ||
* | and forward-port the 0.1.0.14 changelog | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4734 | ||
* | changelog for 0.1.1.5-alpha | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4732 | ||
* | correct man page entry | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4731 | ||
* | Also set event_mask=0 in connection_free_all, and dont send events to marked ↵ | Nick Mathewson | 2005-08-07 |
| | | | | | | control conns (for good measure) svn:r4729 | ||
* | incomplete patch for matt's info controller signal term bug | Roger Dingledine | 2005-08-07 |
| | | | | svn:r4728 | ||
* | ok, so now it was just redundant. nick, do you recall what rfc | Roger Dingledine | 2005-08-07 |
| | | | | | | | you were trying to point to? svn:r4727 | ||
* | Added in the 3 easy cheatsheet steps to build tor, for the 7 mac users | Andrew Lewman | 2005-08-07 |
| | | | | | | | that may want to build their own client/server. svn:r4726 | ||
* | Shorten hidden service port config parsing; fix bug 174 | Nick Mathewson | 2005-08-06 |
| | | | | svn:r4725 | ||
* | note another potential security problem with generating key material | Roger Dingledine | 2005-08-06 |
| | | | | | | | from our DH handshake. svn:r4724 | ||
* | rfc 3536 "provides a glossary of terms used in the IETF when discussing | Roger Dingledine | 2005-08-05 |
| | | | | | | | internationalization." svn:r4723 | ||
* | Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!) | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4722 | ||
* | bump to 0.1.1.5-alpha, though it's not released yet | Roger Dingledine | 2005-08-05 |
| | | | | svn:r4721 | ||
* | fix harmless copy-and-paste error | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4718 | ||
* | cover a few more cases; needs testing and once-over | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4717 | ||
* | parse_addr_port was vague about what to do when port_out was NULL. Make it ↵ | Nick Mathewson | 2005-08-05 |
| | | | | | | behave usefully. svn:r4716 | ||
* | Document helper node options | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4715 | ||
* | Alphebetize config variables | Nick Mathewson | 2005-08-05 |
| | | | | svn:r4714 | ||
* | oops, that array got bigger | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4708 | ||
* | Discard special bignum values. | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4706 | ||
* | and another | Roger Dingledine | 2005-08-04 |
| | | | | svn:r4705 | ||
* | forward port: Also explicitly set no-unaligned-access for sparc | Peter Palfrader | 2005-08-04 |
| | | | | svn:r4703 | ||
* | bump to 0.1.1.4-alpha in preparation for new release | Roger Dingledine | 2005-08-04 |
| | | | | svn:r4701 | ||
* | back out the osx addsysuser changeds, but make them easy to back in again | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4698 | ||
* | Fix windows warning | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4697 | ||
* | In tor.nsi, replace all +N for N!=2 with actual labels. Apparently, the NSI ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | designers understand that languages have been written since 6502 assembler, but just want to retain backward compatibility for people who never learned them. svn:r4696 | ||
* | Add SOCKSAndDNS link to appropriate log message, since we wind up pointing ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | everybody to it anyway svn:r4695 | ||
* | Implement some more GETINFO goodness: expose helper nodes, config options, ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | getinfo keys. svn:r4694 | ||
* | Change a +4 to a +5. Apparently, the designeers of NSI believed that 6502 ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | assembly represented the cutting-edge in language design. svn:r4692 | ||
* | Fix idiot bug. The "free the IP history" code belons in ↵ | Nick Mathewson | 2005-08-04 |
| | | | | | | connection_free_all(), not in connection_free(). You can all mock me now. svn:r4691 | ||
* | Claim some items. | Nick Mathewson | 2005-08-04 |
| | | | | svn:r4690 | ||
* | Add the bug tracker url, remove pointer to CLIENTS, tor -> Tor | Thomas Sjögren | 2005-08-04 |
| | | | | svn:r4689 | ||
* | Make clients regenerate their keys when their IP address changes. | Nick Mathewson | 2005-08-03 |
| | | | | svn:r4688 | ||
* | If they havent told us by now, they probably never will. | Nick Mathewson | 2005-08-03 |
| | | | | svn:r4687 | ||
* | Fix compile failures on tor_gettimeofday() fix for windows | Nick Mathewson | 2005-08-03 |
| | | | | svn:r4685 | ||
* | (untested) NSI fix to ship tor license and put a link to doc directory in ↵ | Nick Mathewson | 2005-08-03 |
| | | | | | | start menu svn:r4684 | ||
* | Probably broken attempt to improve tor_gettimeofday granularity on windows. | Nick Mathewson | 2005-08-03 |
| | | | | svn:r4683 | ||
* | Fix bug in state parsing | Nick Mathewson | 2005-07-28 |
| | | | | svn:r4681 | ||
* | Possibly broken implementation of persistant state; handles helper nodes; ↵ | Nick Mathewson | 2005-07-28 |
| | | | | | | does not handle accounting info yet. svn:r4680 | ||
* | Add niutil fix from Christopher Soghoian | Nick Mathewson | 2005-07-26 |
| | | | | svn:r4678 | ||
* | bump advertised win32 and osx versions to 0.1.1.3-alpha | Roger Dingledine | 2005-07-25 |
| | | | | svn:r4677 | ||
* | define TIME_T_IS_SIGNED on windows | Nick Mathewson | 2005-07-25 |
| | | | | svn:r4676 |