Age | Commit message (Expand) | Author |
2007-08-14 | added a dependency for libcares if build with ares support; | Gunter Knauf |
2007-08-14 | LDAP is no longer excluded on Minix. | Dan Fandrich |
2007-08-14 | updated NetWare docu about recent LDAP changes. | Gunter Knauf |
2007-08-14 | only include LDAP headers if we build with LDAP support. | Gunter Knauf |
2007-08-14 | added -lwldap32 to link libs. | Gunter Knauf |
2007-08-14 | changed autoload dependent LDAP NLM. | Gunter Knauf |
2007-08-14 | trial to enable LDAP support again with patched Novell headers. | Gunter Knauf |
2007-08-14 | Andrew Wansink provided an NTLM bugfix: in the case the server sets the flag | Daniel Stenberg |
2007-08-14 | the curl_multi_handle_control() idea | Daniel Stenberg |
2007-08-13 | Removed redundant dependency lines | Dan Fandrich |
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-12 | minor change in language for the --libcurl source header | Daniel Stenberg |
2007-08-12 | disable LDAP since we can no longer compile due to header incompatiblities. | Gunter Knauf |
2007-08-11 | Allen Pulsifer provided a patch that makes libcurl set the expected download | Daniel Stenberg |
2007-08-11 | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg |
2007-08-09 | fixed warning with gcc 4.x (hopefully); dynamincally imported UseAccurateCase... | Gunter Knauf |
2007-08-09 | fixed a warning which MingW gcc 4.2.1. | Gunter Knauf |
2007-08-09 | There's no need to ignore the User-Agent for this test. | Dan Fandrich |
2007-08-08 | moved ugly CLIB define to nwos.c. | Gunter Knauf |
2007-08-08 | Song Ma noted a zlib memory leak in the illegal compressed header | Dan Fandrich |
2007-08-08 | removed asm rules since we have no asm in the sources, and this produced 2 wa... | Gunter Knauf |
2007-08-08 | blocked ssize_t define for MingW32. | Gunter Knauf |
2007-08-08 | Fix getsockname argument type | Patrick Monnerat |
2007-08-07 | Usage of the BCURLOPT_PROGRESSFUNCTION callback is not recommended when using | Daniel Stenberg |
2007-08-07 | Fixed torture test for test 509 | Dan Fandrich |
2007-08-07 | moved HAVE_LONGLONG from makefiles to config-win32.h. | Gunter Knauf |
2007-08-07 | add URL to more "generated public config.h" details | Daniel Stenberg |
2007-08-07 | Some #if --> #ifdef | Patrick Monnerat |
2007-08-07 | Fixed some icc compiler warnings. | Dan Fandrich |
2007-08-06 | Peteris Krumins pointed out that MingW32 doesnt provide a batch file to set t... | Gunter Knauf |
2007-08-06 | ontributors from the 7.16.4 release notes and a removed duplicate | Daniel Stenberg |
2007-08-06 | removed the rsaglue hint since it doesn't apply to modern OpenSSL, and added | Daniel Stenberg |
2007-08-06 | we now support GSS/Kerberos 5 for ftp file transfers! | Daniel Stenberg |
2007-08-05 | Patrick Monnerat updated the _FORM_DEBUG-enabled code, and I updated comments | Daniel Stenberg |
2007-08-04 | changed to use libssh2 0.16; | Gunter Knauf |
2007-08-04 | another mirror | Daniel Stenberg |
2007-08-04 | Patrick Monnerat fixed curl_easy_escape() and curlx_strtoll() to work on | Daniel Stenberg |
2007-08-04 | Fixed a couple of compiler warnings. | Dan Fandrich |
2007-08-03 | Refactored CreateConnection() somewhat to reduce its length by splitting | Dan Fandrich |
2007-08-03 | fixed small fix issue I introduced with my previous commit. | Gunter Knauf |
2007-08-03 | some more makefile fixes/changes. | Gunter Knauf |
2007-08-03 | Start adding some expanded error conversion of libssh2 errors. | James Housley |
2007-08-03 | The previous commit to force the use of libssh2-0.16 by removing | James Housley |
2007-08-03 | changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p... | Gunter Knauf |
2007-08-03 | Peteris Krumins pointed out some MingW32 related build issues. | Gunter Knauf |
2007-08-03 | Peteris Krumins pointed out that the standard MingW32 build depends on zlib; ... | Gunter Knauf |
2007-08-03 | SCP and SFTP support now requires libssh2 0.16 or later | Daniel Stenberg |
2007-08-03 | remove left-over partly support for libssh2 0.14 | Daniel Stenberg |