Age | Commit message (Expand) | Author |
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 ldaps option issue | Yang Tse |
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 | fix compiler warning: variable was set but never used | 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 | TODO: removed fixed items | Daniel Stenberg |
2010-05-28 | lib: eliminate 'statement not reached' warnings | Kamil Dudka |
2010-05-28 | test1115: verify that unexpected 1xx responses work fine | Daniel Stenberg |
2010-05-28 | lib577: avoid redefinition of ERROR | Kamil Dudka |
2010-05-27 | test313: a new test for CRL support | Kamil Dudka |
2010-05-27 | tests/certs: re-generated because of lost pass-phrase | Kamil Dudka |
2010-05-27 | tests/certs/scripts: generate also CRL | 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 | lib573: do not compare double for exact match | Tor Arntsen |
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-20 | Test 573: Use correct type for CURLINFO_CONNECT_TIME | Tor Arntsen |
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 |