Age | Commit message (Expand) | Author |
2013-04-04 | sockfilt.c: Added wrapper functions to fix Windows console issues | Marc Hoersken |
2013-04-04 | lib1509.c: fix compiler warnings | Yang Tse |
2013-04-04 | easy.c: fix compiler warning | Yang Tse |
2013-04-04 | --engine: spellfix the help message | Daniel Stenberg |
2013-04-04 | http_negotiate.c: follow-up for commit 3dcc1a9c | Yang Tse |
2013-04-04 | easy: Fix the broken CURLOPT_MAXCONNECTS option | Linus Nielsen Feltzing |
2013-04-04 | Updated copyright date. | Guenter Knauf |
2013-04-04 | Another small output fix for --help and --version. | Guenter Knauf |
2013-04-04 | http_negotiate.c: fix several SPNEGO memory handling issues | Yang Tse |
2013-04-04 | Added a cont to specify base64 line wrap. | Guenter Knauf |
2013-04-04 | Fixed version output. | Guenter Knauf |
2013-04-04 | Added support for --help and --version options. | Guenter Knauf |
2013-04-04 | Added option to specify length of base64 output. | Guenter Knauf |
2013-04-03 | curl_easy_setopt.3: CURLOPT_HTTPGET disables CURLOPT_UPLOAD | Daniel Stenberg |
2013-04-02 | Curl_cookie_add: only increase numcookies for new cookies | Yasuharu Yamada |
2013-04-02 | SO_SNDBUF: don't set SNDBUF for win32 versions vista or later | Daniel Stenberg |
2013-04-01 | darwinssl: additional descriptive messages of SSL handshake errors | Nick Zitzmann |
2013-04-01 | Added dns and connect time to output. | Guenter Knauf |
2013-04-01 | RELEASE-NOTES: synced with 0614b902136 | Daniel Stenberg |
2013-04-01 | code-policed | Daniel Stenberg |
2013-03-31 | tcpkeepalive: support TCP_KEEPIDLE/TCP_KEEPINTVL on win32 | Daniel Stenberg |
2013-03-30 | BINDINGS: BBHTTP is a cocoa binding, Julia has a binding | Daniel Stenberg |
2013-03-29 | ftp_sendquote: use PPSENDF, not FTPSENDF | Daniel Stenberg |
2013-03-27 | RELEASE-NOTES: Corrected typo | Steve Holme |
2013-03-27 | multi-uv.c: remove unused variable | Clemens Gruber |
2013-03-27 | RELEASE-NOTES: add two references | Daniel Stenberg |
2013-03-27 | test1509: verify proxy header response headers count | Daniel Stenberg |
2013-03-27 | Added libuv example multi-uv.c | Clemens Gruber |
2013-03-25 | NTLM: fix several NTLM code paths memory leaks | Yang Tse |
2013-03-25 | WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage | Yang Tse |
2013-03-25 | curl_ntlm_msgs.c: revert commit 463082bea4 | Yang Tse |
2013-03-23 | RELEASE-NOTES: synced with bc6037ed3ec02 | Daniel Stenberg |
2013-03-23 | Curl_proxyCONNECT: count received headers | Martin Jansen |
2013-03-21 | sasl: Corrected a few violations of the curl coding standards | Steve Holme |
2013-03-21 | multi.c: Corrected a couple of violations of the curl coding standards | Steve Holme |
2013-03-21 | imap-tests: Added CRLF to reply data to be compliant with RFC-822 | Steve Holme |
2013-03-21 | multi.c: Fix compilation warning | Steve Holme |
2013-03-20 | multi.c: fix compilation error | Steve Holme |
2013-03-20 | lib1900.c: fix compilation warning | Steve Holme |
2013-03-20 | build_vms.com: use existing curlbuild.h and parsing fix | John E. Malmberg |
2013-03-19 | darwinssl: disable ECC ciphers under Mountain Lion by default | Nick Zitzmann |
2013-03-18 | FEATURES: Small tidy up for constancy and grammar | Steve Holme |
2013-03-18 | Curl_proxyCONNECT: clear 'rewindaftersend' on success | Oliver Schindler |
2013-03-18 | TODO: Reordered the protocol and security sections | Steve Holme |
2013-03-18 | tests: specify 'text' mode for some output files in verify section | Yang Tse |
2013-03-17 | imap: Fixed incorrect initial response generation for SASL AUTHENTICATE | Steve Holme |
2013-03-16 | FEATURES: Expanded the supported enhanced IMAP command list | Steve Holme |
2013-03-16 | TODO: Corrected typo in TOC | Steve Holme |
2013-03-16 | TODO: Added IMAP section and removed unused Other protocols section | Steve Holme |
2013-03-16 | TODO: Added graceful base64 decoding failure to SMTP and POP3 | Steve Holme |