platform/upstream/curl.git
2008-11-25 Dan FandrichAdded tests 1087 and 1088 to test Basic authentication...
2008-11-25 Dan FandrichIf a HTTP request is Basic and num is already >=1000...
2008-11-25 Yang TseIn preparation for the upcomming IPv6 nameservers patch...
2008-11-24 Dan FandrichFully clean up after test 608 so that it can be run...
2008-11-24 Daniel Stenberg191 - "proposed patch for curl/libssh2 bugfix"
2008-11-24 Daniel Stenberg- Based on a patch by Vlad Grachov, libcurl now uses...
2008-11-21 Daniel StenbergMarkus Koetter's adaptation of hiperfifo.c to instead...
2008-11-21 Daniel Stenbergrestored from my messy previous commit mistake
2008-11-21 Dan FandrichAutomatically detect OpenBSD's CA cert bundle.
2008-11-20 Dan FandrichMake checking for struct ifreq a prerequisite for setting
2008-11-20 Daniel Stenberguse unsigned short better intead of mixing with ints...
2008-11-20 Daniel Stenbergplease the picky compilers by staying with short as...
2008-11-19 Daniel Stenberg194 - remove "Pragma: no-cache" from default HTTP requests
2008-11-19 Daniel Stenberg- I removed the default use of "Pragma: no-cache" from...
2008-11-19 Daniel StenbergJosef Wolf's extension that allows a $TESTDIR/gdbinit...
2008-11-19 Daniel Stenbergand now it compiles too!
2008-11-19 Daniel StenbergI updated this example to use the modern paradigms...
2008-11-19 Daniel Stenberg- Brad Spencer brought the new function ares_gethostbyn...
2008-11-19 Daniel Stenberg- Christian Krause reported and fixed a memory leak...
2008-11-19 Daniel Stenberg- Andreas Wurf and Markus Koetter helped me analyze...
2008-11-19 Yang Tseuser provided PATH_SEPARATOR always overrides auto...
2008-11-18 Yang Tseattempting to keep lines below 80 chars
2008-11-18 Dan FandrichAvoid creating garbage on an OOM error
2008-11-18 Yang Tseprovide a common PATH_SEPARATOR check method which...
2008-11-18 Dan FandrichMade an array static const
2008-11-18 Dan FandrichAdded #include "rawstr.h"
2008-11-18 Yang Tsecheck for gethostbyaddr and gethostbyname as it is...
2008-11-17 Daniel Stenbergcurl also builds fine for microblaze uclinux
2008-11-17 Daniel Stenberglibcurl has been built and ran on Cell OS on the Cell...
2008-11-17 Dan FandrichAdded more compiler warning options for gcc 4.3
2008-11-17 Dan FandrichDisplay the time in verbose mode during the torture...
2008-11-17 Yang Tsethe IP address we want/request/use from the interface...
2008-11-17 Yang Tsefix comment
2008-11-17 Yang Tseif2ip.c related preprocessor cleanup
2008-11-17 Yang TseMake configure script check if ioctl with the SIOCGIFAD...
2008-11-17 Yang Tsefix leftover from previous commit
2008-11-17 Daniel Stenbergpipelining for PUT is a good idea
2008-11-17 Dan FandrichFixed an outdated mention of having keep strings around...
2008-11-17 Yang Tseupdate with my last changes
2008-11-17 Yang Tsefix inet_pton() runtime configure check
2008-11-17 Yang Tsebackport fix for failures to reject certain malformed...
2008-11-16 Daniel StenbergChristian Krause fixed a build failure when building...
2008-11-16 Daniel Stenbergfix OOM problem reported by Jim Meyering
2008-11-16 Yang Tsetrim down configure script size
2008-11-15 Daniel Stenbergmy recent changes
2008-11-15 Daniel Stenbergbased on a report by Jim Meyering, I went over and...
2008-11-15 Daniel StenbergFixed an OOM condition reported by Jim Meyering
2008-11-14 Dan FandrichAdded some more examples of options to reduce binary...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-11-14 Dan FandrichAdded .xml as one of the few common file extensions...
2008-11-14 Daniel Stenbergcheck for NULL returns from strdup() - reported by...
2008-11-14 Daniel Stenbergfix an OOM problem detected by Jim Meyering
2008-11-14 Daniel StenbergRemove a chunk of unused code that was #ifdef'de on...
2008-11-14 Yang Tsefix typo affecting inclusion of <arpa/inet.h> in configure
2008-11-14 Yang Tse#include <string.h> in the getaddrinfo() runtime check...
2008-11-14 Yang Tsefix symbol definition check for fcntl.h inclusion
2008-11-14 Yang Tse#include <stdlib.h> in the getifaddrs() runtime check...
2008-11-13 Daniel Stenbergcurl runs fine on Linux on Cell (PS3)
2008-11-13 Yang TseRefactor configure script detection of functions used...
2008-11-13 Daniel Stenbergand we are now on the 7.19.3 road
2008-11-13 Daniel Stenberg7.19.2 coming up
2008-11-13 Daniel Stenbergtwo more things for 7.19.3
2008-11-13 Michal Marek- Fixed a potential data loss in Curl_client_write...
2008-11-13 Dan FandrichShortened some FTP responses to allow the timeout to...
2008-11-13 Gunter Knaufchanged to latest libidn version.
2008-11-13 Gunter Knaufchanged defines to make autobuild logs display libidn...
2008-11-12 Dan FandrichFixed an OOM problem with test 560
2008-11-12 Dan FandrichGive the test an extra second to run so it passes on...
2008-11-11 Daniel Stenberg- Rainer Canavan filed bug #2255627
2008-11-11 Daniel Stenbergbump them all to 7.19.3 and remove some of the pending...
2008-11-11 Daniel StenbergAdded test case 560:
2008-11-11 Daniel StenbergAdded missing <keywords>
2008-11-11 Gunter Knaufupdated OpenSSL version.
2008-11-11 Gunter Knaufadded libidn build.
2008-11-11 Gunter Knaufupdated coment, updated OpenSSL version.
2008-11-11 Gunter Knaufadded libidn build.
2008-11-11 Daniel Stenbergcleaned up entries that have been implemented already...
2008-11-11 Yang TseRelated with bug #2230535 (curl.haxx.se/bug/view.cgi...
2008-11-09 Daniel Stenberg11 new contributors from the 7.19.1 release
2008-11-08 Yang Tsecheck for getifaddrs and freeifaddrs as it is done...
2008-11-07 Dan FandrichThe getifaddrs() version of Curl_if2ip() crashed when...
2008-11-07 Yang Tseterminate with appropriate exit code
2008-11-07 Yang Tsegive credit where credit is due
2008-11-06 Yang TseBug #2230535 (curl.haxx.se/bug/view.cgi?id=2230535...
2008-11-06 Yang TseAdd missing curl_addrinfo, and sort the list.
2008-11-06 Yang TseMerged existing IPv4 and IPv6 Curl_ip2addr functions...
2008-11-06 Dan FandrichAdded test 1086 to test a timeout the occurs during...
2008-11-06 Dan FandrichMake the SLOWDOWN option slow the FTP data connection...
2008-11-06 Dan FandrichFactored out some common code into a new function outpu...
2008-11-05 Daniel Stenbergmention the speed unit for the _SPEED_LARGE options...
2008-11-05 Daniel Stenbergcorrected and clarified the *_SPEED_LARGE comments
2008-11-05 Daniel Stenberg7.19.1 is now history
2008-11-05 Daniel Stenbergand we're back on square one working on the next release...
2008-11-05 Daniel Stenberg7.19.1 coming up
2008-11-04 Daniel Stenbergoops, use the correct option name
2008-11-04 Daniel Stenbergthe pending bugs are now moved to next release
2008-11-04 Daniel StenbergCURLINFO_FILETIME now works for file:// transfers as...
2008-11-03 Yang TseSync up with reality
2008-11-03 Daniel Stenberg- Bug #2218480 (curl.haxx.se/bug/view.cgi?id=2218480...
2008-11-03 Gisle VanemIf building with CURLDEBUG, sprintf() is defined away...
next