summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* added HAVE_SYS_IOCTL_H define; added gcc runtime.Gunter Knauf2007-06-301-0/+1
* moved includes to setup.h so that the project headers also pick them up (elem...Gunter Knauf2007-06-302-3/+4
* fixed path to Metrowerks tools and runtime since they changed between compile...Gunter Knauf2007-06-301-3/+8
* minor patches to enable building for NetWare CLIB.Gunter Knauf2007-06-303-1/+29
* enabled building for NetWare CLIB architecture.Gunter Knauf2007-06-301-17/+32
* made debug flag settable from outside; add allways debug stuff when DB != NDEBUGGunter Knauf2007-06-221-4/+5
* Adam Piggott filed bug report #1740263Daniel Stenberg2007-06-201-10/+16
* make -s/--silent properly toggle as it is documentedDaniel Stenberg2007-06-061-1/+1
* 'mytx' in bug report #1723194 (http://curl.haxx.se/bug/view.cgi?id=1723194)Daniel Stenberg2007-05-241-0/+4
* Fixed a logic error in the last patch and another out of memory issue.Dan Fandrich2007-05-021-14/+12