Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-15 | Fixed an OOM condition reported by Jim Meyering | Daniel Stenberg | |
2008-11-14 | Added some more examples of options to reduce binary size. Added x86_64 Linux | Dan Fandrich | |
as a known-working environment. | |||
2008-11-14 | Added some #ifdefs around header files and change the EAGAIN test to | Dan Fandrich | |
fix compilation on Cell (reported by Jeff Curley). | |||
2008-11-14 | Added .xml as one of the few common file extensions known by the multipart | Dan Fandrich | |
form generator. Made the extensions part of the MIME type struct to reduce the size and run-time relocations necessary to build the table. | |||
2008-11-14 | check for NULL returns from strdup() - reported by Jim Meyering | Daniel Stenberg | |
also prevent buffer overflow on MSDOS when you do for example -O on a url with a file name part longer than PATH_MAX letters | |||
2008-11-14 | fix an OOM problem detected by Jim Meyering | Daniel Stenberg | |
2008-11-14 | Remove a chunk of unused code that was #ifdef'de on defines we never set. | Daniel Stenberg | |
We do testing of code functions using the test suite instead! | |||
2008-11-14 | fix typo affecting inclusion of <arpa/inet.h> in configure | Yang Tse | |
checks for inet_ntoa_r() inet_ntop() and inet_pton() | |||
2008-11-14 | #include <string.h> in the getaddrinfo() runtime check for the memset() ↵ | Yang Tse | |
prototype | |||
2008-11-14 | fix symbol definition check for fcntl.h inclusion | Yang Tse | |
2008-11-14 | #include <stdlib.h> in the getifaddrs() runtime check for the exit() prototype | Yang Tse | |
2008-11-13 | curl runs fine on Linux on Cell (PS3) | Daniel Stenberg | |
2008-11-13 | Refactor configure script detection of functions used to set sockets into | Yang Tse | |
non-blocking mode, and decouple function detection from function capability. | |||
2008-11-13 | and we are now on the 7.19.3 road | Daniel Stenberg | |
2008-11-13 | 7.19.2 coming up | Daniel Stenberg | |
2008-11-13 | two more things for 7.19.3 | Daniel Stenberg | |
2008-11-13 | - Fixed a potential data loss in Curl_client_write() when the transfer is | Michal Marek | |
paused. | |||
2008-11-13 | Shortened some FTP responses to allow the timeout to be reduced by a second | Dan Fandrich | |
while still causing a timeout during the data phase. | |||
2008-11-13 | changed to latest libidn version. | Gunter Knauf | |
2008-11-13 | changed defines to make autobuild logs display libidn usage. | Gunter Knauf | |
2008-11-12 | Fixed an OOM problem with test 560 | Dan Fandrich | |
2008-11-12 | Give the test an extra second to run so it passes on slow machines | Dan Fandrich | |
2008-11-11 | - Rainer Canavan filed bug #2255627 | Daniel Stenberg | |
(http://curl.haxx.se/bug/view.cgi?id=2255627) which pointed out that a program using libcurl's multi interface to download a HTTPS page with a libcurl built powered by OpenSSL, would easily get silly and instead hand over SSL details as data instead of the actual HTTP headers and body. This happened because libcurl would consider the connection handshake done too early. This problem was introduced at September 22nd 2008 with my fix of the bug #2107377 The correct fix is now instead done within the GnuTLS-handling code, as both the OpenSSL and the NSS code already deal with this situation in similar fashion. I added test case 560 in an attempt to verify this fix, but unfortunately it didn't trigger it even before this fix! | |||
2008-11-11 | bump them all to 7.19.3 and remove some of the pending ones until they are | Daniel Stenberg | |
either sorted out or more/new details come up | |||
2008-11-11 | Added test case 560: | Daniel Stenberg | |
This test was added after the HTTPS-using-multi-interface with OpenSSL regression of 7.19.1 to hopefully prevent this embarassing mistake from appearing again... Unfortunately the bug wasn't triggered by this test, which presumably is because the connect to a local server is too fast/different compared to the real/distant servers we saw the bug happen with. | |||
2008-11-11 | Added missing <keywords> | Daniel Stenberg | |
2008-11-11 | updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-11-11 | updated coment, updated OpenSSL version. | Gunter Knauf | |
2008-11-11 | added libidn build. | Gunter Knauf | |
2008-11-11 | cleaned up entries that have been implemented already or are deemed not really | Daniel Stenberg | |
wanted anyway | |||
2008-11-11 | Related with bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) | Yang Tse | |
Daniel Fandrich noticed that curl_addrinfo was also missing in the build process of other four non-configure platforms. Added now. | |||
2008-11-09 | 11 new contributors from the 7.19.1 release | Daniel Stenberg | |
2008-11-08 | check for getifaddrs and freeifaddrs as it is done for other functions | Yang Tse | |
2008-11-07 | The getifaddrs() version of Curl_if2ip() crashed when used on a Linux | Dan Fandrich | |
system with a TEQL load-balancing device configured, which doesn't have an address. Thanks to Adam Sampson for spotting this (bug #2234923). | |||
2008-11-07 | terminate with appropriate exit code | Yang Tse | |
2008-11-07 | give credit where credit is due | Yang Tse | |
2008-11-06 | Bug #2230535 (http://curl.haxx.se/bug/view.cgi?id=2230535) pointed out a | Yang Tse | |
problem with MSVC 6 makefile that caused a build failure. It was noted that the curl_addrinfo.obj reference was missing. I took the opportunity to sort the list in which this was missing. | |||
2008-11-06 | Add missing curl_addrinfo, and sort the list. | Yang Tse | |
2008-11-06 | Merged existing IPv4 and IPv6 Curl_ip2addr functions into a single one | Yang Tse | |
which now also takes a protocol address family argument. | |||
2008-11-06 | Added test 1086 to test a timeout the occurs during an FTP data transfer. | Dan Fandrich | |
2008-11-06 | Make the SLOWDOWN option slow the FTP data connection, not just the | Dan Fandrich | |
control connection. | |||
2008-11-06 | Factored out some common code into a new function output_auth_headers | Dan Fandrich | |
2008-11-05 | mention the speed unit for the _SPEED_LARGE options from bug #2226722 | Daniel Stenberg | |
2008-11-05 | corrected and clarified the *_SPEED_LARGE comments | Daniel Stenberg | |
2008-11-05 | 7.19.1 is now history | Daniel Stenberg | |
2008-11-05 | and we're back on square one working on the next release... | Daniel Stenberg | |
2008-11-05 | 7.19.1 coming up | Daniel Stenberg | |
2008-11-04 | oops, use the correct option name | Daniel Stenberg | |
2008-11-04 | the pending bugs are now moved to next release | Daniel Stenberg | |