]> granicus.if.org Git - curl/shortlog
curl
2014-12-03 Steve Holmesws.c: Fixed compilation warning when IPv6 is disabled
2014-12-02 Steve Holmesasl_gssapi: Made log_gss_error() a common GSS-API...
2014-12-02 Steve Holmesasl_gssapi: Introduced GSS-API based SASL module
2014-12-02 Steve Holmesmb: Don't try to connect with empty credentials
2014-12-02 Steve Holmesmb.c: Coding policing of pointer usage
2014-12-02 Steve Holmeconfigure: Fixed inclusion of SMB when no crypto engine...
2014-12-01 Guenter Knaufbuild: in Makefile.m32 simplified autodetection.
2014-11-30 Peter Wusws: move away from IPv4/IPv4-only assumption
2014-11-30 Peter Wulib/connect: restrict IP/TCP options to said sockets
2014-11-30 Daniel Stenbergsmb.c: use size_t as input argument types for msg sizes
2014-11-30 Steve Holmeversion: The next release will become 7.40.0
2014-11-30 Bill Nageldocs: Updated for the SMB protocol
2014-11-30 Steve Holmecurl tool: Exclude SMB from the protocol redirect
2014-11-30 Bill Nagelcurl tool: Enable support for the SMB protocol
2014-11-30 Steve Holmesmb.c: Fixed compilation warnings
2014-11-30 Steve Holmelibcurl: Exclude SMB from the protocol redirect
2014-11-30 Bill Nagellibcurl: Enable support for the SMB protocol
2014-11-30 Steve Holmesmb.c: Fixed compilation warnings
2014-11-30 Steve Holmesmb.c: Renamed SMB command message variables to avoid...
2014-11-30 Steve Holmesmb.c: Fixed compilation warnings
2014-11-30 Steve Holmesmb.c: Fixed compilation warnings
2014-11-30 Steve Holmesmb.c: Fixed compilation warnings
2014-11-30 Bill Nagelsmb: Added initial SMB functionality
2014-11-30 Bill Nagelsmb: Added SMB handler interfaces
2014-11-30 Steve Holmetransfer: Code style policing
2014-11-30 Steve Holmetransfer: Fixed existing scratch buffer being checked...
2014-11-30 Steve Holmesmtp: Fixed dot stuffing being performed when no new...
2014-11-29 Daniel Stenbergsmb.h: fixed picky compiler warning
2014-11-29 Steve Holmetests: Disable test 1013 until SMB is fully added
2014-11-29 Bill Nagelsmb: Added SMB protocol and port definitions
2014-11-29 Bill Nagelsmb: Added internal SMB definitions and structures
2014-11-29 Bill Nagelsmb: Added SMB connection structure
2014-11-29 Bill Nagelsmb: Added initial source files for SMB
2014-11-29 Bill Nagelsmb: Added configuration options for SMB
2014-11-28 Peter Wuruntests.pl: fix startup of IPv6 servers
2014-11-28 Peter Wuruntests.pl: fix warning message, remove duplicate...
2014-11-27 Steve Holmehttp.c: Fixed compilation warnings from features being...
2014-11-27 Steve HolmeRELEASE-NOTES: Synced with c5399c827d
2014-11-26 Steve Holmetests: Added SMTP with --crlf test case
2014-11-26 Steve Holmedocs: Updated for commit 4bd860a001 and SMTP Unix line...
2014-11-26 Steve Holmesmtp: Fixed const'ness of nread parameter in Curl_smtp_...
2014-11-26 Steve Holmesmtp: Added support for the conversion of Unix newlines...
2014-11-25 Steve HolmeCURLOPT_CRLF.3: Fixed inclusion of SMTP in listed protocols
2014-11-25 Daniel Stenbergcurl*3: added small examples
2014-11-25 Daniel Stenberglibcurl.3: fix formatting
2014-11-25 Daniel Stenbergman pages: SEE ALSO curl_multi_wait
2014-11-25 Daniel Stenbergcurl_multi_wait.3: clarify numfds being used if not...
2014-11-25 Daniel Stenbergmulti-single.c: switch to use curl_multi_wait
2014-11-25 Daniel Stenbergtestcurl: bump the version of this script!
2014-11-25 Daniel Stenbergtestcurl: skip reading the setup file if given enough...
2014-11-25 Daniel Stenbergselect.c: fix compilation for VxWorks
2014-11-24 moparisthebestSSL: Add PEM format support for public key pinning
2014-11-24 Kamil DudkaRevert "repository: ignore patch files generated by...
2014-11-23 Steve Holmemulti.c: Fixed compilation warnings when no verbose...
2014-11-23 Steve HolmeRELEASE-NOTES: Synced with 1450712e76
2014-11-23 Steve Holmesasl: Tidied up some parameter comments
2014-11-23 Steve Holmesasl: Reduced the need for two sets of NTLM functions
2014-11-23 Steve Holmentlm: Moved NSS initialisation to base decode function
2014-11-23 Steve Holmehttp_ntlm: Fixed additional NSS initialisation call...
2014-11-23 Steve Holmentlm: Fixed static'ness of local decode function
2014-11-23 Steve Holmentlm: Corrected some parameter names and comments
2014-11-22 Steve Holmeruntests.pl: Re-aligned feature support comments
2014-11-22 Steve Holmeruntests.pl: Use Kerberos and SPNEGO as proxies for...
2014-11-22 Steve Holmeruntests.pl: Added support for SPNEGO
2014-11-22 Steve Holmeruntests.pl: Added Kerberos detection
2014-11-22 Steve Holmeruntests.pl: Added GSS-API detection
2014-11-21 Steve HolmeFILEFORMAT: Added SSPI, GSS-API and Kerberos to the...
2014-11-21 Steve HolmeFILEFORMAT: Added test requires feature not present...
2014-11-20 Daniel Stenberghttp.c: log if it notices HTTP 1.1 after a upgrade...
2014-11-20 Daniel Stenbergtest1801: first real http2 test case
2014-11-20 Daniel Stenbergsws: initial tiny steps toward http2 support
2014-11-20 Daniel StenbergFILEFORMAT: mention the new upgrade support
2014-11-20 Daniel Stenbergtest1800: first plain-text http2 test case
2014-11-20 Tatsuhiro Tsujikawahttp: Disable pipelining for HTTP/2 and upgraded connec...
2014-11-20 Brad HarderCURLOPT_POSTFIELDS.3: mention the COPYPOSTFIELDS option
2014-11-19 Steve Holmemulti-uv.c: Updated for curl coding standards
2014-11-19 Steve Holmeconncache: Fixed specifiers in infof() for long and...
2014-11-19 Peter Wucmake: add Kerberos to the supported features
2014-11-19 Peter Wucmake: fix NTLM detection when CURL_DISABLE_HTTP defined
2014-11-19 Daniel StenbergRELEASE-NOTES: synced with cb13fad733e
2014-11-19 Jay Satiroexamples: Wait recommended 100ms when no file descripto...
2014-11-19 Waldek Kozbamulti-uv.c: close the file handle after download
2014-11-19 Jon Spencermulti: inform about closed sockets before they are...
2014-11-19 Guenter Knaufbuild: in Makefile.m32 moved target autodetection.
2014-11-19 Guenter Knaufbuild: in Makefile.m32 simplify platform flags.
2014-11-19 Guenter Knaufbuild: in Makefile.m32 try to detect 64bit target.
2014-11-19 Brad KingCMake: Simplify if() conditions on check result variables
2014-11-19 Daniel StenbergTODO-RELEASE: removed
2014-11-18 Carlo Wooddebug: added new connection cache output, plus fixups
2014-11-18 Daniel Stenbergmulti: move the ending condition into the loop as well
2014-11-18 Steve Holmemulti: Prefer we don't use CURLE_OK and NULL in comparisons
2014-11-18 Daniel Stenbergmulti_runsingle: use 'result' for local CURLcode storage
2014-11-18 Daniel Stenbergmulti_runsingle: rename result to rc
2014-11-18 Daniel Stenbergmulti: make multi_runsingle loop internally
2014-11-18 Carlo Woodmulti: when leaving for timeout, close accordingly
2014-11-18 Guenter Knaufbuild: in Makefile.m32 add -m32 flag for 32bit.
2014-11-18 Guenter Knaufmk-ca-bundle.vbs: update copyright year.
2014-11-18 Guenter Knaufbuild: in Makefile.m32 pass -F flag to windres.
2014-11-17 Steve Holmeconfig-win32: Fixed build targets for the VS2012+ Windo...
2014-11-16 Steve Holmesasl_sspi: Removed note about the NTLM functions being...
next