summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-06-03Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich
2008-05-31Fix problem: 'result' may be used uninitialized.Yang Tse
2008-05-28- Emil Romanus found a problem and helped me repeat it. It occured when usingDaniel Stenberg
2008-05-28- Jeff Weber reported memory leaks with aborted SCP and SFTP transfers andDaniel Stenberg
2008-05-26- Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identifiedDaniel Stenberg
2008-05-26Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg
2008-05-26David Rosenstrauch reported that header files spnegohelp.h andYang Tse
2008-05-26fix: preprocessor complaining about macro redefinitionYang Tse
2008-05-23Dan Fandrich pointed out that this is the way we should increase the numberDaniel Stenberg
2008-05-22we bump the SO "revision" for next release due to the new functions addedDaniel Stenberg
2008-05-22Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich
2008-05-21Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSSDan Fandrich
2008-05-21Removed some duplicated #includesDan Fandrich
2008-05-21fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse
2008-05-21fix: socklen_t definition commentYang Tse
2008-05-20Adapting last changes to OS400:Patrick Monnerat
2008-05-19with pipelining disabled, the state should never be set to WAITDO but ratherDaniel Stenberg
2008-05-19when the multi handle was in DO and DOING states, the HTTP and HTTPS protocolDaniel Stenberg
2008-05-14Move the CURLDEBUG check after setup.h so it can be set there if necessary.Dan Fandrich
2008-05-12- Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg
2008-05-12configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse
2008-05-10fix syntax error: missing semicolonYang Tse
2008-05-09Internal time differences now use monotonic time source if available.Yang Tse
2008-05-09- Stefan Krause reported a busy-looping case when using the multi interfaceDaniel Stenberg
2008-05-09Removed an unused variable and one do-while loop that wasn't used either.Daniel Stenberg
2008-05-09- Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek
2008-05-08fix compiler warning: format '%ld' expects type 'long int'Yang Tse
2008-05-07- Liam Healy filed the debian bug report #480044Daniel Stenberg
2008-05-07Christopher Palow provided the patch (edited by me) that introducesYang Tse
2008-05-06fix compiler warning: enumerated type mixed with another typeYang Tse
2008-05-03minor spell and language fix of a commentDaniel Stenberg
2008-05-03- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twiceDaniel Stenberg
2008-05-03Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg
2008-05-03- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg
2008-05-01- Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg
2008-04-30- To make it easier for applications that want lots of magic stuff done onDaniel Stenberg
2008-04-29improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse
2008-04-28- Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg
2008-04-23Symbian OS is a.k.a. EPOC32Dan Fandrich
2008-04-22Added support for running on Symbian OS.Dan Fandrich
2008-04-22Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse
2008-04-21HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse
2008-04-17Some trivial changesDan Fandrich
2008-04-14- Stefan Krause reported a case where the OpenSSL handshake phase wasn'tDaniel Stenberg
2008-04-14- Andre Guibert de Bruet fixed a second case of not checking the malloc()Daniel Stenberg
2008-04-14- Sandor Feldi reported bug #1942022Daniel Stenberg
2008-04-12- Andre Guibert de Bruet found and fixed a case where malloc() was called butDaniel Stenberg
2008-04-07Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat
2008-04-07- Fix the MIT / Heimdal check for good:Michal Marek
2008-04-05- Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg