summaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)Author
2005-05-18bump to 0.1.0.7-rc-cvsRoger Dingledine
svn:r4267
2005-05-17oops, i never committed the bump to 0.1.0.7-rcRoger Dingledine
svn:r4254
2005-05-17Brag to the user when we successfully work around an idiotic ld.so.conf.Nick Mathewson
svn:r4251
2005-05-17Normal is good.Nick Mathewson
svn:r4250
2005-05-17Check for the ugly /usr/local/lib-not-in-ld.so.conf case even when we can ↵Nick Mathewson
link against libevent normally. svn:r4249
2005-05-17Add a missing .soNick Mathewson
svn:r4248
2005-05-17Actually set the variable if the answer is yes.Nick Mathewson
svn:r4247
2005-05-17work on messages and return vals?Nick Mathewson
svn:r4246
2005-05-17Add a stupid dollar sign. Stupid shell.Nick Mathewson
svn:r4245
2005-05-17add debugging lineNick Mathewson
svn:r4244
2005-05-17Hey rocky, watch me pull a link pass out of a hat!Nick Mathewson
svn:r4243
2005-05-17Syntax on AC_TRY_LINK.Nick Mathewson
svn:r4242
2005-05-17Oops, replace letterNick Mathewson
svn:r4241
2005-05-17Oops, transpose lettersNick Mathewson
svn:r4240
2005-05-17Very experimental code to try to make libevent work from bad /usr/local/libsNick Mathewson
svn:r4238
2005-05-15bump cvs to 0.1.0.6-rc-cvsRoger Dingledine
svn:r4231
2005-05-15bump to 0.1.0.6-rcRoger Dingledine
svn:r4217
2005-05-14Check the right variable for the right value in order to default netbsd ↵Nick Mathewson
threads to "off". Fixes bug 122. svn:r4202
2005-05-10Implement --disable-threadsNick Mathewson
svn:r4187
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
svn:r4184
2005-05-03Define LOCALSTATEDIR in orconfig.hNick Mathewson
svn:r4171
2005-04-28bump to 0.1.0.5-rc-cvsRoger Dingledine
svn:r4149
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
svn:r4138
2005-04-26bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine
svn:r4123
2005-04-23bump experimental version to 0.1.0.4-rcRoger Dingledine
svn:r4096
2005-04-23bump to 0.1.0.3-rc-cvsRoger Dingledine
svn:r4088
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
svn:r4064
2005-04-01bump to 0.1.0.2-rc-cvsRoger Dingledine
svn:r3983
2005-04-01update copyright notices.Nick Mathewson
svn:r3982
2005-04-01bump version to 0.1.0.2-rcdebian-version-0.1.0.2-rc-200504011500-1Roger Dingledine
svn:r3969
2005-04-01Use recent libevent features when possibleNick Mathewson
svn:r3940
2005-03-31bump cvs version to 0.1.0.1-rc-cvsdebian-version-0.1.0.1-rc-cvs-200503310807-1Roger Dingledine
svn:r3933
2005-03-29Mention libevent in more docs.Nick Mathewson
svn:r3913
2005-03-23bump cvs to 0.1.0.1-rcRoger Dingledine
svn:r3845
2005-03-22Fix spacing for --with-dmallocPeter Palfrader
svn:r3819
2005-03-03Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson
svn:r3732
2005-02-22Patch to localtime/gmtime handling: use the _r variants where available. ↵Nick Mathewson
Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. svn:r3653
2005-02-22Check for pthread dependency on pthread_detach as well as pthread_createNick Mathewson
svn:r3651
2005-02-22Snarf some logic from python, adapted to our own needs, to handle ↵Nick Mathewson
gethostbyname_r correctly across platforms. svn:r3649
2005-02-22Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵Nick Mathewson
cell_t. svn:r3648
2005-02-15More fixes for IRIX compilation: make very sure we have NULL in ↵Nick Mathewson
configure.in. This may work now. svn:r3627
2005-02-15Fix check for NULL representation to include string.h; this makes fixes ↵Nick Mathewson
building on Irix, I hope. svn:r3625
2005-02-12Give a better error message when zlib.h is not found.Nick Mathewson
svn:r3618
2005-02-03Use getaddrinfo and gethostbyname_r where available. Note that these are ↵Nick Mathewson
not necessarily threadsafe: this needs more thinking. Perhaps we should back down on this multithreading idea. svn:r3522
2005-02-03Also check for dmalloc.hPeter Palfrader
svn:r3510
2005-02-03fix typoRoger Dingledine
svn:r3509
2005-02-03Add --with-dmalloc configure optionPeter Palfrader
svn:r3508
2005-02-01Check for libpthreadNick Mathewson
svn:r3496
2005-01-27Add rudimentary pthread support that needs more testing.Nick Mathewson
svn:r3439
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341