Age | Commit message (Expand) | Author |
2008-05-30 | resync with curl.h messages | Marty Kuhrt |
2008-05-30 | resync with curl.h curle_ messages | Marty Kuhrt |
2008-05-30 | Brad House fixed a missing header file inclusion in adig sample program | Yang Tse |
2008-05-29 | Added a new "13. Web Login" chapter | Daniel Stenberg |
2008-05-29 | start working on 1.5.3 | Daniel Stenberg |
2008-05-29 | 1.5.2 | Daniel Stenberg |
2008-05-28 | Fixed 142 and 143 | Daniel Stenberg |
2008-05-28 | - Emil Romanus found a problem and helped me repeat it. It occured when using | Daniel Stenberg |
2008-05-28 | - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and | Daniel Stenberg |
2008-05-27 | Known bug #55, libcurl fails to build with MIT Kerberos for Windows (KfW) | Yang Tse |
2008-05-26 | - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identified | Daniel Stenberg |
2008-05-26 | I'd like to see this fixed for the 7.18,2: | Daniel Stenberg |
2008-05-26 | Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OS | Daniel Stenberg |
2008-05-26 | Added Haiku OS, sorted the list of i386 OSes | Daniel Stenberg |
2008-05-26 | fix compiler warning: unreferenced formal parameter | Yang Tse |
2008-05-26 | David Rosenstrauch reported that header files spnegohelp.h and | Yang Tse |
2008-05-26 | fix: preprocessor complaining about macro redefinition | Yang Tse |
2008-05-24 | summary of the current outstanding issues for upcoming and the subsequent | Daniel Stenberg |
2008-05-24 | Christopher Palow's multi interface docs updates | Daniel Stenberg |
2008-05-24 | Nikolai Kondrashov for his man page update | Daniel Stenberg |
2008-05-24 | Nikolai Kondrashov provided a clarification for CURLOPT_HEADERFUNCTION | Daniel Stenberg |
2008-05-23 | list all local sources the (demo) tools need, add a few missing scripts to | Daniel Stenberg |
2008-05-23 | this is not used (anymore) | Daniel Stenberg |
2008-05-23 | Added some more to do items and a known bug. | Dan Fandrich |
2008-05-23 | Dan Fandrich pointed out that this is the way we should increase the number | Daniel Stenberg |
2008-05-22 | Made sure to pass longs in to curl_easy_setopt where necessary in the | Dan Fandrich |
2008-05-22 | Fixed a surprising number of example programs that were passing int arguments | Dan Fandrich |
2008-05-22 | we bump the SO "revision" for next release due to the new functions added | Daniel Stenberg |
2008-05-22 | Fixed some include file problems on Windows reported by David Rosenstrauch | Dan Fandrich |
2008-05-22 | make sure the configure.ac file with the correct version number is shipped | Daniel Stenberg |
2008-05-22 | MSVC6+ clean-up targets must also remove acountry.exe | Yang Tse |
2008-05-22 | sync with reality | Yang Tse |
2008-05-21 | Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSS | Dan Fandrich |
2008-05-21 | Removed some duplicated #includes | Dan Fandrich |
2008-05-21 | fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted when empty | Yang Tse |
2008-05-21 | fix: remove need and definition of HAVE_SOCKLEN_T symbol | Yang Tse |
2008-05-21 | fix: socklen_t definition comment | Yang Tse |
2008-05-20 | When unable to properly detect gethostbyname_r() usage, configure | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-20 | Adapting last changes to OS400: | Patrick Monnerat |
2008-05-20 | fix underquoting of AC_LANG_PROGRAM arguments | Yang Tse |
2008-05-20 | if'def out private function ares__tvdiff(), it is not in use yet. | Yang Tse |
2008-05-20 | update several macros using AC_TRY_LINK with AC_LINK_IFELSE | Yang Tse |
2008-05-19 | - When trying to repeat a multi interface problem I fell over a few multi | Daniel Stenberg |
2008-05-19 | with pipelining disabled, the state should never be set to WAITDO but rather | Daniel Stenberg |
2008-05-19 | when the multi handle was in DO and DOING states, the HTTP and HTTPS protocol | Daniel Stenberg |
2008-05-19 | change the code style to be more curlish, and changed some of the output | Daniel Stenberg |
2008-05-19 | better select() function detection that works | Yang Tse |
2008-05-19 | fix socklen_t equivalent detection when cross compiling Windows target | Yang Tse |
2008-05-19 | if WINSOCK2 API is used link with 'ws2_32', else | Yang Tse |