Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-12 | Fix curl_off_t sized constants usage | Yang Tse | |
2008-08-12 | Handle short reads | Dan Fandrich | |
2008-08-12 | DOS/Windows 'shells' eat echoed percent sign characters unless escaped. | Yang Tse | |
2008-08-12 | - Andy Tsouladze fixed runtests.pl to not attempt to execute the stunnel | Daniel Stenberg | |
_directory_ if that happened to appear in the path! | |||
2008-08-12 | Fix CURL_CHECK_DEF_INTXX_C suffix definition detection | Yang Tse | |
2008-08-12 | Added macros for minimum-width signed and unsigned curl_off_t integer | Yang Tse | |
constants CURL_OFF_T_C and CURL_OFF_TU_C. The clever double helper macro used internally to provide its functionality is thanks to Lars Nilsson. | |||
2008-08-11 | Added HTTP CONNECT keywords | Dan Fandrich | |
2008-08-11 | Fixed a boundary condition error in ftp_readresp() whereby a non-terminal | Dan Fandrich | |
line of a multiline FTP response whose last byte landed exactly at the end of the BUFSIZE-length buffer would be treated as the terminal response line. The following response code read in would then actually be the end of the previous response line, and all responses from then on would correspond to the wrong command. Test case 1062 verifies this. Stop closing a never-opened ftp socket. | |||
2008-08-11 | 152 + 153 are fixed! | Daniel Stenberg | |
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042430 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2042430) with a patch. "NTLM Windows SSPI code is not thread safe". This was due to libcurl using static variables to tell wether to load the necessary SSPI DLL, but now the loading has been moved to the more suitable curl_global_init() call. | |||
2008-08-11 | - Constantine Sapuntzakis filed bug report #2042440 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2042440) with a patch. He identified a problem when using NTLM over a proxy but the end-point does Basic, and then libcurl would do wrong when the host sent "Connection: close" as the proxy's NTLM state was erroneously cleared. | |||
2008-08-11 | Ooops | Yang Tse | |
2008-08-11 | Added missing signed and unsigned curl_off_t integer constant suffixes for | Yang Tse | |
internal and external use. CURL_SUFFIX_CURL_OFF_T, CURL_SUFFIX_CURL_OFF_TU. | |||
2008-08-11 | added two known topics for 7.19.1 | Daniel Stenberg | |
2008-08-11 | five more bugs I'd like to get fixed or at least considered before 7.19.0 | Daniel Stenberg | |
2008-08-11 | Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG, | Yang Tse | |
has to be revisited and adjusted as appropriate. Enabling and disabling of large file support needs further inspection. | |||
2008-08-11 | Fix NetWare missing curl_off_t typedef!! | Yang Tse | |
2008-08-11 | s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g | Yang Tse | |
2008-08-11 | Die when curlbuild.h is not created or available | Yang Tse | |
2008-08-10 | fixed creation of curlbuild.h. | Gunter Knauf | |
2008-08-10 | Fix NetWare curlbuild.h | Yang Tse | |
NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h | |||
2008-08-10 | Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition. | Yang Tse | |
This should have been done with the initial 64-bit curl_off_t patch. | |||
2008-08-09 | When running testcurl.pl display definitions from curlbuild.h | Yang Tse | |
2008-08-09 | Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEF | Yang Tse | |
2008-08-09 | Use int64_t in favour of __int64 for curl_off_t when both are available. | Yang Tse | |
2008-08-09 | Improve CURL_CHECK_DEF | Yang Tse | |
2008-08-09 | Fix IBM C and DEC/Compaq C compiler detection | Yang Tse | |
2008-08-09 | Remove some redundancy | Yang Tse | |
2008-08-08 | Refactored Curl_readwrite() into a number of smaller functions. | Dan Fandrich | |
2008-08-08 | Add debug tracing for DO_CURL_OFF_T_CHECK | Yang Tse | |
2008-08-08 | Remove some redundancy | Yang Tse | |
2008-08-08 | Remove potential overquoting | Yang Tse | |
2008-08-08 | Remove rule no longer needed since tests/testcurl.pl revision 1.63 | Yang Tse | |
See CVS commit comment on tests/testcurl.pl revision 1.63 | |||
2008-08-08 | Reintroduce the adjustment previously done in testcurl.pl so that it copies the | Yang Tse | |
CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. All the curlbuild.h stuff was done taking in consideration that no adjustment would be needed in non-configure makefiles. As it is documented, when trying to build on non-configure capable systems or on systems which for any reason don't run the true configure script, it is required to have the proper curlbuild.h in place before calling any makefile. Due to the hardcore memory debugging stuff c-ares enabled debug builds also need the file in the proper place before attempting to build c-ares. | |||
2008-08-08 | Add debug tracing for CURL_CHECK_DEF | Yang Tse | |
2008-08-08 | Made ftp a required feature | Dan Fandrich | |
2008-08-08 | Added test1059 to test the FTP proxy tunnel problem fixed July 11. | Dan Fandrich | |
2008-08-08 | Peek at predefined symbols done. and now removed. | Yang Tse | |
Netware's autobuilds gcc can not been told apart from a standard built gcc. | |||
2008-08-08 | Add metroworks and generic gcc | Yang Tse | |
2008-08-08 | Take a peek at netware's gcc predefined symbols. | Yang Tse | |
2008-08-08 | Fixed an uninitialized variable in multi_runsingle() that could cause a | Dan Fandrich | |
request to prematurely end. | |||
2008-08-07 | Remove last adjustment done to testcurl.pl to verify if change introduced by | Yang Tse | |
Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds going again. | |||
2008-08-07 | use CP macro rather than cp command. | Gunter Knauf | |
2008-08-07 | added rule to create include/curl/curlbuild.h from ↵ | Gunter Knauf | |
include/curl/curlbuild.h.dist. | |||
2008-08-07 | Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h | Yang Tse | |
for non-configure targets when host system doesn't run buildconf.bat. | |||
2008-08-07 | Skip data type check in DO_CURL_OFF_T_CHECK macro when argument is empty. | Yang Tse | |
2008-08-07 | Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow | Yang Tse | |
away our CVS checked 'missing' file and also CVS checked 'hiper/Makefile'. | |||
2008-08-07 | Fix CURL_CHECK_DEF so that when the expansion of the preprocessor symbol results | Yang Tse | |
in a set of double-quoted strings, this macro will now return an expansion which consists of a single double-quoted string result of concatenating all of them. | |||
2008-08-07 | sync with reality | Yang Tse | |
2008-08-07 | Initial support of curlbuild.h and curlrules.h which allows | Yang Tse | |
to have a curl_off_t data type no longer gated to off_t. |