index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_threads.c
Age
Commit message (
Expand
)
Author
2016-04-01
memdebug: Ensure curl/curl.h is included before curl_memory.h
Steve Holme
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-11-16
win32: Updated some legacy APIs to use the newer extended versions
Steve Holme
2013-12-25
Curl_thread_create: use Curl_safefree to allow NULL better
Daniel Stenberg
2013-12-25
threaded resolver: Use pthread_t * for curl_thread_t
Luke Dashjr
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-14
removed trailing whitespace
Yang Tse
2010-01-29
WIN32 fix, _beginthreadex() may return either 0 or -1L upon failure
Yang Tse
2010-01-25
Constantine Sapuntzakis provided initial thread abstraction layer
Yang Tse