aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
Commit message (Expand)AuthorAge
* Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson2005-01-12
* Fix windows build.Nick Mathewson2004-12-01
* If we are using select, make sure we stay within FD_SETSIZE.Nick Mathewson2004-12-01
* Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson2004-11-29
* remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine2004-11-26
* Use a stricter set of warnings; make them all pass.Nick Mathewson2004-11-02
* fix signed/unsigned comparison, plus typoRoger Dingledine2004-10-12
* Make tor build on win32 again; handle locking for serverNick Mathewson2004-06-05
* define FD_SETSIZE in all cases, not just win32Roger Dingledine2004-06-02
* Doxygenate common.Nick Mathewson2004-05-10
* Make non-fake tor_poll robust against -1 fdsNick Mathewson2004-05-05
* Fix mac compileNick Mathewson2004-05-04
* tor_assert(), not assert()Nick Mathewson2004-05-02
* Fix windows compile.Nick Mathewson2004-05-02
* Assert that we never try to fakepoll on sock -1.Nick Mathewson2004-05-02
* Handle windows socket errors correctly; comment most of common.Nick Mathewson2004-05-01
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
* Make "common" no longer depend on or.hNick Mathewson2004-04-03
* more pesky tabsRoger Dingledine2004-03-12
* Some stuff *should* be signedNick Mathewson2004-03-10
* Make tor build on windows again. More work still neededNick Mathewson2004-03-09
* On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...Nick Mathewson2004-02-20
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
* clean up some copyrightsRoger Dingledine2003-12-13
* make the license explicit on fakepoll.[ch]Roger Dingledine2003-12-09
* bugfix for win32 with lots of usersRoger Dingledine2003-10-27
* Clear revents even when no events are received. Also, since everyone gets in...Nick Mathewson2003-10-07
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.Nick Mathewson2003-10-07
* do not ask for whom there's an error, it polls for theeRoger Dingledine2003-10-07
* Tor now builds on win32.Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.Nick Mathewson2003-08-14
* Make windows happier stillNick Mathewson2003-08-12
* Reorder includes so that fakepoll.c gets built when it shouldNick Mathewson2003-08-12
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* fix typos, streamlineRoger Dingledine2003-06-18
* Add function to fake a poll call using selectNick Mathewson2002-09-03