summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Brian Ulm figured out that if you did an SFTP upload withDaniel Stenberg2008-03-131-2/+6
* Change the confusing two variables for the expect 100 continue stuff intoDaniel Stenberg2008-03-132-24/+29
* - Dmitry Popov filed bug report #1911069Daniel Stenberg2008-03-111-27/+15
* - Added a type checking macro for curl_easy_setopt(), needs gcc-4.3 and onlyMichal Marek2008-03-111-0/+1
* - Brian Ulm reported a crash when doing a second SFTP transfer on a re-usedDaniel Stenberg2008-03-091-1/+16
* VS2005 and later dafault size for time_t is 64-bit, unlessYang Tse2008-03-072-0/+20
* Regression fix:Yang Tse2008-03-061-8/+8
* Mike Protts brought a patch that makes resumed transfers work with SFTP.Daniel Stenberg2008-03-041-3/+111
* - Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg2008-03-012-3/+10
* fixed commented define for SSPI.Gunter Knauf2008-02-281-1/+1
* another small change to the makefiles to simplify rules.Gunter Knauf2008-02-271-5/+3
* some more minor makefile changes; removed useless dist target.Gunter Knauf2008-02-261-5/+2
* fixed install target to create a ca-bundle.crt since we have no longer one in...Gunter Knauf2008-02-261-4/+10
* Added support for server name indication (RFC 4366).Gunter Knauf2008-02-262-0/+32
* - Kaspar Brand made GnuTLS-built libcurl properly acknowledge the option thatDaniel Stenberg2008-02-251-1/+8
* - Sam Listopad provided a patch in feature-request #1900014Daniel Stenberg2008-02-231-1/+34
* - Zmey Petroff found a crash when libcurl accessed a NULL pointer, whichDaniel Stenberg2008-02-211-2/+6
* assert that the *connp is a non-NULL pointer when Curl_done() is calledDaniel Stenberg2008-02-211-2/+7
* oops, fixed to buildDaniel Stenberg2008-02-201-1/+1
* - Based on initial work done by Gautam Kachroo to address a bug, we now keepDaniel Stenberg2008-02-208-13/+38
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-205-81/+26
* applied patch to disable SSLv2 by default; discussion:Gunter Knauf2008-02-193-3/+10
* fix compiler warnings: 'statement is unreachable'Yang Tse2008-02-191-3/+3
* fix compiler warnings: 'enumerated type mixed with another type'Yang Tse2008-02-191-6/+7