Daniel Stenberg
|
8f03732b25
|
updated with more examples
|
2000-06-06 14:09:01 +00:00 |
|
Daniel Stenberg
|
138fe1b934
|
using the new formparse, the new getenv, using the new headers struct and
clean up the headers better
|
2000-06-05 08:26:13 +00:00 |
|
Daniel Stenberg
|
d46932369a
|
curl_getenv() is now lowercase
|
2000-06-05 08:24:37 +00:00 |
|
Daniel Stenberg
|
476e0502ad
|
the curl_formparse() function was turned lowercase
|
2000-06-05 08:24:18 +00:00 |
|
Daniel Stenberg
|
ecb2b95b1c
|
struct HttpHeader changed to struct curl_slist
|
2000-06-05 08:23:50 +00:00 |
|
Daniel Stenberg
|
28b0b7316d
|
Added text about how to convert certificates to PEM format
|
2000-06-05 08:21:28 +00:00 |
|
Daniel Stenberg
|
57623228d2
|
minor edits
|
2000-06-02 13:35:16 +00:00 |
|
Daniel Stenberg
|
29470107cd
|
Added many specific questions
|
2000-06-02 13:32:01 +00:00 |
|
Daniel Stenberg
|
ef34ad2968
|
Edited, cleaned up
|
2000-06-02 12:45:23 +00:00 |
|
Daniel Stenberg
|
ebf0fe0df9
|
updated
|
2000-06-02 12:06:47 +00:00 |
|
Daniel Stenberg
|
ba17b97e0a
|
curl_formparse() man page
|
2000-06-02 11:42:56 +00:00 |
|
Daniel Stenberg
|
c8f62fc762
|
Added description
|
2000-06-02 11:34:17 +00:00 |
|
Daniel Stenberg
|
e5b72506c9
|
changed the httppost struct into curl_slist struct
|
2000-06-02 11:31:53 +00:00 |
|
Daniel Stenberg
|
ef62fc7fe7
|
added description
|
2000-06-02 11:31:18 +00:00 |
|
Daniel Stenberg
|
52195a0547
|
Added description
|
2000-06-02 11:01:08 +00:00 |
|
Daniel Stenberg
|
e5ba9f058f
|
added description
|
2000-06-02 10:50:09 +00:00 |
|
Daniel Stenberg
|
2ea0129ed8
|
man page for this function already in used by the command line tool!
|
2000-06-02 09:02:51 +00:00 |
|
Daniel Stenberg
|
980ee98ec9
|
David LeBlanc corrected one of my mistakes
|
2000-05-31 06:31:31 +00:00 |
|
Daniel Stenberg
|
8d76ad6c8e
|
Adjusted to the GETHOSTBYADDR_R_NARGS style
|
2000-05-30 22:27:39 +00:00 |
|
Daniel Stenberg
|
784c29c6c5
|
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS
|
2000-05-30 22:26:57 +00:00 |
|
Daniel Stenberg
|
95ddb16768
|
Added checks for number of parameters to the functions gethostbyname_r()
and gethostbyaddr_r()
|
2000-05-30 22:26:26 +00:00 |
|
Daniel Stenberg
|
5d39dde961
|
pre-release commit
|
2000-05-30 16:31:46 +00:00 |
|
Daniel Stenberg
|
15c143bba9
|
modified to the new curl_getenv() style
|
2000-05-29 23:09:31 +00:00 |
|
Daniel Stenberg
|
6d522c9c1d
|
made getenv() more threadsafe for win32
|
2000-05-29 23:07:22 +00:00 |
|
Daniel Stenberg
|
45885f30c2
|
updated
|
2000-05-29 22:54:17 +00:00 |
|
Daniel Stenberg
|
1ea12e705e
|
had to add this since it was missing in the system includes!
|
2000-05-29 22:52:17 +00:00 |
|
Daniel Stenberg
|
a0ce95e155
|
David LeBlanc's fixes!
|
2000-05-29 22:51:13 +00:00 |
|
Daniel Stenberg
|
abc751ae13
|
generated with bison 1.28 which removes the alloca() mess!
|
2000-05-29 22:50:40 +00:00 |
|
Daniel Stenberg
|
b6d06a9590
|
URLGET_ERROR_SIZE is now CURL_ERROR_SIZE
|
2000-05-26 13:58:10 +00:00 |
|
Daniel Stenberg
|
784e9406ae
|
silly mistake corrected
|
2000-05-26 13:57:11 +00:00 |
|
Daniel Stenberg
|
9e157ad2ec
|
added the new man pages docs/*.3
|
2000-05-26 13:55:13 +00:00 |
|
Daniel Stenberg
|
85e6e935c5
|
updated
|
2000-05-26 11:59:43 +00:00 |
|
Daniel Stenberg
|
9a85060cde
|
more documented stuff
|
2000-05-26 08:50:13 +00:00 |
|
Daniel Stenberg
|
fb3a5ab6ee
|
fixed the CURL_ERROR_SIZE and renamed a urlget() leftover
|
2000-05-26 08:12:14 +00:00 |
|
Daniel Stenberg
|
52585e8b31
|
Added a list of stuff to do for version 7
|
2000-05-26 07:48:38 +00:00 |
|
Daniel Stenberg
|
3ad1df668e
|
AIX wants sys/time.h included
|
2000-05-25 15:18:34 +00:00 |
|
Daniel Stenberg
|
d5bc98fcec
|
added sys/time.h check
|
2000-05-25 15:18:02 +00:00 |
|
Daniel Stenberg
|
c10684ac3f
|
fixed the new path to the curl man page
|
2000-05-24 22:56:00 +00:00 |
|
Daniel Stenberg
|
f81e775954
|
fixed the new docs path
|
2000-05-24 22:53:37 +00:00 |
|
Daniel Stenberg
|
e92a10c36f
|
now splits the text into several puts() calls
|
2000-05-23 10:25:30 +00:00 |
|
Daniel Stenberg
|
9b20d0a47f
|
Jörn's fixes mentioned
|
2000-05-22 19:15:18 +00:00 |
|
Daniel Stenberg
|
67fea90f3f
|
moved many docs to the new docs/ dir
|
2000-05-22 19:13:37 +00:00 |
|
Daniel Stenberg
|
ceda25398b
|
more changes! ;-)
|
2000-05-22 19:11:39 +00:00 |
|
Daniel Stenberg
|
285994a5ae
|
slightly adjusted
|
2000-05-22 19:10:53 +00:00 |
|
Daniel Stenberg
|
e27e490c7e
|
oops
|
2000-05-22 19:09:31 +00:00 |
|
Daniel Stenberg
|
dbd864a2a6
|
adjusted to work even without RTLD_GLOBAL defined
|
2000-05-22 19:04:18 +00:00 |
|
Daniel Stenberg
|
dc98405114
|
libcurl v7 adjustments
|
2000-05-22 19:02:54 +00:00 |
|
Daniel Stenberg
|
7c37c6a8e9
|
moved here from the root directory
|
2000-05-22 17:35:35 +00:00 |
|
Daniel Stenberg
|
4341671545
|
moved to the new docs/ directory
|
2000-05-22 17:33:31 +00:00 |
|
Daniel Stenberg
|
2bd72eb53d
|
Jörn's fixes
|
2000-05-22 17:20:29 +00:00 |
|