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