aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
...
* bump our version to pre22Roger Dingledine2004-02-26
| | | | svn:r1125
* bump us to pre21, add ChangeLog entriesRoger Dingledine2004-02-18
| | | | svn:r1107
* made these scripts know about config/Makefile.amSteven Hazel2004-02-17
| | | | svn:r1090
* and build the torify script on ./configureRoger Dingledine2004-02-17
| | | | svn:r1080
* look for tor.sh in the right placeRoger Dingledine2004-02-17
| | | | svn:r1069
* move cvs to pre20Roger Dingledine2004-01-31
| | | | svn:r1031
* move us to pre19Roger Dingledine2004-01-07
| | | | svn:r978
* stop checking for the system's daemon() func, since we don't use itRoger Dingledine2004-01-07
| | | | svn:r975
* move us to pre18Roger Dingledine2004-01-02
| | | | svn:r967
* bump cvs version to pre17, so people using cvs tor are denied fromRoger Dingledine2003-12-16
| | | | | | | the (incompatible) pre16 network svn:r945
* we are pre16Roger Dingledine2003-12-14
| | | | svn:r933
* we are pre15Roger Dingledine2003-12-03
| | | | svn:r884
* switch "-lcrypto -lssl" to "-lssl -lcrypto" for broken distributionsRoger Dingledine2003-12-03
| | | | | | | enforce -g on compile always. we're an alpha release after all. svn:r878
* stop building sample-server-torrc, start building tor.1Roger Dingledine2003-11-21
| | | | svn:r861
* we are pre14.Roger Dingledine2003-11-19
| | | | svn:r850
* Use daemon(3) function where available.Nick Mathewson2003-10-23
| | | | svn:r665
* added User and Group options -- if you set them, tor will try toSteven Hazel2003-10-22
| | | | | | | | | | | | | | | 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
* move to 0.0.2pre13Roger Dingledine2003-10-19
| | | | svn:r631
* don't clobber CFLAGS when configure startsRoger Dingledine2003-10-15
| | | | svn:r598
* - cause configure to create a tor.sh which will have directories setSteven Hazel2003-10-15
| | | | | | | | | | | | | | | | 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
* put out 0.0.2pre12Roger Dingledine2003-10-12
| | | | | | | (mainly doc and log changes) svn:r579
* 0.0.2pre11, new licenseRoger Dingledine2003-10-08
| | | | svn:r564
* minor fixes; bump to 0.0.2pre10Roger Dingledine2003-10-07
| | | | svn:r551
* some early bugfixesRoger Dingledine2003-10-07
| | | | | | | | | | 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
* Check for uname in configureNick Mathewson2003-09-30
| | | | svn:r520
* remove last piece of orkeygen (i think)Roger Dingledine2003-09-27
| | | | svn:r500
* 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