| Commit message (Expand) | Author | Age | Files | Lines |
* | curl_threads: fix MSVC compiler warning | Marcel Raad | 2017-08-01 | 1 | -1/+1 |
* | curl_setup_once: Remove ERRNO/SET_ERRNO macros | Jay Satiro | 2017-07-10 | 1 | -4/+11 |
* | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg | 2016-12-13 | 1 | -0/+1 |
* | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | 2016-11-24 | 1 | -2/+2 |
* | memdebug: Ensure curl/curl.h is included before curl_memory.h | Steve Holme | 2016-04-01 | 1 | -1/+3 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -2/+2 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -5/+1 |
* | win32: Updated some legacy APIs to use the newer extended versions | Steve Holme | 2014-11-16 | 1 | -1/+6 |
* | Curl_thread_create: use Curl_safefree to allow NULL better | Daniel Stenberg | 2013-12-25 | 1 | -2/+2 |
* | threaded resolver: Use pthread_t * for curl_thread_t | Luke Dashjr | 2013-12-25 | 1 | -11/+17 |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -2/+2 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -2/+2 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -0/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -2/+3 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | removed trailing whitespace | Yang Tse | 2010-02-14 | 1 | -1/+1 |
* | WIN32 fix, _beginthreadex() may return either 0 or -1L upon failure | Yang Tse | 2010-01-29 | 1 | -1/+5 |
* | Constantine Sapuntzakis provided initial thread abstraction layer | Yang Tse | 2010-01-25 | 1 | -0/+124 |