1b1f143c | 24-Aug-2000 |
Daniel Stenberg |
hostname and large file support added |
31b8eea0 | 23-Aug-2000 |
Daniel Stenberg |
Bjorn Reese helped me update the license section |
903f4c16 | 23-Aug-2000 |
Daniel Stenberg |
Fixed name problems, updated FAQ, -d post problem found |
1998aee2 | 23-Aug-2000 |
Daniel Stenberg |
Albert's fixes |
d4731b70 | 23-Aug-2000 |
Daniel Stenberg |
Albert Chin-A-Young's fixes |
8d2c2426 | 21-Aug-2000 |
Daniel Stenberg |
7.1.1 commit |
e559a7b8 | 21-Aug-2000 |
Daniel Stenberg |
7.1.1 cleanup commit |
af352740 | 18-Aug-2000 |
Daniel Stenberg |
increased the buffer size used for name lookups |
4e35b438 | 17-Aug-2000 |
Daniel Stenberg |
Fred Noz fixed the gethostbyaddr_() call |
a8f99e79 | 17-Aug-2000 |
Daniel Stenberg |
the gethostbyname_r() usage was improved by Fred Noz |
f8e916db | 17-Aug-2000 |
Daniel Stenberg |
removed the vprintf check, we have our own internal anyway gethostbyname_r arg-number checks no longer made if there isn't any gethostbyname_r function! aborts the configure if socket() i
removed the vprintf check, we have our own internal anyway gethostbyname_r arg-number checks no longer made if there isn't any gethostbyname_r function! aborts the configure if socket() is absent
show more ...
|
e2a63bee | 17-Aug-2000 |
Daniel Stenberg |
removed HAVE_VPRINTF dependence |
4496e8ab | 17-Aug-2000 |
Daniel Stenberg |
removed the HAVE_VPRINTF check |
c3318b49 | 17-Aug-2000 |
Daniel Stenberg |
major update |
bfb16906 | 17-Aug-2000 |
Daniel Stenberg |
Added another config to the autoconf bug effect |
2b53a24c | 15-Aug-2000 |
Daniel Stenberg |
the latest writeout bugfix |
89e960f1 | 15-Aug-2000 |
Daniel Stenberg |
made Writeout() capable of getting called repeatedly |
7d1ef964 | 14-Aug-2000 |
Daniel Stenberg |
minor corrections |
e7ce27a2 | 11-Aug-2000 |
Daniel Stenberg |
Linux name resolving problem fixed with larger name-buffer |
ad692ba1 | 11-Aug-2000 |
Daniel Stenberg |
Added TheArtOfHttpScripting |
c1283c58 | 11-Aug-2000 |
Daniel Stenberg |
tutorial kind of document |
349a3aaf | 11-Aug-2000 |
Daniel Stenberg |
Made it possible to replace the Content-Type: and Content-Length: headers curl issues when doing a regular HTTP post. This should not be taken light- heartedly though. Replacing them might ge
Made it possible to replace the Content-Type: and Content-Length: headers curl issues when doing a regular HTTP post. This should not be taken light- heartedly though. Replacing them might get you into trouble!
show more ...
|
8fd44dd6 | 08-Aug-2000 |
Daniel Stenberg |
allow zero length user names for http |
0d7cce1f | 04-Aug-2000 |
Daniel Stenberg |
updated with the latest thread-safe function stuff |
b174aeaa | 04-Aug-2000 |
Daniel Stenberg |
brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects the AIX-styles as well. I added --disable-thread to allow a user to disable all testing for thread-safe functions
brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects the AIX-styles as well. I added --disable-thread to allow a user to disable all testing for thread-safe functions being present and thus go with the good old style functions. This might become handy if (when?) I add a bug in the threaded code, like the AIX code I have now but can't test!
show more ...
|