summaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
AgeCommit message (Expand)Author
2004-12-01Fix windows build.Nick Mathewson
2004-12-01If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-02Use a stricter set of warnings; make them all pass.Nick Mathewson
2004-10-12fix signed/unsigned comparison, plus typoRoger Dingledine
2004-06-05Make tor build on win32 again; handle locking for serverNick Mathewson
2004-06-02define FD_SETSIZE in all cases, not just win32Roger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-05Make non-fake tor_poll robust against -1 fdsNick Mathewson
2004-05-04Fix mac compileNick Mathewson
2004-05-02tor_assert(), not assert()Nick Mathewson
2004-05-02Fix windows compile.Nick Mathewson
2004-05-02Assert that we never try to fakepoll on sock -1.Nick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-03Make "common" no longer depend on or.hNick Mathewson
2004-03-12more pesky tabsRoger Dingledine
2004-03-10Some stuff *should* be signedNick Mathewson
2004-03-09Make tor build on windows again. More work still neededNick Mathewson
2004-02-20On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson
2003-12-17clean tabs, trailing whitespaceRoger Dingledine
2003-12-13clean up some copyrightsRoger Dingledine
2003-12-09make the license explicit on fakepoll.[ch]Roger Dingledine
2003-10-27bugfix for win32 with lots of usersRoger Dingledine
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