Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |