summaryrefslogtreecommitdiff
path: root/lib/curl_threads.c
Commit message (Expand)AuthorAgeFilesLines
* curl_threads: fix classic MinGW compile breakMarcel Raad2018-09-271-3/+11
* curl_threads: silence bad-function-cast warningMarcel Raad2018-08-241-1/+2
* curl_threads: fix MSVC compiler warningMarcel Raad2017-08-011-1/+1
* curl_setup_once: Remove ERRNO/SET_ERRNO macrosJay Satiro2017-07-101-4/+11
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-0/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme2016-04-011-1/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+1
* win32: Updated some legacy APIs to use the newer extended versionsSteve Holme2014-11-161-1/+6
* Curl_thread_create: use Curl_safefree to allow NULL betterDaniel Stenberg2013-12-251-2/+2
* threaded resolver: Use pthread_t * for curl_thread_tLuke Dashjr2013-12-251-11/+17
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-0/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-2/+3
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-1/+1
* WIN32 fix, _beginthreadex() may return either 0 or -1L upon failureYang Tse2010-01-291-1/+5
* Constantine Sapuntzakis provided initial thread abstraction layerYang Tse2010-01-251-0/+124