aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
...
* bump cvs to 0.1.1.0-alpha-cvsRoger Dingledine2005-06-06
| | | | svn:r4323
* Only restore what we actually savedNick Mathewson2005-05-23
| | | | svn:r4288
* More comments for configure.in, and also make configure.in not croak on old ↵Nick Mathewson2005-05-23
| | | | | | libevents svn:r4287
* bump to 0.1.0.8-rcRoger Dingledine2005-05-23
| | | | svn:r4286
* Disable threads on openbsd too.Nick Mathewson2005-05-19
| | | | svn:r4268
* bump to 0.1.0.7-rc-cvsRoger Dingledine2005-05-18
| | | | svn:r4267
* oops, i never committed the bump to 0.1.0.7-rcRoger Dingledine2005-05-17
| | | | svn:r4254
* Brag to the user when we successfully work around an idiotic ld.so.conf.Nick Mathewson2005-05-17
| | | | svn:r4251
* Normal is good.Nick Mathewson2005-05-17
| | | | svn:r4250
* Check for the ugly /usr/local/lib-not-in-ld.so.conf case even when we can ↵Nick Mathewson2005-05-17
| | | | | | link against libevent normally. svn:r4249
* Add a missing .soNick Mathewson2005-05-17
| | | | svn:r4248
* Actually set the variable if the answer is yes.Nick Mathewson2005-05-17
| | | | svn:r4247
* work on messages and return vals?Nick Mathewson2005-05-17
| | | | svn:r4246
* Add a stupid dollar sign. Stupid shell.Nick Mathewson2005-05-17
| | | | svn:r4245
* add debugging lineNick Mathewson2005-05-17
| | | | svn:r4244
* Hey rocky, watch me pull a link pass out of a hat!Nick Mathewson2005-05-17
| | | | svn:r4243
* Syntax on AC_TRY_LINK.Nick Mathewson2005-05-17
| | | | svn:r4242
* Oops, replace letterNick Mathewson2005-05-17
| | | | svn:r4241
* Oops, transpose lettersNick Mathewson2005-05-17
| | | | svn:r4240
* Very experimental code to try to make libevent work from bad /usr/local/libsNick Mathewson2005-05-17
| | | | svn:r4238
* bump cvs to 0.1.0.6-rc-cvsRoger Dingledine2005-05-15
| | | | svn:r4231
* bump to 0.1.0.6-rcRoger Dingledine2005-05-15
| | | | svn:r4217
* Check the right variable for the right value in order to default netbsd ↵Nick Mathewson2005-05-14
| | | | | | threads to "off". Fixes bug 122. svn:r4202
* Implement --disable-threadsNick Mathewson2005-05-10
| | | | svn:r4187
* Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson2005-05-07
| | | | svn:r4184
* Define LOCALSTATEDIR in orconfig.hNick Mathewson2005-05-03
| | | | svn:r4171
* bump to 0.1.0.5-rc-cvsRoger Dingledine2005-04-28
| | | | svn:r4149
* bump to 0.1.0.5-rcRoger Dingledine2005-04-27
| | | | svn:r4138
* bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine2005-04-26
| | | | svn:r4123
* bump experimental version to 0.1.0.4-rcRoger Dingledine2005-04-23
| | | | svn:r4096
* bump to 0.1.0.3-rc-cvsRoger Dingledine2005-04-23
| | | | svn:r4088
* bump to 0.1.0.3-rcRoger Dingledine2005-04-08
| | | | svn:r4064
* 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