Age | Commit message (Expand) | Author |
2015-01-16 | curl_endian: Fixed build when 64-bit integers are not supported | Steve Holme |
2015-01-14 | Curl_pretransfer: reset expected transfer sizes | Daniel Stenberg |
2015-01-12 | curl_schannel.c: mark session as removed from cache if not freed | Marc Hoersken |
2015-01-09 | Merge pull request #134 from vszakats/mingw-m64 | Guenter Knauf |
2015-01-09 | Merge pull request #136 from vszakats/mingw-allow-custom-cflags | Guenter Knauf |
2015-01-09 | NSS: fix compiler error when built http2-enabled | Daniel Stenberg |
2015-01-09 | gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions | Steve Holme |
2015-01-09 | mingw build: allow to pass custom CFLAGS | Viktor Szakats |
2015-01-08 | FTP: if EPSV fails on IPV6 connections, bail out | Daniel Stenberg |
2015-01-08 | FTP: fix IPv6 host using link-local address | Daniel Stenberg |
2015-01-08 | NetWare build: added TLS-SRP enabled build. | Guenter Knauf |
2015-01-08 | sasl_gssapi: Fixed build on NetBSD with built-in GSS-API | Steve Holme |
2015-01-08 | add -m64 clags when targeting mingw64, add -m32/-m64 to LDFLAGS | Viktor Szakats |
2015-01-07 | darwinssl: fix session ID keys to only reuse identical sessions | Daniel Stenberg |
2015-01-07 | url-parsing: reject CRLFs within URLs | Daniel Stenberg |
2015-01-07 | ldap: Convert attribute output to UTF-8 when Unicode | Steve Holme |
2015-01-07 | ldap: Convert DN output to UTF-8 when Unicode | Steve Holme |
2015-01-07 | hostip: remove 'stale' argument from Curl_fetch_addr proto | Daniel Stenberg |
2015-01-07 | ldap/imap: Fixed spelling mistake in comments and variable names | Steve Holme |
2015-01-05 | curl_multibyte.h: Eliminated some trailing whitespace | Dan Fandrich |
2015-01-04 | ldap: Fixed Unicode usage for all Win32 builds | Steve Holme |
2015-01-04 | ldap: Fixed memory leak from commit efb64fdf80 | Steve Holme |
2015-01-04 | ldap: Fix memory leak from commit 3a805c5cc1 | Steve Holme |
2015-01-04 | ldap: Fixed attribute variable warnings when Unicode is enabled | Steve Holme |
2015-01-04 | ldap: Fixed DN variable warnings when Unicode is enabled | Steve Holme |
2015-01-04 | ldap: Remove the unescape_elements() function | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode filter in Win32 search call | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode attributes in Win32 search call | Steve Holme |
2015-01-04 | ldap: Fixed memory leak from commit efb64fdf80 | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation error | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode DN in Win32 search call | Steve Holme |
2015-01-04 | ldap: Fixed Unicode user and password in Win32 bind calls | Steve Holme |
2015-01-04 | ldap: Fixed Unicode host name in Win32 initialisation calls | Steve Holme |
2015-01-04 | ldap: Use host.dispname for infof() connection failure messages | Steve Holme |
2015-01-03 | ldap: Prefer 'CURLcode result' for curl result codes | Steve Holme |
2015-01-03 | ldap: Pass write length in all Curl_client_write() calls | Steve Holme |
2015-01-03 | ldap: Fixed attribute memory leaks on failed client write | Steve Holme |
2015-01-03 | ldap: Fixed DN memory leaks on failed client write | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5d | Steve Holme |
2015-01-02 | ntlm: Use extend_key_56_to_64() for all cryptography engines | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning | Steve Holme |
2015-01-02 | endian: Fixed bit-shift in 64-bit integer read functions | Steve Holme |
2015-01-01 | smb: Use endian functions for reading NBT and message size values | Steve Holme |
2015-01-01 | endian: Added big endian read functions | Steve Holme |
2015-01-01 | endian: Added 64-bit integer read function | Steve Holme |
2015-01-01 | smb.c: Fixed compilation warnings | Steve Holme |
2014-12-31 | smb: Use endian functions for reading length and offset values | Steve Holme |