aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* bump to 0.2.1.13-alpha-devRoger Dingledine2009-03-09
| | | | svn:r18830
* bump to 0.2.1.13-alphaRoger Dingledine2009-03-09
| | | | svn:r18814
* Build correctly from outside main source tree. Patch from Michael Gold.Nick Mathewson2009-03-08
| | | | svn:r18809
* Remove contrib/tor.wxs from AC_CONFIG_FILES. The file is gone.Karsten Loesing2009-03-06
| | | | svn:r18791
* Use prctl to reenable core dumps when we have setuid to a non-root user.Nick Mathewson2009-02-09
| | | | svn:r18449
* Bump version to 0.2.1.12-alpha-devNick Mathewson2009-02-09
| | | | svn:r18448
* bump to 0.2.1.12-alphaRoger Dingledine2009-02-09
| | | | svn:r18429
* When building with GCC, use -fno-strict-aliasingNick Mathewson2009-01-31
| | | | | | | | | | | | | | GCC's interpretation of the C99 aliasing rules, to be charitable, creates a dialect of C intended for a better programmers than I am certain of my ability to be in all times. I just spent 2 hours tracking down a platform-hyperspecific libevent bug that turned out to be because of this, and darned if I ever want to do *that* again. One of Linus's recent rants will give you a picture of why GCC's behavior here can lead to fun surprises in your binaries: http://lwn.net/Articles/316126/ svn:r18351
* Do not use == in our shell code; = is standard.Nick Mathewson2009-01-22
| | | | svn:r18239
* get ready for more developmentRoger Dingledine2009-01-21
| | | | svn:r18200
* bump to 0.2.1.11-alpha, clean up changelogRoger Dingledine2009-01-20
| | | | svn:r18192
* Add a better (non-locale-having) ctypes implementation to avoid protocol and ↵Nick Mathewson2009-01-20
| | | | | | parsing mismatches on different platforms. svn:r18189
* This patch changes the default location where config and data filesNick Mathewson2009-01-15
| | | | | | | | | | | | | are stored when the --enable-local-appdata option is configured. This changes the Windows path from %APPDATA% to a host local %USERPROFILE%\Local Settings\Application Data\ path (aka, LOCAL_APPDATA). Patch from coderman. svn:r18122
* Check that Libevent header version matches Libevent library version.Nick Mathewson2009-01-07
| | | | | | | | | | Unfortunately, old Libevents don't _put_ a version in their headers, so this can get a little tricky. Fortunately, the only binary-compatibility issue we care about is the size of struct event. Even more fortunately, Libevent 2.0 will let us keep binary compatiblity forever by letting us decouple ourselves from the structs, if we like. svn:r18014
* ok, all set to destabilize it againRoger Dingledine2009-01-06
| | | | svn:r17980
* bump to 0.2.1.10-alpha, reorganize the changelogRoger Dingledine2009-01-06
| | | | svn:r17974
* Only set sin_len/sin6_len when they exist.Nick Mathewson2009-01-02
| | | | svn:r17851
* Bump version to 0.2.1.9-alpha-devNick Mathewson2008-12-26
| | | | svn:r17787
* prepare for 0.2.1.9-alphaRoger Dingledine2008-12-25
| | | | svn:r17778
* Make cell pools always-on.Nick Mathewson2008-12-18
| | | | svn:r17692
* Remove a few no-longer-used checks from configure.inNick Mathewson2008-12-11
| | | | svn:r17604
* Bump version to 0.2.1.8-alpha-devNick Mathewson2008-12-09
| | | | svn:r17537
* bump to 0.2.1.8-alphaRoger Dingledine2008-12-08
| | | | svn:r17521
* add coderman's wix scripts to make a windows msi installer.Roger Dingledine2008-11-29
| | | | svn:r17408
* Use fcntl for file locking when flock() is not available.Nick Mathewson2008-11-26
| | | | svn:r17391
* bump to 0.2.1.7-alpha-devRoger Dingledine2008-11-09
| | | | svn:r17229
* bump to 0.2.1.7-alphaRoger Dingledine2008-11-08
| | | | svn:r17217
* Patch from Jacob Appelbaum and me to make User option more robust, properly ↵Steven Murdoch2008-11-07
| | | | | | set supplementary groups, deprecated the Group option, and log more information on credential switching svn:r17200
* Fix freebsd 7 compile by adding malloc_np.h header. Fix bug 850.Nick Mathewson2008-11-05
| | | | svn:r17190
* time for another alpha-dev cycleRoger Dingledine2008-10-01
| | | | svn:r17023
* bump to 0.2.1.6-alpha, and note that the exclude*nodes configRoger Dingledine2008-09-30
| | | | | | | discussion hasn't finished. svn:r17011
* Fix a variable handling mistake when testing for libevent functions in ↵Nick Mathewson2008-09-08
| | | | | | configure.in. Found by Riastradh. svn:r16793
* Add a lockfile to the Tor data directory to avoid situations where two Tors ↵Nick Mathewson2008-09-01
| | | | | | start with the same datadir, or where a --list-fingerprints races with a server to create keys, or such. svn:r16722
* bump to 0.2.1.5-alpha-devRoger Dingledine2008-09-01
| | | | svn:r16715
* bump to 0.2.1.5-alphaRoger Dingledine2008-08-31
| | | | svn:r16708
* r17853@tombo: nickm | 2008-08-22 12:55:00 -0400Nick Mathewson2008-08-22
| | | | | | | Oops. We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave". svn:r16625
* Oops. On recent linux kernels we were not detecting the ↵Nick Mathewson2008-08-07
| | | | | | linux/netfilter_ipv4.h header properly, since we needed to have in_addr and in6_addr and __u32 defined before trying to include it. Fix that. svn:r16460
* bump to 0.2.1.4-alpha-dev, add a future todo itemRoger Dingledine2008-08-05
| | | | svn:r16440
* get closer to a releaseRoger Dingledine2008-08-05
| | | | svn:r16408
* bump to 0.2.1.3-alphaRoger Dingledine2008-08-03
| | | | svn:r16369
* bump svn version to 0.2.1.2-alpha-devNick Mathewson2008-07-09
| | | | svn:r15806
* Patch from coderman: detect transparent proxy header correctly on some linux ↵Nick Mathewson2008-07-07
| | | | | | versions. svn:r15726
* Remove spurious "netintet" check from configure.inNick Mathewson2008-07-05
| | | | svn:r15672
* prepare for the 0.2.1.2-alpha release. we will tagRoger Dingledine2008-06-20
| | | | | | | sometime today. get your fixes in soon. :) svn:r15371
* Bump version to 0.2.1.1-alpha-devNick Mathewson2008-06-13
| | | | svn:r15223
* bump to 0.2.1.1-alphaRoger Dingledine2008-06-13
| | | | svn:r15187
* r16171@tombo: nickm | 2008-06-11 13:47:41 -0400Nick Mathewson2008-06-11
| | | | | | | Lower number of syscalls used to write data to ordinary sockets through use of writev. Disabled till I have time to test it. svn:r15133
* Add a configure switch to enable instrument downloads.Peter Palfrader2008-06-02
| | | | svn:r14898
* New code to implement proposal for local geoip stats. Only enabled with ↵Nick Mathewson2008-05-29
| | | | | | --enable-geoip-stats passed to configure. svn:r14802
* More muddling around to get configure.in to recognize recent libevents. ↵Nick Mathewson2008-05-16
| | | | | | Really, libevent should be fixed too so that the next poor sucker doesn't have to do this. svn:r14641