aboutsummaryrefslogtreecommitdiff
path: root/src/common/fakepoll.c
Commit message (Expand)AuthorAge
* Make tor build on win32 again; handle locking for server•••svn:r1948 Nick Mathewson2004-06-05
* define FD_SETSIZE in all cases, not just win32•••svn:r1937 Roger Dingledine2004-06-02
* Doxygenate common.•••svn:r1829 Nick Mathewson2004-05-10
* Make non-fake tor_poll robust against -1 fds•••svn:r1787 Nick Mathewson2004-05-05
* Fix mac compile•••svn:r1782 Nick Mathewson2004-05-04
* tor_assert(), not assert()•••svn:r1777 Nick Mathewson2004-05-02
* Fix windows compile.•••svn:r1776 Nick Mathewson2004-05-02
* Assert that we never try to fakepoll on sock -1.•••svn:r1774 Nick Mathewson2004-05-02
* Handle windows socket errors correctly; comment most of common.•••svn:r1756 Nick Mathewson2004-05-01
* Document stuff, reduce magic numbers, add emacs magic•••svn:r1502 Nick Mathewson2004-04-06
* Make "common" no longer depend on or.h•••svn:r1466 Nick Mathewson2004-04-03
* more pesky tabs•••svn:r1265 Roger Dingledine2004-03-12
* Some stuff *should* be signed•••svn:r1251 Nick Mathewson2004-03-10
* Make tor build on windows again. More work still needed•••svn:r1247 Nick Mathewson2004-03-09
* On OSX, decline to use the built-in select-baed poll wrapper, since it seems ...•••svn:r1114 Nick Mathewson2004-02-20
* clean tabs, trailing whitespace•••svn:r952 Roger Dingledine2003-12-17
* clean up some copyrights•••svn:r907 Roger Dingledine2003-12-13
* make the license explicit on fakepoll.[ch]•••svn:r895 Roger Dingledine2003-12-09
* bugfix for win32 with lots of users•••plus general cleanup on switch_id() svn:r684 Roger Dingledine2003-10-27
* Clear revents even when no events are received. Also, since everyone gets in...•••svn:r550 Nick Mathewson2003-10-07
* Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause.•••svn:r549 Nick Mathewson2003-10-07
* do not ask for whom there's an error, it polls for thee•••svn:r548 Roger Dingledine2003-10-07
* Tor now builds on win32.•••svn:r400 Nick Mathewson2003-08-14
* Attempt to make sockets code work right on windows.•••svn:r398 Nick Mathewson2003-08-14
* Make windows happier still•••svn:r392 Nick Mathewson2003-08-12
* Reorder includes so that fakepoll.c gets built when it should•••svn:r384 Nick Mathewson2003-08-12
* Start of port to win32. Missing are:••• - 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 Nick Mathewson2003-08-12
* fix typos, streamline•••svn:r337 Roger Dingledine2003-06-18
* Add function to fake a poll call using select•••svn:r87 Nick Mathewson2002-09-03