fix the include path to point to the libcurl's source dir too for the setup.h
[platform/upstream/curl.git] / src /
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDan Fandrich's zlib fix
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-12-19 Daniel StenbergGisle Vanem's djgpp fixes
2003-12-11 Daniel Stenberguse the CORRECT file name! ;-)
2003-12-10 Daniel Stenbergadded the new amiga files to the dist
2003-12-10 Daniel StenbergDiego Casorran's amiga makefiles
2003-12-10 Daniel Stenbergnative amiga support by Diego Casorran
2003-12-03 Daniel StenbergMarty Kuhrt moved most of the VMS stuff to a separate...
2003-12-03 Daniel Stenbergnew VMS files
2003-12-03 Daniel StenbergMarty Kuhrt updates
2003-12-02 Daniel Stenberg--ftp-pasv now overrides a previous --ftpport option...
2003-11-27 Daniel StenbergJames Clancy updated the Borland makefiles
2003-11-24 Daniel Stenberg--ftp-ssl support added
2003-11-23 Daniel StenbergGisle Vanem fixed the Windows build
2003-11-19 Daniel Stenbergunconditional progressbarinit cures a windows crash
2003-11-13 Daniel StenbergGisle Vanem added a flush to make the progress-bar...
2003-11-08 Daniel Stenbergfor the getpwuid() etc
2003-11-08 Daniel Stenberguse char, not bool
2003-11-07 Daniel Stenbergdo a normal free() of the homedir now
2003-11-07 Daniel StenbergBased on Gisle Vanem's $HOME patch, we now attempt...
2003-11-07 Daniel Stenbergdefine TRUE and FALSE here as some platforms don't...
2003-11-06 Daniel Stenbergdon't allow options that we KNOW can't be used
2003-11-04 Daniel StenbergTroels Walsted Hansen fixed the MSVC makefiles to build...
2003-10-31 Daniel Stenbergremoved compiler warnings from my latest fix
2003-10-31 Daniel StenbergAdded a new parse-numeric-parameters function so that...
2003-10-30 Daniel StenbergMake the CVS version clone the libcurl version string...
2003-10-30 Daniel Stenbergignore .dist files here
2003-10-30 Daniel Stenbergmore help text cleanups
2003-10-29 Daniel Stenbergcleaned up the --help output. Tried to unify the langua...
2003-10-28 Daniel Stenbergpossibly uninitialized variable
2003-10-24 Daniel Stenbergfree all memory on failure before bailing out, not...
2003-10-23 Daniel StenbergGeorg Horn's patch. -k is no longer mutually exclusive...
2003-10-22 Daniel Stenbergmake --disable-eprt work, based on Gisle Vanem's patch
2003-10-21 Daniel Stenbergupdated for mingw32
2003-10-21 Daniel Stenbergpre5
2003-10-18 Daniel Stenberg7.10.8-pre4
2003-10-17 Daniel StenbergDominick Meglio implemented CURLOPT_MAXFILESIZE and...
2003-10-17 Daniel Stenbergmade the password prompt nicer
2003-10-17 Daniel Stenbergdefine HAVE_SYS_SOCKET_H if that file is present. This...
2003-10-16 Daniel StenbergAdded support for password prompting if only used name...
2003-10-08 Daniel Stenberg7.10.8-pre3 commit
2003-10-05 Daniel StenbergShard's fix to build fine on BeOS
2003-09-22 Daniel StenbergAdded -4/--ipv4 and -6/ipv6.
2003-09-21 Daniel Stenberg7.10.8-pre2
2003-09-07 Daniel Stenberg7.10.8-pre1 commit
2003-08-20 Daniel StenbergCURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODE
2003-08-19 Daniel StenbergNow offering support for multiple -T on the same comman...
2003-08-18 Daniel Stenbergset the large-file support defines for the client too
2003-08-15 Daniel Stenberg7.10.7
2003-08-14 Daniel Stenbergactivate the new memory limit tests if requested
2003-08-14 Daniel Stenbergreturn failure when an alloc function fails
2003-08-14 Daniel Stenbergbetter freeing when bailing out due to bad output glob
2003-08-14 Daniel Stenbergfree data on failure
2003-08-14 Daniel StenbergIn case the output urlglob file name returned is NULL...
2003-08-14 Daniel Stenbergmodified the #[num] code to be more robust, to return...
2003-08-12 Daniel Stenberg7.10.7-pre4 commit
2003-08-11 Daniel StenbergCheck CURL_VERSION_ASYNCHDNS for feature output
2003-08-11 Daniel Stenberg--proxy-ntlm added
2003-08-11 Daniel Stenbergremodeled the help text to avoid those annoying puts...
2003-08-11 Daniel Stenberg-Z and -@ no longer work, they are now officially avail...
2003-08-08 Daniel Stenbergintroducing --ftp-create_dirs
2003-08-08 Daniel StenbergEarly Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch...
2003-08-07 Daniel Stenberginfilesize must be a long to work on 64bit archs
2003-08-07 Daniel Stenberguse 644 for the chmod
2003-08-06 Daniel Stenbergbetter cleaning up of memory in case of failures in...
2003-08-06 Daniel Stenbergbetter cleaning up allocated memory in case of failures
2003-08-06 Daniel Stenbergchmod the hugehelp.c in the dist hook to make distcheck...
2003-08-01 Daniel StenbergDavid Byron's makefile fix to allow 7.10.6 to build...
2003-07-30 Daniel Stenbergremoved silly target that only works when building...
2003-07-30 Daniel StenbergMake sure to generate an uncompressed hugehelp.c file...
2003-07-29 Daniel StenbergCURLDEBUG not MALLOCDEBUG
2003-07-28 Daniel StenbergFixes based on Gisle Vanem's input since this script...
2003-07-28 Daniel Stenberg7.10.6
2003-07-25 Daniel StenbergAndrés García updated with the added files etc
2003-07-23 Daniel StenbergJuan F. Codagnone's fixes to build properly on Windows...
2003-07-21 Daniel Stenbergpre4-commit
2003-07-15 Daniel Stenbergmore fixes from Doug Kaufman for DJGPP builds for DOS
2003-07-05 Daniel StenbergSome of Doug Kaufman's changes for the DOS port
2003-07-04 Daniel StenbergHAVE_SETVBUF removed, no longer used
2003-07-04 Daniel Stenbergremove the usage of setvbuf() and use fflush() instead...
2003-06-26 Daniel StenbergCURLDEBUG is the symbol to use, no longer MALLOCDEBUG
2003-06-26 Daniel Stenbergadjusted the compressed generation to be more helpful...
2003-06-26 Daniel Stenbergsupport for the new auth stuff
2003-06-12 Daniel StenbergMake the HTTP auth stuff work, Dan Fandrich made -...
2003-06-12 Daniel Stenbergremove the dumpit file after use
2003-06-12 Daniel StenbergBased on Dan Fandrich's patch and gzip unpack function...
2003-06-11 Daniel Stenbergntlm added
2003-06-10 Daniel StenbergSet auth type differently, we use one CURLOPT_HTTPAUTH...
2003-06-10 Daniel StenbergDaniel Kouril's patch that adds HTTP negotiation suppor...
2003-06-10 Daniel StenbergPass the error stream pointer to the URL globber, so...
2003-06-03 Daniel Stenberginclude the time headers just like we used to do in...
2003-06-03 Daniel Stenbergwe want the time defines too
2003-06-02 Daniel StenbergDavid Byron's fix to get the progress-bar use the local...
2003-05-27 Daniel Stenberginclude sys/time.h, we didn't have a time() proto anymo...
2003-05-22 Daniel StenbergIntroducing --digest
2003-05-21 Daniel Stenberg Gisle Vanem made curl build with djgpp on DOS.
2003-05-21 Daniel StenbergGisle Vanem's fix to make the 'curl -M' output nicer
2003-05-19 Daniel Stenberg7.10.5 commit
2003-05-12 Daniel Stenbergsetting ENCODING to "" means enable-all-you-support
next