summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* use our *printf functions only.Gunter Knauf2008-06-081-0/+3
* code style cleanupDaniel Stenberg2008-06-061-24/+40
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_ISSUERCERT, forDaniel Stenberg2008-06-066-8/+170
* - Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, forDaniel Stenberg2008-06-066-0/+132
* - Added CURLINFO_PRIMARY_IP as a new information retrievable withDaniel Stenberg2008-06-063-2/+16
* Fixed a problem where telnet data would be lost if an EWOULDBLOCKDan Fandrich2008-06-031-46/+58
* Fix problem: 'result' may be used uninitialized.Yang Tse2008-05-311-2/+2
* - Emil Romanus found a problem and helped me repeat it. It occured when usingDaniel Stenberg2008-05-281-19/+58
* - Jeff Weber reported memory leaks with aborted SCP and SFTP transfers andDaniel Stenberg2008-05-281-31/+56
* - Bug report #1973352 (http://curl.haxx.se/bug/view.cgi?id=1973352) identifiedDaniel Stenberg2008-05-261-8/+12
* Andreas Faerber and Scott McCreary made (lib)curl build for the Haiku OSDaniel Stenberg2008-05-261-1/+1
* David Rosenstrauch reported that header files spnegohelp.h andYang Tse2008-05-261-0/+9
* fix: preprocessor complaining about macro redefinitionYang Tse2008-05-263-12/+3
* Dan Fandrich pointed out that this is the way we should increase the numberDaniel Stenberg2008-05-231-1/+1
* we bump the SO "revision" for next release due to the new functions addedDaniel Stenberg2008-05-221-1/+1
* Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich2008-05-222-0/+6
* Renamed MSDOS_FILESYSTEM to avoid conflict with MIT GSSDan Fandrich2008-05-211-5/+5
* Removed some duplicated #includesDan Fandrich2008-05-212-6/+0
* fix: remove need and definition of HAVE_SOCKLEN_T symbolYang Tse2008-05-211-2/+1
* 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