Age | Commit message (Expand) | Author |
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 |
2008-08-28 | minor code indent fixes | Daniel Stenberg |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-05 | - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properly | Daniel Stenberg |
2008-03-31 | Removed the generated ca-bundle.h file. The verbatim value of $ca and | Michal Marek |
2008-03-20 | - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath by | Michal Marek |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-01-15 | Woops, partly revert my previous commit and do it slightly differently instead. | Daniel Stenberg |