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