platform/upstream/curl.git
2012-07-20 Daniel Stenbergmake: make distclean work again
2012-07-20 Daniel Stenbergtest Makefile: only feature 'unit' once in the list...
2012-07-20 Dan FandrichFixed some typos in documentation
2012-07-20 Guenter KnaufFixed CR issue with Win32 version on MSYS.
2012-07-20 Guenter KnaufFixed CR issue with Win32 version on MSYS.
2012-07-20 Guenter KnaufFixed MSYS <-> Windows path convertion.
2012-07-19 Guenter KnaufFollow-up fix to detect SSL libs with MinGW.
2012-07-17 Guenter KnaufTell git to not convert configure-related files.
2012-07-17 Guenter KnaufTrial to teach runtests.pl about WinSSL.
2012-07-17 Guenter KnaufFixed warning 'uninitialized value in numeric gt'.
2012-07-15 Daniel StenbergRELEASE-NOTES: synced with 9d11716933616
2012-07-15 Daniel Stenbergmulti_runsingle: added precaution against easy_conn...
2012-07-15 Daniel Stenberggetparam: fix the GetStr() macro
2012-07-15 Guenter KnaufTell git to not convert configure-related files.
2012-07-13 Daniel Stenbergparse_proxy: remove dead assignment
2012-07-13 Daniel Stenbergftp_do_more: add missing check of return code
2012-07-13 Daniel Stenberggetinfo: use va_end and cut off Curl_ from static funcs
2012-07-13 Philip CraigSplit up Curl_getinfo
2012-07-12 Guenter KnaufAdded error checking for curl_global_init().
2012-07-12 Guenter KnaufAdded curl_global_* functions.
2012-07-12 Guenter KnaufMinor fixes to MinGW makefiles.
2012-07-12 Daniel Stenbergdocs: mention CURL_GLOBAL_DEFAULT
2012-07-12 Guenter KnaufAdded curl_global_* functions.
2012-07-11 Daniel Stenbergtests: verify the stricter numeric option parser
2012-07-11 Daniel StenbergSWS: use of uninitialized memory fix
2012-07-11 Daniel Stenbergtest48: verify that HEAD doesn't close extra
2012-07-11 Daniel Stenbergconnection-monitor: always log disconnect when enabled
2012-07-11 Daniel StenbergHEAD: don't force-close after response-headers
2012-07-11 Guenter KnaufRemoved trailing empty strings from awk script.
2012-07-11 Guenter KnaufCleaned up version awk script.
2012-07-11 Guenter KnaufAdded project copyright header.
2012-07-11 Guenter KnaufRemoved libcurl.imp from Makefile.am.
2012-07-11 Guenter KnaufAdded missing dependency to export list.
2012-07-11 Guenter KnaufFixed export list path.
2012-07-11 Guenter KnaufChanged NetWare build to generate export list.
2012-07-11 Guenter KnaufAdded pointer to FAQ for linkage errors.
2012-07-11 Guenter KnaufSmall NetWare makefile tweak.
2012-07-11 Guenter KnaufChanged MinGW makefiles to use WINSSL now.
2012-07-10 Daniel Stenbergtest231: fix wrong -C use!
2012-07-10 Daniel Stenbergcmdline: parse numerical options stricter
2012-07-09 Daniel Stenbergdocs: switch to proper UTF-8 for text file encoding
2012-07-09 Yang TseMake Curl_schannel_version() return "WinSSL"
2012-07-09 Daniel Stenbergtest 46: use different path lengths to get reliable...
2012-07-09 Daniel Stenbergcookie: fixed typo in comment
2012-07-09 Christian Hägelehttps_getsock: provided for schannel backend as well
2012-07-09 Daniel StenbergRELEASE-NOTES: added a URL reference to cookie docs
2012-07-08 Guenter KnaufRemoved obsolete include path to project root.
2012-07-08 Daniel StenbergTODO-RELEASE: issue 316 NTLM over proxy is fixed
2012-07-08 Nick Zitzmanndarwinssl: don't use arc4random_buf
2012-07-08 Daniel StenbergKNOWN_BUGS: #80 Curl doesn't recognize certs in DER...
2012-07-08 Daniel StenbergKNOWN_BUGS: #79 - any RCPT TO failure makes and error
2012-07-08 Marc Hoerskenwinbuild: Aligned BUILD.WINDOWS.txt and Makefile.vc...
2012-07-07 Marc Hoerskenwinbuild: Make USE_WINSSL depend on USE_SSPI
2012-07-07 Marc Hoerskenwinbuild: Aligned USE_SSPI with other USE_x defines
2012-07-07 Marc Hoerskenwinbuild: Clean up formatting and variable naming
2012-07-07 Nick Zitzmanndarwinssl: output cipher with text, remove SNI warning
2012-07-07 Daniel StenbergRELEASE-NOTES: synced with 5a99bce07d
2012-07-07 Daniel StenbergKNOWN_BUGS: NTLM with unicode works with schannel/winssl!
2012-07-05 Daniel Stenbergcode police: narrow source to < 80 columns
2012-07-05 Yang Tseunicode NTLM SSPI: cleanup follow-up
2012-07-05 Yang Tseunicode NTLM SSPI: cleanup
2012-07-05 Daniel Stenbergtests: use connection-monitor and verify results
2012-07-05 Daniel Stenberghttp-proxy: keep CONNECT connections alive (for NTLM)
2012-07-05 Daniel Stenbergsws: support <servercmd> for CONNECT requests
2012-07-05 Daniel StenbergFILEFORMAT: provided a full description of connection...
2012-07-05 Daniel Stenberglib503: enable verbose to ease debugging this
2012-07-05 Daniel Stenbergsws: add 'connection-monitor' command support
2012-07-04 Guenter KnaufRemoved non-used variable.
2012-07-04 Guenter KnaufAdded error checking for samples.
2012-07-04 Guenter KnaufRenamed vars to avoid shadow global declaration.
2012-07-03 Daniel Stenbergdocs: clarify how to start with curl_multi_socket_action
2012-07-03 Guenter KnaufMoved some patterns to subfolder's .gitignore.
2012-07-03 Guenter KnaufMerge branch 'master' of ssh://github.com/bagder/curl
2012-07-03 Guenter KnaufMinGW makefile tweaks for running from sh.
2012-07-03 Marc Hoerskencurl_ntlm_msgs.c: Removed unused variable passwd
2012-07-03 Guenter KnaufAdded files generated by mingw32, eclipse and VC.
2012-07-03 Daniel Stenbergcookies: change the URL in the cookie jar file header
2012-07-03 Daniel StenbergHTTP-COOKIES: clarified and modified layout
2012-07-03 Daniel StenbergHTTP-COOKIES: use the FAQ document layout
2012-07-03 Daniel StenbergHTTP-COOKIES: added cookie documentation
2012-07-02 Yang Tsecurl_ntlm_msgs.c: include <tchar.h> for prototypes
2012-07-02 Neil Bowerstestcurl.pl: fix missing semicolon
2012-07-02 Christian Hägeleunicode NTLM SSPI: heap corruption fixed
2012-07-02 Yang Tsetestcurl.pl: allow non in-tree c-ares enabled autobuild
2012-07-02 Yang Tseconfigure.ac: verify that libmetalink is new enough
2012-07-02 Tatsuhiro Tsujikawacurl: Added runtime version check for libmetalink
2012-07-02 Tatsuhiro TsujikawaInclude metalink/metalink.h for libmetalink functions
2012-07-01 Daniel Stenbergerrors: CURLM_CALL_MULTI_PERFORM is not returned anymore
2012-07-01 Daniel Stenbergrelease: cleaned up plans for this and coming release
2012-06-29 Yang Tsecurl-compilers.m4: remove -Wstrict-aliasing=3 from...
2012-06-29 Yang Tsetest2017 to test2022: more metalink tests
2012-06-29 Yang Tsetest2005 to test2016: improve failure detection
2012-06-28 Yang Tselib582.c: fix conversion warning
2012-06-28 Yang Tsenss.c: #include warnless.h for curlx_uztosi and curlx_u...
2012-06-28 Marc Hoerskennss.c: Fixed size_t conversion warnings
2012-06-28 Yang Tsesslgen.c: cleanup temporary compile-time SSL-backend...
2012-06-28 Daniel Stenbergschannel: provide two additional (dummy) API defines
2012-06-27 Tatsuhiro TsujikawaMetalink: message updates
2012-06-27 Daniel Stenbergsslgen: avoid compiler error in SSPI builds
2012-06-27 Yang Tsessluse.c: fix compiler warning: conversion to 'int...
next