]> granicus.if.org Git - curl/shortlog
curl
2008-10-19 Yang Tseattempt to fix compiler warning relative to potential...
2008-10-18 Dan FandrichRemoved some more code in the CURL_DISABLE_HTTP case
2008-10-18 Dan FandrichRemoved a line of dead code (discovered by Coverity)
2008-10-17 Dan FandrichForgot it's a struct
2008-10-17 Dan FandrichFixed a compile error reported by Albert Chin on AIX...
2008-10-17 Yang Tsefix compiler warning
2008-10-17 Yang Tsefix missing double-quotes
2008-10-17 Yang Tseprotect against 'use after free' or race condition
2008-10-17 Yang Tseoops ;-)
2008-10-17 Yang Tseoops
2008-10-17 Daniel Stenbergfix syntax error
2008-10-17 Patrick MonneratIntroduce new options CURLOPT_PROXY{USERNAME, PASSWORD...
2008-10-17 Yang Tsefix compiler warning
2008-10-17 Yang TseOOM condition fix
2008-10-17 Daniel StenbergCharles Hardin made adig support a regular numerical...
2008-10-17 Daniel Stenberg185 - CURLOPT_PROXYUSER etc
2008-10-17 Daniel StenbergAfter having studied one of the coverity.com reports...
2008-10-17 Yang Tseremove some spurious line-endings
2008-10-17 Yang Tseportability fix to avoid memory alignment problems
2008-10-16 Dan FandrichReturn an error when a proxy option is set when configu...
2008-10-16 Dan FandrichAdded missing HTTP proxy and other keywords
2008-10-16 Dan FandrichCURLOPT_POST301 => CURLOPT_POSTREDIR
2008-10-16 Daniel Stenbergdon't segfault when NULL is passed in to CURLOPT_USERPWD or
2008-10-16 Daniel Stenberg- Igor Novoseltsev added CURLOPT_PROXYUSER and CURLOPT_...
2008-10-16 Daniel Stenbergcompile the library file strequal.c to get the Curl_raw...
2008-10-16 Daniel Stenbergmention the openssl requirement for the certinfo data
2008-10-16 Daniel Stenbergcorrect version number for the certinfo addition
2008-10-16 Daniel StenbergAdded CURLINFO_CERTINFO
2008-10-16 Daniel StenbergI renamed the function
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-16 Daniel StenbergCurl_ascii_equal() must not assume that the string...
2008-10-16 Yang Tsesome more temporary magic for the icc seg-fault issue
2008-10-15 Daniel Stenbergfix warning
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-10-15 Yang TseEnsure that shell variable contents which have active...
2008-10-15 Dan FandrichA <precheck> command is considered to have failed if...
2008-10-15 Daniel Stenbergremoved the proto as well since the function is now...
2008-10-15 Daniel Stenbergremove Curl_strcasestr() since there is no code at...
2008-10-15 Daniel Stenbergmention his full name
2008-10-15 Daniel Stenberg- John Wilkinson filed bug #2155496
2008-10-15 Daniel Stenbergcredit to John Wilkinson
2008-10-14 Dan FandrichAdded signal-based resolver timeout issue
2008-10-14 Yang TseAdjust Watcom C warnings:
2008-10-14 Dan FandrichFailing SFTP range tests cases 634 through 637
2008-10-14 Daniel Stenbergfour additional pending issues
2008-10-14 Yang TseWith this change Solaris target builds will now be...
2008-10-14 Yang Tseattempt to fix compiler warning:
2008-10-14 Yang TseAdjust Tiny C basic options:
2008-10-14 Yang TseAdjust GCC warnings:
2008-10-14 Daniel Stenbergeeek, append 1 on the right place as otherwise we didn...
2008-10-14 Yang Tsefix syntax error
2008-10-14 Yang TseInitial attempt to detect Watcom C compiler
2008-10-14 Yang Tsefix compiler warning
2008-10-13 Daniel StenbergPrevent the accidental passing along NULL for the cases...
2008-10-13 Daniel StenbergPrevent an off-by-one in a allocated buffer in glob_mat...
2008-10-13 Daniel StenbergRemoved superfluous check of clist->name, as in this...
2008-10-13 Dan FandrichDon't rely on shell support to run multiple precheck...
2008-10-13 Yang Tsemake naming scheme more consistent across whole file
2008-10-13 Yang TseAdjust GCC warnings:
2008-10-13 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-13 Yang TseThere's no guarantee that a socket was involved at...
2008-10-13 Yang TseAdjust GCC --enable-warnings:
2008-10-12 Yang Tseadjust SGI MIPSpro C detection
2008-10-12 Yang TseLCC compiler adjustments:
2008-10-12 Dan FandrichChanged Curl_strlcat to strlcat, which is the one guara...
2008-10-12 Dan FandrichEnsure the IPv6 stack is operational before running...
2008-10-11 Yang Tseremove extra space
2008-10-11 Yang Tsesplit SGI compiler check. One for MIPS C and another...
2008-10-11 Yang TseLCC compiler adjustments:
2008-10-11 Yang Tsefix compiler warning
2008-10-11 Yang Tsefix compiler warning: explicit conversion of a 64-bit...
2008-10-10 Dan FandrichFixed some compiler warnings with CURL_DISABLE_HTTP
2008-10-10 Yang Tseattempt to fix or allow further detection of an elusive...
2008-10-10 Patrick Monnerat_ Adapt OS400 EBCDIC wrappers to new options.
2008-10-10 Yang TseInitial attempt to detect Tiny C compiler
2008-10-10 Yang TseInitial attempt to detect LCC compiler
2008-10-10 Yang Tse1) fix bug in CONVERT_INCLUDE_TO_ISYSTEM
2008-10-10 Yang Tsesimplify SGI C compiler check
2008-10-10 Dan FandrichAllow compilation when no IPv6 stack is available.
2008-10-10 Yang Tsemove struct namebuf6 declaration out of Curl_ip2addr6()
2008-10-10 Yang TseHP C adjustments:
2008-10-10 Yang Tsefix compiler warning
2008-10-10 Yang TseAdd debug tracing for COMPILER_WORKS_IFELSE
2008-10-09 Dan FandrichGet rid of some more code in the CURL_DISABLE_HTTP...
2008-10-09 Daniel StenbergI replaced the use of 'struct tm' with a private clone...
2008-10-09 Dan FandrichFixed a leftover reference to CURLOPT_FTP_SSL (thanks...
2008-10-09 Yang Tseconfigure will also warn on 'strict compiler warning...
2008-10-09 Dan FandrichFixed the --interface option to work with IPv6 connecti...
2008-10-09 Dan FandrichAdded HTTP as a required feature
2008-10-09 Dan FandrichUpdate docs now that SFTP supports file ranges.
2008-10-09 Yang Tseconvert rejected compiler options messages into a warnings
2008-10-09 Yang Tseremove extra whitespace from string in SGI C check
2008-10-09 Dan FandrichAdded tests 633 through 637 to test the new file range...
2008-10-09 Yang Tseoops
2008-10-09 Yang TseInitial attempt to detect SGI C compiler
2008-10-09 Yang TseHP C adjustments:
2008-10-09 Yang Tsefix compiler warning: zero used for undefined preproces...
2008-10-08 Daniel Stenberg- Bug #2152270 (http://curl.haxx.se/bug/view.cgi?id...
2008-10-08 Dan FandrichAdded tests 1082 through 1085 to test symbolic --interf...
2008-10-08 Daniel Stenberg- Igor filed bug #2111613 (http://curl.haxx.se/bug...
next