aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* bump to 0.1.0.2-rc-cvsRoger Dingledine2005-04-01
| | | | svn:r3983
* update copyright notices.Nick Mathewson2005-04-01
| | | | svn:r3982
* bump version to 0.1.0.2-rcRoger Dingledine2005-04-01
| | | | svn:r3969
* Use recent libevent features when possibleNick Mathewson2005-04-01
| | | | svn:r3940
* bump cvs version to 0.1.0.1-rc-cvsRoger Dingledine2005-03-31
| | | | svn:r3933
* Mention libevent in more docs.Nick Mathewson2005-03-29
| | | | svn:r3913
* bump cvs to 0.1.0.1-rcRoger Dingledine2005-03-23
| | | | svn:r3845
* Fix spacing for --with-dmallocPeter Palfrader2005-03-22
| | | | svn:r3819
* Finish implementing GETINFO; make it easy to query address maps.Nick Mathewson2005-03-03
| | | | svn:r3732
* Patch to localtime/gmtime handling: use the _r variants where available. ↵Nick Mathewson2005-02-22
| | | | | | Use mutexes to fake _r where necessary. Make mutexes no-ops where no threading is enabled. svn:r3653
* Check for pthread dependency on pthread_detach as well as pthread_createNick Mathewson2005-02-22
| | | | svn:r3651
* Snarf some logic from python, adapted to our own needs, to handle ↵Nick Mathewson2005-02-22
| | | | | | gethostbyname_r correctly across platforms. svn:r3649
* Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵Nick Mathewson2005-02-22
| | | | | | cell_t. svn:r3648
* More fixes for IRIX compilation: make very sure we have NULL in ↵Nick Mathewson2005-02-15
| | | | | | configure.in. This may work now. svn:r3627
* Fix check for NULL representation to include string.h; this makes fixes ↵Nick Mathewson2005-02-15
| | | | | | building on Irix, I hope. svn:r3625
* Give a better error message when zlib.h is not found.Nick Mathewson2005-02-12
| | | | svn:r3618
* Use getaddrinfo and gethostbyname_r where available. Note that these are ↵Nick Mathewson2005-02-03
| | | | | | not necessarily threadsafe: this needs more thinking. Perhaps we should back down on this multithreading idea. svn:r3522
* Also check for dmalloc.hPeter Palfrader2005-02-03
| | | | svn:r3510
* fix typoRoger Dingledine2005-02-03
| | | | svn:r3509
* Add --with-dmalloc configure optionPeter Palfrader2005-02-03
| | | | svn:r3508
* Check for libpthreadNick Mathewson2005-02-01
| | | | svn:r3496
* Add rudimentary pthread support that needs more testing.Nick Mathewson2005-01-27
| | | | svn:r3439
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
| | | | | | | | | | | | 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
* Forward-port OSX packaging stuff from maint branchNick Mathewson2005-01-05
| | | | svn:r3299
* Bump repository version to tor-0.1.0.0-alpha-cvs. (First prerelease will be ↵Nick Mathewson2004-12-17
| | | | | | 0.1.0.1-alpha svn:r3168
* move us to 0.0.9.1Roger Dingledine2004-12-15
| | | | svn:r3150
* move us to 0.0.9Roger Dingledine2004-12-13
| | | | svn:r3139
* bump to 0.0.9rc7Roger Dingledine2004-12-08
| | | | svn:r3121
* bump us to 0.0.9rc7-cvsRoger Dingledine2004-12-07
| | | | svn:r3102
* bump us to 0.0.9rc6Roger Dingledine2004-12-06
| | | | svn:r3089
* bump us to 0.0.9rc6-cvsRoger Dingledine2004-12-04
| | | | | | | darn these bugs svn:r3069
* bump to 0.0.9rc5Roger Dingledine2004-12-01
| | | | svn:r3056
* bump to 0.0.9rc5-cvsRoger Dingledine2004-11-29
| | | | svn:r3009
* bump to 0.0.9rc4Roger Dingledine2004-11-28
| | | | svn:r3001
* that's enough changes to bump to rc4-cvsRoger Dingledine2004-11-26
| | | | svn:r2991
* bump to 0.0.9rc3Roger Dingledine2004-11-25
| | | | svn:r2984
* bump to rc2Roger Dingledine2004-11-23
| | | | svn:r2965
* fix some typos; move to 0.0.9rc1Roger Dingledine2004-11-23
| | | | svn:r2951
* bump us to 0.0.9rc1-cvsRoger Dingledine2004-11-20
| | | | svn:r2916
* bump us to 0.0.9pre6Roger Dingledine2004-11-16
| | | | svn:r2902
* Add coda at the end of configure.in to update versions in orconfig.h and ↵Nick Mathewson2004-11-14
| | | | | | tor.nsi as needed. svn:r2864
* Fix "implicit declaration of ftello" warning: add AC_FUNC_FSEEKO in ↵Nick Mathewson2004-11-14
| | | | | | configure.in and always include orconfig.h before anything else svn:r2854
* generate contrib/torctl via auto*Roger Dingledine2004-11-14
| | | | svn:r2846
* Use autoconf to enable largefile support where necessary. Use ftello where ↵Nick Mathewson2004-11-12
| | | | | | available, since ftell can fail at 2GB. svn:r2806
* Resolve FIXME items: make expand_filename handle ~ and ~usernameNick Mathewson2004-11-10
| | | | svn:r2789
* bump us to 0.0.9pre6-cvsRoger Dingledine2004-11-10
| | | | svn:r2787
* ship the tarball with a minimal cflags, since gcc's vary so muchRoger Dingledine2004-11-10
| | | | svn:r2770
* More whitespace normalizationNick Mathewson2004-11-10
| | | | svn:r2768
* separate out the cflags that cause spurious warnings, soRoger Dingledine2004-11-10
| | | | | | | | we don't ship those in the tarball also, bump us to 0.0.9pre5 svn:r2760
* move -Wwrite-strings -Wredundant-decls to a separate CFLAGSRoger Dingledine2004-11-09
| | | | | | | line, since they fail on my system due to bugs in my includes svn:r2718