platform/upstream/curl.git
2007-04-16 Gisle VanemNo need for USE_MANUAL. Use select_s() instead of select().
2007-04-16 Daniel Stenberg- Robert Iakobashvil added curl_multi_socket_action...
2007-04-16 Yang Tsemove linkage var declarations to ares_getopt.h
2007-04-16 Gunter Knaufuse Makefile.inc to determine sources.
2007-04-16 Gunter Knaufares_getopt() command-line parser function does not...
2007-04-16 Daniel StenbergJay Austin added "DH PARAMETERS" to the stunnel.pem...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-16 Yang Tseares_getopt() command-line parser function does not...
2007-04-15 Dan FandrichMinor updates to --help output
2007-04-14 Daniel Stenbergjayjwa added the "DH PARAMETERS" to make this work...
2007-04-14 Daniel Stenbergupdates
2007-04-14 Gunter Knaufremoved unneeded brackets with NetWare implementation.
2007-04-14 Gunter Knaufups - c&p error.
2007-04-14 Gunter Knaufuse system-own getpassword() function on NetWare.
2007-04-13 Dan FandrichAdded test cases 294 and 295 to test --ftp-account...
2007-04-13 Yang TseFix test case 534 which started to fail 2007-04-13...
2007-04-13 Yang Tseproper fix for compiler warning
2007-04-13 Yang TseTake in account that it can be built with compiler...
2007-04-13 Yang Tsefix compiler warning
2007-04-12 Daniel Stenbergupdate!
2007-04-12 Daniel Stenbergadd a 'vc8' target that (re-)builds the */Makefile...
2007-04-12 Daniel StenbergSong Ma found a memory leak in the if2ip code if you...
2007-04-12 Yang Tseupdate MSVC project files with ares_getopt()
2007-04-12 Yang Tseuse ares_getopt for all platforms
2007-04-12 Yang Tseadd ares_getopt prototype
2007-04-12 Yang TseRename function as ares_getopt()
2007-04-12 Yang TseReplace tabs with spaces
2007-04-12 Yang TseAdd file ares_getopt.c
2007-04-12 Dan FandrichWork around an out of memory situation in Curl_ftp_done...
2007-04-11 Daniel Stenbergstart working on 7.16.3
2007-04-11 Daniel Stenbergrestart towards 7.16.3
2007-04-11 Daniel Stenbergadd recent contributors
2007-04-11 Daniel Stenberg7.16.2
2007-04-11 Yang Tseconvenience SIG_ATOMIC_T macro definition
2007-04-11 Dan FandrichFixed some out of memory handling issues.
2007-04-10 Dan FandrichFixed some out of memory handling issues.
2007-04-10 Daniel Stenbergblah
2007-04-10 Daniel Stenberg41. When doing an operation over FTP that requires...
2007-04-10 Daniel StenbergRavi Pratap provided fixes for HTTP pipelining
2007-04-10 Yang Tseconfigure script will ignore --enable-sspi option for...
2007-04-10 Yang Tse--enable-sspi only supported on Windows native builds
2007-04-10 Yang TseUpdate NTLM flag and description
2007-04-10 Dan FandrichFixed an out of memory handling issue.
2007-04-10 Dan FandrichHonour the -a option when -t is enabled.
2007-04-09 Dan FandrichChanged error return codes to match update code.
2007-04-09 Yang TseVC8+ (VS2005+) has C99 variadic macro support
2007-04-08 Yang Tsefix out of memory handling issue
2007-04-08 Daniel StenbergNick Zitzmann did ssh.c cleanups
2007-04-08 Daniel Stenbergbuilds on QNX 6 again
2007-04-07 Yang Tsefix out of memory handling issue
2007-04-07 Yang Tsefix out of memory handling issue
2007-04-07 Yang Tsefix compiler warning
2007-04-06 Yang Tsefix out of memory handling issue
2007-04-06 Dan FandrichFixed a few memory leaks in OOM conditions.
2007-04-06 Yang TseIn case of test failure, try not to show log files...
2007-04-05 Dan FandrichEnabled the ssh tests 600-609.
2007-04-05 Yang Tseruntests -t discovered this out of memory handling...
2007-04-05 Yang Tseunify fopen() failure error message among tests, allowing
2007-04-05 Yang TseFurther improve displaying of individual logfiles
2007-04-04 Dan FandrichFixes some more out of memory handling bugs.
2007-04-04 Dan FandrichFixed file handle leak in OOM condition.
2007-04-04 Dan FandrichFixed curl_slist_append handling of out of memory condi...
2007-04-04 Yang TseBuilding Windows DLLs and C run-time (CRT) linkage...
2007-04-04 Yang Tseadd debug message and expand comment
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-04 Yang Tsemove WinSock definitions of EBADF, EINTR, EINVAL and...
2007-04-04 Yang Tsecleanup
2007-04-04 Dan FandrichWhoops--didn't mean to enable the ssh tests quite yet.
2007-04-04 Yang Tsetest can be allowed to run if fopen() is capable of...
2007-04-04 Dan FandrichAdded more SSH tests (left disabled for now).
2007-04-04 Dan FandrichFixed a memory leak and improper shutdown on SFTP post...
2007-04-03 Daniel StenbergOnly one issue left to deal with. Most of the others...
2007-04-03 Daniel StenbergRob Jones fixed better #ifdef'ing for a bunch of #inclu...
2007-04-03 Yang Tseupdate copyright year
2007-04-03 Yang TseVerify if the test is limited by an ancient stdio with...
2007-04-03 Yang Tsefix enumeration of disabled tests when they have the...
2007-04-03 Yang Tsefix MSDOS symbol check
2007-04-03 Yang Tserecover code simplification lost with last commit
2007-04-03 Yang TseImprove displaying of logfiles making sure all lines...
2007-04-03 Gisle Vanemdjgpp isn't the only possible DOS target.
2007-04-03 Gisle VanemSimplify setting binary mode on file-descriptors.
2007-04-03 Gisle VanemDOS targets do have setmode().
2007-04-03 Dan FandrichAdded --ftp-account to --help output.
2007-04-03 Yang Tsetry not to link with unneeded libs, avoiding global...
2007-04-03 Yang TseCleanup. Warnings related with FD_SET, FD_ISSET, and...
2007-04-03 Yang Tsewhen detecting un/supported sshd options use curl's...
2007-04-03 Dan FandrichEliminate the sshd option checking dependency on wc...
2007-04-02 Daniel StenbergNick Zitzmann made CURLOPT_POSTQUOTE work for SFTP...
2007-04-02 Yang Tsefix error in previous commit
2007-04-02 Yang Tsefix compiler warning
2007-04-02 Yang Tsefix compiler warning
2007-04-02 Yang Tseverify ssh daemon version
2007-04-01 Gunter Knaufprint update message only if we really update CVS.
2007-04-01 Gunter Knaufignore another generated file.
2007-04-01 Daniel StenbergRobert Iakobashvili made curl_multi_remove_handle(...
2007-04-01 Daniel StenbergMatt Kraai provided a patch that makes curl build on...
2007-04-01 Dan FandrichAdded scp and sftp nonexistent file retrieval tests...
2007-03-31 Daniel Stenberg26 flaws identified by coverity.com
2007-03-31 Daniel StenbergSince the str2num() function gets called with the ...
2007-03-31 Daniel Stenbergcheck the correct variable to want about --stderr failu...
next