| Commit message (Expand) | Author | Age | Files | Lines |
* | OOM handling/cleanup slight adjustments | Yang Tse | 2011-10-12 | 1 | -2/+2 |
* | libcurl: some OOM handling fixes | Yang Tse | 2011-10-07 | 1 | -9/+8 |
* | NTLM: END of refactoring/splitting/moving | Yang Tse | 2011-08-28 | 1 | -1/+1 |
* | BSD-style lwIP TCP/IP stack support - followup | Yang Tse | 2011-08-07 | 1 | -0/+2 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -7/+0 |
* | WIN32 io.h and fcntl.h inclusion done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -7/+1 |
* | time.h and sys/time.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-25 | 1 | -4/+0 |
* | errno.h inclusion conditionally done in setup_once.h | Yang Tse | 2011-07-24 | 1 | -1/+0 |
* | compiler warning: fix | Yang Tse | 2011-05-24 | 1 | -0/+1 |
* | whitespace cleanup: no space first in conditionals | Daniel Stenberg | 2011-04-27 | 1 | -6/+6 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -3/+3 |
* | asynch resolvers: cleanup | Daniel Stenberg | 2011-04-25 | 1 | -3/+4 |
* | asynch resolvers: unified | Vsevolod Novikov | 2011-04-25 | 1 | -13/+6 |
* | CURL_DOES_CONVERSIONS: cleanup | Daniel Stenberg | 2011-04-20 | 1 | -210/+2 |
* | disable cookies: remove ifdefs, move code | Daniel Stenberg | 2011-04-04 | 1 | -8/+1 |
* | easy: fix compiler warning: end-of-loop code not reached | Yang Tse | 2010-12-07 | 1 | -85/+79 |
* | fix compiler warning: statement is not reachable | Yang Tse | 2010-12-02 | 1 | -6/+3 |
* | fix compiler warning | Yang Tse | 2010-11-08 | 1 | -2/+3 |
* | duphandle: use ares_dup() | Daniel Stenberg | 2010-09-21 | 1 | -2/+3 |
* | portabilty: use proper variable type to hold sockets | Daniel Stenberg | 2010-09-06 | 1 | -10/+2 |
* | sendrecv: split the I/O handling into private handler | Howard Chu | 2010-05-07 | 1 | -7/+3 |
* | SSH: init and cleanup libssh2 in global_init/cleanup | Daniel Stenberg | 2010-04-26 | 1 | -0/+11 |
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
* | fix printf-style format strings | Yang Tse | 2010-02-04 | 1 | -6/+6 |
* | wrap long lines and do some indent policing | Daniel Stenberg | 2010-01-22 | 1 | -3/+5 |
* | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse | 2009-11-18 | 1 | -1/+1 |
* | Fix Pelles C Win32 target compilation issues | Yang Tse | 2009-10-27 | 1 | -2/+2 |
* | Moved Curl_rand() and Curl_srand() code from formdata.c and formdata.h | Yang Tse | 2009-09-17 | 1 | -1/+1 |
* | Replaced use of standard C library rand()/srand() by our own pseudo-random nu... | Patrick Monnerat | 2009-06-15 | 1 | -0/+5 |
* | fix compiler warning | Yang Tse | 2009-06-12 | 1 | -1/+1 |
* | Simplify c-ares function capability check | Yang Tse | 2009-05-18 | 1 | -2/+2 |
* | fixed case. | Gunter Knauf | 2009-05-17 | 1 | -1/+1 |
* | Take in account c-ares 1.6.1 introduces ares_library_init() and ares_library_... | Yang Tse | 2009-05-17 | 1 | -0/+11 |
* | Internal cleanup: KEEP_WRITE and KEEP_READ are now called KEEP_SEND and | Daniel Stenberg | 2009-05-11 | 1 | -5/+5 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -1/+1 |
* | fix compiler warning: enumerated type mixed with another type | Yang Tse | 2009-04-11 | 1 | -1/+1 |
* | Properly return an error code in curl_easy_recv (reported by Jim Freeman). | Dan Fandrich | 2009-03-31 | 1 | -2/+2 |
* | - Frank Hempel found out a bug and provided the fix: | Daniel Stenberg | 2009-03-09 | 1 | -0/+15 |
* | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | 2009-01-29 | 1 | -3/+3 |
* | Unified much of the SessionHandle initialization done in Curl_open() and | Dan Fandrich | 2009-01-08 | 1 | -51/+2 |
* | - Bug report #2416182 titled "crash in ConnectionExists when using | Daniel Stenberg | 2008-12-11 | 1 | -7/+2 |
* | attempt to fix or allow further detection of an elusive icc SIGSEGV | Yang Tse | 2008-10-19 | 1 | -1/+4 |
* | fix compiler warning: declaration of 'err' shadows a previous local | Yang Tse | 2008-09-30 | 1 | -3/+3 |
* | Removed unneeded includes of signal.h and setjmp.h | Dan Fandrich | 2008-09-29 | 1 | -1/+0 |
* | Checked in some grammatical and minor other fixes in the documentation and | Dan Fandrich | 2008-09-10 | 1 | -1/+1 |
* | remove unnecessary typecasting of malloc() | Yang Tse | 2008-09-06 | 1 | -1/+1 |
* | remove unnecessary typecasting of calloc() | Yang Tse | 2008-09-06 | 1 | -2/+1 |
* | - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly | Daniel Stenberg | 2008-09-05 | 1 | -6/+7 |
* | MSVC adjustment | Yang Tse | 2008-08-31 | 1 | -0/+8 |
* | minor code indent fixes | Daniel Stenberg | 2008-08-28 | 1 | -11/+12 |