aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* bump to 0.0.5Roger Dingledine2004-03-30
| | | | svn:r1388
* bump to 0.0.5rc3Roger Dingledine2004-03-30
| | | | svn:r1386
* call it torrc.sample, not torrcRoger Dingledine2004-03-29
| | | | svn:r1374
* bump to 0.0.5rc2Roger Dingledine2004-03-29
| | | | svn:r1372
* bump version back to 0.0.4.1Roger Dingledine2004-03-26
| | | | svn:r1348
* bump cvs to 0.0.5Roger Dingledine2004-03-26
| | | | svn:r1344
* bump cvs to 0.0.4Roger Dingledine2004-03-26
| | | | svn:r1339
* Add missing dollar signNick Mathewson2004-03-21
| | | | svn:r1330
* Add an autoconf test for whether unaligned int access is permitted.Nick Mathewson2004-03-21
| | | | | | | | It works on macos, and works correctly when I twiddle the test code to generate a spurious segfault. Will it work anywhere else? svn:r1329
* oops, and make make work too on solarisRoger Dingledine2004-03-20
| | | | svn:r1316
* make configure work on solaris without modsRoger Dingledine2004-03-20
| | | | svn:r1315
* we'd forgotten to autoconf fcntl.hRoger Dingledine2004-03-19
| | | | svn:r1304
* bump version to 0.0.2Roger Dingledine2004-03-19
| | | | svn:r1296
* Include strlcpy and strlcat where not available, so our string ops can be ↵Nick Mathewson2004-03-17
| | | | | | less error-prone. svn:r1289
* bump us to pre27Roger Dingledine2004-03-15
| | | | | | | world's shortest release svn:r1281
* Fix DOS line endings; autoconfize checks for strptime and inet_atonNick Mathewson2004-03-09
| | | | svn:r1248
* bump cvs to pre26Roger Dingledine2004-03-06
| | | | svn:r1237
* bump cvs to pre25Roger Dingledine2004-03-03
| | | | svn:r1218
* Integrate jbash's RPM spec into build process. (Requires "rpmbuild" toNick Mathewson2004-03-02
| | | | | | | build properly. Works fine on redhat 9. YMMV.) svn:r1199
* bump cvs to pre24Roger Dingledine2004-02-29
| | | | svn:r1183
* bump cvs to pre23Roger Dingledine2004-02-27
| | | | svn:r1144
* 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