Age | Commit message (Expand) | Author |
2010-06-04 | Enable OpenLDAP support for cygwin builds. | Yang Tse |
2010-06-02 | ftplistparser.c: oops, fix typo in the last commit | Kamil Dudka |
2010-06-02 | ftplistparser.c: avoid some invalid dereferences | Kamil Dudka |
2010-06-02 | lib: eliminate some dead code | Kamil Dudka |
2010-06-02 | SSH: corrected the inability to respect the timeout | Daniel Stenberg |
2010-06-02 | add missing new files to non-configure target build files | Yang Tse |
2010-06-02 | include libcurl standard internal headers | Yang Tse |
2010-06-02 | make setup.h first included file | Yang Tse |
2010-06-02 | fix spnego memory leak | Yang Tse |
2010-06-02 | openldap header inclusions fix | Yang Tse |
2010-06-01 | multi_socket: handles timer inaccuracy better for timeouts | Daniel Stenberg |
2010-06-01 | fix ldap related compilation issues | Yang Tse |
2010-06-01 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | smtp_authenticate: avoid compiler warnings | Patrick Monnerat |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: enumerated type mixed with another type | Yang Tse |
2010-05-31 | fix compiler warning: external declaration in primary source file | Yang Tse |
2010-05-31 | update year in copyright notice | Yang Tse |
2010-05-29 | strtoofft: rename CURL_LLONG_MIN -> CURL_OFF_T_MIN | Kamil Dudka |
2010-05-29 | CURL_LLONG_MAX: avoid constant overflow | Kamil Dudka |
2010-05-28 | LDAPS: list availability depending on SSL's presence | Howard Chu |
2010-05-28 | LDAP: make it build without SSL if no such support is available | Howard Chu |
2010-05-28 | lib: eliminate 'statement not reached' warnings | Kamil Dudka |
2010-05-27 | openldap: fix compiler warnings | Howard Chu |
2010-05-27 | indent: some whitespace edits | Daniel Stenberg |
2010-05-27 | wildcard.c: add missing include of "setup.h" | Kamil Dudka |
2010-05-27 | wildcard.c: add missing include of "curl_memory.h" | Pavel Raiskup |
2010-05-27 | setup_once: use enum type for 'bool' on non-C99 platforms | Tor Arntsen |
2010-05-27 | url.c: avoid implied cast to bool | Kamil Dudka |
2010-05-27 | curl_fnmatch: remove use of register keyword | Tor Arntsen |
2010-05-26 | RTMP: Fix compiler warnings | Julien Chaffraix |
2010-05-26 | OOM fixes in http_negociate.c and lib/splay.c | Julien Chaffraix |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |
2010-05-21 | curl_fnmatch: Use int not bool when function returns int | Tor Arntsen |
2010-05-21 | TFTP: send legal timeout value | Daniel Stenberg |
2010-05-21 | TFTP: don't ack if wrong block num is received | Daniel Stenberg |
2010-05-21 | TFTP: block id wrap bug fix | Daniel Stenberg |
2010-05-20 | Fix build warnings. | Ben Greear |
2010-05-20 | setopt: Fix setting of set.is_fwrite_set | Ben Greear |
2010-05-20 | build: allow curl to build with Microsoft VC10 | Tanguy Fautre |
2010-05-19 | lib: Fix AIX build failure | Tor Arntsen |
2010-05-19 | Fixed some memory leaks in the POP3 torture tests | Dan Fandrich |
2010-05-18 | Fixed a memory leak in the SMTP torture tests | Dan Fandrich |
2010-05-18 | TFTP: send timeout option correctly | Daniel Stenberg |
2010-05-16 | lib: Change some CRLF line endings to LF | Tor Arntsen |
2010-05-16 | ftp wildcard: a new option CURLOPT_FNMATCH_DATA | Kamil Dudka |
2010-05-15 | RMTP: the version code is now rtmp aware | Howard Chu |
2010-05-15 | RTMP: fix wrong #ifdef | Howard Chu |