Age | Commit message (Expand) | Author |
2013-01-19 | curl_easy_recv.3: document return codes | Daniel Stenberg |
2013-01-19 | email: General code tidy up | Steve Holme |
2013-01-18 | pop3.c: Fixed a problem with pop3s connections not connecting properly | Steve Holme |
2013-01-18 | RELEASE-NOTES: add references to several bugfixes+changes | Daniel Stenberg |
2013-01-18 | RELEASE-NOTES: Added missing imap fix | Steve Holme |
2013-01-18 | runtests.pl: make VPATH builds find valgrind.supp | Yang Tse |
2013-01-18 | RELEASE-NOTES: synced with c43127414d89 | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-17 | url.c: fix HTTP CONNECT tunnel establishment upon delayed response | Yang Tse |
2013-01-16 | --libcurl: fix for non-zero default options | Yves Arrouye |
2013-01-15 | FTP: reject illegal port numbers in EPSV 229 responses | Daniel Stenberg |
2013-01-15 | commit bc682cbd follow-up | Yang Tse |
2013-01-15 | build: use per-target '_CPPFLAGS' for those currently using default | Yang Tse |
2013-01-15 | tests/libtest/Makefile.inc: sort build targets | Yang Tse |
2013-01-15 | tests/Makefile.am: remove wildcard usage in EXTRA_DIST | Yang Tse |
2013-01-15 | nss: fix error messages for CURLE_SSL_{CACERT,CRL}_BADFILE | Kamil Dudka |
2013-01-14 | TODO: Updated following IMAP SASL additions | Steve Holme |
2013-01-14 | configure: fix automake 1.13 compatibility | Yang Tse |
2013-01-13 | BUGS: update bug tracker URL | Daniel Stenberg |
2013-01-12 | Curl_resolver_getsock: fix the function description comment | Daniel Stenberg |
2013-01-11 | nss: clear session cache if a client cert from file is used | Kamil Dudka |
2013-01-11 | sockfilt.c: log file descriptor number on read/write error | Yang Tse |
2013-01-10 | packages/DOS/common.dj: remove COFF debug info generation | Gisle Vanem |
2013-01-09 | curl: ignore SIGPIPE - compilation fix - follow-up | Yang Tse |
2013-01-09 | test servers: handle W32/W64 SIGBREAK with exit_signal_handler | Yang Tse |
2013-01-09 | test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64 | Yang Tse |
2013-01-09 | sockfilt.c: fix some W64 compiler warnings | Yang Tse |
2013-01-09 | docs: the --with-darwinssl option is available on Apple OSes | Nick Zitzmann |
2013-01-09 | curl: ignore SIGPIPE - compilation fix | Yang Tse |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-08 | curl: ignore SIGPIPE | Daniel Stenberg |
2013-01-08 | sockfilt.c: fix some compiler warnings | Yang Tse |
2013-01-08 | Revert "configure: update req to 2.59" | Daniel Stenberg |
2013-01-08 | pop3: Added support for non-blocking SSL upgrade | Steve Holme |
2013-01-08 | configure: update req to 2.59 | Daniel Stenberg |
2013-01-07 | imap.c: Small tidy up to add missing comment | Steve Holme |
2013-01-07 | imap: Added support for sasl digest-md5 authentication | Steve Holme |
2013-01-07 | imap: Added support for sasl cram-md5 authentication | Steve Holme |
2013-01-07 | tests/server/sockfilt.c: Fixed integer comparison warning | Marc Hoersken |
2013-01-07 | tests/server/sockfilt.c: Include required Win32 headers | Marc Hoersken |
2013-01-07 | imap: Added support for sasl ntlm authentication | Steve Holme |
2013-01-06 | imap: Added support for sasl login authentication | Steve Holme |
2013-01-06 | pop3.c: Fixed default authentication detection | Steve Holme |
2013-01-06 | curl_sasl.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | smtp.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | pop3.c: Small code tidy up following imap changes | Steve Holme |
2013-01-06 | imap: Added support for sasl plain text authentication | Steve Holme |
2013-01-06 | tests/server/sockfilt.c: Fixed support for listening sockets | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Set Windows Console to binary mode | Marc Hoersken |
2013-01-06 | tests/server/sockfilt.c: Improved log error messages | Marc Hoersken |