summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Client certificate ENG file type requires OpenSSL 0.9.7 or newerYang Tse2009-11-151-3/+2
|
* Remove enable-thread / disable-thread configure option. These were only placeboYang Tse2009-11-155-15/+0
| | | | options. The library is always built as thread safe as possible on every system.
* Refactor how preprocessor symbol _THREAD_SAFE definition is done.Yang Tse2009-11-144-11/+22
|
* OpenSSL 0.9.7 or newer required for ENGINE_CTRL_GET_CMD_FROM_NAME definitionYang Tse2009-11-141-0/+2
|
* - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE forDaniel Stenberg2009-11-141-8/+52
| | | | | | the client certificate. It also disable the key name test as some engines can select a private key/cert automatically (When there is only one key and/or certificate on the hardware device used by the engine)
* - Constantine Sapuntzakis provided the fix that ensures that an SSL connectionYang Tse2009-11-142-0/+12
| | | | won't be reused unless protection level for peer and host verification match.
* Constantine Sapuntzakis patch for hostip.cYang Tse2009-11-121-20/+0
| | | | | | | | No need for a separate variable ndns. The memory leak detection will detect code that fails to release a dns reference. The DEBUGASSERT will detect code that releases too many references.
* Add missing variable initializationYang Tse2009-11-121-0/+2
|
* - libcurl-NSS now tries to reconnect with TLS disabled in case it detectsKamil Dudka2009-11-123-3/+55
| | | | | | | | a broken TLS server. However it does not happen if SSL version is selected manually. The approach was originally taken from PSM. Kaspar Brand helped me to complete the patch. Original bug reports: https://bugzilla.redhat.com/525496 https://bugzilla.redhat.com/527771
* - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doublyKamil Dudka2009-11-121-0/+2
| | | | | | closed NSPR descriptor. The issue was hard to find, reported several times before and always closed unresolved. More info at the RH bug: https://bugzilla.redhat.com/534176
* Make hostip.c compile againYang Tse2009-11-121-2/+8
|
* - Marco Maggi reported that compilation failed when configured --with-gssapiYang Tse2009-11-111-7/+10
| | | | | and GNU GSS installed due to a missing mutual exclusion of header files in the Kerberos 5 code path. He also verified that my patch worked for him.
* - Constantine Sapuntzakis posted bug #2891595Daniel Stenberg2009-11-113-21/+36
| | | | | | | (http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry in the DNS cache would linger too long if the request that added it was in use that long. He also provided the patch that now makes libcurl capable of still doing a request while the DNS hash entry may get timed out.
* - Christian Schmitz noticed that the progress meter/callback was not properlyDaniel Stenberg2009-11-111-0/+8
| | | | | | used during the FTP connection phase (after the actual TCP connect), while it of course should be. I also made the speed check get called correctly so that really slow servers will trigger that properly too.
* - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket worksKamil Dudka2009-11-051-34/+13
| | | | in non-blocking mode.
* I removed leading 'curl' path on the 'curlbuild.h' include statement inYang Tse2009-11-051-9/+12
| | | | | curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400.
* avoid division by zeroYang Tse2009-11-051-6/+6
|
* - I fixed several problems with the transfer progress meter. It showed theDaniel Stenberg2009-11-041-11/+21
| | | | | | | wrong percentage for small files, most notable for <1000 bytes and could easily end up showing more than 100% at the end. It also didn't show any percentage, transfer size or estimated transfer times when transferring less than 100 bytes.
* include progress.h for Curl_pgrsSetDownloadCounter function prototypeYang Tse2009-11-021-0/+1
|
* - As reported independent by both Stan van de Burgt and Didier Brisebourg,Daniel Stenberg2009-11-021-3/+14
| | | | | CURLINFO_SIZE_DOWNLOAD (the -w variable size_download) didn't work when getting data from ldap!
* describe the cmake situationDaniel Stenberg2009-11-022-1/+23
|
* - Gabriel Kuri reported a problem with CURLINFO_CONTENT_LENGTH_DOWNLOAD if theDaniel Stenberg2009-10-311-3/+3
| | | | | download was 0 bytes, as libcurl would then return the size as unknown (-1) and not 0. I wrote a fix and test case 566 to verify it.
* - Liza Alenchery mentioned a problem with re-used SCP connection when a badDaniel Stenberg2009-10-301-0/+1
| | | | | | auth is used, as it caused a crash. I failed to repeat the issue, but still made a change that now forces the TCP connection used for a freed SCP session to get closed and not be re-used.
* - "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg2009-10-301-1/+11
| | | | | | | POST using a read callback, with Digest authentication and "Transfer-Encoding: chunked" enforced. I would then cause the first request to be wrongly sent and then basically hang until the server closed the connection. I fixed the problem and added test case 565 to verify it.
* Fix compiler warning: control reaches end of non-void functionYang Tse2009-10-292-2/+2
|
* Take in account c-ares 1.6.1 will use __declspec function decorationYang Tse2009-10-291-1/+5
| | | | | for Win32 and Symbian unless CARES_STATICLIB is defined to use static library linkage.
* Since the NSS lib closes the socket the memory tracking system wrongly gets aDaniel Stenberg2009-10-283-3/+17
| | | | | false positive on a leaked socket, so this introduces a way to tell the system that the socket is indeed closed without explicitly closing it!
* Fix spellingYang Tse2009-10-271-2/+2
|
* Fix Pelles C Win32 target compilation issuesYang Tse2009-10-276-34/+79
|
* - Dima Barsky made the curl cookie parser accept cookies even with blank orDaniel Stenberg2009-10-251-3/+4
| | | | | | | unparsable expiry dates and then treat them as session cookies - previously libcurl would reject cookies with a date format it couldn't parse. Research shows that the major browser treat such cookies as session cookies. I modified test 8 and 31 to verify this.
* Update memory tracking/debugging referenceYang Tse2009-10-211-1/+2
|
* spelling correctionsDaniel Stenberg2009-10-211-4/+4
|
* Detect when msvc 6.0 is in use without PSDK installed, intentionallyYang Tse2009-10-211-2/+40
| | | | | | | | | | | | | fail to build when this happens, and show an appropriate error. The brave of heart can circumvect this. Defining ALLOW_MSVC6_WITHOUT_PSDK in lib/config-win32.h, although absolutely discouraged and unsupported, this will allow the die hard MSVC hacker to build in such a discouraged environment. The actually supported 'fix' is to install 'February 2003 Platform SDK' a.k.a. 'Windows Server 2003 PSDK' which can be freely downloaded from http://www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
* added cast macros to silent compiler warnings with 64-bit systems.Gunter Knauf2009-10-191-3/+14
|
* - Ray Dassen provided a patch in Debian's bug tracker (bug number #551461)Daniel Stenberg2009-10-181-0/+30
| | | | | | that now makes curl_getdate(3) actually handles RFC 822 formatted dates that use the "single letter military timezones". http://www.rfc-ref.org/RFC-TEXTS/822/chapter5.html has the details.
* Check for basename() is now done the same as other function checksYang Tse2009-10-184-13/+4
|
* - Fixed memory leak in the SCP/SFTP code as it never freed the knownhostsDaniel Stenberg2009-10-181-1/+9
| | | | data!
* John Dennis filed bug report #2873666Daniel Stenberg2009-10-181-0/+3
| | | | | | (http://curl.haxx.se/bug/view.cgi?id=2873666) which identified a problem which made libcurl loop infinitely when given incorrect credentials when using HTTP GSS negotiate authentication.
* - Kevin Baughman found a double close() problem with libcurl-NSS, as whenDaniel Stenberg2009-10-181-2/+6
| | | | | libcurl called NSS to close the SSL "session" it also closed the actual socket.
* README.NSS is goneDaniel Stenberg2009-10-171-1/+1
|
* we only need to call ASN1_STRING_length() if ASN1_STRING_type() detects UTF-8,Gunter Knauf2009-10-141-1/+1
| | | | else ASN1_STRING_to_UTF8() returns the string length.
* Update LDAP URL format referenceYang Tse2009-10-131-1/+1
|
* Attempt to silence bogus compiler warning: "Potential null pointer dereference"Yang Tse2009-10-082-3/+5
|
* Fix compiler warning: addition result could be truncated before cast to ↵Yang Tse2009-10-081-1/+1
| | | | bigger sized type
* fix gcc warnings in lib/nss.cKamil Dudka2009-10-071-33/+27
|
* removed NSS README since the mentioned problems are now solved.Gunter Knauf2009-10-071-33/+0
|
* Fix commentYang Tse2009-10-061-0/+1
|
* more files to ignoreYang Tse2009-10-051-0/+3
|
* - Tom Mueller correctly reported in bug report #2870221Daniel Stenberg2009-10-011-1/+1
| | | | | | | | (http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an incorrect return code from the internal trynextip() function which caused him grief. This is a regression that was introduced in 7.19.1 and I find it strange it hasn't hit us harder, but I won't persue into figuring out exactly why.
* - Constantine Sapuntzakis: The current implementation will always setDaniel Stenberg2009-10-011-0/+7
| | | | | | | SO_SNDBUF to CURL_WRITE_SIZE even if the SO_SNDBUF starts out larger. The patch doesn't do a setsockopt if SO_SNDBUF is already greater than CURL_WRITE_SIZE. This should help folks who have set up their computer with large send buffers.