aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* 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
* r19797@catbus: nickm | 2008-05-16 15:42:53 -0400Nick Mathewson2008-05-16
| | | | | | | Try to build correctly on win32 with libevent versions 1.4.x or greater. 1.4.5 should remove the need to do this, but hey. Backport candidate. svn:r14640
* r19003@catbus: nickm | 2008-03-21 15:13:57 -0400Nick Mathewson2008-03-21
| | | | | | | Make --enable-gcc-warnings work under the recently released GCC 4.3. svn:r14149
* r18793@catbus: nickm | 2008-03-13 14:09:19 -0400Nick Mathewson2008-03-13
| | | | | | | Add a malloc_good_size() implementation to OpenBSD_malloc_Linux.c. Also, make configure.in not use support functions for the platform malloc when we are not using the platform mallocs. svn:r14010
* r14481@tombo: nickm | 2008-02-26 14:49:04 -0500Nick Mathewson2008-02-26
| | | | | | | Bump trunk version to 0.2.1.0-alpha-dev svn:r13745
* bump to 0.2.0.20-rc-devRoger Dingledine2008-02-25
| | | | svn:r13725
* bump to 0.2.0.20-rcRoger Dingledine2008-02-25
| | | | svn:r13715
* r18362@catbus: nickm | 2008-02-21 22:29:14 -0500Nick Mathewson2008-02-22
| | | | | | | Add missing part of last patch svn:r13671
* r18347@catbus: nickm | 2008-02-21 15:54:40 -0500Nick Mathewson2008-02-21
| | | | | | | Make autoconf autodetect -Wshorten-64-to-32 when --enable-gcc-warnings is given to the configure script. svn:r13661
* r14240@tombo: nickm | 2008-02-17 14:26:52 -0500Nick Mathewson2008-02-17
| | | | | | | Add a --with-tcmalloc argument to configure. svn:r13546
* r14238@tombo: nickm | 2008-02-17 14:03:44 -0500Nick Mathewson2008-02-17
| | | | | | | Add openbsd memory allocator discussed in bug 468, to make it easier for linux users to get non-awful allocation patterns. Use --enable-openbsd-malloc to turn it on. Needs more testing. svn:r13544
* bump to 0.2.0.19-alpha-devRoger Dingledine2008-02-11
| | | | svn:r13467
* bump to 0.2.0.19-alphaRoger Dingledine2008-02-09
| | | | svn:r13449
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
| | | | svn:r13412
* r13971@tombo: nickm | 2008-01-30 14:25:25 -0500Nick Mathewson2008-01-30
| | | | | | | Write a new autoconf macro to test whether a function is declared. It is suboptimal and possibly buggy in some way, but it seems to work for me. use it to test for a declaration of malloc_good_size, so we can workaround operating systems (like older OSX) that have the function in their libc but do not deign to declare it in their headers. Should resolve bug 587. svn:r13339
* bump to 0.2.0.18-alpha-devRoger Dingledine2008-01-26
| | | | svn:r13295
* bump to 0.2.0.18-alphaRoger Dingledine2008-01-26
| | | | svn:r13291
* bump to 0.2.0.17-alpha-devRoger Dingledine2008-01-18
| | | | svn:r13171
* Make the tor-gencert man page get included correctly in the tarball.Roger Dingledine2008-01-17
| | | | svn:r13163
* bump to 0.2.0.16-alphaRoger Dingledine2008-01-17
| | | | svn:r13160
* r15890@tombo: nickm | 2008-01-12 17:19:51 -0500Nick Mathewson2008-01-13
| | | | | | | Add a --disable-buffer-freelists configure argument to build without buffer RAM chunk freelists, so we can benchmark the impact of this. svn:r13121
* r15692@tombo: nickm | 2007-12-25 18:15:50 -0500Nick Mathewson2007-12-26
| | | | | | | Bump version to 0.2.0.15-alpha-dev svn:r12982
* r15691@tombo: nickm | 2007-12-25 18:13:54 -0500Nick Mathewson2007-12-26
| | | | | | | New, slightly esoteric function, tor_malloc_roundup(). While tor_malloc(x) allocates x bytes, tor_malloc_roundup(&x) allocates the same size of chunk it would use to store x bytes, and sets x to the usable size of that chunk. svn:r12981
* bump to 0.2.0.15-alphaRoger Dingledine2007-12-25
| | | | svn:r12962
* correct the patch from cjacker huang for iphone compilingRoger Dingledine2007-12-24
| | | | svn:r12953
* r15648@tombo: nickm | 2007-12-23 13:27:30 -0500Nick Mathewson2007-12-23
| | | | | | | Support building for iPhone; patch from cjacker huang. svn:r12946
* r15646@tombo: nickm | 2007-12-23 13:17:33 -0500Nick Mathewson2007-12-23
| | | | | | | Handle cross-compilation more sanely: avoid most uses of the (never-defined!) CROSS_COMPILE variable; in the one place where we cannot help it, use the correct cross_compiling. svn:r12945
* r15644@tombo: nickm | 2007-12-23 12:56:38 -0500Nick Mathewson2007-12-23
| | | | | | | Bump to 0.2.0.14-alpha-dev svn:r12944
* bump to 0.2.0.14-alphaRoger Dingledine2007-12-23
| | | | svn:r12935
* r17340@catbus: nickm | 2007-12-22 12:30:07 -0500Nick Mathewson2007-12-22
| | | | | | | Try to resolve bug 553 by adding a sys/time.h include to the autoconf test for rlim_t. svn:r12931
* bump to 0.2.0.13-alpha-devRoger Dingledine2007-12-21
| | | | svn:r12906
* bump to 0.2.0.13-alphaRoger Dingledine2007-12-21
| | | | svn:r12902
* r17090@catbus: nickm | 2007-12-11 18:05:24 -0500Nick Mathewson2007-12-11
| | | | | | | Fix some autoconf bugs, and prevent more from occurring. Partial backport candidate. svn:r12767
* r15161@tombo: nickm | 2007-12-05 11:30:37 -0500Nick Mathewson2007-12-05
| | | | | | | Fix bug reported by Steve Murphy on or-talk: detect the s6_addr32 and s6_addr16 fields via autoconf. svn:r12679
* make dmalloc 5.4.2 work again tooRoger Dingledine2007-11-30
| | | | svn:r12615
* The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 networkRoger Dingledine2007-11-17
| | | | | | | | consensus documents when there are too many relays at a single IP address. Now clear it in v2 network status documents too. svn:r12522
* cleanups, bump to 0.2.0.12-alphaRoger Dingledine2007-11-17
| | | | svn:r12516
* r16663@catbus: nickm | 2007-11-13 21:51:28 -0500Nick Mathewson2007-11-14
| | | | | | | Back out parts of r12376: replace file locations in scripts. svn:r12490
* Make it build on OpenBSD again. Patch from tup.Roger Dingledine2007-11-12
| | | | svn:r12489
* bump to 0.2.0.11-alpha -- maybe this one will actually beRoger Dingledine2007-11-11
| | | | | | | able to build packages. svn:r12468