summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix: socklen_t definition commentYang Tse2008-05-214-7/+4
* Adapting last changes to OS400:Patrick Monnerat2008-05-204-4/+26
* with pipelining disabled, the state should never be set to WAITDO but ratherDaniel Stenberg2008-05-191-29/+50
* when the multi handle was in DO and DOING states, the HTTP and HTTPS protocolDaniel Stenberg2008-05-191-2/+18
* Move the CURLDEBUG check after setup.h so it can be set there if necessary.Dan Fandrich2008-05-142-1/+7
* - Introducing curl_easy_send() and curl_easy_recv(). They can be used to sendDaniel Stenberg2008-05-125-28/+154
* configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol onlyYang Tse2008-05-121-1/+1
* fix syntax error: missing semicolonYang Tse2008-05-101-1/+1
* Internal time differences now use monotonic time source if available.Yang Tse2008-05-097-68/+60
* - Stefan Krause reported a busy-looping case when using the multi interfaceDaniel Stenberg2008-05-091-0/+6
* Removed an unused variable and one do-while loop that wasn't used either.Daniel Stenberg2008-05-091-1024/+1017
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-0912-22/+28
* fix compiler warning: format '%ld' expects type 'long int'Yang Tse2008-05-081-2/+2
* - Liam Healy filed the debian bug report #480044Daniel Stenberg2008-05-071-0/+4
* Christopher Palow provided the patch (edited by me) that introducesYang Tse2008-05-073-50/+70
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-05-061-1/+1
* minor spell and language fix of a commentDaniel Stenberg2008-05-031-3/+4
* - Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twiceDaniel Stenberg2008-05-031-3/+8
* Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg2008-05-031-2/+16
* - Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAYDaniel Stenberg2008-05-031-1/+8
* - Bart Whiteley provided a patch that made libcurl work properly when an appDaniel Stenberg2008-05-011-5/+19
* - To make it easier for applications that want lots of magic stuff done onDaniel Stenberg2008-04-306-65/+128
* improve easy interface resolving timeout handling in c-ares enabled buildsYang Tse2008-04-291-12/+12
* - Norbert Frese filed bug report #1951588: "Problem with curlftpfs andDaniel Stenberg2008-04-281-9/+11
* Symbian OS is a.k.a. EPOC32Dan Fandrich2008-04-231-3/+4
* Added support for running on Symbian OS.Dan Fandrich2008-04-229-5/+829
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-222-14/+0
* HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systemsYang Tse2008-04-212-0/+14
* Some trivial changesDan Fandrich2008-04-173-10/+18
* - Stefan Krause reported a case where the OpenSSL handshake phase wasn'tDaniel Stenberg2008-04-141-12/+19
* - Andre Guibert de Bruet fixed a second case of not checking the malloc()Daniel Stenberg2008-04-141-1/+3
* - Sandor Feldi reported bug #1942022Daniel Stenberg2008-04-141-1/+1
* - Andre Guibert de Bruet found and fixed a case where malloc() was called butDaniel Stenberg2008-04-121-2/+8
* Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat2008-04-071-4/+4
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-072-2/+2
* - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg2008-04-051-4/+4
* provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurlDaniel Stenberg2008-04-052-12/+3
* - Based on the Debian bug report #474224 that complained about the FTP errorDaniel Stenberg2008-04-051-1/+2
* - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method toDaniel Stenberg2008-04-031-3/+7
* Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg2008-04-031-1/+3
* moved CURL_CA_BUNDLE define to generated config.h.Gunter Knauf2008-03-311-0/+8
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-318-56/+7
* expanded a comment around some of the new formpost callback usageDaniel Stenberg2008-03-311-3/+8
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-313-57/+111
* - As found out and reported by Dan Petitt, libcurl didn't show progress/callDaniel Stenberg2008-03-271-370/+376
* - Made setting the CURLOPT_SSL_CTX_FUNCTION option return a failure in caseDaniel Stenberg2008-03-251-0/+6
* - Fixed the problem with doing a zero byte SCP transfer, verified with testDaniel Stenberg2008-03-221-9/+17
* - Added --with-ca-path=DIRECTORY configure option to use an openSSL CApath byMichal Marek2008-03-203-4/+13
* Fixed an infinite loop when given an invalid SFTP quote command.Dan Fandrich2008-03-181-8/+8
* - Added curl_easy_getinfo typechecker.Michal Marek2008-03-183-0/+3