e559a7b8727.1.1 cleanup commit
Daniel Stenberg
2000-08-21 21:56:41 +00:00
af352740dbincreased the buffer size used for name lookups
Daniel Stenberg
2000-08-18 15:09:50 +00:00
4e35b4387cFred Noz fixed the gethostbyaddr_() call
Daniel Stenberg
2000-08-17 21:08:09 +00:00
a8f99e7924the gethostbyname_r() usage was improved by Fred Noz
Daniel Stenberg
2000-08-17 21:07:22 +00:00
f8e916db46removed 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
Daniel Stenberg
2000-08-17 16:33:02 +00:00
e2a63bee59removed HAVE_VPRINTF dependence
Daniel Stenberg
2000-08-17 15:40:26 +00:00
4496e8ab8cremoved the HAVE_VPRINTF check
Daniel Stenberg
2000-08-17 15:39:50 +00:00
c3318b49fdmajor update
Daniel Stenberg
2000-08-17 14:06:42 +00:00
bfb169062bAdded another config to the autoconf bug effect
Daniel Stenberg
2000-08-17 11:42:59 +00:00
2b53a24c4fthe latest writeout bugfix
Daniel Stenberg
2000-08-15 21:57:47 +00:00
89e960f118made Writeout() capable of getting called repeatedly
Daniel Stenberg
2000-08-15 21:54:38 +00:00
7d1ef9646dminor corrections
Daniel Stenberg
2000-08-14 06:31:59 +00:00
e7ce27a22cLinux name resolving problem fixed with larger name-buffer
Daniel Stenberg
2000-08-11 18:08:50 +00:00
ad692ba1f3Added TheArtOfHttpScripting
Daniel Stenberg
2000-08-11 17:06:31 +00:00
c1283c5881tutorial kind of document
Daniel Stenberg
2000-08-11 17:03:44 +00:00
349a3aaf5bMade 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!
Daniel Stenberg
2000-08-11 06:39:53 +00:00
8fd44dd648allow zero length user names for http
Daniel Stenberg
2000-08-08 13:46:26 +00:00
0d7cce1f08updated with the latest thread-safe function stuff
Daniel Stenberg
2000-08-04 11:32:50 +00:00
b174aeaac9brand 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!
Daniel Stenberg
2000-08-04 11:30:23 +00:00
a2f045451fmoved an include file further up to make AIX 3 more happy
Daniel Stenberg
2000-08-04 11:27:57 +00:00
02f994a715Fixed to use the new HAVE_GETHOSTBYxxxx_R_x defines, now trying to support the AIX-style as well. The AIX-stuff is *NOT* verified to work.
Daniel Stenberg
2000-08-04 11:27:17 +00:00
f0ced0110fcorrected to use the libtool libraries instead of the forced-static ones
Daniel Stenberg
2000-08-02 08:08:09 +00:00
e9640b6831updated
Daniel Stenberg
2000-08-02 07:17:56 +00:00
fe4580eee1moved the #define strequal() since they're now true functions in libcurl
Daniel Stenberg
2000-08-02 07:16:57 +00:00
1f32da93d7Added the strequal() prototypes here
Daniel Stenberg
2000-08-02 07:16:26 +00:00
e5c792d4e6mr Khristophorov added support for lame web servers sending bad range headers...
Daniel Stenberg
2000-08-02 07:15:41 +00:00
c3c7739811big last-beta (?) cleanup commit
Daniel Stenberg
2000-07-31 22:42:34 +00:00
513ac758daThe installed header files were moved from this to include/curl/Makefile.am
Daniel Stenberg
2000-07-31 22:41:27 +00:00
0a57b8cd60added to enable include file install
Daniel Stenberg
2000-07-31 22:40:52 +00:00
4c32b6c201generated from the newly edited getdate.y that now supports a thread-safe localtime() call
Daniel Stenberg
2000-07-31 21:32:46 +00:00
a79b541bd2made urlfree static, added (void) in front of one of the SSL calls. I did these changes when trying to run lclint on the curl code.
Daniel Stenberg
2000-07-31 21:31:27 +00:00
1cf13c825fReplacing one of the internal headers with one that has no contents will now completely disable that header to get sent.
Daniel Stenberg
2000-07-31 21:30:19 +00:00
9d5c6df788added localtime_r()
Daniel Stenberg
2000-07-29 22:21:10 +00:00
c1ab16dabbfor install and more
Daniel Stenberg
2000-07-29 15:34:32 +00:00
6f3a2caffflibtool stuff added
Daniel Stenberg
2000-07-29 12:12:34 +00:00
6b1a5f2200Added two libtool files, is ltmain.sh really necessary?
Daniel Stenberg
2000-07-28 07:58:04 +00:00
0a998a29ffupdated my email
Daniel Stenberg
2000-07-28 07:57:27 +00:00
433b73192cAdded [:port] to the -x description for --help
Daniel Stenberg
2000-07-28 07:56:50 +00:00
215c75135bclear the httproxy bit on cleanup if the allocproxy bit was set
Daniel Stenberg
2000-07-28 07:56:06 +00:00
f50fd062e9corrected the Host: header's port number
Daniel Stenberg
2000-07-28 07:55:21 +00:00
3d8f377561ASCII FTP download -F improvements FTP response timeouts HTTP user+password to same host only libtool
Daniel Stenberg
2000-07-26 09:37:54 +00:00
9ec6e9f254another day, another contributor
Daniel Stenberg
2000-07-26 09:34:40 +00:00
b8159cae5cremoved libtool, added pointer to the sourceforge task list
Daniel Stenberg
2000-07-26 09:34:09 +00:00
5785a81bbfAdded docs/Makefile*
Daniel Stenberg
2000-07-26 09:31:36 +00:00
f71a1485f3libtool adjustments
Daniel Stenberg
2000-07-26 09:28:29 +00:00
e76515fabdthey're generated, they don't belong here
Daniel Stenberg
2000-07-25 22:15:00 +00:00
471edc0b9eAdded Torsten Foertsch's changes to the -F description and his name to the list of contributors.
Daniel Stenberg
2000-07-25 21:19:35 +00:00
293cae68bfuses the new curl_close function to clean up the http-specific auth_host
Daniel Stenberg
2000-07-25 21:17:45 +00:00
1156252f92Added http_close()
Daniel Stenberg
2000-07-25 21:16:51 +00:00
29eda80f96uses auth_host to only send user+password to that particular site, usable if Location: following takes "us" to other servers that should not get the user and password
Daniel Stenberg
2000-07-25 21:16:32 +00:00
29bfaaa190set a bit when a Location: is followed to allow code to act differently on those occations
Daniel Stenberg
2000-07-25 21:15:01 +00:00
18853542a1curl_close is a new function pointer that can be set to a protocol-specific function to get called in the curl_close() function for cleanup auth_host is added to store the original (first) host name used
Daniel Stenberg
2000-07-25 21:14:12 +00:00
5b7a5046e6Torsten Foertsch's improvements
Daniel Stenberg
2000-07-25 12:21:22 +00:00
0cb4814105tiny adjustments to set the start-time before the curl_connect() is called to allow the connect function to better deal with timeouts, as was just added to ftp
Daniel Stenberg
2000-07-25 12:13:57 +00:00
76f3498636The "get ftp command response" function now uses select() on the socket and thus enables timeout if the server doesn't respond within the proper time.
Daniel Stenberg
2000-07-25 12:12:29 +00:00
f836400094A range of things done yesterday
Daniel Stenberg
2000-07-25 07:39:42 +00:00
841f370a96Added CURLOPT_PROXYPORT
Daniel Stenberg
2000-07-25 07:38:08 +00:00
c8262b2be6Added CURLOPT_PROXYPORT, also added some more clarifications about the CURLOPT_PROXY option.
Daniel Stenberg
2000-07-25 07:36:50 +00:00
0a8d0395e1Auto referer and a minor netrc fix
Daniel Stenberg
2000-07-25 07:35:51 +00:00
6bdfe18b67Added some logic that now prevents multiple conflicting HTTP request types to get specified with the options.
Daniel Stenberg
2000-07-25 07:34:04 +00:00
78686a5487Added proxyport
Daniel Stenberg
2000-07-25 07:32:22 +00:00
bb3fa8855cAdded CURLOPT_PROXYPORT support Added a missing free() in curl_disconnect() Made (https) connect errors abort better and earlier
Daniel Stenberg
2000-07-25 07:31:35 +00:00
caf8c01e85re-added the check for BOTH nsl and socket libs
Daniel Stenberg
2000-07-25 07:29:32 +00:00
e999182758The Host: header now includes the port number if not default HTTP
Daniel Stenberg
2000-07-25 07:28:28 +00:00
d9c41a0ffdCode 250 is okay as well as the previous 226-code after a successful file transfer
Daniel Stenberg
2000-07-25 07:26:29 +00:00
1ef3600a07haxx.nu => haxx.se
Daniel Stenberg
2000-06-20 15:31:26 +00:00
e33ac6b3beFTP bug fix new referer magic tricks!
Daniel Stenberg
2000-06-20 11:55:38 +00:00
f22717fe6cAdded auto and free referer fields to the UrlData struct
Daniel Stenberg
2000-06-20 11:23:31 +00:00
1c6eccbf84Added AUTOREFERER
Daniel Stenberg
2000-06-20 09:28:36 +00:00
f30ffef477autoreferer added, switches off POST on location: following
Daniel Stenberg
2000-06-20 09:28:09 +00:00