summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2003-11-19we are pre14.tor-0.0.2pre14Roger Dingledine
svn:r850
2003-10-23Use daemon(3) function where available.Nick Mathewson
svn:r665
2003-10-22added User and Group options -- if you set them, tor will try toSteven Hazel
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
2003-10-19move to 0.0.2pre13tor-0.0.2pre13Roger Dingledine
svn:r631
2003-10-15don't clobber CFLAGS when configure startsRoger Dingledine
svn:r598
2003-10-15- cause configure to create a tor.sh which will have directories setSteven Hazel
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
2003-10-12put out 0.0.2pre12Roger Dingledine
(mainly doc and log changes) svn:r579
2003-10-080.0.2pre11, new licenseRoger Dingledine
svn:r564
2003-10-07minor fixes; bump to 0.0.2pre10Roger Dingledine
svn:r551
2003-10-07some early bugfixesRoger Dingledine
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
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