Age | Commit message (Expand) | Author |
2008-08-28 | ignore curlver.h.dist | Yang Tse |
2008-08-26 | Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both | Dan Fandrich |
2008-08-25 | Add missing preprocessor symbol definition checks | Yang Tse |
2008-08-25 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-21 | MSVC's __int64 data type is only available when _INTEGRAL_MAX_BITS >= 64 | Yang Tse |
2008-08-17 | Replace 'HttpPost' with 'curl_httppost'. | Gisle Vanem |
2008-08-15 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse |
2008-08-13 | Adjust IBM C compiler CURL_SIZEOF_LONG | Yang Tse |
2008-08-13 | The size of long is a build time characteristic and as such it is now recorded | Yang Tse |
2008-08-13 | Watcom doesn't have <sys/time.h>. | Gisle Vanem |
2008-08-13 | MingW uses gcc. Hence the suffixes for 64-bit are 'LL' and 'ULL'. | Gisle Vanem |
2008-08-12 | Added macros for minimum-width signed and unsigned curl_off_t integer | Yang Tse |
2008-08-11 | Ooops | Yang Tse |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse |
2008-08-09 | Remove some redundancy | Yang Tse |
2008-08-08 | Add metroworks and generic gcc | Yang Tse |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse |
2008-07-30 | - Phil Blundell added the CURLOPT_SCOPE option, as well as adjusted the URL | Daniel Stenberg |
2008-07-03 | Introcuding a new timestamp for curl_easy_getinfo(): | Daniel Stenberg |
2008-07-02 | Support Open Watcom C on Linux (as well as Windows). | Dan Fandrich |
2008-07-01 | - Rolland Dudemaine provided fixes to get libcurl to build for the INTEGRITY | Daniel Stenberg |
2008-06-09 | CURLOPT_CRLFILE and CURLOPT_ISSUERCERT are new string options | Michal Marek |
2008-06-08 | the next release is now called 7.19.0 | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, for | Daniel Stenberg |
2008-06-06 | - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for | Daniel Stenberg |
2008-06-06 | - Added CURLINFO_PRIMARY_IP as a new information retrievable with | Daniel Stenberg |
2008-06-04 | start working on 7.18.3! | Daniel Stenberg |
2008-06-03 | Fixed typo in comment | Dan Fandrich |
2008-05-20 | Adapting last changes to OS400: | Patrick Monnerat |
2008-05-12 | - Introducing curl_easy_send() and curl_easy_recv(). They can be used to send | Daniel Stenberg |
2008-04-30 | - To make it easier for applications that want lots of magic stuff done on | Daniel Stenberg |
2008-04-22 | Added support for running on Symbian OS. | Dan Fandrich |
2008-04-17 | Some trivial changes | Dan Fandrich |
2008-04-14 | allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as | Michal Marek |
2008-03-31 | - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow an | Daniel Stenberg |
2008-03-30 | start working on 7.18.2 | Daniel Stenberg |
2008-03-18 | - Added curl_easy_getinfo typechecker. | Michal Marek |
2008-03-17 | Mark the statement expr with __extension__ so that gcc -pedantic doesn't emit | Michal Marek |
2008-03-11 | - Added a macro for curl_easy_setopt() that accepts three arguments and simply | Daniel Stenberg |
2008-03-11 | - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and only | Michal Marek |
2008-01-28 | start over on 7.18.1 | Daniel Stenberg |
2008-01-24 | added copyright define to curlver.h. | Gunter Knauf |
2008-01-10 | Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allow | Daniel Stenberg |
2008-01-08 | Introducing curl_easy_pause() and new magic return codes for both the read | Daniel Stenberg |
2008-01-05 | Based on further discussion on curl-library, I reverted yesterday's SOCKS5 | Daniel Stenberg |
2008-01-04 | Based on Maxim Perenesenko's patch, we now do SOCKS5 operations and let the | Daniel Stenberg |
2008-01-02 | I removed the socklen_t use from the public curl/curl.h header and instead | Daniel Stenberg |
2008-01-02 | Richard Atterer brought a patch that added support for SOCKS4a proxies, which | Daniel Stenberg |
2007-12-02 | Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to control | Daniel Stenberg |
2007-11-22 | Provide a socklen_t definition in curl.h for Win32 API build targets | Yang Tse |