aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* bugfix: we weren't looking for sys/stat.h•••svn:r480 Roger Dingledine2003-09-23
* let tor compile with tls on rh9•••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 Roger Dingledine2003-09-14
* Add initial interfaces and code for TLS support. Interfaces are right; code ...•••svn:r424 Nick Mathewson2003-09-04
* Adopt socketpair implementation from perl. For now, always use it.•••svn:r389 Nick Mathewson2003-08-12
* reap exited dns/cpuworkers•••svn:r385 Roger Dingledine2003-08-12
* we must have openssl, so HAVE_OPENSSL is redundant•••svn:r383 Roger Dingledine2003-08-12
* Start of port to win32. Missing are:••• - 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 Nick Mathewson2003-08-12
* Work on systems with broken AC_CHECK_TYPE•••svn:r379 Nick Mathewson2003-08-11
* Who would have thought that some systems define intfoo_t, but not uintfoo_t? ...•••svn:r378 Nick Mathewson2003-08-11
* Cope better on platforms that define some of intFOO_t in sys/types.h or elsew...•••svn:r377 Nick Mathewson2003-08-11
* autoconf around missing stdint.h•••svn:r376 Nick Mathewson2003-08-11
* move to 0.0.2pre6; remove zlib include check•••svn:r335 Roger Dingledine2003-06-18
* Change gcc options to ones that work on Mac OS X; add zlib to headers•••svn:r182 Nick Mathewson2003-03-17
* a new TODO file with more details•••svn:r155 Roger Dingledine2003-02-14
* remove popt dependency, consolidate config stuff•••reformat parts of onion.c svn:r136 Roger Dingledine2002-11-23
* onion proxy now speaks socks4a•••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 Roger Dingledine2002-09-22
* "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.•••svn:r102 Nick Mathewson2002-09-10
* port to actual BSD•••(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 Roger Dingledine2002-09-09
* Our program is now called 'tor', not 'or'.•••svn:r92 Roger Dingledine2002-09-03
* Port to MacOS X•••svn:r88 Nick Mathewson2002-09-03
* removed mention of src/op/ from configure•••svn:r46 Roger Dingledine2002-07-12
* removed a pair of includes that we don't actually use•••svn:r23 Roger Dingledine2002-07-02
* added some header checks•••svn:r16 Felipe Bergo2002-06-29
* moved configure.ac to configure.in, should work with older autoconfs and auto...•••svn:r11 Felipe Bergo2002-06-28