Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-14 | - Camille Moncelier added support for the file type SSL_FILETYPE_ENGINE for | Daniel Stenberg | |
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) | |||
2009-11-14 | - Constantine Sapuntzakis provided the fix that ensures that an SSL connection | Yang Tse | |
won't be reused unless protection level for peer and host verification match. | |||
2009-11-13 | Assume that getaddrinfo is thread safe, unless hard coded | Yang Tse | |
knowledge says the contrary or h_errno is not defined. | |||
2009-11-13 | Related with the threadsafe capability of getaddrinfo: | Yang Tse | |
- Constantine Sapuntzakis reported that Darwin 6.0 a.k.a. MAC OS X 10.2 and newer have a threadsafe getaddrinfo. - Fix Dragonfly BSD triplet detection. - In case the hard-coded knowledge says that getaddrinfo is threadsafe, an additional check is done to verify that h_errno is also defined. If h_errno isn't defined, we finally assume that it isn't threadsafe. Jamie Lokier provided the inspiration for this extra check. | |||
2009-11-12 | AIX 5.2 and newer have threadsafe getaddrinfo. | Yang Tse | |
Add some comments to better understand what the regex's pretend to achieve. | |||
2009-11-12 | HP-UX 11.11 and later have threadsafe getaddrinfo | Yang Tse | |
2009-11-12 | Constantine Sapuntzakis patch for hostip.c | Yang Tse | |
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. | |||
2009-11-12 | Check if getaddrinfo is threadsafe when function check allows it to be used | Yang Tse | |
2009-11-12 | Add missing variable initialization | Yang Tse | |
2009-11-12 | - libcurl-NSS now tries to reconnect with TLS disabled in case it detects | Kamil Dudka | |
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 | |||
2009-11-12 | - Kevin Baughman provided a fix preventing libcurl-NSS from crash on doubly | Kamil Dudka | |
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 | |||
2009-11-12 | Make hostip.c compile again | Yang Tse | |
2009-11-11 | Made the path to the binaries absolute | Dan Fandrich | |
2009-11-11 | Add last change credit | Yang Tse | |
2009-11-11 | - Marco Maggi reported that compilation failed when configured --with-gssapi | Yang Tse | |
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. | |||
2009-11-11 | NSS SSL connections are also blocking | Daniel Stenberg | |
2009-11-11 | - Constantine Sapuntzakis posted bug #2891595 | Daniel Stenberg | |
(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. | |||
2009-11-11 | - Christian Schmitz noticed that the progress meter/callback was not properly | Daniel Stenberg | |
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. | |||
2009-11-11 | Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace ↵ | Yang Tse | |
pollution with static library | |||
2009-11-11 | Add kernel32.lib | Yang Tse | |
2009-11-10 | Mention last changes | Yang Tse | |
2009-11-10 | Reinstate copyright symbol lost in previous commit | Yang Tse | |
2009-11-10 | Make some strings different in resource file for debug or release builds | Yang Tse | |
2009-11-10 | Ignore more subdirs | Yang Tse | |
2009-11-10 | Fix compiler warning: conditional expression is constant | Yang Tse | |
2009-11-10 | Sync linker and resource compiler options with Makefile.msvc | Yang Tse | |
2009-11-09 | Follow Makefile.msvc subdirectory naming scheme, and sync compiler options | Yang Tse | |
2009-11-09 | Updated MSVC makefile that allows building dynamic and static | Yang Tse | |
c-ares libraries in debug and release flavours. Additionally each of the three sample programs is built against each of the four possible c-ares libraries, generating all this a total number of 12 executables and 4 libraries. | |||
2009-11-09 | Test for USE_WINSOCK since it is more restrictive than WIN32 | Yang Tse | |
2009-11-09 | Make header inclusion depend on HAVE_*_H definition | Yang Tse | |
2009-11-09 | Remove unneeded preprocessor directives | Yang Tse | |
2009-11-07 | Joshua Kwan added paragraph 4.18 about file:// URLs on windows etc | Daniel Stenberg | |
2009-11-05 | Adjust c-ares include paths for memory tracking enabled (--enable-curldebug) ↵ | Yang Tse | |
builds | |||
2009-11-05 | - Dropped misleading timeouts in libcurl-NSS and made sure the SSL socket works | Kamil Dudka | |
in non-blocking mode. | |||
2009-11-05 | I removed leading 'curl' path on the 'curlbuild.h' include statement in | Yang Tse | |
curl.h, adjusting auto-makefiles include path, to enhance portability to OS's without an orthogonal directory tree structure such as OS/400. | |||
2009-11-05 | avoid division by zero | Yang Tse | |
2009-11-04 | - I fixed several problems with the transfer progress meter. It showed the | Daniel Stenberg | |
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. | |||
2009-11-04 | source files used by sample programs | Yang Tse | |
2009-11-04 | start over towards 7.19.8 | Daniel Stenberg | |
2009-11-04 | updated with names from the 7.19.7 release notes | Daniel Stenberg | |
2009-11-04 | fix the find command line | Daniel Stenberg | |
2009-11-04 | avoid fiddling in the ares subdir since that isn't part of the release | Daniel Stenberg | |
tarball | |||
2009-11-04 | release coming up | Daniel Stenberg | |
2009-11-04 | syntax | Daniel Stenberg | |
2009-11-04 | I have next to no hope of fixing more bugs before 7.19.7 so all are now | Daniel Stenberg | |
moved to 7.19.8. I removed the bugs already in KNOWN_BUGS (but they should of course still get fixed). Added three recent bugs. 7.19.8 is targetted to get shipped in Janurary 2010 | |||
2009-11-04 | Put the Symbian binaries into the more modern locations in ROM | Dan Fandrich | |
2009-11-03 | Updated systems, bindings, NTLM support | Dan Fandrich | |
2009-11-03 | Export the Symbian .iby files to make it easier to build a ROM | Dan Fandrich | |
2009-11-02 | strerror() => curl_easy_strerror() | Daniel Stenberg | |
2009-11-02 | include progress.h for Curl_pgrsSetDownloadCounter function prototype | Yang Tse | |