summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Windows build targets have socklen_t definition in ws2tcpip.h but someYang Tse2007-10-241-5/+0
* Vladimir Lazarenko pointed out that we should do some 'mt' magic whenDaniel Stenberg2007-10-241-0/+7
* added two more module dependencies for LDAPS.Gunter Knauf2007-10-091-2/+2
* Based on a patch brought by Johnny Luong, libcurl now offersDaniel Stenberg2007-10-031-0/+14
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-261-14/+23
* Mark Davies fixed Negotiate authentication over proxy, and also introducedDaniel Stenberg2007-09-211-0/+11
* Fixed typo in error message.Dan Fandrich2007-09-201-1/+1
* fixed VC6 makefiles for new ldap linkage.Gunter Knauf2007-09-151-2/+2
* Renamed the CURLE_FTP_SSL_FAILED error code to CURLE_USE_SSL_FAILED.Dan Fandrich2007-08-311-3/+3
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-9/+9
* only link with -lwldap32 if we dont use other LDAP SDKs.Gunter Knauf2007-08-251-1/+6
* added defines to build with OpenLDAP.Gunter Knauf2007-08-241-5/+8
* sync libssh2 paths with comments.Gunter Knauf2007-08-211-1/+1
* added targets to create the files missing in CVS which makes calling buildcon...Gunter Knauf2007-08-211-1/+11
* fixed wrong CLAGS define.Gunter Knauf2007-08-201-1/+1
* compile with ldaps by default since it seems to work fine so far.Gunter Knauf2007-08-201-0/+3
* added some comments about the paths and build options;Gunter Knauf2007-08-201-3/+23
* added define for ldap_ssl.h.Gunter Knauf2007-08-201-0/+2
* ignore errors of the RM command; seems that the del command fails on W2K when...Gunter Knauf2007-08-191-4/+4
* added some comments in the makefiles about build options.Gunter Knauf2007-08-191-2/+3
* added a dependency for libcares if build with ares support;Gunter Knauf2007-08-141-0/+3
* only include LDAP headers if we build with LDAP support.Gunter Knauf2007-08-141-2/+3
* added -lwldap32 to link libs.Gunter Knauf2007-08-141-1/+1
* changed autoload dependent LDAP NLM.Gunter Knauf2007-08-141-2/+2
* trial to enable LDAP support again with patched Novell headers.Gunter Knauf2007-08-141-6/+18
* minor change in language for the --libcurl source headerDaniel Stenberg2007-08-121-1/+1
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-112-11/+0
* removed asm rules since we have no asm in the sources, and this produced 2 wa...Gunter Knauf2007-08-081-6/+0
* blocked ssize_t define for MingW32.Gunter Knauf2007-08-081-1/+2
* moved HAVE_LONGLONG from makefiles to config-win32.h.Gunter Knauf2007-08-072-1/+6
* changed to use libssh2 0.16;Gunter Knauf2007-08-041-10/+10
* fixed small fix issue I introduced with my previous commit.Gunter Knauf2007-08-031-1/+1
* some more makefile fixes/changes.Gunter Knauf2007-08-031-12/+16
* changed 'rm -f' to 'del /f' so it works without GnuUtils as Peteris Krumins p...Gunter Knauf2007-08-031-3/+3
* added 2 system libs necessary for linking OpenSSL 0.9.8e statically.Gunter Knauf2007-07-231-1/+1
* added lf to Win32 getpass_r() so that next output appears in new line.Gunter Knauf2007-07-201-0/+2
* make users use the latest OpenSSL and Zlib libraries;Gunter Knauf2007-07-151-7/+11
* Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich2007-07-101-2/+19
* added better CodeWarrior detection;Gunter Knauf2007-07-081-1/+6
* removed some obsolete include paths and defines.Gunter Knauf2007-07-071-4/+4
* fixed NetWare CLIB implementation of getpass_r()Gunter Knauf2007-07-061-8/+17
* enabled ares build.Gunter Knauf2007-07-041-0/+6
* fixed rule to build libcares when needed.Gunter Knauf2007-07-031-2/+5
* added libcares to static build if ares enabled.Gunter Knauf2007-07-031-0/+3
* some more makefile tweaks and hacks to deal with both lib architectures.Gunter Knauf2007-07-021-11/+14
* ignore make error when trying to copy curl.pdf which isnt in CVS.Gunter Knauf2007-07-011-1/+1
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-10/+11
* changed RECV_* / SEND_* defines to correctly reflect NetWare APIs;Gunter Knauf2007-07-011-17/+27
* disabled 64bit type for CLIB build which removes compiler runtime dependency.Gunter Knauf2007-07-011-10/+10
* added lib architecture to NLM description.Gunter Knauf2007-07-011-1/+1