platform/upstream/curl.git
2007-03-30 Dan FandrichAdded FTP-SSL failure test 402
2007-03-29 Dan FandrichAdded ftps upload test 401
2007-03-29 Dan FandrichAdded a libssh2 section.
2007-03-29 Dan FandrichShow an absolute sftp: file path to give an additional...
2007-03-29 Dan FandrichEliminated extra / in scp/sftp URLs.
2007-03-29 Dan FandrichSend an EOF message before closing a channel, as recomm...
2007-03-29 Dan FandrichAdd another option to tighten the test environment.
2007-03-29 Yang Tsefix compiler warning
2007-03-29 Dan FandrichAbort if attempting to run as root.
2007-03-29 Yang Tsefix error introduced in last commit
2007-03-28 Yang TseUpdate comment
2007-03-28 Yang Tsefix compiler warning
2007-03-28 Yang TseImprove detection of socket events which allow a furthe...
2007-03-28 Gisle Vanemdjgpp uses gcc which has varadic macros.
2007-03-28 Gisle VanemFix compiler warning.
2007-03-28 Dan FandrichOnly show exit status in verbose mode.
2007-03-28 Gisle VanemSimplified code around 'tld_errmsg' a bit.
2007-03-28 Dan FandrichDon't launch sshd as a daemon so its output can be...
2007-03-27 Gunter Knaufadded variadic macro stuff.
2007-03-27 Yang TseUpdate message
2007-03-27 Yang TseNew Internal wrapper function Curl_select() around...
2007-03-27 Yang Tsedon't retry select() call upon unrecoverable error...
2007-03-27 Dan FandrichDaniel Johnson's fix for shared object extension detect...
2007-03-27 Yang TsePlatforms that lack autotools support should define...
2007-03-27 Dan FandrichTighten up a few more OpenSSH options
2007-03-26 Yang TseFix date
2007-03-26 Yang TseInternal function Curl_select() renamed to Curl_socket_...
2007-03-26 Dan FandrichAdded SFTP and SCP upload tests in test602 & test603
2007-03-26 Dan FandrichAdded test600 and test601, SFTP and SCP file retrieval...
2007-03-26 Gunter Knaufcatch up new lib extension when build with gcc/nlmconv.
2007-03-26 Gunter Knaufchanged link lib order to make nlmconv happy.
2007-03-26 Gunter Knaufadded CVS Id tag.
2007-03-26 Gunter Knauffixed build to use compiler-default lib extension.
2007-03-25 Daniel Stenberg#92 is fixed
2007-03-25 Daniel StenbergAdded the How to get your patches into the libcurl...
2007-03-25 Daniel Stenbergadded Daniel Johnson
2007-03-25 Daniel Stenberg- Daniel Johnson fixed multi code to traverse the easy...
2007-03-25 Daniel Stenbergaddressed (replied to with comments) most out-stading...
2007-03-25 Yang Tsefix compiler warning
2007-03-25 Yang Tsefix compiler warning
2007-03-25 Yang Tsefix compiler warning
2007-03-24 Dan FandrichFixed a couple of compile problems.
2007-03-24 Dan FandrichAdded sshserver.pl
2007-03-24 Dan FandrichFixed a memory leak when specifying a proxy with a...
2007-03-24 Dan FandrichChanged the test harness to attempt to gracefully shut...
2007-03-23 Daniel Stenbergadd missing state name for the debug state switch output
2007-03-23 Daniel Stenbergfix debug message
2007-03-23 Dan FandrichAdded --pubkey option to curl and made --key also work...
2007-03-23 Yang Tsefix yet another leftover in previous commit
2007-03-23 Yang Tsefix leftover in previous commit
2007-03-23 Yang Tsefix compiler warning: empty body in an if/else-statement
2007-03-23 Yang TseChange spelling, ONE_TERRABYTE -> ONE_TERABYTE
2007-03-23 Dan FandrichDon't shut down sftp in an error if it was never started.
2007-03-22 Dan FandrichFree some additional strings on exit to avoid memory...
2007-03-22 Yang Tsefix wrong macro name introduced in las commit
2007-03-22 Yang TseAdd check for compiler variadic macro support in config...
2007-03-22 Dan FandrichFixed unused variable compiler warning.
2007-03-22 Dan FandrichUse C99-style variadic macros when available.
2007-03-22 Yang TseAdd a couple of local macros to improve code readability.
2007-03-22 Daniel Stenberg-z hasn't supported "yesterday" for quite some time...
2007-03-22 Yang Tseattempt to keep message length below 80 chars
2007-03-21 Yang Tsereverted back to previous version => curl.haxx.se/mail...
2007-03-21 Yang Tseavoid the use of variadic macros for greater portability
2007-03-21 Yang Tsefix compiler warning: implicit conversion from "long...
2007-03-20 Yang TseFixed: When a signal was caught awaiting for an event...
2007-03-20 Gisle VanemRemove unneeded 'HAVE_*' defines.
2007-03-19 Yang TseAvoid false positive detection of yaSSL
2007-03-19 Daniel Stenbergcommitted
2007-03-19 Yang TseBryan Henderson fixed the progress function so that...
2007-03-18 Daniel Stenberglanguage fix
2007-03-18 Daniel StenbergRemoved: yassl build breaks
2007-03-18 Daniel Stenbergdetect and show if built with yassl, but also set the...
2007-03-18 Daniel Stenbergdetect if built with the OpenSSL API "emulated" by...
2007-03-18 Yang TseFix compiler warning/error: ISO C90 forbids mixed decla...
2007-03-18 Yang TseCode refactoring, extracting a new function wait_ms...
2007-03-17 Gisle VanemRemove unneeded 'HAVE_*' defines. Detect i386 OS-target...
2007-03-17 Gisle VanemAdded cvs id. Use TOPDIR variable. Updated CSOURCES.
2007-03-17 Gisle VanemAdded a hack to work around the circular dependency...
2007-03-16 Daniel Stenbergopenssl/bio.h doesn't exist when we build with yassl...
2007-03-16 Dan FandrichFixed the test case to use a truly invalid urlglob...
2007-03-15 Daniel StenbergSebastien Trottier's issue
2007-03-15 Daniel Stenbergeight fresh issues to keep track of
2007-03-15 Dan FandrichVarious memory leaks plugged and NULL pointer fixes...
2007-03-15 Daniel Stenberg- Nick made the curl tool accept globbing ranges that...
2007-03-15 Dan FandrichFixed some memory leaks in various error paths.
2007-03-15 Yang Tseshow better description for AMD64-linux static librarie...
2007-03-15 Dan FandrichFixed a memory leak.
2007-03-14 Daniel Stenbergyassl doesn't have SSL_get_shutdown() in its OpenSSL...
2007-03-14 Dan FandrichFixed a NULL pointer dereference on sftp initialization...
2007-03-13 Dan Fandrich--ftp-ssl-control is now honoured on ftps:// URLs
2007-03-13 Gisle VanemUse Curl_inet_pton() instead of inet_pton().
2007-03-12 Dan Fandrichlibcurl supplies its own crypto hash functions when...
2007-03-12 Daniel StenbergRECV is for download
2007-03-12 Yang TseEmmanuel Dreyfus fixed not being able to find ber_free...
2007-03-11 Daniel Stenbergcan just as well NULLify the pointer in a single spot
2007-03-11 Daniel Stenbergreverted the pselect patch => curl.haxx.se/mail/lib...
2007-03-11 Yang Tsefix compiler warning: unused variable
2007-03-10 Daniel StenbergEygene Ryabinkin fixed a use-after-free issue with...
2007-03-10 Daniel StenbergBryan Henderson
2007-03-10 Daniel Stenberg- Bryan Henderson introduces two things:
next