Initial Digest support. At least partly working.
[platform/upstream/curl.git] / src /
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
2003-05-09 Daniel Stenberg--disable-eprt added
2003-04-24 Daniel StenbergDan Fandrich added support for the gzip Content-Encodin...
2003-04-15 Daniel StenbergIf MALLOCDEBUG, include the lib's setup.h here so that...
2003-04-14 Daniel Stenbergnew wording by Kevin Roth
2003-04-14 Daniel Stenbergignore all stamp-h*
2003-04-14 Daniel StenbergWith the recent fix of libcurl, it shall now return...
2003-04-02 Daniel Stenberg7.10.4 commit
2003-03-31 Daniel Stenberg7.10.4-pre6 commit
2003-03-31 Daniel Stenberg--location-trusted added, which does a normal location...
2003-03-29 Daniel StenbergDan Shearer's fix from bug report #618892, which makes...
2003-03-12 Daniel StenbergWhen we append stuff to the URL, we must make sure...
2003-02-28 Daniel StenbergAndres Garcia Garcia updated to build with the most...
2003-02-28 Daniel Stenbergthe strequal and strnequal should now be called with...
2003-02-24 Daniel Stenberg7.10.4-pre2 commit
2003-02-04 Daniel Stenbergassume zlib 1.1.4 - pointed out by Kevin Roth
2003-02-04 Daniel Stenbergmake it more obvious what this is by not even trying...
2003-02-03 Daniel StenbergJulian Noble pointed out that capath is indeed working...
2003-01-30 Daniel Stenbergdon't check for the CA cert bundle if --insecure is...
2003-01-30 Daniel Stenbergcurl now uses stricter VERIFYHOST by default and only...
2003-01-29 Daniel StenbergHAVE_WRITABLE_ARGV is set if argv[] is writable on...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2003-01-14 Daniel Stenberg7.10.3 commit
2003-01-09 Daniel Stenberg7.10.3-pre4
2003-01-08 Daniel Stenbergmkdir() fix for win32
2003-01-07 Daniel Stenbergfixed the create_dir_hierarchy() to not use uninited...
2002-12-20 Daniel Stenberg7.10.3-commit
2002-12-05 Daniel Stenbergbetter errno include and no extern
2002-12-05 Daniel StenbergSolaris needs errno as an extern int.
2002-12-04 Daniel Stenbergmake WIN32 defined for Borland properly, as told by...
2002-12-04 Daniel Stenberg7.10.3-pre2
2002-12-03 Daniel Stenbergmissing }
2002-12-03 Daniel Stenbergdon't officially use -@ for --create-dirs, only use...
2002-12-03 Daniel StenbergNicolas Berloquin's fix of his previous dir creation...
2002-12-02 Daniel StenbergNicolas Berloquin's added code for dealing with -@...
2002-11-26 Daniel Stenbergremoved extra space from trace output 'Send data'
2002-11-18 Daniel Stenberg7.10.2
2002-11-15 Daniel Stenbergfflush() the trace stream on each call
2002-10-28 Daniel StenbergKevin Roth's patch that checks for the CA cert file...
2002-10-28 Daniel StenbergKevin Roth's patch. $(RM) instead of @erase, and it...
2002-10-11 Daniel Stenbergfix bad free() that caused segfault
2002-10-11 Daniel Stenberg7.10.1 commit
2002-10-01 Daniel Stenberg7.10
2002-09-23 Daniel Stenbergfix resume when multiple files were specified
2002-09-07 Joern HartrothAdded zlib Library.
2002-09-04 Daniel StenbergSven Neuhaus made --silent being acknowledged even...
2002-09-04 Daniel Stenbergremove -lz
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-03 Daniel Stenberg7.10-pre2
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work
2002-08-30 Daniel StenbergCURLE_SSL_INSECURE is removed again and so is CURLOPT_S...
2002-08-30 Daniel StenbergSOCKS5 support added (contributed by a still unnamed...
2002-08-26 Daniel StenbergSSL_INSECURE support and usage added
2002-08-26 Daniel StenbergAndrew Francis removed the need for/use of MSVC pragmas
2002-08-26 Daniel Stenbergdon't close stdin, close the actual file handle we...
2002-08-22 Daniel StenbergMarkus F.X.J. Oberhumer's cvsignore fixes
2002-08-13 Daniel Stenbergmr Hartroth correctly pointed out that poll() isn't...
2002-08-12 Daniel Stenberg7.9.9-pre1
2002-08-08 Daniel Stenbergmore to ignore
2002-08-08 Daniel Stenbergignore
2002-08-05 Daniel Stenbergsupport blank arguments to options, each option should...
2002-07-30 Daniel StenbergWhen CURLINFO_CONTENT_TYPE returns a NULL pointer,...
2002-07-28 Daniel Stenbergadded HAVE_SETVBUF
2002-06-15 Daniel Stenbergremoved extra / in help text
2002-06-15 Daniel StenbergAdded --limit-rate
2002-06-15 Daniel StenbergHAVE_SYS_POLL_H
2002-06-13 Daniel StenbergMiklos Nemeth fixed the mmlib
2002-06-13 Daniel Stenberg7.9.8 commit
2002-06-12 Daniel StenbergJörn fixes for 7.9.8 build
2002-06-11 Daniel Stenberg7.9.8-pre3 commit
2002-06-11 Daniel Stenbergcut up the string in more pieces for <512 bytes strings
2002-06-07 Daniel StenbergAdded HAVE_SYS_TYPES_H
2002-05-28 Daniel StenbergI trimmed the --help output slightly to better fit...
2002-05-28 Daniel StenbergCris Bailiff's CAPATH support added
2002-05-21 Daniel StenbergUse the new CURLOPT_NETRC option and adds --netrc-optio...
2002-05-17 Daniel StenbergFreeBSD needs sys/types.h before we include sys/select...
2002-05-13 Daniel Stenberg7.9.7 commit
2002-05-10 Daniel StenbergKein Roth made --trace-ascii look even better, and...
2002-05-10 Daniel StenbergAIX wants sys/select.h for the fd_set stuff in curl...
2002-05-07 Daniel Stenberg7.9.7-pre2
2002-05-07 Daniel StenbergAdded --trace-ascii support
2002-05-07 Daniel Stenbergsupport for ingoring session cookies added
2002-05-03 Daniel Stenberg- Added "--trace [file]" to the command line tool....
2002-05-03 Daniel Stenberg-D now stores all headers to the same file if multiple...
2002-04-23 Daniel Stenberguse new timecond defines
2002-04-15 Daniel Stenberg7.9.6 commit
2002-04-12 Daniel Stenberg7.9.6-pre5
2002-04-10 Daniel Stenbergbrougth by Michael Curtis
2002-04-08 Daniel Stenberg7.9.6-pre4 commit
2002-04-08 Daniel Stenbergremoved compiler warnings, made it conditional on USE_E...
2002-04-08 Daniel StenbergAdded the --environment support by Michael Curtis
2002-04-08 Daniel StenbergAdded $Id:$ keyword
2002-04-08 Daniel StenbergMichael Curtis adjusted this for RISC OS
2002-04-08 Daniel StenbergAdded writeenv.c and writeenv.h for RISCOS usage (and...
2002-04-08 Daniel Stenbergadded config-riscos.h
2002-04-08 Daniel StenbergMichael Curtis' updates
2002-04-05 Daniel Stenbergif HOME isn't set or too long, we attempt to lost the...
next