Age | Commit message (Expand) | Author |
2004-12-01 | Fix windows build. | Nick Mathewson |
2004-12-01 | If we are using select, make sure we stay within FD_SETSIZE. | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-02 | Use a stricter set of warnings; make them all pass. | Nick Mathewson |
2004-10-12 | fix signed/unsigned comparison, plus typo | Roger Dingledine |
2004-06-05 | Make tor build on win32 again; handle locking for server | Nick Mathewson |
2004-06-02 | define FD_SETSIZE in all cases, not just win32 | Roger Dingledine |
2004-05-10 | Doxygenate common. | Nick Mathewson |
2004-05-05 | Make non-fake tor_poll robust against -1 fds | Nick Mathewson |
2004-05-04 | Fix mac compile | Nick Mathewson |
2004-05-02 | tor_assert(), not assert() | Nick Mathewson |
2004-05-02 | Fix windows compile. | Nick Mathewson |
2004-05-02 | Assert that we never try to fakepoll on sock -1. | Nick Mathewson |
2004-05-01 | Handle windows socket errors correctly; comment most of common. | Nick Mathewson |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-03 | Make "common" no longer depend on or.h | Nick Mathewson |
2004-03-12 | more pesky tabs | Roger Dingledine |
2004-03-10 | Some stuff *should* be signed | Nick Mathewson |
2004-03-09 | Make tor build on windows again. More work still needed | Nick Mathewson |
2004-02-20 | On OSX, decline to use the built-in select-baed poll wrapper, since it seems ... | Nick Mathewson |
2003-12-17 | clean tabs, trailing whitespace | Roger Dingledine |
2003-12-13 | clean up some copyrights | Roger Dingledine |
2003-12-09 | make the license explicit on fakepoll.[ch] | Roger Dingledine |
2003-10-27 | bugfix for win32 with lots of users | Roger Dingledine |
2003-10-07 | Clear revents even when no events are received. Also, since everyone gets in... | Nick Mathewson |
2003-10-07 | Hoping to find an fd larger than ((unsigned)-1) is probably a lost cause. | Nick Mathewson |
2003-10-07 | do not ask for whom there's an error, it polls for thee | Roger Dingledine |
2003-08-14 | Tor now builds on win32. | Nick Mathewson |
2003-08-14 | Attempt to make sockets code work right on windows. | Nick Mathewson |
2003-08-12 | Make windows happier still | Nick Mathewson |
2003-08-12 | Reorder includes so that fakepoll.c gets built when it should | Nick Mathewson |
2003-08-12 | Start of port to win32. Missing are: | Nick Mathewson |
2003-06-18 | fix typos, streamline | Roger Dingledine |
2002-09-03 | Add function to fake a poll call using select | Nick Mathewson |