Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump cvs version to pre17, so people using cvs tor are denied from | Roger Dingledine | 2003-12-16 |
| | | | | | | | the (incompatible) pre16 network svn:r945 | ||
* | we are pre16 | Roger Dingledine | 2003-12-14 |
| | | | | svn:r933 | ||
* | we are pre15 | Roger Dingledine | 2003-12-03 |
| | | | | svn:r884 | ||
* | switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions | Roger Dingledine | 2003-12-03 |
| | | | | | | | enforce -g on compile always. we're an alpha release after all. svn:r878 | ||
* | stop building sample-server-torrc, start building tor.1 | Roger Dingledine | 2003-11-21 |
| | | | | svn:r861 | ||
* | we are pre14. | Roger Dingledine | 2003-11-19 |
| | | | | svn:r850 | ||
* | Use daemon(3) function where available. | Nick Mathewson | 2003-10-23 |
| | | | | svn:r665 | ||
* | added User and Group options -- if you set them, tor will try to | Steven Hazel | 2003-10-22 |
| | | | | | | | | | | | | | | | setuid and setgid respectively, and die if it can't. (If the User option is set, tor will setgid to the user's gid as well.) This happens after the pidfile is created, so that in cases where tor needs to be root to work with the pidfile, it will at least be able to create it, although it won't be able to delete it. That sucks, but it's somewhat better than not being able to create the pidfile in the first place. svn:r652 | ||
* | move to 0.0.2pre13 | Roger Dingledine | 2003-10-19 |
| | | | | svn:r631 | ||
* | don't clobber CFLAGS when configure starts | Roger Dingledine | 2003-10-15 |
| | | | | svn:r598 | ||
* | - cause configure to create a tor.sh which will have directories set | Steven Hazel | 2003-10-15 |
| | | | | | | | | | | | | | | | | correctly based on how configure was run - cause tor to guess the location of torrc more intelligently - cause cause src/config/torrc and src/conf/sample-server-torrc to be generated with contents that are correct for the way configure was run - cause "make install" to put torrc, sample-server-torrc, and dirservers somewhere intelligent svn:r587 | ||
* | put out 0.0.2pre12 | Roger Dingledine | 2003-10-12 |
| | | | | | | | (mainly doc and log changes) svn:r579 | ||
* | 0.0.2pre11, new license | Roger Dingledine | 2003-10-08 |
| | | | | svn:r564 | ||
* | minor fixes; bump to 0.0.2pre10 | Roger Dingledine | 2003-10-07 |
| | | | | svn:r551 | ||
* | some early bugfixes | Roger Dingledine | 2003-10-07 |
| | | | | | | | | | | our log() conflicts with log(3) distribute only the correct files from doc/ and src/config/ sometimes laptops go back in time. i guess that's ok for now. and bump the version number because we're live. svn:r544 | ||
* | Check for uname in configure | Nick Mathewson | 2003-09-30 |
| | | | | svn:r520 | ||
* | remove last piece of orkeygen (i think) | Roger Dingledine | 2003-09-27 |
| | | | | svn:r500 | ||
* | bugfix: we weren't looking for sys/stat.h | Roger Dingledine | 2003-09-23 |
| | | | | svn:r480 | ||
* | let tor compile with tls on rh9 | Roger Dingledine | 2003-09-14 |
| | | | | | | | | | | nick: is this the right way to do the autoconf stuff? what happens when /usr/kerberos/include/ doesn't exist? an alternate way is to add `pkg-config --cflags openssl` to CFLAGS, but it seems that command only works on rh9. yay portability issues. svn:r453 | ||
* | Add initial interfaces and code for TLS support. Interfaces are right; code ↵ | Nick Mathewson | 2003-09-04 |
| | | | | | | needs work and testing. svn:r424 | ||
* | Adopt socketpair implementation from perl. For now, always use it. | Nick Mathewson | 2003-08-12 |
| | | | | svn:r389 | ||
* | reap exited dns/cpuworkers | Roger Dingledine | 2003-08-12 |
| | | | | svn:r385 | ||
* | we must have openssl, so HAVE_OPENSSL is redundant | Roger Dingledine | 2003-08-12 |
| | | | | svn:r383 | ||
* | Start of port to win32. Missing are: | Nick Mathewson | 2003-08-12 |
| | | | | | | | | | | | | | | | | - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380 | ||
* | Work on systems with broken AC_CHECK_TYPE | Nick Mathewson | 2003-08-11 |
| | | | | svn:r379 | ||
* | Who would have thought that some systems define intfoo_t, but not uintfoo_t? ↵ | Nick Mathewson | 2003-08-11 |
| | | | | | | Cygwin is such a system. svn:r378 | ||
* | Cope better on platforms that define some of intFOO_t in sys/types.h or ↵ | Nick Mathewson | 2003-08-11 |
| | | | | | | elsewhere svn:r377 | ||
* | autoconf around missing stdint.h | Nick Mathewson | 2003-08-11 |
| | | | | svn:r376 | ||
* | move to 0.0.2pre6; remove zlib include check | Roger Dingledine | 2003-06-18 |
| | | | | svn:r335 | ||
* | Change gcc options to ones that work on Mac OS X; add zlib to headers | Nick Mathewson | 2003-03-17 |
| | | | | svn:r182 | ||
* | a new TODO file with more details | Roger Dingledine | 2003-02-14 |
| | | | | svn:r155 | ||
* | remove popt dependency, consolidate config stuff | Roger Dingledine | 2002-11-23 |
| | | | | | | | reformat parts of onion.c svn:r136 | ||
* | onion proxy now speaks socks4a | Roger Dingledine | 2002-09-22 |
| | | | | | | | | | | | httpap is obsolete; we support privoxy directly now! smtpap is obsolete; need to find a good socks4a-enabled smtp proxy/client I dub thee 0.0.1. svn:r107 | ||
* | "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again. | Nick Mathewson | 2002-09-10 |
| | | | | svn:r102 | ||
* | port to actual BSD | Roger Dingledine | 2002-09-09 |
| | | | | | | | | | | (hey nick, does this break the os x build?) you still need to add some stuff to the ./configure commandline... anybody know a better solution? svn:r101 | ||
* | Our program is now called 'tor', not 'or'. | Roger Dingledine | 2002-09-03 |
| | | | | svn:r92 | ||
* | Port to MacOS X | Nick Mathewson | 2002-09-03 |
| | | | | svn:r88 | ||
* | removed mention of src/op/ from configure | Roger Dingledine | 2002-07-12 |
| | | | | svn:r46 | ||
* | removed a pair of includes that we don't actually use | Roger Dingledine | 2002-07-02 |
| | | | | svn:r23 | ||
* | added some header checks | Felipe Bergo | 2002-06-29 |
| | | | | svn:r16 | ||
* | moved configure.ac to configure.in, should work with older autoconfs and ↵ | Felipe Bergo | 2002-06-28 |
automakes svn:r11 |