edcd5df1 | 06-Jun-2000 |
Daniel Stenberg |
edited to look better after the txt2html convertion |
8f03732b | 06-Jun-2000 |
Daniel Stenberg |
updated with more examples |
138fe1b9 | 05-Jun-2000 |
Daniel Stenberg |
using the new formparse, the new getenv, using the new headers struct and clean up the headers better |
d4693236 | 05-Jun-2000 |
Daniel Stenberg |
curl_getenv() is now lowercase |
476e0502 | 05-Jun-2000 |
Daniel Stenberg |
the curl_formparse() function was turned lowercase |
ecb2b95b | 05-Jun-2000 |
Daniel Stenberg |
struct HttpHeader changed to struct curl_slist |
28b0b731 | 05-Jun-2000 |
Daniel Stenberg |
Added text about how to convert certificates to PEM format |
57623228 | 02-Jun-2000 |
Daniel Stenberg |
minor edits |
29470107 | 02-Jun-2000 |
Daniel Stenberg |
Added many specific questions |
ef34ad29 | 02-Jun-2000 |
Daniel Stenberg |
Edited, cleaned up |
ebf0fe0d | 02-Jun-2000 |
Daniel Stenberg |
updated |
ba17b97e | 02-Jun-2000 |
Daniel Stenberg |
curl_formparse() man page |
c8f62fc7 | 02-Jun-2000 |
Daniel Stenberg |
Added description |
e5b72506 | 02-Jun-2000 |
Daniel Stenberg |
changed the httppost struct into curl_slist struct |
ef62fc7f | 02-Jun-2000 |
Daniel Stenberg |
added description |
52195a05 | 02-Jun-2000 |
Daniel Stenberg |
Added description |
e5ba9f05 | 02-Jun-2000 |
Daniel Stenberg |
added description |
2ea0129e | 02-Jun-2000 |
Daniel Stenberg |
man page for this function already in used by the command line tool! |
980ee98e | 31-May-2000 |
Daniel Stenberg |
David LeBlanc corrected one of my mistakes |
8d76ad6c | 30-May-2000 |
Daniel Stenberg |
Adjusted to the GETHOSTBYADDR_R_NARGS style |
784c29c6 | 30-May-2000 |
Daniel Stenberg |
Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS |
95ddb167 | 30-May-2000 |
Daniel Stenberg |
Added checks for number of parameters to the functions gethostbyname_r() and gethostbyaddr_r() |
5d39dde9 | 30-May-2000 |
Daniel Stenberg |
pre-release commit |
15c143bb | 29-May-2000 |
Daniel Stenberg |
modified to the new curl_getenv() style |
6d522c9c | 29-May-2000 |
Daniel Stenberg |
made getenv() more threadsafe for win32 |