aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* bugfix: we weren't looking for sys/stat.hRoger Dingledine2003-09-23
| | | | svn:r480
* let tor compile with tls on rh9Roger Dingledine2003-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 Mathewson2003-09-04
| | | | | | needs work and testing. svn:r424
* Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson2003-08-12
| | | | svn:r389
* reap exited dns/cpuworkersRoger Dingledine2003-08-12
| | | | svn:r385
* we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine2003-08-12
| | | | svn:r383
* Start of port to win32. Missing are:Nick Mathewson2003-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_TYPENick Mathewson2003-08-11
| | | | svn:r379
* Who would have thought that some systems define intfoo_t, but not uintfoo_t? ↵Nick Mathewson2003-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 Mathewson2003-08-11
| | | | | | elsewhere svn:r377
* autoconf around missing stdint.hNick Mathewson2003-08-11
| | | | svn:r376
* move to 0.0.2pre6; remove zlib include checkRoger Dingledine2003-06-18
| | | | svn:r335
* Change gcc options to ones that work on Mac OS X; add zlib to headersNick Mathewson2003-03-17
| | | | svn:r182
* a new TODO file with more detailsRoger Dingledine2003-02-14
| | | | svn:r155
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
| | | | | | | reformat parts of onion.c svn:r136
* onion proxy now speaks socks4aRoger Dingledine2002-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 Mathewson2002-09-10
| | | | svn:r102
* port to actual BSDRoger Dingledine2002-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 Dingledine2002-09-03
| | | | svn:r92
* Port to MacOS XNick Mathewson2002-09-03
| | | | svn:r88
* removed mention of src/op/ from configureRoger Dingledine2002-07-12
| | | | svn:r46
* removed a pair of includes that we don't actually useRoger Dingledine2002-07-02
| | | | svn:r23
* added some header checksFelipe Bergo2002-06-29
| | | | svn:r16
* moved configure.ac to configure.in, should work with older autoconfs and ↵Felipe Bergo2002-06-28
automakes svn:r11