aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAge
* Fix DOS line endings; autoconfize checks for strptime and inet_aton•••svn:r1248 Nick Mathewson2004-03-09
* bump cvs to pre26•••svn:r1237 Roger Dingledine2004-03-06
* bump cvs to pre25•••svn:r1218 Roger Dingledine2004-03-03
* Integrate jbash's RPM spec into build process. (Requires "rpmbuild" to•••build properly. Works fine on redhat 9. YMMV.) svn:r1199 Nick Mathewson2004-03-02
* bump cvs to pre24•••svn:r1183 Roger Dingledine2004-02-29
* bump cvs to pre23•••svn:r1144 Roger Dingledine2004-02-27
* bump our version to pre22•••svn:r1125 Roger Dingledine2004-02-26
* bump us to pre21, add ChangeLog entries•••svn:r1107 Roger Dingledine2004-02-18
* made these scripts know about config/Makefile.am•••svn:r1090 Steven Hazel2004-02-17
* and build the torify script on ./configure•••svn:r1080 Roger Dingledine2004-02-17
* look for tor.sh in the right place•••svn:r1069 Roger Dingledine2004-02-17
* move cvs to pre20•••svn:r1031 Roger Dingledine2004-01-31
* move us to pre19•••svn:r978 Roger Dingledine2004-01-07
* stop checking for the system's daemon() func, since we don't use it•••svn:r975 Roger Dingledine2004-01-07
* move us to pre18•••svn:r967 Roger Dingledine2004-01-02
* bump cvs version to pre17, so people using cvs tor are denied from•••the (incompatible) pre16 network svn:r945 Roger Dingledine2003-12-16
* we are pre16•••svn:r933 Roger Dingledine2003-12-14
* we are pre15•••svn:r884 Roger Dingledine2003-12-03
* switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributions•••enforce -g on compile always. we're an alpha release after all. svn:r878 Roger Dingledine2003-12-03
* stop building sample-server-torrc, start building tor.1•••svn:r861 Roger Dingledine2003-11-21
* we are pre14.•••svn:r850 Roger Dingledine2003-11-19
* Use daemon(3) function where available.•••svn:r665 Nick Mathewson2003-10-23
* added User and Group options -- if you set them, tor will try to•••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 Steven Hazel2003-10-22
* move to 0.0.2pre13•••svn:r631 Roger Dingledine2003-10-19
* don't clobber CFLAGS when configure starts•••svn:r598 Roger Dingledine2003-10-15
* - cause configure to create a tor.sh which will have directories set••• 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 Steven Hazel2003-10-15
* put out 0.0.2pre12•••(mainly doc and log changes) svn:r579 Roger Dingledine2003-10-12
* 0.0.2pre11, new license•••svn:r564 Roger Dingledine2003-10-08
* minor fixes; bump to 0.0.2pre10•••svn:r551 Roger Dingledine2003-10-07
* some early bugfixes•••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 Roger Dingledine2003-10-07
* Check for uname in configure•••svn:r520 Nick Mathewson2003-09-30
* remove last piece of orkeygen (i think)•••svn:r500 Roger Dingledine2003-09-27
* 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