Age | Commit message (Expand) | Author |
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson |
2007-02-12 | r11774@catbus: nickm | 2007-02-12 16:31:47 -0500 | Nick Mathewson |
2007-02-02 | r11629@catbus: nickm | 2007-02-02 15:06:17 -0500 | Nick Mathewson |
2007-02-01 | r11620@catbus: nickm | 2007-02-01 13:06:27 -0500 | Nick Mathewson |
2007-01-30 | r11607@catbus: nickm | 2007-01-30 17:19:27 -0500 | Nick Mathewson |
2006-12-11 | when we decide not to mmap, because the file is empty or isn't | Roger Dingledine |
2006-12-07 | r11444@Kushana: nickm | 2006-12-07 09:38:52 -0500 | Nick Mathewson |
2006-12-02 | cleanups, bump to 0.1.2.4-alpha | Roger Dingledine |
2006-11-21 | r9371@totoro: nickm | 2006-11-21 10:59:28 -0500 | Nick Mathewson |
2006-11-14 | r9313@totoro: nickm | 2006-11-13 20:07:41 -0500 | Nick Mathewson |
2006-11-12 | Avoid assert failure when our cached-routers file is empty on startup. | Roger Dingledine |
2006-10-20 | checkpoint some changes as i read diffs | Roger Dingledine |
2006-10-19 | r9274@Kushana: nickm | 2006-10-19 16:16:58 -0400 | Nick Mathewson |
2006-09-29 | r9025@Kushana: nickm | 2006-09-29 18:33:13 -0400 | Nick Mathewson |
2006-09-28 | r8750@totoro: nickm | 2006-09-27 20:52:01 -0400 | Nick Mathewson |
2006-09-19 | Merge in some bsockets calls, all wrapped inside #if defined(USE_BSOCKETS) | Nick Mathewson |
2006-09-14 | r9749@danube: weasel | 2006-09-14 06:53:12 +0200 | Peter Palfrader |
2006-09-06 | r8725@Kushana: nickm | 2006-09-06 04:39:29 -0400 | Nick Mathewson |
2006-09-06 | r8724@Kushana: nickm | 2006-09-06 04:32:28 -0400 | Nick Mathewson |
2006-09-06 | - made configure check if we are building for win32 | Mike Chiussi |
2006-08-27 | stop three memory leaks. nick, fix these if i'm wrong. | Roger Dingledine |
2006-08-16 | r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400 | Nick Mathewson |
2006-08-05 | r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700 | Nick Mathewson |
2006-08-05 | r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700 | Nick Mathewson |
2006-08-05 | r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700 | Nick Mathewson |
2006-08-04 | r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700 | Nick Mathewson |
2006-08-04 | r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700 | Nick Mathewson |
2006-07-09 | Make compilation work on old MSVCs without GetVertsionEx magic. Patch from Fr... | Nick Mathewson |
2006-06-28 | Actually enable mmap. That should improve matters. | Nick Mathewson |
2006-06-05 | simplify code now that libevent considers all sockets pollable. | Roger Dingledine |
2006-06-04 | Add a new warning to our "warn a lot" list: unused parameters. This means we... | Nick Mathewson |
2006-06-03 | More DNS fixes. Send meaningful TTLs back to the client when | Nick Mathewson |
2006-05-28 | Add a basic mmap function, with a "fake-it" wrapper to do read_file_from_str ... | Nick Mathewson |
2006-05-23 | Throw out this UNALIGNED_INT_ACCESS_OK nonsense. Even where it works, it is ... | Nick Mathewson |
2006-03-26 | failing in a support function is a warn, not an err. | Roger Dingledine |
2006-03-24 | Check return value from GetVersionEx (even though the MSDN example doesnt) an... | Nick Mathewson |
2006-02-13 | Start the process of converting warn to log_warn and so on. | Roger Dingledine |
2006-02-09 | Happy new year! | Roger Dingledine |
2006-02-09 | and maybe some function documentation will help too | Roger Dingledine |
2006-01-23 | On systems that don't have getrlimit (like windows), we were artificially | Roger Dingledine |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-12-10 | crank the max line limit down to 150 chars. | Roger Dingledine |
2005-11-15 | Make new logging stuff work on windows; fix a couple of windows typos. | Nick Mathewson |
2005-10-25 | Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain.... | Nick Mathewson |
2005-10-24 | Check for even more windows version flags, and note any we do not recognize. | Nick Mathewson |
2005-10-18 | Start dividing log messages into logging domains. No, LD_ is not the best of... | Nick Mathewson |
2005-10-07 | Win32 compilation/correctness fixes. | Nick Mathewson |
2005-10-06 | Make doxygen marginally happier | Nick Mathewson |
2005-10-05 | Make windows platform detection smarter. {Untested.} | Nick Mathewson |
2005-09-30 | Reformat inconsistent function declarations. | Nick Mathewson |