Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Tell openssl how to use locks and how to find thread ids -- this may prevent ...•••svn:r3622 | Nick Mathewson | 2005-02-13 |
* | Forward-port SGI Compatibility patches from Jan Schaumann•••svn:r3517 | Nick Mathewson | 2005-02-03 |
* | Add rudimentary pthread support that needs more testing.•••svn:r3439 | Nick Mathewson | 2005-01-27 |
* | fwd-port win32 isprint fix•••svn:r3410 | Nick Mathewson | 2005-01-22 |
* | Make Tor use Niels Provos's libevent instead of it's current•••poll-but-sometimes-select mess. This will let us use faster async cores (like epoll, kpoll, and /dev/poll), and hopefully work better on Windows too. There are some fairly nasty changes to main.c here; this will almost certainly break something. But hey, that's what alphas are for. svn:r3341 | Nick Mathewson | 2005-01-12 |
* | Possible fix for task #43: when running on a multithreaded environment (curre...•••svn:r3247 | Nick Mathewson | 2005-01-03 |
* | move network_init from or/main to common/compat•••call network_init in tor-resolve.c too move tor_lookup_hostname from common/util to common/compat svn:r3203 | Roger Dingledine | 2004-12-22 |
* | Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out•••of the warning messages. svn:r3199 | Nick Mathewson | 2004-12-22 |
* | Solaris CC freaks out if isspace and friends get anything other than an int. ...•••svn:r3120 | Nick Mathewson | 2004-12-08 |
* | Suggestion from weasel: Make tor --version --version dump the cvs Id of every...•••svn:r3019 | Nick Mathewson | 2004-11-29 |
* | connect() on win32 can do more things than we thought?•••svn:r2999 | Nick Mathewson | 2004-11-28 |
* | remove emacs droppings, since nick says he doesn't need them anymore•••svn:r2989 | Roger Dingledine | 2004-11-26 |
* | Normalize a few more kinds of whitespace. We now dislike:••• - func (args) - if (x){ This doesn't normalize if(x), for(x); while(x), and friends. svn:r2943 | Nick Mathewson | 2004-11-22 |
* | Add "MEMUNIT" and "INTERVAL" types to configuration. Also tweak Accounting se...•••svn:r2911 | Nick Mathewson | 2004-11-20 |
* | Resolve FIXME items: make expand_filename handle ~ and ~username•••svn:r2789 | Nick Mathewson | 2004-11-10 |
* | Twiddle header order to compile on OS X again•••svn:r2681 | Nick Mathewson | 2004-11-04 |
* | The spelling is "d-e-f-i-n-e".•••svn:r2650 | Nick Mathewson | 2004-11-03 |
* | Add compatibility macros for printf and scanf-ing 64-bit unsigned ints•••svn:r2648 | Nick Mathewson | 2004-11-02 |
* | Handle strlcat/strlcpy correctly on platforms that have them.•••svn:r2647 | Nick Mathewson | 2004-11-02 |
* | Fix signed/unsigned comparison warning•••svn:r2643 | Nick Mathewson | 2004-11-01 |
* | Split util into util (general utilities), container (smartlist and strmap), a...•••svn:r2640 | Nick Mathewson | 2004-11-01 |