Age | Commit message (Expand) | Author |
2014-12-07 | get_url_file_name: Fixed crash on OOM on debug build | Dan Fandrich |
2014-12-06 | sws.c: Fixed compilation warning | Steve Holme |
2014-12-06 | ftp.c: Fixed compilation warnings when proxy support disabled | Steve Holme |
2014-12-06 | smb: Fixed a problem with large file transfers | Steve Holme |
2014-12-06 | smb: Moved the URL decoding into a separate function | Steve Holme |
2014-12-06 | smb: Fixed URL encoded URLs not working | Steve Holme |
2014-12-06 | Makefile.inc: Added our standard header and updated file formatting | Steve Holme |
2014-12-06 | Makefile.inc: Updated file formatting | Steve Holme |
2014-12-06 | curl_md4.h: Updated copyright year following recent edit | Steve Holme |
2014-12-05 | SMB: Fix big endian problems. Make it OS/400 aware. | Patrick Monnerat |
2014-12-05 | OS400: enable NTLM authentication | Patrick Monnerat |
2014-12-05 | multi.c: Fixed compilation warning | Steve Holme |
2014-12-05 | build: updated dependencies in makefiles. | Guenter Knauf |
2014-12-05 | sasl: Corrected formatting of function descriptions | Steve Holme |
2014-12-05 | sasl_gssapi: Added missing function description | Steve Holme |
2014-12-05 | RELEASE-NOTES: Provided better descriptions | Steve Holme |
2014-12-05 | sasl_sspi: Corrected some typos | Steve Holme |
2014-12-05 | sasl_sspi: Don't use hard coded sizes in Kerberos V5 security data | Steve Holme |
2014-12-05 | sasl_sspi: Free the Kerberos V5 challenge as soon as we're done with it | Steve Holme |
2014-12-05 | gssapi: Corrected typo in comments | Steve Holme |
2014-12-05 | sasl_gssapi: Added body to Curl_sasl_create_gssapi_security_message() | Steve Holme |
2014-12-04 | http_perhapsrewind: don't abort CONNECT requests | Stefan Bühler |
2014-12-04 | HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a request | Stefan Bühler |
2014-12-04 | HTTP: don't abort connections with pending Negotiate authentication | Stefan Bühler |
2014-12-04 | fix gdb libtool invocation path | Stefan Bühler |
2014-12-04 | sasl_gssapi: Fixed missing include from commit d3cca934ee | Steve Holme |
2014-12-04 | examples: remove sony.com from 10-at-a-time | Jay Satiro |
2014-12-04 | sasl_gssapi: Fixed missing decoding debug failure message | Steve Holme |
2014-12-04 | sasl_gssapi: Fixed honouring of no mutual authentication | Steve Holme |
2014-12-04 | sasl_sspi: Added more Kerberos V5 decoding debug failure messages | Steve Holme |
2014-12-04 | docs: Fix FAILONERROR typos | Anthon Pang |
2014-12-04 | tool: fix CURLOPT_UNIX_SOCKET_PATH in --libcurl output | Peter Wu |
2014-12-04 | opts: fix CURLOPT_UNIX_SOCKET_PATH formatting | Peter Wu |
2014-12-04 | OS400: enable Unix sockets. | Patrick Monnerat |
2014-12-03 | RELEASE-NOTES: synced with b216427e73b5e9 | Daniel Stenberg |
2014-12-03 | opts: added CURLOPT_UNIX_SOCKET_PATH to Makefile.am | Daniel Stenberg |
2014-12-04 | updateconninfo: clear destination struct before getsockname() | Daniel Stenberg |
2014-12-04 | curl.1: added --unix-socket | Daniel Stenberg |
2014-12-04 | tool: add --unix-socket option | Peter Wu |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-04 | tests: add two HTTP over UNIX socket tests | Peter Wu |
2014-12-04 | tests: add HTTP UNIX socket server testing support | Peter Wu |
2014-12-04 | sws: try to remove socket and retry bind | Peter Wu |
2014-12-04 | sws: add UNIX domain socket support | Peter Wu |
2014-12-04 | sws: restrict TCP_NODELAY to IP sockets | Peter Wu |
2014-12-03 | curl.1: fix trivial typo | Dave Reisner |
2014-12-03 | sasl_gssapi: Added body to Curl_sasl_create_gssapi_user_message() | Steve Holme |
2014-12-03 | sasl_gssapi: Added body to Curl_sasl_gssapi_cleanup() | Steve Holme |
2014-12-03 | sasl_gssapi: Added Curl_sasl_build_gssapi_spn() function | Steve Holme |
2014-12-03 | NSS: enable the CAPATH option | Daniel Stenberg |