37
I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 18 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Constantine Sapuntzakis filed bug report #2042430 (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. More... over 15 years ago
- Constantine Sapuntzakis filed bug report #2042440 (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. More... over 15 years ago
Ooops More... over 15 years ago
Added missing signed and unsigned curl_off_t integer constant suffixes for internal and external use. CURL_SUFFIX_CURL_OFF_T, CURL_SUFFIX_CURL_OFF_TU. More... over 15 years ago
added two known topics for 7.19.1 More... over 15 years ago
five more bugs I'd like to get fixed or at least considered before 7.19.0 More... over 15 years ago
Old logic based on CURL_SIZEOF_CURL_OFF_T, ENABLE_64BIT, HAVE_LONGLONG, has to be revisited and adjusted as appropriate. More... over 15 years ago
Fix NetWare missing curl_off_t typedef!! More... over 15 years ago
s/SIZEOF_CURL_OFF_T/CURL_SIZEOF_CURL_OFF_T/g More... over 15 years ago
Die when curlbuild.h is not created or available More... over 15 years ago
fixed creation of curlbuild.h.
Guenter Knauf
as Gunter Knauf
More... over 15 years ago
Fix NetWare curlbuild.h More... over 15 years ago
Fix: Remove now this SIZEOF_CURL_OFF_T symbol definition. More... over 15 years ago
When running testcurl.pl display definitions from curlbuild.h More... over 15 years ago
Remove debug tracing for DO_CURL_OFF_T_CHECK and CURL_CHECK_DEF More... over 15 years ago
Use int64_t in favour of __int64 for curl_off_t when both are available. More... over 15 years ago
Improve CURL_CHECK_DEF More... over 15 years ago
Fix IBM C and DEC/Compaq C compiler detection More... over 15 years ago
Remove some redundancy More... over 15 years ago
Refactored Curl_readwrite() into a number of smaller functions. More... over 15 years ago
Add debug tracing for DO_CURL_OFF_T_CHECK More... over 15 years ago
Remove some redundancy More... over 15 years ago
Remove potential overquoting More... over 15 years ago
Remove rule no longer needed since tests/testcurl.pl revision 1.63 More... over 15 years ago
Reintroduce the adjustment previously done in testcurl.pl so that it copies the CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. More... over 15 years ago
Add debug tracing for CURL_CHECK_DEF More... over 15 years ago
Made ftp a required feature More... over 15 years ago
Added test1059 to test the FTP proxy tunnel problem fixed July 11. More... over 15 years ago
Peek at predefined symbols done. and now removed. More... over 15 years ago
Add metroworks and generic gcc More... over 15 years ago