Nick Mathewson
|
331438b8ab
Add a missing include in ssl version test.
|
19 years ago |
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.
|
19 years ago |
Nick Mathewson
|
b318bd8989
Fix a couple of bugs in OpenSSL detection. Also, deal better when there are multiple SSLs installed.
|
19 years ago |
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.]
|
19 years ago |
Roger Dingledine
|
ef8939d5b3
bump to 0.1.1.15-rc-cvs
|
19 years ago |
Roger Dingledine
|
44ca1a997d
bump to 0.1.1.15-rc
|
19 years ago |
Roger Dingledine
|
dda54db36d
bump to 0.1.1.14-alpha-cvs, and we're off.
|
19 years ago |
Roger Dingledine
|
ae65d595ff
bump to 0.1.1.14-alpha
|
19 years ago |
Roger Dingledine
|
bb890da4cf
bump to 0.1.1.13-alpha-cvs -- progress!
|
19 years ago |
Roger Dingledine
|
ddb43de2d0
bump to 0.1.1.13-alpha
|
19 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 years ago |
Nick Mathewson
|
a69b96af02
Be sure to restore LDFLAGS from LDFLAGS, not from LIBS.
|
19 years ago |
Peter Palfrader
|
dbf2e10460
Apply Matt Ghali's --with-syslog-facility patch
|
19 years ago |
Nick Mathewson
|
d4393daf10
Make OpenSSL configure.in logic match libevent configure.in logic.
|
19 years ago |
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.
|
19 years ago |
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.
|
19 years ago |
Nick Mathewson
|
b28dbb5b99
Implement --with-libevent-dir. Improve libevent search techniques. May be buggy as my old apartment.
|
19 years ago |
Roger Dingledine
|
2c26d77bf0
bump to 0.1.1.12-alpha-cvs
|
19 years ago |
Roger Dingledine
|
aa070a3301
bump to 0.1.1.12-alpha
|
19 years ago |
Roger Dingledine
|
a8bb654c2b
bump to 0.1.1.11-alpha-cvs
|
19 years ago |
Roger Dingledine
|
906a2c8ef0
bump to 0.1.1.11-alpha in preparation for release
|
19 years ago |
Nick Mathewson
|
221fc8d709
Apply RPM-related cleanups from John Bashinski
|
19 years ago |
Roger Dingledine
|
c21666ca59
bump to 0.1.1.10-alpha-cvs
|
19 years ago |
Roger Dingledine
|
eaa864ed17
bump to 0.1.1.10-alpha
|
19 years ago |
Peter Palfrader
|
7a70a142f4
Also print usernames, not just numeric UIDs when we tell the user that his data directory has the wrong owner
|
19 years ago |
Roger Dingledine
|
276ca7ad28
link with -ldl if you need it.
|
19 years ago |
Roger Dingledine
|
4e77913c67
whitespace and copyright fixes on configure.in
|
19 years ago |
Roger Dingledine
|
6465b30f21
bump to 0.1.1.9-alpha-cvs
|
19 years ago |
Roger Dingledine
|
4cd7bddfc3
bump to 0.1.1.9-alpha
|
19 years ago |
Nick Mathewson
|
b548ce791a
prefer thread-friendly dmalloc
|
19 years ago |