platform/upstream/curl.git
2008-02-26 Yang Tserefactor some code out to write_pidfile() in util.c
2008-02-26 Gunter KnaufAdded support for server name indication (RFC 4366).
2008-02-25 Daniel Stenberg- Kaspar Brand made GnuTLS-built libcurl properly ackno...
2008-02-23 Daniel Stenbergnow builds and runs with GnuTLS-built libcurls too
2008-02-23 Daniel Stenberg- Sam Listopad provided a patch in feature-request...
2008-02-22 Daniel Stenberg- Georg Lippitsch made the src/Makefile.vc6 makefile...
2008-02-22 Yang TseRevert sockfilt.c back to revision 1.42
2008-02-21 Daniel Stenberg- Zmey Petroff found a crash when libcurl accessed...
2008-02-21 Gunter Knauffixed missing header; changed bail out from exit()...
2008-02-21 Daniel Stenbergassert that the *connp is a non-NULL pointer when Curl_...
2008-02-20 Yang TseAvoid timeout restart when signal caught while awaiting...
2008-02-20 Gunter Knaufreformatted comment.
2008-02-20 Gunter Knaufadded read callback function in order to prevent crashs...
2008-02-20 Daniel Stenberg- Fixed test case 405 to not fail when libcurl is built...
2008-02-20 Daniel Stenbergmade the non-matching error code output nicer since...
2008-02-20 Gunter Knaufmention removal of SSLv2 by default.
2008-02-20 Daniel Stenbergoops, fixed to build
2008-02-20 Daniel Stenberg"118 - Gautam Kachroo's issue with proxies and ssl...
2008-02-20 Daniel Stenberg- Based on initial work done by Gautam Kachroo to addre...
2008-02-20 Daniel Stenberg- We no longer support setting the CURLOPT_URL option...
2008-02-19 Gunter Knaufapplied patch to disable SSLv2 by default; discussion:
2008-02-19 Dan FandrichAdded test309 to test HTTP redirect to HTTPS URL
2008-02-19 Yang Tsejuggle() actually returns bool.
2008-02-19 Yang Tsefix compiler warnings: 'statement is unreachable'
2008-02-19 Gunter Knauffix for new codestyle.
2008-02-19 Gunter Knaufmade changes to work with Win32;
2008-02-19 Yang Tsefix compiler warnings: 'enumerated type mixed with...
2008-02-18 Yang TseReduce to 20 seconds the time allowed to set SO_REUSEAD...
2008-02-18 Daniel Stenberghttps_getsock() should be static all over (and did...
2008-02-18 Daniel Stenbergthe ca-bundle is now removed
2008-02-18 Gunter Knaufadded makefile for MingW32 to build most of the samples.
2008-02-18 Gunter Knaufmoved sample program defines into separate Makefile...
2008-02-18 Gunter Knaufadded check symbol for linking with POSIX prelude.
2008-02-18 Yang Tsefix compiler warnings:
2008-02-18 Daniel Stenbergjust mention in --cacert that curl normally has a defau...
2008-02-18 Daniel Stenbergthe ca-bundle is no longer shipped
2008-02-18 Daniel Stenberg- We're no longer providing a very old ca-bundle in...
2008-02-17 Daniel Stenberg- Jerome Muffat-Meridol helped me fix Curl_done() to...
2008-02-17 Daniel Stenbergrephrased comment
2008-02-17 Daniel StenbergIn Curl_done() if premature is TRUE, it means this...
2008-02-17 Daniel Stenbergdon't do the GOT_NOTHING error check if the DONE functi...
2008-02-17 Daniel Stenbergadded a comment about the ignoring of the Curl_done...
2008-02-17 Yang Tsesockfilt will quit when orphaned
2008-02-16 Daniel Stenbergoops, that was debug code not meant to be committed...
2008-02-16 Daniel Stenbergfix warnings about shadowing
2008-02-16 Gunter Knaufseems that curently we dont need the imports from ...
2008-02-16 Gunter Knauffixed linker def file for tools when compiled with...
2008-02-16 Gunter Knaufre-ordered the module dependency list;
2008-02-15 Daniel Stenberg- Made the gnutls code path not even try to get the...
2008-02-15 Daniel Stenbergmention that we explicitly ignore the return code
2008-02-15 Yang Tselog SSH public key authentication failure and reason
2008-02-15 Daniel Stenbergnew mirror and mirror recount after cleansing
2008-02-15 Daniel Stenberg- Pooyan McSporran found and fixed a flaw where you...
2008-02-15 Gunter Knauffixed version var.
2008-02-15 Gunter Knaufmoved info block up before help block so that it can...
2008-02-14 Gunter Knaufadded some files which were missing in release tarballs.
2008-02-14 Daniel Stenbergfive current issues we should deal with somehow before...
2008-02-13 Dan FandrichUpdated some out-of-date information.
2008-02-13 Daniel Stenbergmake this test disabled properly when built with yassl
2008-02-13 Yang Tseverifyserver() actually returns the pid of the unsecure...
2008-02-12 Yang TseOn heavily loaded systems any test server start up...
2008-02-12 Yang Tsefix grammatical issues
2008-02-11 Daniel StenbergYang Tse pointed out a few remaining quirks from my...
2008-02-11 Yang Tseshell startup scripts and possible influence in scp...
2008-02-11 Dan FandrichDisable test due to keyword before disabling due to...
2008-02-11 Gunter Knaufopen pipe to openssl commandline instead of writing...
2008-02-11 Dan FandrichFixed unused variable warning.
2008-02-11 Gunter Knaufadded strict to make sure all vars are properly defined;
2008-02-11 Yang TseAdditional SunSSH 1.1 ssh server options
2008-02-10 Yang TseBug report #1888932 (curl.haxx.se/bug/view.cgi?id=18889...
2008-02-10 Yang TseVerify only once test harness sftp server connectivity...
2008-02-10 Gunter Knaufremoved 'mv' call and changed to use new backup feature...
2008-02-10 Gunter Knaufadded -b switch to provide a backup functionality for...
2008-02-09 Gunter Knauffixed another wrong var in error message.
2008-02-09 Gunter Knaufmake use of mv's backup feature so that calling the...
2008-02-09 Gunter Knauffixed wrong var in error message.
2008-02-09 Dan FandrichFixed some XML parsing problems.
2008-02-09 Dan FandrichAdded key words to all SSL-using tests so they can...
2008-02-09 Dan FandrichFixed test to use HTTPS as documented.
2008-02-08 Daniel Stenberg- Mike Hommey filed and fixed bug report #1889856
2008-02-08 Gunter Knauffixed a typo.
2008-02-08 Dan FandrichMissed checking in these test data files.
2008-02-08 Yang TseGet rid of sftp subsystem additional parameters, they...
2008-02-08 Yang TseTo verify that the sftp server is actually running...
2008-02-08 Daniel Stenbergand mention make ca-bundle in the 1.11 faq entry as...
2008-02-08 Daniel Stenbergfor step 5, mention that we can now generate an own...
2008-02-08 Daniel StenbergGünter Knauf added lib/mk-ca-bundle.pl which gets the...
2008-02-08 Daniel Stenbergoops, we make the copyright year ranges the simple...
2008-02-08 Daniel Stenbergprovide the ca-bundle target the same way as the Makefi...
2008-02-08 Daniel Stenberginclude mk-ca-bundle.pl in the tarballs
2008-02-08 Gunter Knaufadded ca-bundle target to main makefile;
2008-02-08 Gunter Knaufuse argument to specify output filename if present.
2008-02-08 Gunter Knauffixed regex to fetch certdata.txt version since it...
2008-02-08 Dan FandrichAdded tests 1022 and 1023 to validate output of curl...
2008-02-08 Gunter Knaufadded Perl script to create a fresh ca-bundle.crt.
2008-02-07 Daniel Stenberg- Refactored a lot of timeout code into a few functions...
2008-02-07 Daniel Stenbergca-bundle.crt documentational updates that more clearly...
2008-02-06 Yang TseFix problem in strdup replacement when dealing with...
2008-02-06 Yang TseDon't try to compare more than strlen chars
2008-02-06 Yang TseUse a long int data type to handle getpid() result
next