Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-30 | 7.2 cleanup commit | Daniel Stenberg | |
2000-08-30 | 7.2 | Daniel Stenberg | |
2000-08-30 | 7.2 commit | Daniel Stenberg | |
2000-08-30 | renamed to acinclude.m4 to get included by aclocal automatically | Daniel Stenberg | |
2000-08-24 | Added Albert to the list contributors. The question is why I hadn't done | Daniel Stenberg | |
that a long time ago...! | |||
2000-08-24 | added acinclude.m4 | Daniel Stenberg | |
2000-08-24 | largefile.m4 was turned into acinclude.m4 | Daniel Stenberg | |
2000-08-24 | --data-binary and family ;-) | Daniel Stenberg | |
2000-08-24 | Jan Schmidt supplied an update | Daniel Stenberg | |
2000-08-24 | Inreased buffer size for the Linux gethostbyname_r() test | Daniel Stenberg | |
2000-08-24 | Added CURLOPT_POSTFIELDSIZE | Daniel Stenberg | |
2000-08-24 | new binary post details | Daniel Stenberg | |
2000-08-24 | moved include setup.h | Daniel Stenberg | |
2000-08-24 | include config.h first | Daniel Stenberg | |
2000-08-24 | #include "setup.h" moved first of all includes | Daniel Stenberg | |
2000-08-24 | inet_ntoa_r() usage made more portable | Daniel Stenberg | |
2000-08-24 | removed the AC_TRY_RUN complaints | Daniel Stenberg | |
2000-08-24 | hostname and large file support added | Daniel Stenberg | |
2000-08-23 | Bjorn Reese helped me update the license section | Daniel Stenberg | |
2000-08-23 | Fixed name problems, updated FAQ, -d post problem found | Daniel Stenberg | |
2000-08-23 | Albert's fixes | Daniel Stenberg | |
2000-08-23 | Albert Chin-A-Young's fixes | Daniel Stenberg | |
2000-08-21 | 7.1.1 commit | Daniel Stenberg | |
2000-08-21 | 7.1.1 cleanup commit | Daniel Stenberg | |
2000-08-18 | increased the buffer size used for name lookups | Daniel Stenberg | |
2000-08-17 | Fred Noz fixed the gethostbyaddr_() call | Daniel Stenberg | |
2000-08-17 | the gethostbyname_r() usage was improved by Fred Noz | Daniel Stenberg | |
2000-08-17 | removed the vprintf check, we have our own internal anyway | Daniel Stenberg | |
gethostbyname_r arg-number checks no longer made if there isn't any gethostbyname_r function! aborts the configure if socket() is absent | |||
2000-08-17 | removed HAVE_VPRINTF dependence | Daniel Stenberg | |
2000-08-17 | removed the HAVE_VPRINTF check | Daniel Stenberg | |
2000-08-17 | major update | Daniel Stenberg | |
2000-08-17 | Added another config to the autoconf bug effect | Daniel Stenberg | |
2000-08-15 | the latest writeout bugfix | Daniel Stenberg | |
2000-08-15 | made Writeout() capable of getting called repeatedly | Daniel Stenberg | |
2000-08-14 | minor corrections | Daniel Stenberg | |
2000-08-11 | Linux name resolving problem fixed with larger name-buffer | Daniel Stenberg | |
2000-08-11 | Added TheArtOfHttpScripting | Daniel Stenberg | |
2000-08-11 | tutorial kind of document | Daniel Stenberg | |
2000-08-11 | Made it possible to replace the Content-Type: and Content-Length: headers | Daniel Stenberg | |
curl issues when doing a regular HTTP post. This should not be taken light- heartedly though. Replacing them might get you into trouble! | |||
2000-08-08 | allow zero length user names for http | Daniel Stenberg | |
2000-08-04 | updated with the latest thread-safe function stuff | Daniel Stenberg | |
2000-08-04 | brand new gethostbyname_r() and gethostbyaddr_r() checks that now detects | Daniel Stenberg | |
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! | |||
2000-08-04 | moved an include file further up to make AIX 3 more happy | Daniel Stenberg | |
2000-08-04 | Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to support | Daniel Stenberg | |
the AIX-style as well. The AIX-stuff is *NOT* verified to work. | |||
2000-08-02 | corrected to use the libtool libraries instead of the forced-static ones | Daniel Stenberg | |
2000-08-02 | updated | Daniel Stenberg | |
2000-08-02 | moved the #define strequal() since they're now true functions in libcurl | Daniel Stenberg | |
2000-08-02 | Added the strequal() prototypes here | Daniel Stenberg | |
2000-08-02 | mr Khristophorov added support for lame web servers sending bad range | Daniel Stenberg | |
headers... | |||
2000-07-31 | big last-beta (?) cleanup commit | Daniel Stenberg | |