Age | Commit message (Expand) | Author |
2008-09-06 | remove unnecessary typecasting of realloc() | Yang Tse |
2008-09-05 | Only compile Curl_ssl_free_certinfo when SSL is enabled | Dan Fandrich |
2008-09-05 | Improved the logic the decides whether to use HTTP 1.1 features or not in a | Dan Fandrich |
2008-09-05 | Use realloc when paused in Curl_client_write | Dan Fandrich |
2008-09-05 | Removed after commit: | 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-05 | - Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly | Daniel Stenberg |
2008-09-05 | five new recent issues to deal with | Daniel Stenberg |
2008-09-05 | Stefan Krause's mail to curl-library at 03 Sep 2008 made me add these two | Daniel Stenberg |
2008-09-05 | somewhat protect Mac OS X users from using Mac OS 9 config file | Yang Tse |
2008-09-05 | sync with reality | Yang Tse |
2008-09-04 | fixed largefile feature for MingW32 non-configure builds. | Gunter Knauf |
2008-09-04 | enabled largefile feature for LIBC builds. | Gunter Knauf |
2008-09-04 | Made some variables const | Dan Fandrich |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-09-04 | remove duplicate va_start() call | Yang Tse |
2008-09-04 | fix print formatting string directives | Yang Tse |
2008-09-03 | sync curlmsg* with curl.h for 7.19.0 | Marty Kuhrt |
2008-09-03 | Fixed curl-config when no features are enabled. | Dan Fandrich |
2008-09-03 | Search for the FreeBSD CA cert file /usr/local/share/certs/ca-root.crt | Dan Fandrich |
2008-09-03 | remove extra semicolon from curl-config.in | Yang Tse |
2008-09-02 | Fixed an out of memory problem that caused torture test failures in tests | Dan Fandrich |
2008-09-02 | Removed some redundant type casts | Dan Fandrich |
2008-09-02 | Made some variables const which eliminated some casts | Dan Fandrich |
2008-09-02 | - Keith Mok added supported_protocols and supported_features to the pkg-config | Daniel Stenberg |
2008-09-02 | hex version number for 7.19.1 is 0x071301 | Yang Tse |
2008-09-02 | in the --libcurl output, mention that the large file stuff is only needed for | Daniel Stenberg |
2008-09-01 | remove 7.19.0 and hint that 7.19.1 might not come until november | Daniel Stenberg |
2008-09-01 | an impressive 672 contributors (counter after the 7.19.0 release) | Daniel Stenberg |
2008-09-01 | clear the way for 7.19.1 work! | Daniel Stenberg |
2008-09-01 | 18 new contributors from the 7.19.0 release notes | Daniel Stenberg |
2008-09-01 | the web mirror system is dropped | Daniel Stenberg |
2008-09-01 | stand back for 7.19.0 | Daniel Stenberg |
2008-09-01 | mention the curl_off_t changes first | Daniel Stenberg |
2008-09-01 | Add README.curl_off_t to the release archive | Daniel Stenberg |
2008-08-31 | MSVC adjustment | Yang Tse |
2008-08-30 | Added: | Daniel Stenberg |
2008-08-30 | vc6curl.dsw and MSVC 6 IDE build directions | Yang Tse |
2008-08-29 | Removed one, added two | Dan Fandrich |
2008-08-29 | Added tests 1071 through 1074 to test automatic downgrading from HTTP 1.1 | Dan Fandrich |
2008-08-29 | test 1070 added | Daniel Stenberg |
2008-08-29 | - When libcurl was doing a HTTP POST and the server would respond with | Daniel Stenberg |
2008-08-29 | we start over working towards 1.5.4 | Daniel Stenberg |
2008-08-29 | Version 1.5.3 | Daniel Stenberg |
2008-08-29 | added the three people from RELEASE-NOTES and sorted the list alphabetically | Daniel Stenberg |
2008-08-29 | Project and workspace files for VC6 IDE supporting 4 configurations: | Yang Tse |
2008-08-28 | When not using large file support WIN32's lseek offset is a 'long'. | Yang Tse |
2008-08-28 | Andres Garcia pointed out these Makefile mistakes... | Daniel Stenberg |
2008-08-28 | Adjust curl_off_t definitions for DJGPP. | Yang Tse |