Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-18 | bump to 0.1.0.7-rc-cvs | Roger Dingledine | |
svn:r4267 | |||
2005-05-17 | oops, i never committed the bump to 0.1.0.7-rc | Roger Dingledine | |
svn:r4254 | |||
2005-05-17 | Brag to the user when we successfully work around an idiotic ld.so.conf. | Nick Mathewson | |
svn:r4251 | |||
2005-05-17 | Normal is good. | Nick Mathewson | |
svn:r4250 | |||
2005-05-17 | Check 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-17 | Add a missing .so | Nick Mathewson | |
svn:r4248 | |||
2005-05-17 | Actually set the variable if the answer is yes. | Nick Mathewson | |
svn:r4247 | |||
2005-05-17 | work on messages and return vals? | Nick Mathewson | |
svn:r4246 | |||
2005-05-17 | Add a stupid dollar sign. Stupid shell. | Nick Mathewson | |
svn:r4245 | |||
2005-05-17 | add debugging line | Nick Mathewson | |
svn:r4244 | |||
2005-05-17 | Hey rocky, watch me pull a link pass out of a hat! | Nick Mathewson | |
svn:r4243 | |||
2005-05-17 | Syntax on AC_TRY_LINK. | Nick Mathewson | |
svn:r4242 | |||
2005-05-17 | Oops, replace letter | Nick Mathewson | |
svn:r4241 | |||
2005-05-17 | Oops, transpose letters | Nick Mathewson | |
svn:r4240 | |||
2005-05-17 | Very experimental code to try to make libevent work from bad /usr/local/libs | Nick Mathewson | |
svn:r4238 | |||
2005-05-15 | bump cvs to 0.1.0.6-rc-cvs | Roger Dingledine | |
svn:r4231 | |||
2005-05-15 | bump to 0.1.0.6-rc | Roger Dingledine | |
svn:r4217 | |||
2005-05-14 | Check the right variable for the right value in order to default netbsd ↵ | Nick Mathewson | |
threads to "off". Fixes bug 122. svn:r4202 | |||
2005-05-10 | Implement --disable-threads | Nick Mathewson | |
svn:r4187 | |||
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson | |
svn:r4184 | |||
2005-05-03 | Define LOCALSTATEDIR in orconfig.h | Nick Mathewson | |
svn:r4171 | |||
2005-04-28 | bump to 0.1.0.5-rc-cvs | Roger Dingledine | |
svn:r4149 | |||
2005-04-27 | bump to 0.1.0.5-rc | Roger Dingledine | |
svn:r4138 | |||
2005-04-26 | bump to 0.1.0.4-rc-cvs while we're testing | Roger Dingledine | |
svn:r4123 | |||
2005-04-23 | bump experimental version to 0.1.0.4-rc | Roger Dingledine | |
svn:r4096 | |||
2005-04-23 | bump to 0.1.0.3-rc-cvs | Roger Dingledine | |
svn:r4088 | |||
2005-04-08 | bump to 0.1.0.3-rc | Roger Dingledine | |
svn:r4064 | |||
2005-04-01 | bump to 0.1.0.2-rc-cvs | Roger Dingledine | |
svn:r3983 | |||
2005-04-01 | update copyright notices. | Nick Mathewson | |
svn:r3982 | |||
2005-04-01 | bump version to 0.1.0.2-rcdebian-version-0.1.0.2-rc-200504011500-1 | Roger Dingledine | |
svn:r3969 | |||
2005-04-01 | Use recent libevent features when possible | Nick Mathewson | |
svn:r3940 | |||
2005-03-31 | bump cvs version to 0.1.0.1-rc-cvsdebian-version-0.1.0.1-rc-cvs-200503310807-1 | Roger Dingledine | |
svn:r3933 | |||
2005-03-29 | Mention libevent in more docs. | Nick Mathewson | |
svn:r3913 | |||
2005-03-23 | bump cvs to 0.1.0.1-rc | Roger Dingledine | |
svn:r3845 | |||
2005-03-22 | Fix spacing for --with-dmalloc | Peter Palfrader | |
svn:r3819 | |||
2005-03-03 | Finish implementing GETINFO; make it easy to query address maps. | Nick Mathewson | |
svn:r3732 | |||
2005-02-22 | Patch 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-22 | Check for pthread dependency on pthread_detach as well as pthread_create | Nick Mathewson | |
svn:r3651 | |||
2005-02-22 | Snarf some logic from python, adapted to our own needs, to handle ↵ | Nick Mathewson | |
gethostbyname_r correctly across platforms. svn:r3649 | |||
2005-02-22 | Initial IRIX compatibility fixes: check for inttypes.h; check for platform ↵ | Nick Mathewson | |
cell_t. svn:r3648 | |||
2005-02-15 | More fixes for IRIX compilation: make very sure we have NULL in ↵ | Nick Mathewson | |
configure.in. This may work now. svn:r3627 | |||
2005-02-15 | Fix check for NULL representation to include string.h; this makes fixes ↵ | Nick Mathewson | |
building on Irix, I hope. svn:r3625 | |||
2005-02-12 | Give a better error message when zlib.h is not found. | Nick Mathewson | |
svn:r3618 | |||
2005-02-03 | Use 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-03 | Also check for dmalloc.h | Peter Palfrader | |
svn:r3510 | |||
2005-02-03 | fix typo | Roger Dingledine | |
svn:r3509 | |||
2005-02-03 | Add --with-dmalloc configure option | Peter Palfrader | |
svn:r3508 | |||
2005-02-01 | Check for libpthread | Nick Mathewson | |
svn:r3496 | |||
2005-01-27 | Add rudimentary pthread support that needs more testing. | Nick Mathewson | |
svn:r3439 | |||
2005-01-12 | Make Tor use Niels Provos's libevent instead of it's current | Nick 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 |