Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2000-07-31 | The installed header files were moved from this to include/curl/Makefile.am | Daniel Stenberg | |
2000-07-31 | added to enable include file install | Daniel Stenberg | |
2000-07-31 | generated from the newly edited getdate.y that now supports a thread-safe | Daniel Stenberg | |
localtime() call | |||
2000-07-31 | made urlfree static, added (void) in front of one of the SSL calls. I did | Daniel Stenberg | |
these changes when trying to run lclint on the curl code. | |||
2000-07-31 | Replacing one of the internal headers with one that has no contents will now | Daniel Stenberg | |
completely disable that header to get sent. | |||
2000-07-29 | added localtime_r() | Daniel Stenberg | |
2000-07-29 | for install and more | Daniel Stenberg | |
2000-07-29 | libtool stuff added | Daniel Stenberg | |
2000-07-28 | Added two libtool files, is ltmain.sh really necessary? | Daniel Stenberg | |
2000-07-28 | updated my email | Daniel Stenberg | |
2000-07-28 | Added [:port] to the -x description for --help | Daniel Stenberg | |
2000-07-28 | clear the httproxy bit on cleanup if the allocproxy bit was set | Daniel Stenberg | |
2000-07-28 | corrected the Host: header's port number | Daniel Stenberg | |
2000-07-26 | ASCII FTP download | Daniel Stenberg | |
-F improvements FTP response timeouts HTTP user+password to same host only libtool | |||
2000-07-26 | another day, another contributor | Daniel Stenberg | |
2000-07-26 | removed libtool, added pointer to the sourceforge task list | Daniel Stenberg | |
2000-07-26 | Added docs/Makefile* | Daniel Stenberg | |
2000-07-26 | libtool adjustments | Daniel Stenberg | |
2000-07-25 | they're generated, they don't belong here | Daniel Stenberg | |