Age | Commit message (Expand) | Author |
2009-05-18 | start climbing to 7.19.6 | Daniel Stenberg |
2009-05-12 | fiX *__SOCKLEN_T definitions for remaining targets | Yang Tse |
2009-05-11 | fIX *__SOCKLEN_T definitions for SYMBIAN32 and VMS targets | Yang Tse |
2009-05-06 | fIX *__SOCKLEN_T definitions for OS400 and generic GCC targets | Yang Tse |
2009-05-04 | fIX *__SOCKLEN_T definitions for MVS and 370 targets | Yang Tse |
2009-05-04 | fIX *__SOCKLEN_T definitions for several Windows target tool-chains | Yang Tse |
2009-05-02 | This wasn't intended to be committed. | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch follo... | Yang Tse |
2009-05-01 | David McCreedy's "TPF-platform specific changes to various files" patch | Yang Tse |
2009-04-29 | curl_socklen_t follow-up | Yang Tse |
2009-04-28 | - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by Tim | Daniel Stenberg |
2009-04-26 | Initial step towards a configure time curl_socklen_t definition | Yang Tse |
2009-04-09 | Cleaned up the custom definition I added (replaced by CURL_STATICLIB) | Benoit Neil |
2009-04-08 | Added special define for tests that directly include libcurl sources. | Benoit Neil |
2009-04-08 | Sun compilers specific preprocessor block removed from curlbuild.h.dist | Yang Tse |
2009-04-02 | Fix curl_off_t definition for builds done using Sun compilers and a | Yang Tse |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts an... | Benoit Neil |
2009-03-11 | - Kamil Dudka made the curl tool properly call curl_global_init() before any | Daniel Stenberg |
2009-03-02 | start over on the journey towards 7.19.5 | Daniel Stenberg |
2009-03-02 | - David Kierznowski notified us about a security flaw | Daniel Stenberg |
2009-02-17 | - CURLOPT_FTP_CREATE_MISSING_DIRS can now be set to 2 in addition to 1 for | Daniel Stenberg |
2009-02-11 | - CURLINFO_CONDITION_UNMET was added to allow an application to get to know if | Daniel Stenberg |
2009-02-10 | remove a trailing name from a comment | Daniel Stenberg |
2009-02-02 | - Craig A West brought us: libcurl now defaults to do CONNECT with HTTP | Daniel Stenberg |
2009-01-28 | - Markus Moeller introduced two new options to libcurl: | Daniel Stenberg |
2009-01-26 | - Chad Monroe provided the new CURLOPT_TFTP_BLKSIZE option that allows an app | Daniel Stenberg |
2009-01-25 | - Craig A West brought CURLOPT_NOPROXY and the corresponding --noproxy option. | Daniel Stenberg |
2009-01-19 | start over on our journey towards 7.19.4... | Daniel Stenberg |
2009-01-17 | fixed global copyright. | Gunter Knauf |
2009-01-16 | - Andrew de los Reyes fixed curlbuild.h for "generic" gcc builds on PPC, both | Daniel Stenberg |
2009-01-13 | - Stefan Teleman brought a patch to fix the default curlbuild.h file for the | Daniel Stenberg |
2008-12-10 | - Internet Explorer had a broken HTTP digest authentication before v7 and | Daniel Stenberg |
2008-11-13 | and we are now on the 7.19.3 road | Daniel Stenberg |
2008-11-05 | and we're back on square one working on the next release... | Daniel Stenberg |
2008-10-17 | remove some spurious line-endings | Yang Tse |
2008-10-16 | - Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_PROXYPASSWORD that then | Daniel Stenberg |
2008-10-09 | fix compiler warning: zero used for undefined preprocessing identifier | Yang Tse |
2008-10-08 | - Igor Novoseltsev brought a patch that introduced two new options to | Daniel Stenberg |
2008-09-05 | - Martin Drasar provided the CURLOPT_POSTREDIR patch. It renames | Daniel Stenberg |
2008-09-05 | - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By | Daniel Stenberg |
2008-09-02 | hex version number for 7.19.1 is 0x071301 | Yang Tse |
2008-09-01 | clear the way for 7.19.1 work! | Daniel Stenberg |
2008-08-28 | Adjust curl_off_t definitions for DJGPP. | Yang Tse |
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 |