]> granicus.if.org Git - curl/shortlog
curl
2015-01-16 Daniel StenbergTheArtOfHttpScripting: phrase it TLS lib agnostic
2015-01-16 Steve HolmeTODO: Added some SMB ideas
2015-01-16 Steve HolmeRELEASE-NOTES: Synced with 5f09947d28
2015-01-16 Steve Holmebuild-openssl.bat: Added check for Perl installation
2015-01-16 Steve Holmechecksrc.bat: Better detection of Perl installation
2015-01-16 Steve Holmecurl_endian: Fixed build when 64-bit integers are not...
2015-01-15 Yun SangHocurl.h: remove extra space
2015-01-14 Daniel StenbergCurl_pretransfer: reset expected transfer sizes
2015-01-12 Marc Hoerskencurl_schannel.c: mark session as removed from cache...
2015-01-09 Steve HolmeRELEASE-NOTES: Synced with d21b66835f
2015-01-09 Guenter KnaufMerge pull request #134 from vszakats/mingw-m64
2015-01-09 Guenter KnaufMerge pull request #136 from vszakats/mingw-allow-custo...
2015-01-09 Daniel StenbergNSS: fix compiler error when built http2-enabled
2015-01-09 Steve Holmegssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_S...
2015-01-09 Viktor Szakatsmingw build: allow to pass custom CFLAGS
2015-01-08 Daniel StenbergFTP: if EPSV fails on IPV6 connections, bail out
2015-01-08 Daniel StenbergFTP: fix IPv6 host using link-local address
2015-01-08 Sam Schankenwinbuild: Added option to build with c-ares
2015-01-08 Guenter KnaufNetWare build: added TLS-SRP enabled build.
2015-01-08 Steve Holmesasl_gssapi: Fixed build on NetBSD with built-in GSS-API
2015-01-08 Viktor Szakatsadd -m64 clags when targeting mingw64, add -m32/-m64...
2015-01-08 Daniel Stenbergbump: start working towards 7.40.1
2015-01-08 Daniel StenbergTHANKS: 14 new contributors from the 7.40.0 release...
2015-01-07 Daniel StenbergRELEASE-NOTES: version 7.40.0 curl-7_40_0
2015-01-07 Daniel Stenbergdarwinssl: fix session ID keys to only reuse identical...
2015-01-07 Daniel Stenbergtests: make sure CRLFs can't be used in URLs passed...
2015-01-07 Daniel Stenbergurl-parsing: reject CRLFs within URLs
2015-01-07 Steve Holmeldap: Convert attribute output to UTF-8 when Unicode
2015-01-07 Steve Holmeldap: Convert DN output to UTF-8 when Unicode
2015-01-07 Daniel Stenberghostip: remove 'stale' argument from Curl_fetch_addr...
2015-01-07 Steve Holmeldap/imap: Fixed spelling mistake in comments and varia...
2015-01-07 Daniel StenbergRELEASE-NOTES: updated with ./contributors.sh output
2015-01-05 Dan Fandrichcurl_multibyte.h: Eliminated some trailing whitespace
2015-01-04 Steve HolmeRELEASE-NOTES: Synced with ea93252ef1
2015-01-04 Steve Holmeldap: Fixed Unicode usage for all Win32 builds
2015-01-04 Steve Holmeldap: Fixed memory leak from commit efb64fdf80
2015-01-04 Steve Holmeldap: Fix memory leak from commit 3a805c5cc1
2015-01-04 Steve Holmeldap: Fixed attribute variable warnings when Unicode...
2015-01-04 Steve Holmeldap: Fixed DN variable warnings when Unicode is enabled
2015-01-04 Steve Holmeldap: Remove the unescape_elements() function
2015-01-04 Steve Holmeldap.c: Fixed compilation warning
2015-01-04 Steve Holmeldap: Fixed support for Unicode filter in Win32 search...
2015-01-04 Steve Holmeldap.c: Fixed compilation warning
2015-01-04 Steve Holmeldap: Fixed support for Unicode attributes in Win32...
2015-01-04 Steve Holmeldap: Fixed memory leak from commit efb64fdf80
2015-01-04 Steve Holmeldap.c: Fixed compilation error
2015-01-04 Steve Holmeldap.c: Fixed compilation warning
2015-01-04 Steve Holmeldap: Fixed support for Unicode DN in Win32 search...
2015-01-04 Steve Holmeldap: Fixed Unicode user and password in Win32 bind...
2015-01-04 Steve Holmeldap: Fixed Unicode host name in Win32 initialisation...
2015-01-04 Steve Holmeldap: Use host.dispname for infof() connection failure...
2015-01-03 Steve Holmeldap: Prefer 'CURLcode result' for curl result codes
2015-01-03 Steve Holmeldap: Pass write length in all Curl_client_write()...
2015-01-03 Steve Holmeldap: Fixed attribute memory leaks on failed client...
2015-01-03 Steve Holmeldap: Fixed DN memory leaks on failed client write
2015-01-02 Steve Holmecurl_ntlm_core.c: Fixed compilation warning from commit...
2015-01-02 Steve Holmentlm: Use extend_key_56_to_64() for all cryptography...
2015-01-02 Steve HolmeRELEASE-NOTES: Synced with 34f0bd110f
2015-01-02 Steve Holmecurl_ntlm_core.c: Fixed compilation warning
2015-01-02 Steve Holmeendian: Fixed bit-shift in 64-bit integer read functions
2015-01-01 Steve Holmesmb: Use endian functions for reading NBT and message...
2015-01-01 Steve Holmeendian: Added big endian read functions
2015-01-01 Steve Holmeendian: Added 64-bit integer read function
2015-01-01 Steve HolmeCOPYING: Bumped copyright year to 2015
2015-01-01 Steve Holmeversion: Bump copyright year to 2015
2015-01-01 Steve Holmesmb.c: Fixed compilation warnings
2014-12-31 Steve Holmesmb: Use endian functions for reading length and offset...
2014-12-31 Steve Holmeendian: Added 16-bit integer write function
2014-12-31 Steve Holmeendian: Fixed Linux compilation issues
2014-12-31 Julien Nabetlib1900.c: Fixed cppcheck error
2014-12-31 Steve Holmeendian: Added standard function descriptions
2014-12-31 Steve Holmeendian: Renamed functions for curl API naming convention
2014-12-31 Steve Holmeendian: Moved write functions to new module
2014-12-31 Steve Holmeendian: Moved read functions to new module
2014-12-31 Steve Holmeendian: Introduced endian module
2014-12-31 Steve Holmesepheaders.c: Applied curl oding standards
2014-12-31 Julien Nabetsepheaders.c: Fixed resource leak on failure
2014-12-30 Steve Holmevtls: Use '(void) arg' for unused parameters
2014-12-30 Steve Holmesmb.c: Fixed compilation warning
2014-12-30 Bill Nagelsmb: Use the connection's upload buffer
2014-12-30 Steve HolmeRELEASE-NOTES: Synced with 1933f9d33c
2014-12-30 Steve Holmeschannel: Moved the ISC return flag definitions to...
2014-12-29 Bill Nagelsmb: Close the connection after a failed client write
2014-12-28 Steve Holmedarwinssl: Fixed compilation warning
2014-12-28 Steve Holmesockfilt.c: Fixed compilation warnings
2014-12-28 Steve Holmetest1509: Fixed compilation warning
2014-12-28 Steve Holmetest556: Fixed compilation warning
2014-12-28 Steve Holmesasl_gssapi: Fixed use of dummy username with real...
2014-12-28 Steve Holmevtls: Fixed compilation warning and an ignored return...
2014-12-28 Daniel StenbergTODO: 2.3 Better support for same name resolves
2014-12-28 Steve Holmetest1520: Fixed initial teething problems
2014-12-28 Steve Holmetest1520: Fixed compilation errors
2014-12-28 Steve Holmetests: Added test for bug #1456
2014-12-28 Steve Holmechecksrc.bat: Fixed a problem opening files with spaces...
2014-12-27 Steve Holmeopenldap: Prefer use of 'CURLcode result'
2014-12-27 Steve Holmeopenldap: Use 'LDAPMessage *msg' for messages
2014-12-27 Steve Holmenss: Don't ignore Curl_extract_certinfo() OOM failure
2014-12-27 Steve Holmenss: Don't ignore Curl_ssl_init_certinfo() OOM failure
2014-12-27 Steve Holmenss: Use 'CURLcode result' for curl result codes
2014-12-27 Steve Holmegetinfo: Code style policing
next