platform/upstream/curl.git
2008-12-04 Dan FandrichFixed the getifaddrs version of Curl_if2ip to work...
2008-12-03 Daniel Stenberg- Igor Novoseltsev filed bug #2351645
2008-12-03 Daniel Stenbergfilled in SONAME number bump info, after some CVS digging
2008-12-03 Daniel Stenberg- Pawel Kierski pointed out a mistake in the cookie...
2008-12-03 Daniel StenbergLet's not call ares_save_options() deprecated just yet
2008-12-03 Daniel StenbergIntroduce ares_dup(3) and new thoughts about API/ABI...
2008-12-02 Daniel Stenbergexplain the two *channel_inuse fields somewhat better
2008-12-02 Dan FandrichMake sure sys/socket.h is included before netinet/in...
2008-12-01 Daniel Stenbergminor indent fix
2008-12-01 Daniel StenbergConvert the public config struct to the same binary...
2008-12-01 Daniel Stenbergadded some more entries for stuff done the last ~2...
2008-11-30 Daniel StenbergPeople have successfully ran libcurl on iphone
2008-11-29 Yang TseFurther adjust a libssh2 preprocessor function-symbol...
2008-11-29 Yang TseAdjust some libssh2 preprocessor symbol definition...
2008-11-29 Gisle VanemAdded '-DHAVE_GETHOSTNAME'.
2008-11-29 Dan FandrichMake sure sys/socket.h is included before netinet/in...
2008-11-28 Dan FandrichNetware has gethostname()
2008-11-28 Dan FandrichFixed a couple of typos
2008-11-28 Dan FandrichDon't tweak the HAVE_* macros when using autoconf
2008-11-28 Dan FandrichMake use of gethostname() conditional on it being available
2008-11-28 Dan FandrichOnly set TCP_NODELAY when it exists
2008-11-28 Daniel Stenbergupdated with changes, preparing for a release soon
2008-11-26 Yang TseGerald Combs fixed a bug in ares_parse_ptr_reply()...
2008-11-26 Yang TseBrad Spencer provided changes to allow buildconf to...
2008-11-26 Daniel Stenbergnarrow the comment to < 80 columns
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.
next