summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2003-09-30Check for uname in configureNick Mathewson
svn:r520
2003-09-27remove last piece of orkeygen (i think)Roger Dingledine
svn:r500
2003-09-23bugfix: we weren't looking for sys/stat.hRoger Dingledine
svn:r480
2003-09-14let tor compile with tls on rh9Roger Dingledine
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
2003-09-04Add initial interfaces and code for TLS support. Interfaces are right; code ↵Nick Mathewson
needs work and testing. svn:r424
2003-08-12Adopt socketpair implementation from perl. For now, always use it.Nick Mathewson
svn:r389
2003-08-12reap exited dns/cpuworkersRoger Dingledine
svn:r385
2003-08-12we must have openssl, so HAVE_OPENSSL is redundantRoger Dingledine
svn:r383
2003-08-12Start of port to win32. Missing are:Nick Mathewson
- 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
2003-08-11Work on systems with broken AC_CHECK_TYPENick Mathewson
svn:r379
2003-08-11Who would have thought that some systems define intfoo_t, but not uintfoo_t? ↵Nick Mathewson
Cygwin is such a system. svn:r378
2003-08-11Cope better on platforms that define some of intFOO_t in sys/types.h or ↵Nick Mathewson
elsewhere svn:r377
2003-08-11autoconf around missing stdint.hNick Mathewson
svn:r376
2003-06-18move to 0.0.2pre6; remove zlib include checkRoger Dingledine
svn:r335
2003-03-17Change gcc options to ones that work on Mac OS X; add zlib to headersNick Mathewson
svn:r182
2003-02-14a new TODO file with more detailsRoger Dingledine
svn:r155
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
reformat parts of onion.c svn:r136
2002-09-22onion proxy now speaks socks4aRoger Dingledine
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
2002-09-10"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.Nick Mathewson
svn:r102
2002-09-09port to actual BSDRoger Dingledine
(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
2002-09-03Our program is now called 'tor', not 'or'.Roger Dingledine
svn:r92
2002-09-03Port to MacOS XNick Mathewson
svn:r88
2002-07-12removed mention of src/op/ from configureRoger Dingledine
svn:r46
2002-07-02removed a pair of includes that we don't actually useRoger Dingledine
svn:r23
2002-06-29added some header checksFelipe Bergo
svn:r16
2002-06-28moved configure.ac to configure.in, should work with older autoconfs and ↵Felipe Bergo
automakes svn:r11