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 ...
|
a2f04545 | 04-Aug-2000 |
Daniel Stenberg |
moved an include file further up to make AIX 3 more happy |
02f994a7 | 04-Aug-2000 |
Daniel Stenberg |
Fixed 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. |
f0ced011 | 02-Aug-2000 |
Daniel Stenberg |
corrected to use the libtool libraries instead of the forced-static ones |
e9640b68 | 02-Aug-2000 |
Daniel Stenberg |
updated |
fe4580ee | 02-Aug-2000 |
Daniel Stenberg |
moved the #define strequal() since they're now true functions in libcurl |
1f32da93 | 02-Aug-2000 |
Daniel Stenberg |
Added the strequal() prototypes here |
e5c792d4 | 02-Aug-2000 |
Daniel Stenberg |
mr Khristophorov added support for lame web servers sending bad range headers... |
c3c77398 | 31-Jul-2000 |
Daniel Stenberg |
big last-beta (?) cleanup commit |
513ac758 | 31-Jul-2000 |
Daniel Stenberg |
The installed header files were moved from this to include/curl/Makefile.am |
0a57b8cd | 31-Jul-2000 |
Daniel Stenberg |
added to enable include file install |
4c32b6c2 | 31-Jul-2000 |
Daniel Stenberg |
generated from the newly edited getdate.y that now supports a thread-safe localtime() call |
a79b541b | 31-Jul-2000 |
Daniel Stenberg |
made 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. |
1cf13c82 | 31-Jul-2000 |
Daniel Stenberg |
Replacing one of the internal headers with one that has no contents will now completely disable that header to get sent. |
9d5c6df7 | 29-Jul-2000 |
Daniel Stenberg |
added localtime_r() |
c1ab16da | 29-Jul-2000 |
Daniel Stenberg |
for install and more |
6f3a2caf | 29-Jul-2000 |
Daniel Stenberg |
libtool stuff added |
6b1a5f22 | 28-Jul-2000 |
Daniel Stenberg |
Added two libtool files, is ltmain.sh really necessary? |
0a998a29 | 28-Jul-2000 |
Daniel Stenberg |
updated my email |