History log of /curl/ (Results 32201 – 32225 of 33769)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
db5e67e317-Aug-2001 Daniel Stenberg

use the Curl_ name space
removed unused code
removed use of global variable(s)

a2688b6c17-Aug-2001 Daniel Stenberg

removed dead/unused code
removed use of global variables
removed name space pollutions (added Curl_ prefixes)

ceb8f1cb17-Aug-2001 Daniel Stenberg

Curl_ prefix

a7a3d49917-Aug-2001 Daniel Stenberg

cleaned up rewrite

c36fc52116-Aug-2001 Daniel Stenberg

Added -G

ca43cd4616-Aug-2001 Daniel Stenberg

updated to the latest fixes to the shell script

47ff6f2916-Aug-2001 Daniel Stenberg

hm, --cflags should only show the flags a 3rd party program would need

861ca06f16-Aug-2001 Daniel Stenberg

removed --include again and stuffed the libcurl's include path in --cflags

d9e54a3c16-Aug-2001 Daniel Stenberg

Added --include to set the compiler include flag for libcurl

32eaf9e816-Aug-2001 Daniel Stenberg

Added -lcurl for --libs so that single option should now suffice to use
when building anything with libcurl

9ce9420715-Aug-2001 Daniel Stenberg

IPv6-addresses can have dots too!

9518e06415-Aug-2001 Daniel Stenberg

extract IPv6-style specified IP-addresses properly

aa21e42d15-Aug-2001 Daniel Stenberg

const fixes

16215e8015-Aug-2001 Daniel Stenberg

-

658c7e8a15-Aug-2001 Daniel Stenberg

Corrected the years in the copyright line

666d0b6715-Aug-2001 Daniel Stenberg

const argument

97f3099f15-Aug-2001 Daniel Stenberg

curl_getenv() now takes a const char * as argument

5a0a51a715-Aug-2001 Daniel Stenberg

add include of stdio.h, so that base64.c compiles

3878350615-Aug-2001 Daniel Stenberg

CURL_GLOBAL_WIN32, config-vms.h, Borland makefile, -w %{http_code},
Bug #12733 over on php.net

70ad8a0b15-Aug-2001 Daniel Stenberg

Using CURLOPT_POST without using CURLOPT_POSTFIELDS caused us to strlen()
a NULL pointer. Now, we treat a missing CURLOPT_POSTFIELDS as if there is
no data to send.

cec8a3af15-Aug-2001 Daniel Stenberg

removed one compiler error and two "unused variable" warnings

f78de2d815-Aug-2001 Daniel Stenberg

SM's -G patch. There's some room for improvements still, as a command line
like: "curl -d moo=foo -G daniel.haxx.se" currently fails.

7d17713d15-Aug-2001 Sterling Hughes

more _ftp_cwd

546f4dca15-Aug-2001 Sterling Hughes

ftp_cwd() abstraction

"%" -> "%s"

09a9b57b15-Aug-2001 Sterling Hughes

This can be used in another place (Curl_ftp_done :)...

declare at the top of the file, put the private functions at the bottom of
the file, however, this is clearer imho (since _ftp is a

This can be used in another place (Curl_ftp_done :)...

declare at the top of the file, put the private functions at the bottom of
the file, however, this is clearer imho (since _ftp is already there).

show more ...

1...<<1281128212831284128512861287128812891290>>...1351