aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* 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
* prepare for 0.2.0.10-alpha-devRoger Dingledine2007-11-10
| | | | svn:r12458
* bump to 0.2.0.10-alphaRoger Dingledine2007-11-10
| | | | svn:r12455
* r14702@tombo: nickm | 2007-11-04 15:48:56 -0500Nick Mathewson2007-11-04
| | | | | | | Define SHARE_DATADIR, LOCALSTATEDIR, and BINDIR in Makefile.am as autoconf recommends. Do not move CONFDIR yet, since we seem to support overriding it in a weird way. Resolves bug 542. svn:r12376
* r14652@tombo: nickm | 2007-11-02 12:02:13 -0400Nick Mathewson2007-11-02
| | | | | | | If setting our rlimit to rlim_max or cap fails, fall back to OPEN_FILES if defiled. This makes Tor run on OSX 10.5, while allowing OSX to mend its ways in the future. svn:r12341
* r14647@tombo: nickm | 2007-11-02 10:48:37 -0400Nick Mathewson2007-11-02
| | | | | | | Use rlim_t instead of unsigned long to manipulate rlimit values. svn:r12339
* r16252@catbus: nickm | 2007-10-29 11:13:03 -0400Nick Mathewson2007-10-29
| | | | | | | Change symbol from DATADIR to SHARE_DATADIR, since DATADIR conflicts with objidl.h in mingw. svn:r12268
* r16246@catbus: nickm | 2007-10-28 19:34:58 -0400Nick Mathewson2007-10-28
| | | | | | | Implement a FallbackNetworkstatusFile (default to $prefix/share/tor/fallback-consensus) to that we know about lots of directory servers and routers when we start up the first time. svn:r12259
* r16145@catbus: nickm | 2007-10-25 00:41:27 -0400Nick Mathewson2007-10-25
| | | | | | | Bump trunk version to 0.2.0.9-alpha-dev svn:r12183
* bump to 0.2.0.9-alpha in preparation for a releaseRoger Dingledine2007-10-25
| | | | svn:r12173
* r15728@catbus: nickm | 2007-10-12 15:48:17 -0400Nick Mathewson2007-10-12
| | | | | | | Bump version to 0.2.0.8-alpha-dev; start next changelog section. svn:r11901
* bump to 0.2.0.8-alphaRoger Dingledine2007-10-12
| | | | svn:r11897
* r15280@catbus: nickm | 2007-09-22 02:02:00 -0400Nick Mathewson2007-09-22
| | | | | | | Bump version to 0.2.0.7-alpha-dev svn:r11576
* bump to 0.2.0.7-alphaRoger Dingledine2007-09-22
| | | | svn:r11572
* r15210@catbus: nickm | 2007-09-20 13:04:05 -0400Nick Mathewson2007-09-20
| | | | | | | Re-optimize counter-mode: save about 15% on my core2 by (1) not regenerating the entire counter buffer every time we encrypt a block of keystream (2) using the platform-optimized htonl to convert to big-endian (It's a single instruction on 486 and later ) and (3) not even keeping a separate "counter" and "buffer" when the platform is big-endian. The third still needs testing. svn:r11536
* r14940@catbus: nickm | 2007-09-06 13:22:26 -0400Nick Mathewson2007-09-06
| | | | | | | Move NT services code into its own C file. Probably will not build happily on win32 yet; more hacking needed. svn:r11388
* bump to 0.2.0.6-alpha-dev so we're ready to fix more bugs :)Roger Dingledine2007-08-27
| | | | svn:r11281
* bump to 0.2.0.6-alpha in preparation for tomorrow's releaseRoger Dingledine2007-08-25
| | | | svn:r11275
* bump to 0.2.0.5-alpha since we're getting closeRoger Dingledine2007-08-19
| | | | svn:r11189
* r13953@Kushana: nickm | 2007-08-08 07:40:46 -0700Nick Mathewson2007-08-08
| | | | | | | Fix osx compilation. svn:r11065
* r14093@catbus: nickm | 2007-08-08 01:49:54 -0400Nick Mathewson2007-08-08
| | | | | | | Include fewer redundant headers; use the compiler search paths better. svn:r11060
* bump to 0.2.0.4-alpha-devRoger Dingledine2007-08-08
| | | | svn:r11056