History log of /curl/ (Results 29276 – 29300 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ad75360e11-Feb-2004 Daniel Stenberg

use libtoolize --force to overwrite existing (older) files

7f29bf6111-Feb-2004 Daniel Stenberg

install ares_version.h as well

9ca395fd11-Feb-2004 Daniel Stenberg

Dirk Manske's fix to install ares_version.h as well

68e140b209-Feb-2004 Daniel Stenberg

mondays are busy days catching up with the patches from the weekend! ;-)

283f68f609-Feb-2004 Daniel Stenberg

Dominick Meglio's update

e6947f9909-Feb-2004 Daniel Stenberg

recent updates

93e32e6f09-Feb-2004 Daniel Stenberg

Modified the default HTTP Accept: header to only be Accept: */*


lib/http.c
tests/data/test1
tests/data/test10
tests/data/test11
tests/data/test12
tests/data/test13
tests/data/test14
tests/data/test15
tests/data/test16
tests/data/test17
tests/data/test18
tests/data/test2
tests/data/test22
tests/data/test24
tests/data/test25
tests/data/test26
tests/data/test27
tests/data/test28
tests/data/test29
tests/data/test3
tests/data/test30
tests/data/test300
tests/data/test301
tests/data/test303
tests/data/test304
tests/data/test306
tests/data/test31
tests/data/test32
tests/data/test33
tests/data/test34
tests/data/test36
tests/data/test37
tests/data/test38
tests/data/test39
tests/data/test40
tests/data/test42
tests/data/test43
tests/data/test44
tests/data/test45
tests/data/test46
tests/data/test47
tests/data/test48
tests/data/test49
tests/data/test5
tests/data/test50
tests/data/test500
tests/data/test503
tests/data/test508
tests/data/test509
tests/data/test51
tests/data/test510
tests/data/test52
tests/data/test53
tests/data/test54
tests/data/test55
tests/data/test56
tests/data/test57
tests/data/test58
tests/data/test59
tests/data/test6
tests/data/test60
tests/data/test61
tests/data/test62
tests/data/test63
tests/data/test64
tests/data/test65
tests/data/test66
tests/data/test67
tests/data/test68
tests/data/test69
tests/data/test7
tests/data/test70
tests/data/test71
tests/data/test72
tests/data/test73
tests/data/test74
tests/data/test77
tests/data/test78
tests/data/test79
tests/data/test8
tests/data/test80
tests/data/test81
tests/data/test82
tests/data/test83
tests/data/test84
tests/data/test85
tests/data/test86
tests/data/test88
tests/data/test89
tests/data/test9
tests/data/test90
tests/data/test91
tests/data/test92
tests/data/test93
tests/data/test95
tests/data/test97
tests/data/test98
f8a5ec1309-Feb-2004 Daniel Stenberg

Removed, this was only used to work out what went wrong with test 91, and
we seem to have nailed that one now!

2d0b2f2909-Feb-2004 Daniel Stenberg

Oops. I broke the flow with the previous commit.

08e286ed09-Feb-2004 Daniel Stenberg

P R Schaffner updated this to work for 7.11.0

220caed209-Feb-2004 Daniel Stenberg

Dominick Meglio's added share interface documentation

6eb0b5b909-Feb-2004 Daniel Stenberg

removed the state file renaming I accidentally left there

3bdc883c09-Feb-2004 Daniel Stenberg

some annoying compilers warn about "(void)foo;" lines so we avoid them

cc85f81309-Feb-2004 Daniel Stenberg

Make param2text() take an int argument, as that is what's being passed in.
This is made to prevent compiler warnings.

e723d2eb09-Feb-2004 Daniel Stenberg

use VAR_NONE instead of 0 in the table to prevent compiler warning

b440c66309-Feb-2004 Daniel Stenberg

return 'res' to better discover test failures and to stop compiler warnings
about it never being used

648c5b0509-Feb-2004 Daniel Stenberg

Uninitialized variable set.

011929cf09-Feb-2004 Daniel Stenberg

Tor Arntsen's patch for working around a notorious bug in the AIX5
getaddrinfo() implementation.

7f679c3d09-Feb-2004 Daniel Stenberg

Ken Rastatter's fixes to improve portability of this example:

These minor changes remove portability issues with the this example and allow
it to run on Win32. Specifically:

* T

Ken Rastatter's fixes to improve portability of this example:

These minor changes remove portability issues with the this example and allow
it to run on Win32. Specifically:

* The use of pthread_create() has been replaced by g_thread_create(). This
removes the dependency on the pthreads library. Since this is an example using
GTK+, g_thread_create() is available as it is a part of glibc.

* The CURLOPT_FILE option is now referred to by its "newer name"
CURLOPT_WRITEDATA.

* The use of CURLOPT_WRITEFUNCTION has been added. As described in the docs,
this avoids the crashes when using a DLL under Win32.

* The output file has been renamed from "/tmp/test.curl" to "test.curl". It's
unlikely that there is a /tmp when in Win32 and other examples in libcurl
write their output files to the working directory.

show more ...

3e4cd0b406-Feb-2004 Daniel Stenberg

mingw configure fix, host: fix, compiler warnings in ldap.c

fc4f777b06-Feb-2004 Daniel Stenberg

updated with recent fixes

208a31f506-Feb-2004 Daniel Stenberg

The Curl_strtoll() issue

e565631a06-Feb-2004 Daniel Stenberg

updated

9f2780a206-Feb-2004 Daniel Stenberg

Rewrote the gethostbyname() check after Andr�s Garc�a's provided patch
for finding it using mingw on windows.
I also made the script skip the search for gethostbyname_r and gethostbyaddr_r

Rewrote the gethostbyname() check after Andr�s Garc�a's provided patch
for finding it using mingw on windows.
I also made the script skip the search for gethostbyname_r and gethostbyaddr_r
when ipv6 is enabled.

show more ...

1a6969a806-Feb-2004 Daniel Stenberg

Added documentation of a few command line options that were still undocumented
here.

1...<<1171117211731174117511761177117811791180>>...1351