Age | Commit message (Expand) | Author |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-09-19 | openldap: only part of LDAP query results received | Jakub Zakrzewski |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-27 | openldap: Prefer use of 'CURLcode result' | Steve Holme |
2014-12-27 | openldap: Use 'LDAPMessage *msg' for messages | Steve Holme |
2014-12-24 | openldap: Use standard naming for setup connection function | Steve Holme |
2014-12-08 | openldap: do not ignore Curl_client_write() return codes | Daniel Stenberg |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-06-08 | openldap: OOM fixes | Daniel Stenberg |
2012-03-09 | includes: remove inclusion of unused file http_proxy.h | Daniel Stenberg |
2012-03-08 | CONNECT: made generically not per-protocol | Daniel Stenberg |
2012-01-18 | OpenLDAP: fix LDAP connection phase memory leak | Yang Tse |
2011-10-21 | curl_multi_fdset: correct fdset with FTP PORT use | Daniel Stenberg |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-05-05 | RTSP: convert protocol-specific checks to generic | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2011-03-16 | ldap_recv: check return code from ldap_get_dn_ber | Daniel Stenberg |
2011-03-14 | protocols: use CURLPROTO_ internally | Daniel Stenberg |
2011-03-14 | protocol handler: added flags field | Daniel Stenberg |
2010-12-06 | url: provide dead_connection flag in Curl_handler::disconnect | Kamil Dudka |
2010-11-26 | s/isspace/ISSPACE | Yang Tse |
2010-11-22 | openldap: use remote port in URL passed to ldap_init_fd() | Kamil Dudka |
2010-11-05 | LDAP: detect non-binary attributes properly | Alfred Gebert |
2010-09-18 | LDAP: moved variable declaration to avoid compiler warn | Daniel Stenberg |
2010-09-18 | LDAP: Use FALSE instead of bool_false when setting bits.close | Tor Arntsen |
2010-09-18 | LDAP: Add missing declaration for 'result' | Tor Arntsen |
2010-09-18 | LDAP: Support for tunnelling queries through HTTP proxy | Mauro Iorio |
2010-06-02 | openldap header inclusions fix | Yang Tse |
2010-06-01 | fix ldap related compilation issues | Yang Tse |
2010-05-28 | LDAP: make it build without SSL if no such support is available | Howard Chu |
2010-05-27 | openldap: fix compiler warnings | Howard Chu |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |