aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
Commit message (Collapse)AuthorAge
* bugfix for win32 with lots of usersRoger Dingledine2003-10-27
| | | | | | | plus general cleanup on switch_id() svn:r684
* Clear revents even when no events are received. Also, since everyone gets ↵Nick Mathewson2003-10-07
| | | | | | in exceptions, everyone gets to increment maxfd. svn:r550
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson2003-10-07
| | | | svn:r549
* do not ask for whom there's an error, it polls for theeRoger Dingledine2003-10-07
| | | | svn:r548
* Tor now builds on win32.Nick Mathewson2003-08-14
| | | | svn:r400
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
| | | | svn:r398
* Make windows happier stillNick Mathewson2003-08-12
| | | | svn:r392
* Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson2003-08-12
| | | | svn:r384
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
| | | | | | | | | | | | | | | | - signal support - forking for DNS farm - changes for async IO - daemonizing In other words, some files still don't build, and the ones that do build, do nonblocking IO incorrectly. I'm also not checking in the project files till I have a good place for them. svn:r380
* fix typos, streamlineRoger Dingledine2003-06-18
| | | | svn:r337
* Add function to fake a poll call using selectNick Mathewson2002-09-03
svn:r87