Daniel Stenberg
|
da2c124675
|
Frank's synctime.c example and an updated list in README
|
2006-02-04 18:08:54 +00:00 |
|
Daniel Stenberg
|
9533092511
|
Rene Bernhardt's corrections
|
2005-12-14 13:10:14 +00:00 |
|
Daniel Stenberg
|
ab1f5c3edd
|
make it compile warning-free and free() the memory before exit
|
2005-10-10 20:58:18 +00:00 |
|
Daniel Stenberg
|
49a16f7121
|
Theo Borm's example, as was posted here:
http://curl.haxx.se/mail/lib-2005-08/0163.html
|
2005-08-24 17:07:27 +00:00 |
|
Daniel Stenberg
|
9da9d00c62
|
fixed example since this is how the interface works now
|
2005-07-28 21:51:20 +00:00 |
|
Daniel Stenberg
|
2236ba0d20
|
Peteris Krumins added CURLOPT_COOKIELIST and CURLINFO_COOKIELIST, which is a
simple interface to extracting and setting cookies in libcurl's internal
"cookie jar". See the new cookie_interface.c example code.
|
2005-07-27 22:17:14 +00:00 |
|
Daniel Stenberg
|
e4c0a85da0
|
Jeremy Brown's OpenSSL thread-locking example
|
2005-05-09 21:12:03 +00:00 |
|
Gisle Vanem
|
62082293c5
|
Some functions are static here, but extern in libxml's
SAX.h. gcc doesn't like that. Rename.
|
2005-02-09 15:15:01 +00:00 |
|
Daniel Stenberg
|
2248599ae1
|
fix type
|
2005-02-04 23:53:12 +00:00 |
|
Daniel Stenberg
|
ab96e2d6e9
|
another example
|
2005-02-02 19:25:49 +00:00 |
|
Daniel Stenberg
|
6b81cf4bc9
|
HTML parsing example with libtidy, by Jeff Pohlmeyer
|
2005-02-02 19:25:37 +00:00 |
|
Daniel Stenberg
|
21b4105454
|
somewhat nicer libcurl usage
|
2005-01-31 20:03:01 +00:00 |
|
Daniel Stenberg
|
d7648d94ca
|
htmltitle
|
2005-01-31 18:23:42 +00:00 |
|
Daniel Stenberg
|
883343ba63
|
HTML <head> parsing (with libxml) example code by Lars Nilsson.
|
2005-01-31 18:22:40 +00:00 |
|
Daniel Stenberg
|
7e42cb61f7
|
FTP third transfer support overhaul. See CHANGES for details.
|
2005-01-21 09:32:32 +00:00 |
|
Daniel Stenberg
|
8dd799b4bd
|
If you give a *_LARGE option you MUST make sure that the type of the passed-in
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */
|
2005-01-20 14:24:56 +00:00 |
|
Daniel Stenberg
|
2fe3829e5e
|
add a URL to an article about making Apache support PUT
|
2005-01-19 10:09:15 +00:00 |
|
Gisle Vanem
|
f0e66d8c76
|
Added anyauthput.exe.
|
2004-11-26 15:04:15 +00:00 |
|
Daniel Stenberg
|
3e1caa6185
|
HTTP "auth done right". See lib/README.httpauth
|
2004-11-24 16:11:35 +00:00 |
|
Daniel Stenberg
|
f84d2b4d36
|
trying a version with URLs for all function calls
|
2004-11-22 16:24:46 +00:00 |
|
Daniel Stenberg
|
4207ef3d27
|
removed trailing whitespace
|
2004-11-22 14:41:36 +00:00 |
|
Daniel Stenberg
|
b3572269a4
|
removed unused variable and trailing whitespace
|
2004-11-22 14:41:24 +00:00 |
|
Daniel Stenberg
|
097d449cc1
|
remove curl_ prefix from functions not present in libcurl
|
2004-11-22 14:07:23 +00:00 |
|
Daniel Stenberg
|
7f44713487
|
re-indented to curl style
|
2004-11-22 13:48:35 +00:00 |
|
Daniel Stenberg
|
b7a6b78e0c
|
renamed curl_thread to my_thread to avoid confusion
|
2004-11-22 13:43:52 +00:00 |
|
Daniel Stenberg
|
855a9eff76
|
add URLs in comments for all libcurl function calls
|
2004-11-22 13:39:23 +00:00 |
|
Daniel Stenberg
|
e80f566a14
|
added comment for windows people about READFUNCTION being needed
|
2004-11-21 12:42:28 +00:00 |
|
Daniel Stenberg
|
87753cda49
|
mention the openssl callbacks for SSL multithread
|
2004-11-16 08:49:51 +00:00 |
|
Daniel Stenberg
|
186f433e40
|
modified to not use realloc() on a NULL pointer
|
2004-11-02 08:26:55 +00:00 |
|
Gisle Vanem
|
0bfa601a9f
|
Open "debugit" in binary mode ("rb").
|
2004-10-16 13:17:15 +00:00 |
|
Gisle Vanem
|
a91a75355d
|
*** empty log message ***
|
2004-10-06 13:24:08 +00:00 |
|
Daniel Stenberg
|
39af394a1c
|
removed tabs and trailing whitespace from source
|
2004-10-06 07:50:18 +00:00 |
|
Daniel Stenberg
|
d736ac51c0
|
stripped trailing whitespace
|
2004-08-23 14:22:52 +00:00 |
|
Daniel Stenberg
|
e8b295ff7d
|
lost of more into on how to tweak some headers
|
2004-08-23 14:22:44 +00:00 |
|
Daniel Stenberg
|
4a4490d5f1
|
debug.c is a fresh new example showing how to use the DEBUGFUNCTION to get
lots of fine info from a transfer
|
2004-08-23 14:22:26 +00:00 |
|
Daniel Stenberg
|
cb88135220
|
removed trailing whitespace, indented to curl-style levels
|
2004-08-12 07:01:20 +00:00 |
|
Daniel Stenberg
|
574e911375
|
Another Gisle update
|
2004-06-30 12:34:33 +00:00 |
|
Daniel Stenberg
|
c81ac51e5c
|
Gisle's update
|
2004-06-29 18:43:04 +00:00 |
|
Daniel Stenberg
|
2e8f37aca5
|
Added example of how to use the upcoming support for FTP 3rd party transfers
|
2004-06-03 11:15:27 +00:00 |
|
Daniel Stenberg
|
9e987ac6a2
|
getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the
content-type after a transfer.
|
2004-06-03 09:20:48 +00:00 |
|
Daniel Stenberg
|
15cd35f67f
|
added example that makes an upload to a file:// url
|
2004-05-26 09:00:03 +00:00 |
|
Daniel Stenberg
|
459801d6e0
|
strip trailing whitespace
|
2004-05-26 08:58:25 +00:00 |
|
Daniel Stenberg
|
88229a0f2a
|
new example proving that the debug callback works even when the multi
interface is used
|
2004-05-24 15:16:53 +00:00 |
|
Daniel Stenberg
|
120394cc45
|
remove trailing whitespace
|
2004-05-24 15:16:29 +00:00 |
|
Daniel Stenberg
|
1adfe0fe18
|
multi interface, debug callback
|
2004-05-24 15:12:37 +00:00 |
|
Daniel Stenberg
|
a94e117ede
|
language!
|
2004-05-19 09:09:31 +00:00 |
|
Daniel Stenberg
|
662cb30372
|
Set CURLOPT_USERAGENT too
|
2004-05-19 09:08:19 +00:00 |
|
Daniel Stenberg
|
47d52d4eca
|
added https.c
|
2004-05-13 08:23:09 +00:00 |
|
Daniel Stenberg
|
4973b0f88a
|
basic https fetching script
|
2004-05-13 08:22:40 +00:00 |
|
Daniel Stenberg
|
9d99af5329
|
if select returns -1, bail out of the loop
|
2004-04-02 06:40:31 +00:00 |
|