]>
granicus.if.org Git - curl/log
Daniel Stenberg [Mon, 12 Aug 2002 09:02:24 +0000 (09:02 +0000)]
CURLOPT_NOSIGNAL added
Daniel Stenberg [Mon, 12 Aug 2002 08:54:49 +0000 (08:54 +0000)]
ignore html too
Daniel Stenberg [Thu, 8 Aug 2002 23:25:26 +0000 (23:25 +0000)]
ignore
Daniel Stenberg [Thu, 8 Aug 2002 23:19:24 +0000 (23:19 +0000)]
more to ignore
Daniel Stenberg [Thu, 8 Aug 2002 23:17:52 +0000 (23:17 +0000)]
ignore
Daniel Stenberg [Thu, 8 Aug 2002 23:13:51 +0000 (23:13 +0000)]
all those ignores
Daniel Stenberg [Thu, 8 Aug 2002 23:11:26 +0000 (23:11 +0000)]
ignore generated files
Daniel Stenberg [Thu, 8 Aug 2002 23:10:50 +0000 (23:10 +0000)]
ignore these files
Daniel Stenberg [Thu, 8 Aug 2002 23:09:45 +0000 (23:09 +0000)]
things to ignore
Daniel Stenberg [Thu, 8 Aug 2002 23:07:24 +0000 (23:07 +0000)]
cvsignore files
Daniel Stenberg [Thu, 8 Aug 2002 23:05:50 +0000 (23:05 +0000)]
makes things better
Daniel Stenberg [Thu, 8 Aug 2002 22:52:50 +0000 (22:52 +0000)]
Markus F.X.J. Oberhumer's CURLOPT_NOSIGNAL patch
Daniel Stenberg [Thu, 8 Aug 2002 22:44:43 +0000 (22:44 +0000)]
attempted hpux fix for resolves
Daniel Stenberg [Thu, 8 Aug 2002 22:44:09 +0000 (22:44 +0000)]
fix the ansi/iso cpp check to work with c++
Daniel Stenberg [Thu, 8 Aug 2002 11:54:11 +0000 (11:54 +0000)]
mainly more not-so-very serious blurb about the name
Daniel Stenberg [Thu, 8 Aug 2002 04:44:41 +0000 (04:44 +0000)]
ignore all .in files
Daniel Stenberg [Wed, 7 Aug 2002 08:23:40 +0000 (08:23 +0000)]
Adding more blurb about activating the cookies on COOKIEFILE and COOKIEJAR
Daniel Stenberg [Wed, 7 Aug 2002 08:09:14 +0000 (08:09 +0000)]
spell out that -i should be used if you want to add http headers to the
output. -v does not do that
Daniel Stenberg [Mon, 5 Aug 2002 17:04:39 +0000 (17:04 +0000)]
Make SessionHandle keep record if it is used with the multi interface or
the easy interface, it CANNOT be used by a mixture.
Daniel Stenberg [Mon, 5 Aug 2002 16:54:08 +0000 (16:54 +0000)]
curl/curl.g fix, HP-UX fix, ftp port, libcurl.def, empty post and rfc2732-
addresses
Daniel Stenberg [Mon, 5 Aug 2002 16:50:55 +0000 (16:50 +0000)]
re-added the RFC2732-parser that was lost for some reason during the flow
of time!
Daniel Stenberg [Mon, 5 Aug 2002 11:15:57 +0000 (11:15 +0000)]
support blank arguments to options, each option should check for blank
ones themselves if they need to prevent this.
Daniel Stenberg [Mon, 5 Aug 2002 09:38:31 +0000 (09:38 +0000)]
jonatan's fixes
Joern Hartroth [Sat, 3 Aug 2002 16:38:28 +0000 (16:38 +0000)]
Added multi interface functions to DLL definitions.
Daniel Stenberg [Thu, 1 Aug 2002 14:30:42 +0000 (14:30 +0000)]
corrected some warnings
Daniel Stenberg [Thu, 1 Aug 2002 14:25:12 +0000 (14:25 +0000)]
Changed the PORT command to pick a better default IP address if "-" is used.
It now uses the local IP adress of the control connection.
Daniel Stenberg [Wed, 31 Jul 2002 23:18:27 +0000 (23:18 +0000)]
sys/socket.h without #ifdef
include sys/time.h as well
Daniel Stenberg [Wed, 31 Jul 2002 08:24:58 +0000 (08:24 +0000)]
spell fix and --limit-rate added
Daniel Stenberg [Tue, 30 Jul 2002 11:07:59 +0000 (11:07 +0000)]
When CURLINFO_CONTENT_TYPE returns a NULL pointer, don't try to fputs() it!
Daniel Stenberg [Mon, 29 Jul 2002 23:00:16 +0000 (23:00 +0000)]
check for sys/poll.h
Daniel Stenberg [Mon, 29 Jul 2002 22:59:36 +0000 (22:59 +0000)]
passwords and cookies
Daniel Stenberg [Mon, 29 Jul 2002 22:45:50 +0000 (22:45 +0000)]
Removed checks for if set.fpasswd is NULL, as we prevent users from setting
it to NULL and then use the internal default instead. It will always be
a function to call.
Daniel Stenberg [Mon, 29 Jul 2002 22:42:11 +0000 (22:42 +0000)]
Setting PASSWDFUNCTION to NULL will set back the internal function as password
function.
Daniel Stenberg [Mon, 29 Jul 2002 22:23:55 +0000 (22:23 +0000)]
fixed the Curl_cookie_add() invoke to not assume a space after the colon
Daniel Stenberg [Mon, 29 Jul 2002 22:22:49 +0000 (22:22 +0000)]
properly skip white spaces on Set-Cookie: header lines
Daniel Stenberg [Mon, 29 Jul 2002 22:21:37 +0000 (22:21 +0000)]
extended and improved cookie testing
Daniel Stenberg [Mon, 29 Jul 2002 22:14:56 +0000 (22:14 +0000)]
HAVE_SETVBUF fixed
Daniel Stenberg [Mon, 29 Jul 2002 14:20:53 +0000 (14:20 +0000)]
link with winmm.lib too
Daniel Stenberg [Mon, 29 Jul 2002 14:15:14 +0000 (14:15 +0000)]
use stderr to present the prompt to, make sure to close the fopen()ed
file handle
Daniel Stenberg [Mon, 29 Jul 2002 11:07:26 +0000 (11:07 +0000)]
Added multi.[co] to the build
Daniel Stenberg [Sun, 28 Jul 2002 17:08:22 +0000 (17:08 +0000)]
added HAVE_SETVBUF
Daniel Stenberg [Wed, 26 Jun 2002 15:39:23 +0000 (15:39 +0000)]
Glen Nakamura made his fix look even better!
Daniel Stenberg [Wed, 26 Jun 2002 08:42:29 +0000 (08:42 +0000)]
Glen Nakamura's patch applied
Daniel Stenberg [Wed, 26 Jun 2002 08:03:46 +0000 (08:03 +0000)]
Glen Nakamura's patch for Curl_getaddrinfo().
Daniel Stenberg [Wed, 26 Jun 2002 07:16:11 +0000 (07:16 +0000)]
since 7.9.8
Daniel Stenberg [Wed, 26 Jun 2002 07:15:31 +0000 (07:15 +0000)]
ignore '+' in URLs, generate only %-codes
Daniel Stenberg [Wed, 26 Jun 2002 06:47:18 +0000 (06:47 +0000)]
T. Bharath fixed his mm lib timer resolution fix
Daniel Stenberg [Tue, 25 Jun 2002 09:21:45 +0000 (09:21 +0000)]
added HISTORY
for newbies ;-)
Daniel Stenberg [Mon, 24 Jun 2002 06:14:56 +0000 (06:14 +0000)]
corrected to match reality better
Daniel Stenberg [Wed, 19 Jun 2002 12:37:02 +0000 (12:37 +0000)]
removed the php/examples reference as that dir is not in the archives
Daniel Stenberg [Wed, 19 Jun 2002 12:31:49 +0000 (12:31 +0000)]
simplified the compile line even more
Daniel Stenberg [Wed, 19 Jun 2002 12:30:12 +0000 (12:30 +0000)]
simplepost.c shows a simple POST ;-)
Daniel Stenberg [Sat, 15 Jun 2002 21:08:07 +0000 (21:08 +0000)]
removed extra / in help text
Daniel Stenberg [Sat, 15 Jun 2002 21:06:17 +0000 (21:06 +0000)]
Added CURLOPT_BUFFERSIZE
Daniel Stenberg [Sat, 15 Jun 2002 21:02:11 +0000 (21:02 +0000)]
Added --limit-rate
Daniel Stenberg [Sat, 15 Jun 2002 21:01:32 +0000 (21:01 +0000)]
HAVE_SYS_POLL_H
Daniel Stenberg [Sat, 15 Jun 2002 21:00:54 +0000 (21:00 +0000)]
CURLOPT_BUFFERSIZE allows an application to set a prefered buffer size
for receiving data from the network. It is meant as a hint, not as a forced
limit.
Daniel Stenberg [Sat, 15 Jun 2002 11:17:42 +0000 (11:17 +0000)]
Chris Combes added description of his newly added options
Daniel Stenberg [Fri, 14 Jun 2002 12:05:20 +0000 (12:05 +0000)]
- Yarram Sunil found out that the SocketIsDead() function performed a lot
faster on Windows when removing the 1 microsecond timeout.
Daniel Stenberg [Fri, 14 Jun 2002 09:36:09 +0000 (09:36 +0000)]
Hanno L. Kranzhoff fixed them
Daniel Stenberg [Fri, 14 Jun 2002 06:57:00 +0000 (06:57 +0000)]
Remade the FTP not-check status line and not-attempt-to-read-status-line
variables, conditions and things.
Daniel Stenberg [Thu, 13 Jun 2002 22:22:59 +0000 (22:22 +0000)]
Tom Mattison's report found out, and this is the fix that should prevent
FTP from closing the connections a little too often!
Daniel Stenberg [Thu, 13 Jun 2002 22:13:46 +0000 (22:13 +0000)]
Miklos Nemeth added a section for how to disable specific protocols in the
windows build.
Daniel Stenberg [Thu, 13 Jun 2002 22:11:28 +0000 (22:11 +0000)]
Miklos Nemeth fixed the mmlib
Daniel Stenberg [Thu, 13 Jun 2002 14:37:15 +0000 (14:37 +0000)]
7.9.8 commit
Daniel Stenberg [Thu, 13 Jun 2002 09:21:08 +0000 (09:21 +0000)]
Added 'dont_check' to be set during an FTP operation if the final status
message is supposed to be ignored.
Daniel Stenberg [Wed, 12 Jun 2002 22:05:28 +0000 (22:05 +0000)]
when no FTP transfer was done, don't attempt to read the download transfer
thing. The 'resumed' flag is also causing confusions. I'll deal with that
tomorrow.
Daniel Stenberg [Wed, 12 Jun 2002 22:04:25 +0000 (22:04 +0000)]
Moved the secondarysocket cleanup. The 'conn' struct may have been cleared
already at that other place.
Daniel Stenberg [Wed, 12 Jun 2002 21:40:59 +0000 (21:40 +0000)]
Chris Combes added CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
Daniel Stenberg [Wed, 12 Jun 2002 21:40:30 +0000 (21:40 +0000)]
fixing builds, patching bugs, adding curl_formadd() options
Daniel Stenberg [Wed, 12 Jun 2002 17:56:22 +0000 (17:56 +0000)]
HAVE_SIGSETJMP
Daniel Stenberg [Wed, 12 Jun 2002 09:48:26 +0000 (09:48 +0000)]
added a connect failure error message that might get empty otherwise
Daniel Stenberg [Wed, 12 Jun 2002 09:18:37 +0000 (09:18 +0000)]
Jörn fixes for 7.9.8 build
Daniel Stenberg [Wed, 12 Jun 2002 08:16:59 +0000 (08:16 +0000)]
CURLOPT_MAXFILESIZE
Daniel Stenberg [Wed, 12 Jun 2002 07:45:11 +0000 (07:45 +0000)]
kris@freebsd.org fixed a bad format string
Daniel Stenberg [Wed, 12 Jun 2002 07:44:22 +0000 (07:44 +0000)]
kris@freebsd.org fixed a few bad format strings
Daniel Stenberg [Wed, 12 Jun 2002 07:26:13 +0000 (07:26 +0000)]
Add QNX
Daniel Stenberg [Tue, 11 Jun 2002 15:47:01 +0000 (15:47 +0000)]
put #ifdefs around the sigjmp_buf declaration too, as it should be
Daniel Stenberg [Tue, 11 Jun 2002 15:44:27 +0000 (15:44 +0000)]
corrected the signal handler
Daniel Stenberg [Tue, 11 Jun 2002 15:28:50 +0000 (15:28 +0000)]
7.9.8-pre3 commit
Daniel Stenberg [Tue, 11 Jun 2002 15:24:47 +0000 (15:24 +0000)]
the disable protocol stuff is now added
Daniel Stenberg [Tue, 11 Jun 2002 15:11:41 +0000 (15:11 +0000)]
more nonewline support
Daniel Stenberg [Tue, 11 Jun 2002 15:10:18 +0000 (15:10 +0000)]
Now uses sigsetjmp() and siglongjmp() to bail out from slow name lookups in
case a timeout is set. This seems to work. God knows if it is good enough
or what kind of side-effects we introduce here and now.
I'll close my eyes and cross my fingers. Hard.
Daniel Stenberg [Tue, 11 Jun 2002 15:09:02 +0000 (15:09 +0000)]
cut up the string in more pieces for <512 bytes strings
Daniel Stenberg [Tue, 11 Jun 2002 14:10:32 +0000 (14:10 +0000)]
removed accidentally added debug-code!
Daniel Stenberg [Tue, 11 Jun 2002 12:35:03 +0000 (12:35 +0000)]
ftp range downloads make us ignore the final status message as the server
will most likely treat the download as failed as we might abort it
pre-maturely
Daniel Stenberg [Tue, 11 Jun 2002 12:25:46 +0000 (12:25 +0000)]
added test135 ftp byte-range download
Daniel Stenberg [Tue, 11 Jun 2002 11:13:29 +0000 (11:13 +0000)]
added --disable-[protocol] support
Daniel Stenberg [Tue, 11 Jun 2002 11:13:01 +0000 (11:13 +0000)]
added disable-[protocol] support, largely provided by Miklos Nemeth
Daniel Stenberg [Tue, 11 Jun 2002 11:12:27 +0000 (11:12 +0000)]
Added disable-defines
Daniel Stenberg [Tue, 11 Jun 2002 11:11:06 +0000 (11:11 +0000)]
added multi.obj
Daniel Stenberg [Tue, 11 Jun 2002 07:20:21 +0000 (07:20 +0000)]
make sure data->set.postfields is non-NULL before doing strlen() on the
pointer. Bugs item #566835.
Daniel Stenberg [Mon, 10 Jun 2002 13:26:02 +0000 (13:26 +0000)]
getaddrinfo() failures now show port number too in informational output
Daniel Stenberg [Mon, 10 Jun 2002 13:25:03 +0000 (13:25 +0000)]
added a missing failf() for certain connect failures
Daniel Stenberg [Mon, 10 Jun 2002 12:38:10 +0000 (12:38 +0000)]
This fix MIGHT make us build nicely with OpenSSL 0.9.7. This fix is based
on a patch from Jacob Meuser, input from Götz Babin-Ebell and my own
browsing of the latest include files.
Daniel Stenberg [Mon, 10 Jun 2002 12:34:04 +0000 (12:34 +0000)]
Gautam Mani found a socket descriptor leak that happened when FTP transfers
failed and you reinvoked curl_easy_perform().
Daniel Stenberg [Fri, 7 Jun 2002 06:17:05 +0000 (06:17 +0000)]
Added HAVE_SYS_TYPES_H
Daniel Stenberg [Wed, 5 Jun 2002 21:29:20 +0000 (21:29 +0000)]
Gustaf Hui fixed curl_multi_remove_handle() to prevent a potential crash
Daniel Stenberg [Wed, 5 Jun 2002 14:14:54 +0000 (14:14 +0000)]
set HAVE_RAND_STATUS too
Daniel Stenberg [Wed, 5 Jun 2002 13:41:33 +0000 (13:41 +0000)]
hostcache_fixoffset() is now corrected to work on 64bit architectures
Bug report #564585.