Age | Commit message (Expand) | Author |
2010-02-04 | fix printf-style format strings | Yang Tse |
2009-12-30 | Oops, should have removed 'not' in previous commit. | Yang Tse |
2009-12-30 | Replaced stricmp() usage with our portable strequal() | Yang Tse |
2009-12-17 | Fix compilation failure | Yang Tse |
2009-12-17 | Remove pointless storing of the protocol as a string within the connectdata | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-11-02 | include progress.h for Curl_pgrsSetDownloadCounter function prototype | Yang Tse |
2009-11-02 | - As reported independent by both Stan van de Burgt and Didier Brisebourg, | Daniel Stenberg |
2009-10-13 | Update LDAP URL format reference | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse |
2009-03-08 | Andre Guibert de Bruet fixed a typo in the error message | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2007-11-24 | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-09 | lber.h needs to be included since ldap.h might not include it | Yang Tse |
2007-10-09 | added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ... | Gunter Knauf |
2007-10-02 | <winber.h> needed for Windows LDAP client 32 API support | Yang Tse |
2007-09-15 | fixed ldap support for winldap. | Gunter Knauf |
2007-08-25 | bail out with error if someone tries to use another cert than PEM with OpenLDAP. | Gunter Knauf |
2007-08-23 | added support for CA cert verification; | Gunter Knauf |
2007-08-22 | Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement. | Gisle Vanem |
2007-08-22 | for now comment the tls_start section... | Gunter Knauf |
2007-08-20 | fixed warning with unused var; | Gunter Knauf |
2007-08-20 | fixed ldaps section for OpenLDAP. Still not working, but at least it compiles... | Gunter Knauf |
2007-08-16 | fixed warning about uninitialized. | Gunter Knauf |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k... | Gunter Knauf |
2007-08-15 | added ldap_msgfree() to fix memory leak. | Gunter Knauf |
2007-08-13 | Removed unused variable. | Dan Fandrich |
2007-08-13 | Simplify and rename internal structure to avoid potential name clash with LDA... | Patrick Monnerat |
2007-08-12 | Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and | Daniel Stenberg |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-03-12 | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse |
2007-02-26 | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-10-29 | Make more human readable and maintainable previous | Yang Tse |
2006-10-27 | Compiler warning fix. | Yang Tse |
2006-10-27 | Update copyright year, since the file has been modified | Yang Tse |
2006-10-27 | Do an explicit typecast of data pointers to function pointers | Yang Tse |
2006-09-08 | Update comment reflecting structure change. | Gisle Vanem |
2006-09-08 | Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle. | Gisle Vanem |
2006-09-08 | Compilation fix | Yang Tse |
2006-09-07 | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg |
2006-08-19 | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg |