aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
Commit message (Collapse)AuthorAge
* fix signed/unsigned comparison, plus typoRoger Dingledine2004-10-12
| | | | svn:r2451
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
| | | | svn:r1948
* define FD_SETSIZE in all cases, not just win32Roger Dingledine2004-06-02
| | | | svn:r1937
* Doxygenate common.Nick Mathewson2004-05-10
| | | | svn:r1829
* Make non-fake tor_poll robust against -1 fdsNick Mathewson2004-05-05
| | | | svn:r1787
* Fix mac compileNick Mathewson2004-05-04
| | | | svn:r1782
* tor_assert(), not assert()Nick Mathewson2004-05-02
| | | | svn:r1777
* Fix windows compile.Nick Mathewson2004-05-02
| | | | svn:r1776
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
| | | | svn:r1774
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
| | | | svn:r1756
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
| | | | svn:r1466
* more pesky tabsRoger Dingledine2004-03-12
| | | | svn:r1265
* Some stuff *should* be signedNick Mathewson2004-03-10
| | | | svn:r1251
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
| | | | svn:r1247
* On OSX, decline to use the built-in select-baed poll wrapper, since it seems ↵Nick Mathewson2004-02-20
| | | | | | to sometimes not work. svn:r1114
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
| | | | svn:r952
* clean up some copyrightsRoger Dingledine2003-12-13
| | | | svn:r907
* make the license explicit on fakepoll.[ch]Roger Dingledine2003-12-09
| | | | svn:r895
* 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