Age | Commit message (Expand) | Author |
2017-10-15 | ldap: silence clang warning | Viktor Szakats |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-07-10 | ldap: fix MinGW compiler warning | Marcel Raad |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-05-24 | LDAP: fixed checksrc issue | Sergei Nikulov |
2017-05-23 | LDAP: using ldap_bind_s on Windows with methods (#878) | Sergei Nikulov |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | proxy: Support HTTPS proxy and SOCKS+HTTP(s) | Alex Rousskov |
2016-10-31 | ldap: fix include | Daniel Stenberg |
2016-10-31 | strcase: s/strequal/strcasecompare | Daniel Stenberg |
2016-10-31 | ldap: fix strcase use | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | escape: avoid using curl_easy_unescape() internally | Daniel Stenberg |
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-04-03 | code: style updates | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
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-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-28 | ldap: build with BoringSSL | Gisle Vanem |
2015-01-18 | ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP | Steve Holme |
2015-01-07 | ldap: Convert attribute output to UTF-8 when Unicode | Steve Holme |
2015-01-07 | ldap: Convert DN output to UTF-8 when Unicode | Steve Holme |
2015-01-07 | ldap/imap: Fixed spelling mistake in comments and variable names | Steve Holme |
2015-01-04 | ldap: Fixed Unicode usage for all Win32 builds | Steve Holme |
2015-01-04 | ldap: Fixed memory leak from commit efb64fdf80 | Steve Holme |
2015-01-04 | ldap: Fix memory leak from commit 3a805c5cc1 | Steve Holme |
2015-01-04 | ldap: Fixed attribute variable warnings when Unicode is enabled | Steve Holme |
2015-01-04 | ldap: Fixed DN variable warnings when Unicode is enabled | Steve Holme |
2015-01-04 | ldap: Remove the unescape_elements() function | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode filter in Win32 search call | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode attributes in Win32 search call | Steve Holme |
2015-01-04 | ldap: Fixed memory leak from commit efb64fdf80 | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation error | Steve Holme |
2015-01-04 | ldap.c: Fixed compilation warning | Steve Holme |
2015-01-04 | ldap: Fixed support for Unicode DN in Win32 search call | Steve Holme |
2015-01-04 | ldap: Fixed Unicode user and password in Win32 bind calls | Steve Holme |
2015-01-04 | ldap: Fixed Unicode host name in Win32 initialisation calls | Steve Holme |
2015-01-04 | ldap: Use host.dispname for infof() connection failure messages | Steve Holme |
2015-01-03 | ldap: Prefer 'CURLcode result' for curl result codes | Steve Holme |
2015-01-03 | ldap: Pass write length in all Curl_client_write() calls | Steve Holme |
2015-01-03 | ldap: Fixed attribute memory leaks on failed client write | Steve Holme |
2015-01-03 | ldap: Fixed DN memory leaks on failed client write | Steve Holme |
2014-12-10 | ldap: check Curl_client_write() return codes | Daniel Stenberg |