summaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
AgeCommit message (Expand)Author
2003-10-07Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson
2003-10-07Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson
2003-10-07do not ask for whom there's an error, it polls for theeRoger Dingledine
2003-08-14Tor now builds on win32.Nick Mathewson
2003-08-14Attempt to make sockets code work right on windows.Nick Mathewson
2003-08-12Make windows happier stillNick Mathewson
2003-08-12Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson
2003-08-12Start of port to win32. Missing are:Nick Mathewson
2003-06-18fix typos, streamlineRoger Dingledine
2002-09-03Add function to fake a poll call using selectNick Mathewson