]> granicus.if.org Git - curl/log
curl
24 years agoTransfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
Daniel Stenberg [Wed, 17 Jan 2001 13:23:01 +0000 (13:23 +0000)]
Transfer is now Curl_Tranfer() and transfer.h is used instead of highlevel.h
and download.h

24 years agodownload.[ch] is renamed to transfer.[ch], highlevel.[ch] is history
Daniel Stenberg [Wed, 17 Jan 2001 13:22:27 +0000 (13:22 +0000)]
download.[ch] is renamed to transfer.[ch], highlevel.[ch] is history

24 years agodownload and highlevel are replaced with transfer
Daniel Stenberg [Wed, 17 Jan 2001 13:19:01 +0000 (13:19 +0000)]
download and highlevel are replaced with transfer

24 years agoclarified that vcvars32.bat is not part of the curl package
Daniel Stenberg [Wed, 17 Jan 2001 08:24:29 +0000 (08:24 +0000)]
clarified that vcvars32.bat is not part of the curl package

24 years agoshortened the "what is libcurl" text
Daniel Stenberg [Mon, 15 Jan 2001 14:59:07 +0000 (14:59 +0000)]
shortened the "what is libcurl" text

24 years agoAdded a few more similar tools
Daniel Stenberg [Mon, 15 Jan 2001 12:12:36 +0000 (12:12 +0000)]
Added a few more similar tools

24 years agoremoved an old reference to previous license conditions
Daniel Stenberg [Mon, 15 Jan 2001 10:28:41 +0000 (10:28 +0000)]
removed an old reference to previous license conditions

24 years ago4.2 and 4.3 were updated
Daniel Stenberg [Mon, 15 Jan 2001 10:26:37 +0000 (10:26 +0000)]
4.2 and 4.3 were updated

24 years agoTELNET was missing in the basic initial description! Updated the language
Daniel Stenberg [Thu, 11 Jan 2001 12:52:07 +0000 (12:52 +0000)]
TELNET was missing in the basic initial description! Updated the language
in the thread-safe question 5.1 to be more clear.

24 years agoI successfully compiled on built curl for StrongARM NetBSD
Daniel Stenberg [Thu, 11 Jan 2001 12:33:26 +0000 (12:33 +0000)]
I successfully compiled on built curl for StrongARM NetBSD
Added other known platforms
Added the faked autoconf and autoheader trick posted about recently

24 years ago7.6-pre2
Daniel Stenberg [Thu, 11 Jan 2001 09:29:30 +0000 (09:29 +0000)]
7.6-pre2

24 years ago-g added, no more space requirements between short options and their parameters
Daniel Stenberg [Thu, 11 Jan 2001 08:02:07 +0000 (08:02 +0000)]
-g added, no more space requirements between short options and their parameters

24 years agoAdded -g, fixed so that short options worked again. My last "merged" fix did
Daniel Stenberg [Thu, 11 Jan 2001 08:01:24 +0000 (08:01 +0000)]
Added -g, fixed so that short options worked again. My last "merged" fix did
screw a few things up.

24 years agomade short options and their parmaters possible to specify without space
Daniel Stenberg [Wed, 10 Jan 2001 23:47:08 +0000 (23:47 +0000)]
made short options and their parmaters possible to specify without space
separation

24 years agomade "short options" possible to specify -m20 as well as -m 200.
Daniel Stenberg [Wed, 10 Jan 2001 23:42:03 +0000 (23:42 +0000)]
made "short options" possible to specify -m20 as well as -m 200.

24 years agoadded missing newlines to two infof() functions about document dates
Daniel Stenberg [Wed, 10 Jan 2001 22:46:26 +0000 (22:46 +0000)]
added missing newlines to two infof() functions about document dates

24 years agogetpass_r() fix for SCO (hopefully)
Daniel Stenberg [Wed, 10 Jan 2001 11:42:00 +0000 (11:42 +0000)]
getpass_r() fix for SCO (hopefully)

24 years agoversion 7.6-pre1
Daniel Stenberg [Tue, 9 Jan 2001 12:25:32 +0000 (12:25 +0000)]
version 7.6-pre1

24 years agobugfix for when more -o than URLs is used
Daniel Stenberg [Tue, 9 Jan 2001 12:25:14 +0000 (12:25 +0000)]
bugfix for when more -o than URLs is used

24 years agomultiple URL adjustments
Daniel Stenberg [Tue, 9 Jan 2001 12:24:49 +0000 (12:24 +0000)]
multiple URL adjustments

24 years agoAdded two tests for multiple URLs (26 + 27)
Daniel Stenberg [Tue, 9 Jan 2001 12:24:08 +0000 (12:24 +0000)]
Added two tests for multiple URLs (26 + 27)

24 years agoLoic's fix that removes the % from the instructions in the bottom
Daniel Stenberg [Tue, 9 Jan 2001 10:09:39 +0000 (10:09 +0000)]
Loic's fix that removes the % from the instructions in the bottom

24 years agoAdditional "docs" about 'make rpms' added by Loic
Daniel Stenberg [Tue, 9 Jan 2001 10:09:13 +0000 (10:09 +0000)]
Additional "docs" about 'make rpms' added by Loic

24 years agoAdded the curl source-header
Daniel Stenberg [Tue, 9 Jan 2001 07:41:04 +0000 (07:41 +0000)]
Added the curl source-header

24 years agoremoved FILES from the RPM
Daniel Stenberg [Mon, 8 Jan 2001 23:35:45 +0000 (23:35 +0000)]
removed FILES from the RPM

24 years agoAdded source header. Made the prototype not being set if HAVE_GETPASS_R is
Daniel Stenberg [Mon, 8 Jan 2001 22:30:30 +0000 (22:30 +0000)]
Added source header. Made the prototype not being set if HAVE_GETPASS_R is
set, as those systems are likely to have it already set in a system header
and this prototype has proven to cause problems on SCO systems.

24 years agoAdded Loic Dachary as a contributor after his major makefile session!
Daniel Stenberg [Mon, 8 Jan 2001 22:29:31 +0000 (22:29 +0000)]
Added Loic Dachary as a contributor after his major makefile session!

24 years agoLoic Dachary's updates to get 'make distcheck' work, including running the
Daniel Stenberg [Mon, 8 Jan 2001 22:18:30 +0000 (22:18 +0000)]
Loic Dachary's updates to get 'make distcheck' work, including running the
test suite

24 years agokrb4.c header file, no source header (yet)
Daniel Stenberg [Mon, 8 Jan 2001 22:02:23 +0000 (22:02 +0000)]
krb4.c header file, no source header (yet)

24 years ago'make distcheck' works now
Daniel Stenberg [Mon, 8 Jan 2001 17:38:23 +0000 (17:38 +0000)]
'make distcheck' works now

24 years agoHad to add this to get 'make distcheck' to run!
Daniel Stenberg [Mon, 8 Jan 2001 17:28:53 +0000 (17:28 +0000)]
Had to add this to get 'make distcheck' to run!

24 years agocorrected
Daniel Stenberg [Mon, 8 Jan 2001 16:32:36 +0000 (16:32 +0000)]
corrected

24 years agodistcheck fixes
Daniel Stenberg [Mon, 8 Jan 2001 16:31:29 +0000 (16:31 +0000)]
distcheck fixes

24 years agoAdded mprintf #include
Daniel Stenberg [Mon, 8 Jan 2001 16:22:55 +0000 (16:22 +0000)]
Added mprintf #include

24 years agobetter cleanup when existing due to bad usage
Daniel Stenberg [Mon, 8 Jan 2001 15:02:58 +0000 (15:02 +0000)]
better cleanup when existing due to bad usage

24 years agocorrected the separator when using URL globbing
Daniel Stenberg [Mon, 8 Jan 2001 14:48:34 +0000 (14:48 +0000)]
corrected the separator when using URL globbing

24 years agomostly a dummy
Daniel Stenberg [Mon, 8 Jan 2001 14:36:34 +0000 (14:36 +0000)]
mostly a dummy

24 years agouse .spec.in files instead of plain .spec files
Daniel Stenberg [Mon, 8 Jan 2001 13:42:18 +0000 (13:42 +0000)]
use .spec.in files instead of plain .spec files

24 years agoremoved multiple URL, we do that now!
Daniel Stenberg [Mon, 8 Jan 2001 13:40:26 +0000 (13:40 +0000)]
removed multiple URL, we do that now!

24 years agogenerated file
Daniel Stenberg [Mon, 8 Jan 2001 13:39:49 +0000 (13:39 +0000)]
generated file

24 years agoadjusted to work with automake 'make dist'
Daniel Stenberg [Mon, 8 Jan 2001 13:39:21 +0000 (13:39 +0000)]
adjusted to work with automake 'make dist'

24 years agowe're now using automake to build archives, this file is obsolete
Daniel Stenberg [Mon, 8 Jan 2001 12:58:27 +0000 (12:58 +0000)]
we're now using automake to build archives, this file is obsolete

24 years agoadjusted to use 'make dist' when building the package
Daniel Stenberg [Mon, 8 Jan 2001 12:57:38 +0000 (12:57 +0000)]
adjusted to use 'make dist' when building the package

24 years agoLoic Dachary's makefile/dist/rpm fixes
Daniel Stenberg [Mon, 8 Jan 2001 10:00:14 +0000 (10:00 +0000)]
Loic Dachary's makefile/dist/rpm fixes

24 years agokrb4 fix, big symbol renaming action, multiple URL support in the client
Daniel Stenberg [Mon, 8 Jan 2001 07:45:43 +0000 (07:45 +0000)]
krb4 fix, big symbol renaming action, multiple URL support in the client

24 years agogenerated
Daniel Stenberg [Mon, 8 Jan 2001 07:42:35 +0000 (07:42 +0000)]
generated

24 years agoMultiple URL support added
Daniel Stenberg [Mon, 8 Jan 2001 07:37:44 +0000 (07:37 +0000)]
Multiple URL support added

24 years agogenerated file, don't CVS it
Daniel Stenberg [Mon, 8 Jan 2001 07:37:13 +0000 (07:37 +0000)]
generated file, don't CVS it

24 years agomultiple uses of -d was wrong documented
Daniel Stenberg [Fri, 5 Jan 2001 13:44:53 +0000 (13:44 +0000)]
multiple uses of -d was wrong documented

24 years agorenamed Curl_ to curl_ for the printf() prefixes
Daniel Stenberg [Fri, 5 Jan 2001 12:19:42 +0000 (12:19 +0000)]
renamed Curl_ to curl_ for the printf() prefixes

24 years agoInternal symbols that aren't static are now prefixed with 'Curl_'
Daniel Stenberg [Fri, 5 Jan 2001 10:11:41 +0000 (10:11 +0000)]
Internal symbols that aren't static are now prefixed with 'Curl_'

24 years agorelease commit curl-7_5_2
Daniel Stenberg [Fri, 5 Jan 2001 06:30:18 +0000 (06:30 +0000)]
release commit

24 years agoREADME.libcurl is renamed to LIBCURL
Daniel Stenberg [Thu, 4 Jan 2001 12:44:34 +0000 (12:44 +0000)]
README.libcurl is renamed to LIBCURL

24 years agolicense updates
Daniel Stenberg [Thu, 4 Jan 2001 12:43:53 +0000 (12:43 +0000)]
license updates

24 years agocorrected the license section and added a piece about doing patches against
Daniel Stenberg [Thu, 4 Jan 2001 12:43:35 +0000 (12:43 +0000)]
corrected the license section and added a piece about doing patches against
recent versions of the source

24 years agoAdded Makefile.dist
Daniel Stenberg [Thu, 4 Jan 2001 12:39:00 +0000 (12:39 +0000)]
Added Makefile.dist

24 years agoThings to explain to people who get the sources from the CVS repository
Daniel Stenberg [Thu, 4 Jan 2001 12:36:56 +0000 (12:36 +0000)]
Things to explain to people who get the sources from the CVS repository

24 years agoupdated license text in headers
Daniel Stenberg [Thu, 4 Jan 2001 12:27:04 +0000 (12:27 +0000)]
updated license text in headers

24 years agoCut out all changes from 1999 and earlier. They're now in the CHANGES.0 file
Daniel Stenberg [Thu, 4 Jan 2001 10:46:32 +0000 (10:46 +0000)]
Cut out all changes from 1999 and earlier. They're now in the CHANGES.0 file
that is only present in the CVS and won't be included in release archives.

24 years agoChanges from 1999 and earlier
Daniel Stenberg [Thu, 4 Jan 2001 10:45:41 +0000 (10:45 +0000)]
Changes from 1999 and earlier

24 years agonew header
Daniel Stenberg [Thu, 4 Jan 2001 10:37:07 +0000 (10:37 +0000)]
new header

24 years agofilled in info what happens if the same options are used multiple times
Daniel Stenberg [Thu, 4 Jan 2001 10:34:05 +0000 (10:34 +0000)]
filled in info what happens if the same options are used multiple times

24 years agonew license files
Daniel Stenberg [Thu, 4 Jan 2001 10:31:55 +0000 (10:31 +0000)]
new license files

24 years agoconfigure now finds the correct version number even if invoked from outside
Daniel Stenberg [Thu, 4 Jan 2001 10:28:47 +0000 (10:28 +0000)]
configure now finds the correct version number even if invoked from outside
the source-tree

24 years agodual-license fix
Daniel Stenberg [Wed, 3 Jan 2001 09:29:33 +0000 (09:29 +0000)]
dual-license fix

24 years agocleanup-commit pre-header-change
Daniel Stenberg [Wed, 3 Jan 2001 09:13:07 +0000 (09:13 +0000)]
cleanup-commit

24 years agoftp commands are now sent single-write()
Daniel Stenberg [Wed, 3 Jan 2001 09:07:59 +0000 (09:07 +0000)]
ftp commands are now sent single-write()

24 years agoAdded -i to allow ingore-patterns to get added
Daniel Stenberg [Wed, 3 Jan 2001 08:35:16 +0000 (08:35 +0000)]
Added -i to allow ingore-patterns to get added

24 years agoonly add good links as root links
Daniel Stenberg [Wed, 3 Jan 2001 08:18:59 +0000 (08:18 +0000)]
only add good links as root links
don't break the loop on root link errors

24 years agoftpsendf() is remade to send the entire command in one write(), as some
Daniel Stenberg [Sat, 30 Dec 2000 13:12:30 +0000 (13:12 +0000)]
ftpsendf() is remade to send the entire command in one write(), as some
firewalls (like FW-1) seems to dislike split-up writes at times...

24 years agoAdded '5.4 Does libcurl do Winsock initing on win32 systems?'
Daniel Stenberg [Sat, 30 Dec 2000 11:48:51 +0000 (11:48 +0000)]
Added '5.4 Does libcurl do Winsock initing on win32 systems?'

24 years agomulti doc lib support
Daniel Stenberg [Tue, 19 Dec 2000 14:39:16 +0000 (14:39 +0000)]
multi doc lib support
SSL session id support

24 years agoinclude unistd.h if present to prevent compiler warnings on close()
Daniel Stenberg [Tue, 19 Dec 2000 13:35:23 +0000 (13:35 +0000)]
include unistd.h if present to prevent compiler warnings on close()

24 years agoremoved debug output
Daniel Stenberg [Tue, 19 Dec 2000 13:34:55 +0000 (13:34 +0000)]
removed debug output

24 years agoanalyzes fopen() leaks as well
Daniel Stenberg [Tue, 19 Dec 2000 13:32:30 +0000 (13:32 +0000)]
analyzes fopen() leaks as well

24 years agoAdded fopen() and fclose() leak tracking
Daniel Stenberg [Tue, 19 Dec 2000 13:23:54 +0000 (13:23 +0000)]
Added fopen() and fclose() leak tracking

24 years agoupdated email and web site
Daniel Stenberg [Tue, 19 Dec 2000 13:09:23 +0000 (13:09 +0000)]
updated email and web site

24 years agoconfigure fix, two -O fixes
Daniel Stenberg [Tue, 19 Dec 2000 13:08:04 +0000 (13:08 +0000)]
configure fix, two -O fixes

24 years agofixed a leaked file descriptor when PORT failed
Daniel Stenberg [Tue, 19 Dec 2000 09:06:36 +0000 (09:06 +0000)]
fixed a leaked file descriptor when PORT failed

24 years agoNTLM details added
Daniel Stenberg [Tue, 19 Dec 2000 07:30:51 +0000 (07:30 +0000)]
NTLM details added

24 years agofixed accept() for memory debugging
Daniel Stenberg [Mon, 18 Dec 2000 16:13:37 +0000 (16:13 +0000)]
fixed accept() for memory debugging

24 years agochanged the return code checker in the quote command send to only fail
Daniel Stenberg [Sat, 16 Dec 2000 10:36:08 +0000 (10:36 +0000)]
changed the return code checker in the quote command send to only fail
on >= 400 errors

24 years agoAdded Kermit and link
Daniel Stenberg [Sat, 16 Dec 2000 10:25:10 +0000 (10:25 +0000)]
Added Kermit and link

24 years agoadded socket() / sclose() checks to the memdebug system
Daniel Stenberg [Thu, 14 Dec 2000 15:56:59 +0000 (15:56 +0000)]
added socket() / sclose() checks to the memdebug system

24 years agocrawls through a whole site and verifies links
Daniel Stenberg [Thu, 14 Dec 2000 12:19:57 +0000 (12:19 +0000)]
crawls through a whole site and verifies links

24 years agoHow do a fetch multiple files with libcurl?
Daniel Stenberg [Thu, 14 Dec 2000 08:37:09 +0000 (08:37 +0000)]
How do a fetch multiple files with libcurl?

24 years agoadded include stdio.h for the FILE
Daniel Stenberg [Thu, 14 Dec 2000 08:34:47 +0000 (08:34 +0000)]
added include stdio.h for the FILE

24 years agoAdded a few related RFCs
Daniel Stenberg [Tue, 12 Dec 2000 13:10:45 +0000 (13:10 +0000)]
Added a few related RFCs

24 years agoremoved the config file entry as that has been much improved lately
Daniel Stenberg [Tue, 12 Dec 2000 10:14:31 +0000 (10:14 +0000)]
removed the config file entry as that has been much improved lately

24 years agopoints to the curl local copy of the netscape cookie spec
Daniel Stenberg [Tue, 12 Dec 2000 10:05:49 +0000 (10:05 +0000)]
points to the curl local copy of the netscape cookie spec
points to the development site for wget
reworded some RFC references so that they turn up as links on the converted
web page better

24 years agofixed a strdup(NULL) error
Daniel Stenberg [Tue, 12 Dec 2000 09:30:52 +0000 (09:30 +0000)]
fixed a strdup(NULL) error

24 years agoFrancois Petitjean's solaris core dump fix
Daniel Stenberg [Tue, 12 Dec 2000 08:48:39 +0000 (08:48 +0000)]
Francois Petitjean's solaris core dump fix

24 years agoupdated the latest added features
Daniel Stenberg [Mon, 11 Dec 2000 15:35:57 +0000 (15:35 +0000)]
updated the latest added features

24 years agounix style newlines only
Daniel Stenberg [Mon, 11 Dec 2000 08:16:25 +0000 (08:16 +0000)]
unix style newlines only

24 years agounix-style newlines
Daniel Stenberg [Mon, 11 Dec 2000 08:15:22 +0000 (08:15 +0000)]
unix-style newlines

24 years agounix style newlines
Daniel Stenberg [Mon, 11 Dec 2000 08:14:34 +0000 (08:14 +0000)]
unix style newlines

24 years agoAlbert Chin-A-Young fixed the SSL option to use LDFLAGS properly
Daniel Stenberg [Mon, 11 Dec 2000 07:38:47 +0000 (07:38 +0000)]
Albert Chin-A-Young fixed the SSL option to use LDFLAGS properly

24 years agofixed CURLOPT_COOKIE and added CURLOPT_CRLF
Daniel Stenberg [Fri, 8 Dec 2000 17:25:24 +0000 (17:25 +0000)]
fixed CURLOPT_COOKIE and added CURLOPT_CRLF

24 years agoAdded SA_RESTART since (some) HPUX doesn't have that define and it doesn't
Daniel Stenberg [Thu, 7 Dec 2000 09:09:26 +0000 (09:09 +0000)]
Added SA_RESTART since (some) HPUX doesn't have that define and it doesn't
need it

24 years agopost 7.5 fixes
Daniel Stenberg [Thu, 7 Dec 2000 09:08:20 +0000 (09:08 +0000)]
post 7.5 fixes