Andrew Lewman
|
7498d31b09
|
Remove the last vestiges of launchd plist.
svn:r6938
|
2006-07-30 03:53:18 +00:00 |
|
Andrew Lewman
|
47bf7abc1a
|
Added net.freehaven.tor.plist to AC_OUTPUT
svn:r6769
|
2006-07-17 03:57:21 +00:00 |
|
Peter Palfrader
|
4baeeae614
|
Fix configure.in to not produce broken configure files with more recent
versions of autoconf. Thanks to Clint for his auto* voodoo.
svn:r6632
|
2006-06-16 02:04:04 +00:00 |
|
Roger Dingledine
|
53d63e25a5
|
start checking for limits.h too. we should resume compiling
on irix64 and other weird platforms now.
svn:r6624
|
2006-06-14 23:21:22 +00:00 |
|
Nick Mathewson
|
b7ca697faf
|
More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.
svn:r6535
|
2006-06-05 01:59:12 +00:00 |
|
Nick Mathewson
|
853e2d99b6
|
Add a new warning to our "warn a lot" list: unused parameters. This means we have to explicitly "use" unuseds, but it can catch bugs. (It caught two coding mistakes so far.)
svn:r6532
|
2006-06-04 22:42:13 +00:00 |
|
Nick Mathewson
|
7cb3232ade
|
Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, we may want to switch to libevnet/c-ares, if they ever handle 10k fd situations properly. This one still needs work too, but at least it is small. This code is disabled by default, and not integrated with dns.c.
svn:r6524
|
2006-06-03 19:49:42 +00:00 |
|
Nick Mathewson
|
64d487a2d6
|
Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str instead. Based on code from Michael Mohr.
svn:r6510
|
2006-05-28 16:54:39 +00:00 |
|
Roger Dingledine
|
9f005ae66b
|
build the Makefile in contrib/suse/ too
svn:r6502
|
2006-05-26 13:51:20 +00:00 |
|
Andrew Lewman
|
0cdba91de5
|
Let AC_OUTPUT know about contrib/suse/tor.sh and we only need tor.sh
from contrib/suse
svn:r6501
|
2006-05-26 13:42:28 +00:00 |
|
Nick Mathewson
|
c1054ffe92
|
Patch from Michael Mohr to fix cross-compilation. Backport candidate. Tweaked to use sensible defaults for NULL_REP_IS_ZERO_BYTES and TIME_T_IS_SIGNED.
svn:r6474
|
2006-05-23 08:38:18 +00:00 |
|
Nick Mathewson
|
89a8411ace
|
Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is often way way slower than doing the right thing. Backport candidate.
svn:r6473
|
2006-05-23 08:23:03 +00:00 |
|
Roger Dingledine
|
37c77c71f7
|
0.1.2.0-alpha-cvs!
svn:r6375
|
2006-04-10 20:21:55 +00:00 |
|
Roger Dingledine
|
9a34c32ec3
|
bump to 0.1.1.18-rc
svn:r6351
|
2006-04-10 05:58:20 +00:00 |
|
Roger Dingledine
|
0567506feb
|
one preposition is better than two, sometimes.
svn:r6270
|
2006-03-29 00:57:49 +00:00 |
|
Roger Dingledine
|
e7fbdcf70e
|
bump to 0.1.1.17-rc-cvs
so much for 'release candidate'
svn:r6265
|
2006-03-28 11:30:57 +00:00 |
|
Roger Dingledine
|
26eb815f73
|
bump to 0.1.1.17-rc
svn:r6261
|
2006-03-28 07:45:23 +00:00 |
|
Nick Mathewson
|
74d35c8027
|
On non-gcc compilers, use -g -O instead of -Wall -g -O2: resolve bug 273.
svn:r6245
|
2006-03-27 00:43:39 +00:00 |
|
Nick Mathewson
|
68b3b3ee7c
|
Oops; give error earlier when no runnable libevent is found. Grep reveals no more errors of this type in configure.in
svn:r6210
|
2006-03-21 19:01:34 +00:00 |
|
Roger Dingledine
|
b62f0091e4
|
and now resume building on netbsd 2.0
insert circus music here
svn:r6199
|
2006-03-19 22:21:17 +00:00 |
|
Roger Dingledine
|
ed82152ab7
|
resume building on irix64
svn:r6198
|
2006-03-19 20:36:26 +00:00 |
|
Roger Dingledine
|
88b67d48f0
|
bump to 0.1.1.16-rc-cvs so we can start fixing more bugs
svn:r6197
|
2006-03-19 04:43:36 +00:00 |
|
Roger Dingledine
|
bcc19b0f83
|
which brings us to 0.1.1.16-rc
svn:r6195
|
2006-03-19 04:02:11 +00:00 |
|
Roger Dingledine
|
de5fac0ed1
|
remove extraneous (i hope) include from the openssl detection
svn:r6160
|
2006-03-14 22:56:45 +00:00 |
|
Roger Dingledine
|
c61ce09649
|
fix some punctuation and tabs
svn:r6154
|
2006-03-13 18:09:30 +00:00 |
|
Nick Mathewson
|
f8d4758a26
|
fix a flipped boolean. I had mistakenly assumed my OSX latptop was my friend
svn:r6152
|
2006-03-13 06:40:37 +00:00 |
|
Nick Mathewson
|
331438b8ab
|
Add a missing include in ssl version test.
svn:r6151
|
2006-03-13 06:23:24 +00:00 |
|
Nick Mathewson
|
5762d52894
|
Another configure.in fix. We copied some idiocy from our example "look for openssl" code where we skipped checking for the presence of header files when deciding whether we needed a -L or -I option. This broke the case where openssl/libevent was in our default linker search path, but not our default cpp search path. Thanks go to cat-"pathological case"-xeger and her Solaris box.
svn:r6149
|
2006-03-13 05:42:19 +00:00 |
|
Nick Mathewson
|
b318bd8989
|
Fix a couple of bugs in OpenSSL detection. Also, deal better when there are multiple SSLs installed.
svn:r6148
|
2006-03-13 04:58:46 +00:00 |
|
Nick Mathewson
|
0c132ee2a1
|
Instead of listing a set of compilers that prefers __func__ to __FUNCTION__, use autoconf. Also, prefer __func__ in our own code: __func__ is a C99 standard, whereas __FUNCTION__ is not. [Fixes bug 254.]
svn:r6144
|
2006-03-13 00:25:36 +00:00 |
|
Roger Dingledine
|
ef8939d5b3
|
bump to 0.1.1.15-rc-cvs
svn:r6132
|
2006-03-12 03:01:09 +00:00 |
|
Roger Dingledine
|
44ca1a997d
|
bump to 0.1.1.15-rc
svn:r6126
|
2006-03-11 18:44:11 +00:00 |
|
Roger Dingledine
|
dda54db36d
|
bump to 0.1.1.14-alpha-cvs, and we're off.
svn:r6062
|
2006-02-21 04:13:49 +00:00 |
|
Roger Dingledine
|
ae65d595ff
|
bump to 0.1.1.14-alpha
svn:r6059
|
2006-02-21 03:57:44 +00:00 |
|
Roger Dingledine
|
bb890da4cf
|
bump to 0.1.1.13-alpha-cvs -- progress!
svn:r5954
|
2006-02-10 12:26:28 +00:00 |
|
Roger Dingledine
|
ddb43de2d0
|
bump to 0.1.1.13-alpha
svn:r5951
|
2006-02-09 22:55:40 +00:00 |
|
Roger Dingledine
|
5f051574d5
|
Happy new year!
svn:r5949
|
2006-02-09 05:46:49 +00:00 |
|
Nick Mathewson
|
a69b96af02
|
Be sure to restore LDFLAGS from LDFLAGS, not from LIBS.
svn:r5902
|
2006-02-03 19:34:09 +00:00 |
|
Peter Palfrader
|
dbf2e10460
|
Apply Matt Ghali's --with-syslog-facility patch
svn:r5883
|
2006-02-01 02:15:44 +00:00 |
|
Nick Mathewson
|
d4393daf10
|
Make OpenSSL configure.in logic match libevent configure.in logic.
svn:r5873
|
2006-01-27 19:38:16 +00:00 |
|
Nick Mathewson
|
0e8072a8e7
|
More improvements on libevent hunting: give a good error when no libevent linkable is found at all; also try using -R to link libevent where needed.
svn:r5872
|
2006-01-27 18:39:40 +00:00 |
|
Nick Mathewson
|
2379bc557c
|
Minor cleanup of last patch: check system before prefix, so we dont believe that libevent is /usr/local/lib when it is in /usr.
svn:r5871
|
2006-01-27 01:47:43 +00:00 |
|
Nick Mathewson
|
b28dbb5b99
|
Implement --with-libevent-dir. Improve libevent search techniques. May be buggy as my old apartment.
svn:r5870
|
2006-01-27 00:16:06 +00:00 |
|
Roger Dingledine
|
2c26d77bf0
|
bump to 0.1.1.12-alpha-cvs
svn:r5825
|
2006-01-12 05:08:20 +00:00 |
|
Roger Dingledine
|
aa070a3301
|
bump to 0.1.1.12-alpha
ha ha
svn:r5808
|
2006-01-11 22:36:32 +00:00 |
|
Roger Dingledine
|
a8bb654c2b
|
bump to 0.1.1.11-alpha-cvs
svn:r5799
|
2006-01-11 06:19:00 +00:00 |
|
Roger Dingledine
|
906a2c8ef0
|
bump to 0.1.1.11-alpha in preparation for release
svn:r5783
|
2006-01-10 23:16:36 +00:00 |
|
Nick Mathewson
|
221fc8d709
|
Apply RPM-related cleanups from John Bashinski
svn:r5639
|
2005-12-24 04:03:39 +00:00 |
|
Roger Dingledine
|
c21666ca59
|
bump to 0.1.1.10-alpha-cvs
svn:r5558
|
2005-12-11 07:33:16 +00:00 |
|
Roger Dingledine
|
eaa864ed17
|
bump to 0.1.1.10-alpha
svn:r5553
|
2005-12-10 21:15:18 +00:00 |
|