summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved behaviour in out of memory conditions.Dan Fandrich2007-05-011-4/+11
* Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse2007-04-251-1/+1
* - Song Ma's warning if -r/--range is given with a "bad" range, also noted inDaniel Stenberg2007-04-221-3/+16
* Minor updates to --help outputDan Fandrich2007-04-151-3/+3
* removed unneeded brackets with NetWare implementation.Gunter Knauf2007-04-141-1/+1
* ups - c&p error.Gunter Knauf2007-04-141-1/+1
* use system-own getpassword() function on NetWare.Gunter Knauf2007-04-141-0/+10
* Take in account that it can be built with compiler debug info andYang Tse2007-04-131-1/+1
* VC8+ (VS2005+) has C99 variadic macro supportYang Tse2007-04-091-0/+15
* Fixed curl_slist_append handling of out of memory conditions on theDan Fandrich2007-04-041-5/+15
* fix MSDOS symbol checkYang Tse2007-04-031-1/+1
* djgpp isn't the only possible DOS target.Gisle Vanem2007-04-031-11/+41
* Simplify setting binary mode on file-descriptors.Gisle Vanem2007-04-031-9/+13
* Added --ftp-account to --help output.Dan Fandrich2007-04-031-0/+1
* Matt Kraai provided a patch that makes curl build on QNX 6 fine again. MostlyDaniel Stenberg2007-04-012-3/+6
* Since the str2num() function gets called with the 'nextarg' pointer fromDaniel Stenberg2007-03-311-1/+5