| Commit message (Expand) | Author | Age |
* | Make Tor use Niels Provos's libevent instead of it's current•••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
| Nick Mathewson | 2005-01-12 |
* | If we are using select, make sure we stay within FD_SETSIZE.•••svn:r3051
| Nick Mathewson | 2004-12-01 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019
| Nick Mathewson | 2004-11-29 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989
| Roger Dingledine | 2004-11-26 |
* | doxygen markup for common/*.h•••svn:r1840
| Roger Dingledine | 2004-05-10 |
* | Make non-fake tor_poll robust against -1 fds•••svn:r1787
| Nick Mathewson | 2004-05-05 |
* | Handle windows socket errors correctly; comment most of common.•••svn:r1756
| Nick Mathewson | 2004-05-01 |
* | Document stuff, reduce magic numbers, add emacs magic•••svn:r1502
| Nick Mathewson | 2004-04-06 |
* | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...•••svn:r1114
| Nick Mathewson | 2004-02-20 |
* | clean up some copyrights•••svn:r907
| Roger Dingledine | 2003-12-13 |
* | make the license explicit on fakepoll.[ch]•••svn:r895
| Roger Dingledine | 2003-12-09 |
* | fix typos, streamline•••svn:r337
| Roger Dingledine | 2003-06-18 |
* | work on versioning; new log_fn function•••svn:r288
| Nick Mathewson | 2003-05-09 |
* | Add function to fake a poll call using select•••svn:r87
| Nick Mathewson | 2002-09-03 |