Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-18 | configure: fix 'subdir-objects' distclean related issue | Yang Tse | |
See XC_AMEND_DISTCLEAN comments for details. | |||
2013-07-18 | curl_multi_wait: set revents for extra fds | Evgeny Turnaev | |
Pass back the revents that happened for the user-provided file descriptors. | |||
2013-07-17 | asyn-ares: Don't blank ares servers if none configured. | Ben Greear | |
Best to just let c-ares use it's defaults if none are configured in (lib)curl. Signed-off-by: Ben Greear <greearb@candelatech.com> | |||
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov | |
Fixed issue with static build for MSVC2010. After some investigation I've discovered known issue http://public.kitware.com/Bug/view.php?id=11240 When .rc file is linked to static lib it fails with following linker error LINK : warning LNK4068: /MACHINE not specified; defaulting to X86 file.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' Fix add target property /MACHINE: for MSVC generation. Also removed old workarounds - it caused errors during msvc build. Bug: http://curl.haxx.se/mail/lib-2013-07/0046.html | |||
2013-07-17 | mk-ca-bundle.1: point out certdata.txt format docs | Daniel Stenberg | |
2013-07-16 | slist.c: Curl_slist_append_nodup() OOM handling fix | Yang Tse | |
2013-07-16 | test1414: FTP PORT download without SIZE support | Daniel Stenberg | |
2013-07-16 | tests/Makefile.am: add configurehelp.pm to DISTCLEANFILES | Yang Tse | |
2013-07-15 | curl_slist_append(): fix error detection | Patrick Monnerat | |
2013-07-15 | slist.c: fix indentation | Patrick Monnerat | |
2013-07-15 | OS400: new SSL backend GSKit | Patrick Monnerat | |
2013-07-15 | OS400: add slist and certinfo EBCDIC support | Patrick Monnerat | |
2013-07-15 | config-os400.h: enable system strdup(), strcmpi(), etc. | Patrick Monnerat | |
2013-07-15 | x509asn1.c,x509asn1.h: new module to support ASN.1/X509 parsing & info extract | Patrick Monnerat | |
Use from qssl backend | |||
2013-07-15 | ssluse.c,sslgen.c,sslgen.h: move certinfo support to generic SSL | Patrick Monnerat | |
2013-07-15 | Merge branch 'master' of github.com:bagder/curl | Patrick Monnerat | |
Merge for resync | |||
2013-07-15 | slist.c, slist.h, cookie.c: new internal procedure Curl_slist_append_nodup() | Patrick Monnerat | |
2013-07-15 | sslgen.c: fix Curl_rand() compiler warning | Yang Tse | |
Use simple seeding method upon RANDOM_FILE seeding method failure. | |||
2013-07-15 | sslgen.c: fix unreleased Curl_rand() infinite recursion | Yang Tse | |
2013-07-14 | src/tool: allow timeouts to accept decimal values | Dave Reisner | |
Implement wrappers around strtod to convert the user argument to a double with sane error checking. Use this to allow --max-time and --connect-timeout to accept decimal values instead of strictly integers. The manpage is updated to make mention of this feature and, additionally, forewarn that the actual timeout of the operation can vary in its precision (particularly as the value increases in its decimal precision). | |||
2013-07-14 | curl.1: fix long line, found by checksrc.pl | Dave Reisner | |
2013-07-14 | src/tool_paramhlp: try harder to catch negatives | Dave Reisner | |
strto* functions happily chomp off leading whitespace, so simply checking for str[0] can lead to false negatives. Do the full parse and check the out value instead. | |||
2013-07-14 | build_vms.com: detect and use zlib shared image | John E. Malmberg | |
Update the build_vms.com to detect and use zlib shared image installed by the ZLIB kit produced by Jean-Francois Pieronne, and the also the future ZLIB 1.2.8 kit in addition to the older ZLIB kits. Also fix the indentation to match one of the common standards used for VMS DCL command files and removed the hard tab characters. Tested on OpenVMS 8.4 Alpha and IA64, and OpenVMS 7.3 VAX. | |||
2013-07-14 | url.c: fix parse_url_login() OOM handling | Yang Tse | |
2013-07-12 | http_digest.c: SIGSEGV and OOM handling fixes | Yang Tse | |
2013-07-12 | url.c: fix parse_login_details() OOM handling | Yang Tse | |
2013-07-12 | setup-vms.h: sk_pop symbol tweak | John E. Malmberg | |
Newer versions of curl are referencing a sk_pop symbol while the HP OpenSSL library has the symbol in uppercase only. | |||
2013-07-11 | getinfo.c: fix enumerated type mixed with another type | Yang Tse | |
2013-07-11 | test 1511: fix enumerated type mixed with another type | Yang Tse | |
2013-07-11 | url.c: fix SIGSEGV | Yang Tse | |
2013-07-11 | dotdot.c: fix global declaration shadowing | Yang Tse | |
2013-07-11 | easy.c: fix global declaration shadowing | Yang Tse | |
2013-07-09 | Revert "curl.1: document the --time-cond option in the man page" | Kamil Dudka | |
This reverts commit 3a0e931fc715a80004958794a96b12cf90503f99 because the documentation of --time-cond was duplicated by mistake. Reported by: Dave Reisner | |||
2013-07-09 | curl.1: document the --sasl-ir option in the man page | Kamil Dudka | |
2013-07-09 | curl.1: document the --post303 option in the man page | Kamil Dudka | |
2013-07-09 | curl.1: document the --time-cond option in the man page | Kamil Dudka | |
2013-07-09 | configure: automake 1.14 compatibility tweak (use XC_AUTOMAKE) | Yang Tse | |
2013-07-09 | xc-am-iface.m4: provide XC_AUTOMAKE macro | Yang Tse | |
2013-07-08 | Added winssl-zlib target to VC builds. | Guenter Knauf | |
2013-07-08 | Synced Makefile.vc6 with recent changes. | Guenter Knauf | |
Issue posted to the list by malinowsky AT FTW DOT at. | |||
2013-07-04 | Added libmetalink URL; added Android versions. | Guenter Knauf | |
2013-07-03 | examples: Moved usercertinmem.c to COMPLICATED_EXAMPLES | Dan Fandrich | |
This prevents it from being built during a "make check" since it depends on OpenSSL. | |||
2013-07-02 | Merge branch 'master' of https://github.com/bagder/curl | Nick Zitzmann | |
2013-07-02 | darwinssl: SSLv2 connections are aborted if unsupported by the OS | Nick Zitzmann | |
I just noticed that OS X no longer supports SSLv2. Other TLS engines return an error if the requested protocol isn't supported by the underlying engine, so we do that now for SSLv2 if the framework returns an error when trying to turn on SSLv2 support. (Note: As always, SSLv2 support is only enabled in curl when starting the app with the -2 argument; it's off by default. SSLv2 is really old and insecure.) | |||
2013-07-01 | lib506.c: Fixed possible use of uninitialized variables | Marc Hoersken | |
2013-06-30 | url: restore the functionality of 'curl -u :' | Kamil Dudka | |
This commit fixes a regression introduced in fddb7b44a79d78e05043e1c97e069308b6b85f79. Reported by: Markus Moeller Bug: http://curl.haxx.se/mail/archive-2013-06/0052.html | |||
2013-06-25 | digest: append the timer to the random for the nonce | Daniel Stenberg | |
2013-06-25 | digest: improve nonce generation | Daniel Stenberg | |
Use the new improved Curl_rand() to generate better random nonce for Digest auth. | |||
2013-06-25 | curl.1: fix typo in --xattr description | Daniel Stenberg | |
Bug: http://curl.haxx.se/bug/view.cgi?id=1252 Reported-by: Jean-Noël Rouvignac | |||
2013-06-25 | RELEASE-NOTES: synced with 365c5ba39591 | Daniel Stenberg | |
The 10 first bug fixes for the pending release... |