Age | Commit message (Expand) | Author |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-03-23 | openldap: fix for NULL return from ldap_get_attribute_ber() | Howard Chu |
2018-03-12 | openldap: white space changes, fixed up the copyright years | Daniel Stenberg |
2018-03-12 | openldap: check ldap_get_attribute_ber() results for NULL before using | Daniel Stenberg |
2017-12-06 | openldap: fix checksrc nits | Daniel Stenberg |
2017-12-06 | openldap: add commented out debug possibilities | Stepan Broz |
2017-10-14 | memdebug: trace send, recv and socket | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
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 |