platform/upstream/curl.git
16 years agouse same time source for timeout initialization and processing
Yang Tse [Thu, 15 May 2008 00:00:19 +0000 (00:00 +0000)]
use same time source for timeout initialization and processing

16 years agoReduced the required stack size.
Dan Fandrich [Wed, 14 May 2008 23:38:21 +0000 (23:38 +0000)]
Reduced the required stack size.

16 years agoMove the CURLDEBUG check after setup.h so it can be set there if necessary.
Dan Fandrich [Wed, 14 May 2008 23:36:26 +0000 (23:36 +0000)]
Move the CURLDEBUG check after setup.h so it can be set there if necessary.

16 years agoImprove toolchain detection for WinCE cross compilation:
Yang Tse [Wed, 14 May 2008 19:42:17 +0000 (19:42 +0000)]
Improve toolchain detection for WinCE cross compilation:

When cross compiling WinCE with the arm-wince-cegcc-gcc C compiler
symbol __CEGCC__ is defined and the unix-like compatibility layer
is used. For our purposes this is not a native Windows build.

When cross compiling WinCE with the arm-wince-mingw32ce-gcc C compiler
symbol __MINGW32CE__ is defined and the unix-like compatibility layer
is not used. For our purposes this _is_ a native Windows build.

16 years agoremove duplicate check
Yang Tse [Wed, 14 May 2008 16:17:23 +0000 (16:17 +0000)]
remove duplicate check

16 years agoskip checks for Windows specific header files
Yang Tse [Wed, 14 May 2008 16:14:35 +0000 (16:14 +0000)]
skip checks for Windows specific header files
when build target is not a native Windows one

16 years agoWinCE cross compilation adjustments:
Yang Tse [Wed, 14 May 2008 13:54:36 +0000 (13:54 +0000)]
WinCE cross compilation adjustments:

HAVE_WINSOCK2_H shall not be defined.
HAVE_WS2TCPIP_H shall not be defined.

16 years agowait for all 129 bytes
Daniel Stenberg [Tue, 13 May 2008 21:43:37 +0000 (21:43 +0000)]
wait for all 129 bytes

16 years agoAdded test case 556 that uses curl_easy_send() and curl_easy_recv()
Daniel Stenberg [Tue, 13 May 2008 21:42:07 +0000 (21:42 +0000)]
Added test case 556 that uses curl_easy_send() and curl_easy_recv()

16 years agoThree out of the four issues are now extinct.
Daniel Stenberg [Tue, 13 May 2008 21:12:07 +0000 (21:12 +0000)]
Three out of the four issues are now extinct.

16 years ago- Introducing millisecond resolution support for the timeout option. See
Daniel Stenberg [Tue, 13 May 2008 20:48:48 +0000 (20:48 +0000)]
- Introducing millisecond resolution support for the timeout option. See
  ares_init_options()'s ARES_OPT_TIMEOUTMS.

16 years agoalso ignore this
Yang Tse [Tue, 13 May 2008 18:27:18 +0000 (18:27 +0000)]
also ignore this

16 years agoAdded curl_easy_recv & curl_easy_send Symbian exports.
Dan Fandrich [Tue, 13 May 2008 17:50:03 +0000 (17:50 +0000)]
Added curl_easy_recv & curl_easy_send Symbian exports.
Cleaned up Symbian files.

16 years agoalso ignore this
Yang Tse [Tue, 13 May 2008 17:23:01 +0000 (17:23 +0000)]
also ignore this

16 years agoignore this compilation time generated files
Yang Tse [Tue, 13 May 2008 17:11:16 +0000 (17:11 +0000)]
ignore this compilation time generated files

16 years agodon't keep in CVS this compilation time generated file
Yang Tse [Tue, 13 May 2008 17:03:28 +0000 (17:03 +0000)]
don't keep in CVS this compilation time generated file

16 years agoadd MSVC6 project for acountry sample program
Yang Tse [Tue, 13 May 2008 15:37:49 +0000 (15:37 +0000)]
add MSVC6 project for acountry sample program

16 years agoupdate MSVC6 projects to use the multithreaded DLL runtime library
Yang Tse [Tue, 13 May 2008 15:34:22 +0000 (15:34 +0000)]
update MSVC6 projects to use the multithreaded DLL runtime library

16 years agoadd MSVC6 project for acountry sample program
Yang Tse [Tue, 13 May 2008 15:31:19 +0000 (15:31 +0000)]
add MSVC6 project for acountry sample program

16 years ago- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
Daniel Stenberg [Mon, 12 May 2008 21:43:24 +0000 (21:43 +0000)]
- Introducing curl_easy_send() and curl_easy_recv(). They can be used to send
  and receive data over a connection previously setup with curl_easy_perform()
  and its CURLOPT_CONNECT_ONLY option. The sendrecv.c example was added to
  show how they can be used.

16 years agoskip libtool C++ preprocessor compiler and linker checks
Yang Tse [Mon, 12 May 2008 15:02:51 +0000 (15:02 +0000)]
skip libtool C++ preprocessor compiler and linker checks

16 years agoignore libcares.pc
Yang Tse [Mon, 12 May 2008 12:22:23 +0000 (12:22 +0000)]
ignore libcares.pc

16 years agoconfigure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
Yang Tse [Mon, 12 May 2008 02:04:21 +0000 (02:04 +0000)]
configure script will now define HAVE_CLOCK_GETTIME_MONOTONIC symbol only
when function clock_gettime() is available and the monotonic timer is
also available. Otherwise, in some cases, librt or libposix4 could be used
for linking even when finally not using the clock_gettime() function due
to lack of the monotonic clock.

16 years agofix syntax error: missing semicolon
Yang Tse [Sat, 10 May 2008 23:50:55 +0000 (23:50 +0000)]
fix syntax error: missing semicolon

16 years agoAdd library checking for clock_gettime() support
Yang Tse [Sat, 10 May 2008 15:46:08 +0000 (15:46 +0000)]
Add library checking for clock_gettime() support

16 years agoInternal time differences now use monotonic time source if available.
Yang Tse [Fri, 9 May 2008 16:31:51 +0000 (16:31 +0000)]
Internal time differences now use monotonic time source if available.
This also implies the removal of the winmm.lib dependency for WIN32.

16 years agoUse monotonic time source if available.
Yang Tse [Fri, 9 May 2008 16:30:24 +0000 (16:30 +0000)]
Use monotonic time source if available.

16 years agoRemoved AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too
Daniel Stenberg [Fri, 9 May 2008 13:10:34 +0000 (13:10 +0000)]
Removed AC_PROG_CC_STDC again. It enforces C99/gnu99 stdandard which is too
liberal for me. Also, autoconf 2.61 and earlier doesn't work with icc 10.1
for this macro. (2.62 confirmed to work though). See discusson on the mailing
list starting here:

http://daniel.haxx.se/projects/c-ares/mail/c-ares-archive-2008-05/0001.shtml

16 years ago- Stefan Krause reported a busy-looping case when using the multi interface
Daniel Stenberg [Fri, 9 May 2008 12:59:24 +0000 (12:59 +0000)]
- Stefan Krause reported a busy-looping case when using the multi interface
  and doing CONNECT to a proxy. The app would then busy-loop until the proxy
  completed its response.

16 years agoRemoved an unused variable and one do-while loop that wasn't used either.
Daniel Stenberg [Fri, 9 May 2008 12:53:42 +0000 (12:53 +0000)]
Removed an unused variable and one do-while loop that wasn't used either.
Added a few comments while at it.

16 years ago- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek [Fri, 9 May 2008 11:27:54 +0000 (11:27 +0000)]
- Make Curl_write and it's callees accept a const pointer, in preparation
  of tetetest's patch for curl_easy_send()

16 years agoinclude strings.h (if available) for the strcasecmp() proto
Daniel Stenberg [Thu, 8 May 2008 22:14:17 +0000 (22:14 +0000)]
include strings.h (if available) for the strcasecmp() proto

16 years agocheck for strings.h in configure and use it for the strcasecmp() proto
Daniel Stenberg [Thu, 8 May 2008 22:11:38 +0000 (22:11 +0000)]
check for strings.h in configure and use it for the strcasecmp() proto

16 years agofix compiler warning: format '%ld' expects type 'long int'
Yang Tse [Thu, 8 May 2008 05:45:01 +0000 (05:45 +0000)]
fix compiler warning: format '%ld' expects type 'long int'

16 years agoadjusted to work with the updated configure.ac
Daniel Stenberg [Wed, 7 May 2008 21:27:35 +0000 (21:27 +0000)]
adjusted to work with the updated configure.ac

16 years ago- Sebastian made c-ares able to return all PTR-records when doing reverse
Daniel Stenberg [Wed, 7 May 2008 21:20:45 +0000 (21:20 +0000)]
- Sebastian made c-ares able to return all PTR-records when doing reverse
  lookups. It is not common practice to have multiple PTR-Records for a single
  IP, but its perfectly legal and some sites have those.

16 years ago- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to
Daniel Stenberg [Wed, 7 May 2008 21:16:06 +0000 (21:16 +0000)]
- Doug Goldstein provided a configure patch: updates autoconf 2.13 usage to
  autoconf 2.57 usage (which is the version you have specified as the minimum
  version). It's a minor change but it does clean up some warnings with newer
  autoconf (specifically 2.62).

16 years ago-135 - Busy looping bug in multi_socket interface by
Daniel Stenberg [Wed, 7 May 2008 21:11:27 +0000 (21:11 +0000)]
-135 - Busy looping bug in multi_socket interface by
-      Christopher Palow

16 years ago- Liam Healy filed the debian bug report #480044
Daniel Stenberg [Wed, 7 May 2008 21:02:21 +0000 (21:02 +0000)]
- Liam Healy filed the debian bug report #480044
  (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480044) identifying a
  segfault when using krb5 ftp, but the krb4 code had the same problem.

16 years agoChristopher Palow provided the patch (edited by me) that introduces
Yang Tse [Wed, 7 May 2008 15:41:41 +0000 (15:41 +0000)]
Christopher Palow provided the patch (edited by me) that introduces
the use of microsecond resolution keys for internal splay trees.

http://curl.haxx.se/mail/lib-2008-04/0513.html

16 years agofix compiler warning: enumerated type mixed with another type
Yang Tse [Tue, 6 May 2008 04:37:06 +0000 (04:37 +0000)]
fix compiler warning: enumerated type mixed with another type

16 years agomention four outstanding issues we should deal with before release
Daniel Stenberg [Mon, 5 May 2008 22:27:28 +0000 (22:27 +0000)]
mention four outstanding issues we should deal with before release

16 years agoImproved parsing of resolver configuration files
Yang Tse [Mon, 5 May 2008 17:48:25 +0000 (17:48 +0000)]
Improved parsing of resolver configuration files

16 years ago- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is
Daniel Stenberg [Sat, 3 May 2008 22:04:39 +0000 (22:04 +0000)]
- Yuriy Sosov pointed out a configure fix for detecting c-ares when that is
  built debug-enabled.

16 years agominor spell and language fix of a comment
Daniel Stenberg [Sat, 3 May 2008 21:49:16 +0000 (21:49 +0000)]
minor spell and language fix of a comment

16 years ago- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
Daniel Stenberg [Sat, 3 May 2008 21:45:12 +0000 (21:45 +0000)]
- Ben Van Hof filed bug report #1945240: "libcurl sometimes sends body twice
  when using CURL_AUTH_ANY" (http://curl.haxx.se/bug/view.cgi?id=1945240).
  The problem was that when libcurl rewound a stream meant for upload when it
  would prepare for a second request, it could accidentally continue the
  sending of the rewound data on the first request instead of on the second.
  Ben also provided test case 1030 that verifies this fix.

16 years agoAdded comments, check Curl_http_auth_act()'s return code and added a check
Daniel Stenberg [Sat, 3 May 2008 21:44:50 +0000 (21:44 +0000)]
Added comments, check Curl_http_auth_act()'s return code and added a check
that closes the connection somewhat faster when perhapsrewind() has marked
the connection for closure.

16 years ago- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY
Daniel Stenberg [Sat, 3 May 2008 13:43:35 +0000 (13:43 +0000)]
- Jean-Francois Bertrand reported a libcurl crash with CURLOPT_TCP_NODELAY
  since libcurl used getprotobyname() and that isn't thread-safe. We now
  switched to use IPPROTO_TCP unconditionally, but perhaps the proper fix is
  to detect the thread-safe version of the function and use that.
  http://curl.haxx.se/mail/lib-2008-05/0011.html

16 years ago- Bart Whiteley provided a patch that made libcurl work properly when an app
Daniel Stenberg [Thu, 1 May 2008 21:34:34 +0000 (21:34 +0000)]
- Bart Whiteley provided a patch that made libcurl work properly when an app
  uses the CURLOPT_OPENSOCKETFUNCTION callback to create a unix domain socket
  to a http server.

16 years ago53. SFTP busy-loop problem when doing SFTP uploads.
Daniel Stenberg [Thu, 1 May 2008 20:58:38 +0000 (20:58 +0000)]
53. SFTP busy-loop problem when doing SFTP uploads.

16 years agoDocument that variable replacement now takes place in the test file <stdout> section.
Dan Fandrich [Thu, 1 May 2008 17:48:00 +0000 (17:48 +0000)]
Document that variable replacement now takes place in the test file <stdout> section.

16 years agouse variables to support other IPs and port numbers
Daniel Stenberg [Thu, 1 May 2008 10:52:12 +0000 (10:52 +0000)]
use variables to support other IPs and port numbers

16 years agodo variable replacement in the stdout data read from the test case
Daniel Stenberg [Thu, 1 May 2008 10:51:16 +0000 (10:51 +0000)]
do variable replacement in the stdout data read from the test case

16 years agoAdded precheck for hard-coded test server address and port
Dan Fandrich [Thu, 1 May 2008 00:20:01 +0000 (00:20 +0000)]
Added precheck for hard-coded test server address and port

16 years agoMade file XML compatible
Dan Fandrich [Thu, 1 May 2008 00:18:16 +0000 (00:18 +0000)]
Made file XML compatible

16 years agoChristian Vogt told us about OS21 in
Daniel Stenberg [Wed, 30 Apr 2008 21:32:35 +0000 (21:32 +0000)]
Christian Vogt told us about OS21 in
http://curl.haxx.se/mail/lib-2008-04/0443.html

16 years ago- To make it easier for applications that want lots of magic stuff done on
Daniel Stenberg [Wed, 30 Apr 2008 21:20:08 +0000 (21:20 +0000)]
- To make it easier for applications that want lots of magic stuff done on
  redirections and thus cannot use CURLOPT_FOLLOWLOCATION easily, we now
  introduce the new CURLINFO_REDIRECT_URL option that lets applications
  extract the URL libcurl would've redirected to if it had been told to. This
  then enables the application to continue to that URL as it thinks is
  suitable, without having to re-implement the magic of creating the new URL
  from the Location: header etc. Test 1029 verifies it.

16 years agoimproved easy interface resolving timeout handling in c-ares enabled builds
Yang Tse [Tue, 29 Apr 2008 04:28:40 +0000 (04:28 +0000)]
improved easy interface resolving timeout handling in c-ares enabled builds

16 years agoimprove easy interface resolving timeout handling in c-ares enabled builds
Yang Tse [Tue, 29 Apr 2008 04:18:02 +0000 (04:18 +0000)]
improve easy interface resolving timeout handling in c-ares enabled builds

16 years agoAdded test 1028 to test an HTTP redirect to a FTP URL.
Dan Fandrich [Tue, 29 Apr 2008 02:30:09 +0000 (02:30 +0000)]
Added test 1028 to test an HTTP redirect to a FTP URL.

16 years ago- Norbert Frese filed bug report #1951588: "Problem with curlftpfs and
Daniel Stenberg [Mon, 28 Apr 2008 21:29:17 +0000 (21:29 +0000)]
- Norbert Frese filed bug report #1951588: "Problem with curlftpfs and
  libcurl" (http://curl.haxx.se/bug/view.cgi?id=1951588) which seems to be an
  identical report to what Denis Golovan reported in
  http://curl.haxx.se/mail/lib-2008-02/0108.html The FTP code didn't reset the
  user/password pointers properly even though there might've been a new
  struct/cconnection getting used.

16 years agomention the automake problems and solution even though it doesn't strictly
Daniel Stenberg [Sat, 26 Apr 2008 22:02:07 +0000 (22:02 +0000)]
mention the automake problems and solution even though it doesn't strictly
caused any change in curl-related files

16 years agoUpdated Symbian UIDs. Added .pkg files for creating .sis packages.
Dan Fandrich [Fri, 25 Apr 2008 22:49:18 +0000 (22:49 +0000)]
Updated Symbian UIDs. Added .pkg files for creating .sis packages.

16 years agotests/libtest/delay.pl no longer used. The 'delay' attribute of the
Yang Tse [Fri, 25 Apr 2008 11:01:26 +0000 (11:01 +0000)]
tests/libtest/delay.pl no longer used. The 'delay' attribute of the
test harness <command> subsection now provides this functionality.

16 years agoAdd 'timeout' and 'delay' attributes support for the test harness <command> subsection
Yang Tse [Fri, 25 Apr 2008 04:19:50 +0000 (04:19 +0000)]
Add 'timeout' and 'delay' attributes support for the test harness <command> subsection

16 years agoMade --stderr able to redirect all stderr messages.
Dan Fandrich [Fri, 25 Apr 2008 00:41:44 +0000 (00:41 +0000)]
Made --stderr able to redirect all stderr messages.

16 years agoReduced the requested Symbian capabilities.
Dan Fandrich [Thu, 24 Apr 2008 23:24:57 +0000 (23:24 +0000)]
Reduced the requested Symbian capabilities.
Correctly noted what happens to stderr.

16 years ago<postcheck> delay no longer needed for this test.
Yang Tse [Wed, 23 Apr 2008 23:58:00 +0000 (23:58 +0000)]
<postcheck> delay no longer needed for this test.

http://curl.haxx.se/mail/lib-2008-04/0392.html

16 years agoimprove synchronization between test harness runtests.pl script
Yang Tse [Wed, 23 Apr 2008 23:55:34 +0000 (23:55 +0000)]
improve synchronization between test harness runtests.pl script
and test harness servers to minimize risk of false test failures.

http://curl.haxx.se/mail/lib-2008-04/0392.html

16 years agoSymbian OS is a.k.a. EPOC32
Dan Fandrich [Wed, 23 Apr 2008 18:29:44 +0000 (18:29 +0000)]
Symbian OS is a.k.a. EPOC32

16 years agoMention that P.I.P.S. is needed for Symbian.
Dan Fandrich [Wed, 23 Apr 2008 18:14:25 +0000 (18:14 +0000)]
Mention that P.I.P.S. is needed for Symbian.

16 years agoList extra files individually instead of by directory to avoid including
Dan Fandrich [Wed, 23 Apr 2008 05:14:14 +0000 (05:14 +0000)]
List extra files individually instead of by directory to avoid including
CVS directories.

16 years agoAdded support for running on Symbian OS.
Dan Fandrich [Tue, 22 Apr 2008 22:53:53 +0000 (22:53 +0000)]
Added support for running on Symbian OS.

16 years agofix minor memory leak triggered upon test failure
Yang Tse [Tue, 22 Apr 2008 13:07:27 +0000 (13:07 +0000)]
fix minor memory leak triggered upon test failure

16 years agoRemove fflush() + fsync() previously introduced accelerated writing of
Yang Tse [Tue, 22 Apr 2008 12:40:05 +0000 (12:40 +0000)]
Remove fflush() + fsync() previously introduced accelerated writing of
server input and response request files of the test harness sws server.

Reintroduce, for test # 1001, the <postcheck> small delay. The delay is
needed even with the accelerated writing of server input and response
request files in test harness sws server.

http://curl.haxx.se/mail/lib-2008-04/0385.html

16 years agoRemove previously introduced small delay to verify if it can be avoided
Yang Tse [Tue, 22 Apr 2008 00:23:18 +0000 (00:23 +0000)]
Remove previously introduced small delay to verify if it can be avoided
with the accelerated writing of server input and response request files
in test harness sws server.

16 years agoAllocate the decompression buffer for the --manual option on the heap
Dan Fandrich [Mon, 21 Apr 2008 23:17:20 +0000 (23:17 +0000)]
Allocate the decompression buffer for the --manual option on the heap
instead of the stack.

16 years agoFixed typo in log message
Dan Fandrich [Mon, 21 Apr 2008 23:16:24 +0000 (23:16 +0000)]
Fixed typo in log message

16 years agoadded Haskell binding, unified the formatting somewhat
Daniel Stenberg [Mon, 21 Apr 2008 21:44:03 +0000 (21:44 +0000)]
added Haskell binding, unified the formatting somewhat

16 years agoHAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems
Yang Tse [Mon, 21 Apr 2008 19:17:42 +0000 (19:17 +0000)]
HAVE_FFLUSH and HAVE_FSYNC symbol definitions for WIN32 systems

16 years agoIgnore the result of the postcheck command in torture mode
Dan Fandrich [Mon, 21 Apr 2008 17:19:44 +0000 (17:19 +0000)]
Ignore the result of the postcheck command in torture mode

16 years agoMake the test work with nroffs that use special escaping for bold output.
Dan Fandrich [Mon, 21 Apr 2008 16:57:27 +0000 (16:57 +0000)]
Make the test work with nroffs that use special escaping for bold output.

16 years agoaccelerate the writing of server input and response request files
Yang Tse [Sun, 20 Apr 2008 19:15:08 +0000 (19:15 +0000)]
accelerate the writing of server input and response request files
to disk, trying to defeat file and disk write-behind algorithms

16 years agoAdded test cases 1026 and 1027 to do some rudimentary tests on the --manual
Dan Fandrich [Fri, 18 Apr 2008 22:31:52 +0000 (22:31 +0000)]
Added test cases 1026 and 1027 to do some rudimentary tests on the --manual
and --help options.

16 years agotest 1001 needs a small delay between client part execution and test
Yang Tse [Fri, 18 Apr 2008 17:25:54 +0000 (17:25 +0000)]
test 1001 needs a small delay between client part execution and test
result file verifications to allow the test server to completely write
out all files

16 years agotest 1001 needs a small delay between client part execution and test
Yang Tse [Fri, 18 Apr 2008 17:17:14 +0000 (17:17 +0000)]
test 1001 needs a small delay between client part execution and test
result file verifications to allow the test server to completely write
out all files

16 years agofix compiler warning: enumerated type mixed with another type
Yang Tse [Thu, 17 Apr 2008 11:59:46 +0000 (11:59 +0000)]
fix compiler warning: enumerated type mixed with another type

16 years agoSome trivial changes
Dan Fandrich [Thu, 17 Apr 2008 00:45:33 +0000 (00:45 +0000)]
Some trivial changes

16 years agoAdded test case 555, a variation of 547 but using multi interface instead of
Daniel Stenberg [Wed, 16 Apr 2008 21:11:46 +0000 (21:11 +0000)]
Added test case 555, a variation of 547 but using multi interface instead of
easy. This was reported not working by Penugonda Chenna Reddy in
http://curl.haxx.se/mail/lib-2008-04/0046.html but I fail to repeat that
problem.

16 years agoRemoved 129 and 130 due to lack of response on those issues
Daniel Stenberg [Wed, 16 Apr 2008 14:48:01 +0000 (14:48 +0000)]
Removed 129 and 130 due to lack of response on those issues

16 years agoallow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as
Michal Marek [Mon, 14 Apr 2008 19:01:41 +0000 (19:01 +0000)]
allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, as
discussed in http://curl.haxx.se/mail/lib-2008-04/0291.html

16 years ago- Stefan Krause reported a case where the OpenSSL handshake phase wasn't
Daniel Stenberg [Mon, 14 Apr 2008 15:26:34 +0000 (15:26 +0000)]
- Stefan Krause reported a case where the OpenSSL handshake phase wasn't
  properly acknowledging the timeout values, like if you pulled the network
  plug in the midst of it.

16 years ago- Andre Guibert de Bruet fixed a second case of not checking the malloc()
Daniel Stenberg [Mon, 14 Apr 2008 15:22:45 +0000 (15:22 +0000)]
- Andre Guibert de Bruet fixed a second case of not checking the malloc()
  return code in the Negotiate code.

16 years agomention Sandor as contributor
Daniel Stenberg [Mon, 14 Apr 2008 15:20:07 +0000 (15:20 +0000)]
mention Sandor as contributor

16 years ago- Sandor Feldi reported bug #1942022
Daniel Stenberg [Mon, 14 Apr 2008 15:19:05 +0000 (15:19 +0000)]
- Sandor Feldi reported bug #1942022
  (http://curl.haxx.se/bug/view.cgi?id=1942022) pointing out a mistake in the
  lib/Makefile.vc[68] makefiles' release-ssl-dll target.

16 years ago- Brock Noland reported that curl behaved differently depending on which order
Daniel Stenberg [Mon, 14 Apr 2008 14:42:06 +0000 (14:42 +0000)]
- Brock Noland reported that curl behaved differently depending on which order
  you used -i and -I.

16 years ago- Andre Guibert de Bruet found and fixed a case where malloc() was called but
Daniel Stenberg [Sat, 12 Apr 2008 11:50:51 +0000 (11:50 +0000)]
- Andre Guibert de Bruet found and fixed a case where malloc() was called but
  was not checked for a NULL return, in the Negotiate code.

16 years agoreturn 0 not -1 at end of data!
Daniel Stenberg [Sat, 12 Apr 2008 08:35:04 +0000 (08:35 +0000)]
return 0 not -1 at end of data!

16 years agoAdded test case 1025 to test a command-line cookie with Location: following
Dan Fandrich [Thu, 10 Apr 2008 18:18:55 +0000 (18:18 +0000)]
Added test case 1025 to test a command-line cookie with Location: following

16 years agomention what happens to the data when a write callback returns pause
Daniel Stenberg [Thu, 10 Apr 2008 09:06:47 +0000 (09:06 +0000)]
mention what happens to the data when a write callback returns pause