Age | Commit message (Expand) | Author |
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 |
2008-10-19 | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse |
2008-09-30 | fix compiler warning: declaration of 'err' shadows a previous local | Yang Tse |
2008-09-29 | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich |
2008-09-10 | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich |
2008-09-06 | remove unnecessary typecasting of malloc() | Yang Tse |
2008-09-06 | remove unnecessary typecasting of calloc() | Yang Tse |
2008-09-05 | - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly | Daniel Stenberg |
2008-08-31 | MSVC adjustment | Yang Tse |