Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-01 | Fix compile error in procmon.c | Gisle | |
An elusive compile-error (MingW-gcc v4.50 on Win_XP); a missing comma (!) and a typo ('err_msg' at line 277 changed to 'errmsg'). Aso changed the format for 'err_code' at line 293 into a "%ld" to suppress a warning. How did this go unnoticed for ~1 month? Btw. This is my 1st ever 'git commit', so it better work. | |||
2011-05-22 | Unbreak the build on libevent 1.x systems | Robert Ransom | |
2011-05-23 | The first argument for a libevent callback should be evutil_socket_t | Nick Mathewson | |
2011-05-20 | Implement __OwningControllerProcess option | Robert Ransom | |
Implements part of feature 3049. |