| Commit message (Expand) | Author | Age | Files | Lines |
* | Update comment reflecting structure change. | Gisle Vanem | 2006-09-08 | 1 | -2/+4 |
* | Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle. | Gisle Vanem | 2006-09-08 | 1 | -5/+4 |
* | Compilation fix | Yang Tse | 2006-09-08 | 1 | -1/+4 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -1/+1 |
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -10/+10 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -1/+1 |
* | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | 2006-04-26 | 1 | -1/+3 |
* | curl_easy_unescape() takes 4 arguments. | Gisle Vanem | 2006-04-08 | 1 | -4/+4 |
* | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | 2006-04-07 | 1 | -6/+6 |
* | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | 2005-12-18 | 1 | -1/+0 |
* | Use an empty '*mod_name'. | Gisle Vanem | 2005-11-01 | 1 | -1/+1 |
* | Vilmos Nebehaj improved libcurl's LDAP abilities: | Daniel Stenberg | 2005-10-31 | 1 | -14/+61 |
* | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | 2005-03-11 | 1 | -10/+14 |
* | Set 'bits.close' in case of malloc fail. | Gisle Vanem | 2005-02-09 | 1 | -1/+2 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -2/+3 |
* | Fix calling convention of wlap32.dll function. Watcom | Gisle Vanem | 2004-12-17 | 1 | -15/+16 |
* | Only declare static variables if they're needed. Fixed some compile warnings. | Dan Fandrich | 2004-12-14 | 1 | -0/+5 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+4 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -4/+4 |
* | Ben Greear's minor fix to build (better) with cross-compiled(?) mingw | Daniel Stenberg | 2004-09-26 | 1 | -1/+1 |
* | jean-claude Chauve fixed an LDAP bug | Daniel Stenberg | 2004-09-22 | 1 | -1/+1 |
* | typecast long => int conversion | Daniel Stenberg | 2004-07-04 | 1 | -1/+1 |
* | Gisle: minor fix | Daniel Stenberg | 2004-05-13 | 1 | -1/+3 |
* | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | 2004-05-11 | 1 | -2/+1 |
* | unused variable removed | Daniel Stenberg | 2004-05-06 | 1 | -3/+1 |
* | Joe Halpin fixed the warning on the typecast from data pointer to function | Daniel Stenberg | 2004-05-05 | 1 | -1/+5 |
* | Gisle fixed the problem with ldap_search_s() fails with "filter error": a case | Daniel Stenberg | 2004-05-03 | 1 | -21/+11 |
* | Gisle Vanem: | Daniel Stenberg | 2004-05-03 | 1 | -144/+500 |
* | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg | 2004-04-27 | 1 | -2/+2 |
* | removed the ldaptext variable, it was only set and never used | Daniel Stenberg | 2004-02-12 | 1 | -3/+0 |
* | Make sure DynaGetFunction() returns a function pointer, not a data pointer. | Daniel Stenberg | 2004-02-06 | 1 | -41/+45 |
* | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | 2004-01-29 | 1 | -0/+1 |
* | updated year in the copyright string | Daniel Stenberg | 2004-01-07 | 1 | -1/+1 |
* | Henrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current). | Daniel Stenberg | 2003-09-01 | 1 | -40/+89 |
* | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | 2003-07-19 | 1 | -2/+2 |
* | Gisle Vanem found a lib handle leak in the ldap code | Daniel Stenberg | 2003-07-01 | 1 | -1/+1 |
* | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | 2003-01-29 | 1 | -8/+0 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | kris@freebsd.org fixed a bad format string | Daniel Stenberg | 2002-06-12 | 1 | -1/+1 |
* | added disable-[protocol] support, largely provided by Miklos Nemeth | Daniel Stenberg | 2002-06-11 | 1 | -0/+2 |
* | copyright string (year) update | Daniel Stenberg | 2002-03-19 | 1 | -1/+1 |
* | adjusted after Ramana Mokkapati's comments | Daniel Stenberg | 2001-11-07 | 1 | -2/+2 |
* | Ramana Mokkapati did some good bug hunting, and we these fixes ldap transfers | Daniel Stenberg | 2001-11-05 | 1 | -1/+5 |
* | bug report #474568 - | Daniel Stenberg | 2001-10-25 | 1 | -1/+5 |
* | looks nicer and is better compatible with older vim versions | Sterling Hughes | 2001-10-11 | 1 | -2/+2 |
* | Added formatting sections for emacs and vim | Sterling Hughes | 2001-09-07 | 1 | -0/+8 |
* | Major rename and redesign of the internal "backbone" structs. Details will | Daniel Stenberg | 2001-08-30 | 1 | -6/+6 |
* | const-ified the code, removed Curl_ldap_done() | Daniel Stenberg | 2001-08-14 | 1 | -8/+4 |