platform/upstream/curl.git
2012-11-01 Marc Hoerskenwinbuild: Use machine type of development environment
2012-11-01 Marc Hoerskenwinbuild: Additional clean up
2012-11-01 Sapien2Even more winbuild refactoring
2012-11-01 Sapien2Minor winbuild refactoring
2012-11-01 Sapien2Architecture selection for winbuild and minor makefiles...
2012-11-01 Daniel StenbergBUGS: fix the bug tracker URL
2012-11-01 Daniel Stenbergevhiperfifo: fix the pointer passed to WRITEDATA
2012-11-01 Guenter KnaufFixed MSVC libssh2 static build.
2012-10-23 Daniel Stenbergtlsauthtype: deal with the string case insensitively
2012-10-23 Daniel Stenbergasyn-ares: restore working with c-ares < 1.6.1
2012-10-22 Nick Zitzmannmetalink/md5: Use CommonCrypto on Apple operating systems
2012-10-18 Daniel Stenberghref_extractor.c: fix the URL
2012-10-18 Michał Kowalczykhref_extractor: example code extracting href elements
2012-10-16 Nick Zitzmanndarwinssl: un-broke iOS build, fix error on server...
2012-10-15 Alessandro... gnutls: put reset code into else block
2012-10-12 Guenter KnaufFix now broken libmetalink-aware OpenSSL build.
2012-10-12 Guenter KnaufRevert c44e674; add OpenSSL includes/defines.
2012-10-10 Daniel Stenbergversion-bump: towards 7.28.1!
2012-10-10 Daniel StenbergTHANKS: 14 new contributors from 7.28.0
2012-10-10 Daniel StenbergRELEASE-NOTES: synced with 8373ca3641
2012-10-09 Daniel Stenbergcurl_multi_wait: no wait if no descriptors to wait for
2012-10-08 Daniel StenbergTODO-RELEASE: cleanup for 7.28.0
2012-10-08 Daniel Stenbergcurl_multi_wait.3: style formatting mistake
2012-10-08 Marc Hoerskenssluse.c: md5.h is required for Curl_ossl_md5sum
2012-10-08 Daniel Stenbergcurl_multi_wait.3: fix the name of the man page
2012-10-08 Daniel Stenbergcurl_multi_wait.3: renamed the last argument variable...
2012-10-06 Marc Hoerskencurl_schannel.c: Fixed caching more data than required
2012-10-06 Marc Hoerskencurl_schannel: Removed buffer limit and optimized buffe...
2012-10-04 Marc Hoerskenlib/socks.c: Merged two size variables into one
2012-10-04 Marc Hoerskenlib/socks.c: Avoid type conversions where possible
2012-10-04 Marc Hoerskenlib/curl_schannel.c: Hide size_t conversion warning
2012-10-04 Marc Hoerskenkrb5/curl_rtmp.c: Hide size_t to int type conversion...
2012-10-04 Marc Hoerskensecurity.c: Aligned internal type to return type
2012-10-03 Marc Hoerskenlib/curl_schannel: Increased maximum buffer size to...
2012-10-03 Marc Hoerskenwinbuild/MakefileBuild.vc: Follow up on 0c8ccf7
2012-10-02 Daniel StenbergRELEASE-NOTES: synced with 971f5bcedd418
2012-10-01 Daniel Stenbergmulti_runsingle: CURLOPT_LOW_SPEED_* fix for rate limit...
2012-10-01 Tatsuhiro Tsujikawatool_metalink.c: Filtered resource URLs by type
2012-10-01 Kamil Dudkahttps.c example: remember to call curl_global_init()
2012-09-28 Daniel StenbergFAQ: remove the date from the topmost line
2012-09-28 Daniel StenbergFAQ: 5.16 I want a different time-out!
2012-09-28 Daniel StenbergCurl_reconnect_request: clear pointer on failure
2012-09-26 Daniel StenbergCURLOPT_CONNECTTIMEOUT: works without signals or posix...
2012-09-24 Marc HoerskenMakefile.vc6: Follow up on 0c8ccf7
2012-09-23 Marc HoerskenMakefile.vc6: Added missing default library advapi32.lib
2012-09-19 Daniel StenbergHTTP_ONLY: disable more protocols
2012-09-17 Daniel Stenbergtest2006: Updated expected output to include hash name
2012-09-17 Sergei Nikulovcmake: use standard findxxx modules for cmake v2.8+
2012-09-17 Sergei Nikulovsetup.h: fixed for MS VC10 build
2012-09-17 Daniel StenbergTODO-RELEASE: push new features to 7.29
2012-09-17 Marc Hoerskenmetalink tests: Updated expected output to include...
2012-09-16 Sara Golemoncurl_multi_wait: Add parameter to return number of...
2012-09-14 Marc Hoerskensocks.c: Fixed warning: conversion to 'int' from 'long...
2012-09-14 Marc Hoerskenhttp_negotiate.c: Fxied warning: unused variable 'rc'
2012-09-14 Marc Hoerskenssh.c: Fixed warning: implicit conversion from enumerat...
2012-09-14 Marc Hoerskensocks.c: Check that IPv6 is enabled before using it...
2012-09-13 Marc Hoerskenchecksrc: Fixed line length and comment indentation
2012-09-13 Marc Hoerskensocks.c: Updated error messages to handle hostname...
2012-09-13 Marc Hoerskensocks.c: Added support for IPv6 connections through...
2012-09-13 Daniel Stenbergparse_proxy: treat "socks://x" as a socks4 proxy
2012-09-12 Kamil Dudkassh: do not crash if MD5 fingerprint is not provided...
2012-09-12 Kamil Dudkassh: move the fingerprint checking code to a separate fnc
2012-09-11 Marc Hoerskentool_metalink.c: Added name of validation hash to messages
2012-09-11 Marc Hoerskenwincrypt: Fixed cross-compilation issues caused by...
2012-09-11 Marc Hoerskenmd5.c: Added support for Microsoft Windows CryptoAPI
2012-09-11 Marc HoerskenMakefile.m32: Updated to build against libmetalink...
2012-09-11 Marc Hoerskentool_metalink.c: Added support for Microsoft Windows...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed typo and conversion
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: curl_easy_getinfo...
2012-09-11 Marc Hoerskensws.c: Fixed warning: 'err' may be used uninitialized...
2012-09-11 Marc Hoerskenlibntlmconnect.c: Fixed warning: comparison of signed...
2012-09-11 Marc Hoerskennss.c: Fixed warning: 'err' may be used uninitialized...
2012-09-11 Marc Hoerskentool_metalink.c: Fixed error: 'O_BINARY' undeclared
2012-09-10 Marc Hoerskentool_metalink.c: Fixed validation of binary files conta...
2012-09-10 Marc Hoerskenwinbuild: Added support for building with SPNEGO enabled
2012-09-10 Marc Hoerskenwinbuild: Adjusted order of options to generated config...
2012-09-09 Anthony BryanMANUAL: clarified user+password in HTTP URLs
2012-09-09 Daniel StenbergRELEASE-NOTES: synced with 6c6f1f64c2
2012-09-09 Daniel StenbergTODO-RELEASE: CURLSSH_AUTH_AGENT and curl_multi_wait...
2012-09-09 Marc Hoerskencurl_schannel.c: Reference count the credential/session...
2012-09-08 Nick Zitzmanndarwinssl: fixed for older Mac OS X versions
2012-09-06 David Blaikietool_easysrc.c: Test pointers against NULL
2012-09-06 Daniel StenbergSOCKS: truly disable it if CURL_DISABLE_PROXY is defined
2012-09-04 Daniel Stenbergmk-ca-bundle: detect start of trust section better
2012-09-04 Alessandro... gnutls: do not fail on non-fatal handshake errors
2012-09-04 Daniel StenbergFILEFORMAT: the FTP commands work for more protocols
2012-09-04 Daniel Stenbergtest1411: verify SMTP without SIZE support
2012-09-04 František KučeraSMTP: only send SIZE if supported
2012-09-04 Daniel Stenbergftpserver: respond with a 250 to SMTP EHLO
2012-09-03 Daniel StenbergRELEASE-NOTES: synced with abb0da919300e
2012-09-03 Dan FandrichUpdated Symbian build files
2012-09-03 Dan FandrichUpdated build docs w.r.t. Android and binary sizes
2012-09-01 Daniel Stenbergsymbols-in-versions: new CURL_WAIT_* symbols
2012-09-01 Sara GolemonUnit test for curl_multi_wait()
2012-09-01 Sara GolemonManpage for curl_multi_wait().
2012-09-01 Sara Golemonmulti: add curl_multi_wait()
2012-09-01 Nick Zitzmanndarwinssl: Bugfix for previous commit for older cats
2012-09-01 Joe MasonUse MAX_EASY_HANDLES instead of hardcoding the number...
2012-08-31 Daniel Stenbergtest2032: bail out after last transfer
2012-08-31 Joe MasonNTLM: re-use existing connection better
next