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
/
easy.c
Age
Commit message (
Expand
)
Author
2013-01-17
always-multi: always use non-blocking internals
Daniel Stenberg
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
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-12-07
Introducing a new persistent connection caching system using "bundles".
Linus Nielsen Feltzing
2012-04-06
curl tool: use configuration files from lib directory
Yang Tse
2011-10-12
OOM handling/cleanup slight adjustments
Yang Tse
2011-10-07
libcurl: some OOM handling fixes
Yang Tse
2011-08-28
NTLM: END of refactoring/splitting/moving
Yang Tse
2011-08-07
BSD-style lwIP TCP/IP stack support - followup
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-07-25
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-07-24
errno.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-24
compiler warning: fix
Yang Tse
2011-04-27
whitespace cleanup: no space first in conditionals
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-25
asynch resolvers: cleanup
Daniel Stenberg
2011-04-25
asynch resolvers: unified
Vsevolod Novikov
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2011-04-04
disable cookies: remove ifdefs, move code
Daniel Stenberg
2010-12-07
easy: fix compiler warning: end-of-loop code not reached
Yang Tse
2010-12-02
fix compiler warning: statement is not reachable
Yang Tse
2010-11-08
fix compiler warning
Yang Tse
2010-09-21
duphandle: use ares_dup()
Daniel Stenberg
2010-09-06
portabilty: use proper variable type to hold sockets
Daniel Stenberg
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-04-26
SSH: init and cleanup libssh2 in global_init/cleanup
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-04
fix printf-style format strings
Yang Tse
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2009-11-18
Make usage of calloc()'s arguments consistent with rest of code base
Yang Tse
2009-10-27
Fix Pelles C Win32 target compilation issues
Yang Tse
2009-09-17
Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h
Yang Tse
2009-06-15
Replaced use of standard C library rand()/srand() by our own pseudo-random nu...
Patrick Monnerat
2009-06-12
fix compiler warning
Yang Tse
2009-05-18
Simplify c-ares function capability check
Yang Tse
2009-05-17
fixed case.
Gunter Knauf
2009-05-17
Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_...
Yang Tse
2009-05-11
Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-04-11
fix compiler warning: enumerated type mixed with another type
Yang Tse
2009-03-31
Properly return an error code in curl_easy_recv (reported by Jim Freeman).
Dan Fandrich
2009-03-09
- Frank Hempel found out a bug and provided the fix:
Daniel Stenberg
2009-01-29
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Yang Tse
2009-01-08
Unified much of the SessionHandle initialization done in Curl_open() and
Dan Fandrich
2008-12-11
- Bug report #2416182 titled "crash in ConnectionExists when using
Daniel Stenberg
[next]