37
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix large file support for Symbian OS on the emulator. More... over 15 years ago
Don't abort configuration if recvfrom() is not available. More... over 15 years ago
Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time. More... over 15 years ago
Fixed out of memory problems that caused torture test failures in tests 1021 and 1067. More... over 15 years ago
Added multi keyword More... over 15 years ago
Added multi keyword More... over 15 years ago
Windows build targets don't use the 'SONAME' mechanism. More... over 15 years ago
Another task completed and removed from #144: More... over 15 years ago
minor language adjustment More... over 15 years ago
spell out some benefits of this new approach of doing curl_off_t More... over 15 years ago
Added check and symbol definition for WIN32 file API usage in configure, supporting configure's --disable-largefile option for WIN32 targets also. Non-configure systems which do not use config-win32.h configuration file, and want to use the WIN32 file API, must define USE_WIN32_LARGE_FILES or USE_WIN32_SMALL_FILES as appropriate in their own configuration files. More... over 15 years ago
Fix default SIZEOF_OFF_T definition logic More... over 15 years ago
Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug)
monnerat
as Patrick Monnerat
More... over 15 years ago
Functionality only possible if recvfrom() is available. More... over 15 years ago
Three tasks completed and removed: More... over 15 years ago
Use SIZEOF_OFF_T definition from config file More... over 15 years ago
Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO
monnerat
as Patrick Monnerat
More... over 15 years ago
Add missing preprocessor symbol definition checks More... over 15 years ago
remove some leftover debug code More... over 15 years ago
if the size of off_t is not the same as curl_off_t, this is not like how libcurl used to get built < 7.19.0 so we enforce an soname bump and display a warning More... over 15 years ago
leftover More... over 15 years ago
George Neill's fix acountry sample application compilation failure. More... over 15 years ago
Brad House's validation that DNS response address matches the request address More... over 15 years ago
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, the name of the curl_off_t data type used now becomes CURL_TYPEOF_CURL_OFF_T More... over 15 years ago
Rename some shell vars with more descriptive names: More... over 15 years ago
Re-enable all tests on x86_64 and ia64. More... over 15 years ago
Remove debug tracing and nearly all changes introduced since revision 1.72 More... over 15 years ago
58. It seems sensible to be able to use CURLOPT_NOBODY and CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html More... over 15 years ago
Introduced the configure option --enable-soname-bump that lets a user enforce an SONAME bump. More... over 15 years ago
Added firefox-db2pem.sh to the release archive More... over 15 years ago