| Commit message (Expand) | Author | Age |
* | fix signed/unsigned comparison, plus typo | Roger Dingledine | 2004-10-12 |
* | Make tor build on win32 again; handle locking for server | Nick Mathewson | 2004-06-05 |
* | define FD_SETSIZE in all cases, not just win32 | Roger Dingledine | 2004-06-02 |
* | Doxygenate common. | Nick Mathewson | 2004-05-10 |
* | Make non-fake tor_poll robust against -1 fds | Nick Mathewson | 2004-05-05 |
* | Fix mac compile | Nick Mathewson | 2004-05-04 |
* | tor_assert(), not assert() | Nick Mathewson | 2004-05-02 |
* | Fix windows compile. | Nick Mathewson | 2004-05-02 |
* | Assert that we never try to fakepoll on sock -1. | Nick Mathewson | 2004-05-02 |
* | Handle windows socket errors correctly; comment most of common. | Nick Mathewson | 2004-05-01 |
* | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson | 2004-04-06 |
* | Make "common" no longer depend on or.h | Nick Mathewson | 2004-04-03 |
* | more pesky tabs | Roger Dingledine | 2004-03-12 |
* | Some stuff *should* be signed | Nick Mathewson | 2004-03-10 |
* | Make tor build on windows again. More work still needed | Nick Mathewson | 2004-03-09 |
* | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ... | Nick Mathewson | 2004-02-20 |
* | clean tabs, trailing whitespace | Roger Dingledine | 2003-12-17 |
* | clean up some copyrights | Roger Dingledine | 2003-12-13 |
* | make the license explicit on fakepoll.[ch] | Roger Dingledine | 2003-12-09 |
* | bugfix for win32 with lots of users | Roger Dingledine | 2003-10-27 |
* | Clear revents even when no events are received. Also, since everyone gets in... | Nick Mathewson | 2003-10-07 |
* | Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause. | Nick Mathewson | 2003-10-07 |
* | do not ask for whom there's an error, it polls for thee | Roger Dingledine | 2003-10-07 |
* | Tor now builds on win32. | Nick Mathewson | 2003-08-14 |
* | Attempt to make sockets code work right on windows. | Nick Mathewson | 2003-08-14 |
* | Make windows happier still | Nick Mathewson | 2003-08-12 |
* | Reorder includes so that fakepoll.c gets built when it should | Nick Mathewson | 2003-08-12 |
* | Start of port to win32. Missing are: | Nick Mathewson | 2003-08-12 |
* | fix typos, streamline | Roger Dingledine | 2003-06-18 |
* | Add function to fake a poll call using select | Nick Mathewson | 2002-09-03 |