Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-26 | Treat all ARM compilers (RVCT, GCC) equally on Symbian OS. They are both | Dan Fandrich | |
compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time. | |||
2008-08-26 | Fixed out of memory problems that caused torture test failures in tests | Dan Fandrich | |
1021 and 1067. | |||
2008-08-26 | Added multi keyword | Dan Fandrich | |
2008-08-26 | Added multi keyword | Dan Fandrich | |
2008-08-26 | Windows build targets don't use the 'SONAME' mechanism. | Yang Tse | |
2008-08-26 | Another task completed and removed from #144: | Yang Tse | |
- Enabling and disabling of large file support is now complete. | |||
2008-08-26 | minor language adjustment | Yang Tse | |
2008-08-26 | spell out some benefits of this new approach of doing curl_off_t | Daniel Stenberg | |
2008-08-26 | Added check and symbol definition for WIN32 file API usage in configure, | Yang Tse | |
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. | |||
2008-08-26 | Fix default SIZEOF_OFF_T definition logic | Yang Tse | |
2008-08-26 | Fix _LARGE_FILES definition (thanks to Yang Tse for signaling the bug) | Patrick Monnerat | |
2008-08-26 | Functionality only possible if recvfrom() is available. | Yang Tse | |
2008-08-26 | Three tasks completed and removed: | Yang Tse | |
- Logic based on CURL_SIZEOF_CURL_OFF_T and SIZEOF_OFF_T already adjusted. - Test case 557 already passes on all autobuilds. - System off_t, or equivalent, size is finally not recorded in curlbuild.h for this release. SIZEOF_OFF_T from config file is used. | |||
2008-08-26 | Use SIZEOF_OFF_T definition from config file | Yang Tse | |
2008-08-25 | Adapting OS400 build scripts to new features: new curlbuild.h file and ↵ | Patrick Monnerat | |
soname in VERSION --> VERSIONINFO | |||
2008-08-25 | Add missing preprocessor symbol definition checks | Yang Tse | |
2008-08-25 | remove some leftover debug code | Daniel Stenberg | |
2008-08-25 | if the size of off_t is not the same as curl_off_t, this is not like how libcurl | Daniel Stenberg | |
used to get built < 7.19.0 so we enforce an soname bump and display a warning | |||
2008-08-25 | leftover | Yang Tse | |
2008-08-25 | George Neill's fix acountry sample application compilation failure. | Yang Tse | |
2008-08-25 | Brad House's validation that DNS response address matches the request address | Yang Tse | |
2008-08-25 | For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros, | Yang Tse | |
the name of the curl_off_t data type used now becomes CURL_TYPEOF_CURL_OFF_T CURL_OFF_T -> CURL_TYPEOF_CURL_OFF_T | |||
2008-08-25 | Rename some shell vars with more descriptive names: | Yang Tse | |
x_typeof -> curl_typeof_curl_off_t x_sizeof -> curl_sizeof_curl_off_t x_format -> curl_format_curl_off_t u_format -> curl_format_curl_off_tu | |||
2008-08-24 | Re-enable all tests on x86_64 and ia64. | Yang Tse | |
2008-08-24 | Remove debug tracing and nearly all changes introduced since revision 1.72 | Yang Tse | |
The effective result of this commit is revision 1.72 plus two changed lines. These can be viewed in http://cool.haxx.se/cvs.cgi/curl/lib/mprintf.c.diff?r1=1.72&r2=1.77 | |||
2008-08-24 | 58. It seems sensible to be able to use CURLOPT_NOBODY and | Daniel Stenberg | |
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 | |||
2008-08-24 | Introduced the configure option --enable-soname-bump that lets a user enforce | Daniel Stenberg | |
an SONAME bump. | |||
2008-08-24 | Added firefox-db2pem.sh to the release archive | Daniel Stenberg | |
2008-08-24 | Fix wrong signed int formatting string directive in test case #557. | Yang Tse | |
This error did not cause test failures on systems where sizeof(int) == sizeof(long). | |||
2008-08-24 | Debug trace curl_mprintf() on x86_64 and ia64 systems. | Yang Tse | |
2008-08-24 | Disable all tests except #557 on x86_64 and ia64 to debug trace ↵ | Yang Tse | |
curl_mprintf() on these systems. | |||
2008-08-24 | x86_64 fixes | Yang Tse | |
2008-08-24 | x86_64 fixes | Yang Tse | |
2008-08-24 | Test if type casting a 'signed int' to a 'signed long long' fails to do sign ↵ | Yang Tse | |
extension on x86_64. | |||
2008-08-23 | - Running 'make ca-firefox' in the root build dir will now run the new | Daniel Stenberg | |
firefox-db2pem.sh conversion script that converts a local Firefox db of ca certs into PEM format, suitable for use with a OpenSSL or GnuTLS built libcurl. | |||
2008-08-23 | removed obsolete slash in URL. | Gunter Knauf | |
2008-08-23 | added test case 1067 to verify --referer "firstone.html;auto" | Daniel Stenberg | |
2008-08-23 | revert accidental commit of test code | Daniel Stenberg | |
2008-08-23 | revert accidental commit | Daniel Stenberg | |
2008-08-23 | - Constantine Sapuntzakis fixed a bug when doing proxy CONNECT with the multi | Daniel Stenberg | |
interface, and the proxy would send Connection: close during the authentication phase. http://curl.haxx.se/bug/view.cgi?id=2069047 | |||
2008-08-23 | mention the no soname bump too | Daniel Stenberg | |
2008-08-23 | my first take at documenting the curl_off_t situation when doing an upgrade | Daniel Stenberg | |
< 7.19.0 to >= 7.19.x | |||
2008-08-23 | Andy Tsouladze's fix to kill the knowledge of servers properly after they have | Daniel Stenberg | |
been killed. | |||
2008-08-23 | explicit value assignment for comparison result | Yang Tse | |
2008-08-23 | typecast constant in comparison | Yang Tse | |
2008-08-22 | Fixed a problem when --dump-header - was given with more than one URL, | Dan Fandrich | |
which caused an error when the second header was dumped due to stdout being closed. Added test case 1066 to verify. Also fixed a potential problem where a closed file descriptor might be used for an upload when more than one URL is given. | |||
2008-08-22 | 161 - test case 1065 failure (HTTP PUT with one file but two URLs) | Daniel Stenberg | |
http://curl.haxx.se/mail/archive-2008-08/0075.html | |||
2008-08-22 | Reinstate struct_stat definition that got lost in previous commit. | Yang Tse | |
2008-08-22 | Increase to 20 the number of CVS update retries. | Yang Tse | |
2008-08-22 | Adjustments to better select/differentiate when large/small file | Yang Tse | |
support is provided using WIN32 functions directly. |