platform/upstream/curl.git
2006-07-25 Gisle VanemMoved functions common to IPv4 and C-ares to hostip.c;
2006-07-25 Gisle VanemRemove comment about c-ares not supporting IPv6.
2006-07-24 Gisle VanemUse the proper Curl_freeaddrinfo() for CURLRES_ARES.
2006-07-24 Gisle VanemFix typo.
2006-07-24 Gisle VanemAres needs CURLRES_ADDRINFO_COPY. Curl_hostent_relocate...
2006-07-23 Daniel Stenbergadded splay.o
2006-07-23 Gisle VanemAdded getopt() processing.
2006-07-22 Gisle VanemAdded getopt() processing of [-t {a|aaaa}].
2006-07-22 Gisle VanemAdded CVS id.
2006-07-22 Gisle Vanem2nd try adding CVS id.
2006-07-22 Gisle VanemAdded CVS id.
2006-07-22 Gisle VanemUse ares_free_string() to avoid detecting leaks.
2006-07-22 Gisle VanemIf CURLDEBUG defined, call curl_memdebug() if $CARES_ME...
2006-07-21 Gisle VanemConstify some arguments in Curl_connecthost() and singl...
2006-07-21 Gisle VanemConstify arguments to Curl_he2ai() and Curl_addrinfo_co...
2006-07-21 Gisle VanemConstify 'hostname' and 'service' to various resolver...
2006-07-21 Gisle VanemChanges for combination ENABLE_IPV6 and USE_ARES.
2006-07-21 Gisle VanemUse calloc() instead.
2006-07-20 Daniel StenbergDavid McCreedy fixed a build error when building libcur...
2006-07-20 Gisle VanemAvoid warning "comparison of unsigned expression <...
2006-07-20 Gisle VanemAvoid warning 'port' might be used uninitialized in...
2006-07-19 Dan FandrichChanges to support building for eCos 1.3.1. This has...
2006-07-19 Yang TseFix compiler warnings
2006-07-19 Yang TseAvoid variable declaration shadowing previously declare...
2006-07-19 Yang TseAvoid variable declaration shadowing previously declare...
2006-07-19 Yang Tseremove variable declaration shadowing previously declar...
2006-07-19 Yang TseRemove variable declaration shadowing previously declar...
2006-07-19 Yang TseAbort if unable to write pid file, and close socket...
2006-07-19 Yang TseAbort if unable to write pid file.
2006-07-17 Yang Tse-Use curl_socket_t instead of int.
2006-07-17 Yang Tse"*connected" must be set to FALSE if trynextip() fails.
2006-07-17 Daniel StenbergJari Sundell did some excellent research and bug tracki...
2006-07-17 Yang Tsetests/libtest/lib506.c version 1.11 is now also logging...
2006-07-17 Yang TseReturn NULL if argument is NULL.
2006-07-17 Yang TseFix compiler warning "enumerated type mixed with anothe...
2006-07-17 Yang TseFix compiler warning "enumerated type mixed with anothe...
2006-07-17 Yang TseUpdate error buffer size used for SSL_strerror()
2006-07-17 Yang TseMinor cleanup
2006-07-15 Daniel Stenbergdon't use 'new' in the proto
2006-07-14 Daniel StenbergDavid McCreedy fixed a flaw where the CRLF counter...
2006-07-14 Yang TseFix compiler warning
2006-07-14 Yang TseChange the ai_addrlen type of struct addrinfo from...
2006-07-14 Yang TseNull terminate string in buffer before feeding it to...
2006-07-13 Yang TseOops, missing "u"
2006-07-13 Yang TseChange to meaningful var names and take care of a compi...
2006-07-13 Yang TseFix compiler warning.
2006-07-12 Gisle VanemRemove unneeded stuff.
2006-07-12 Yang TseRemove var not used.
2006-07-12 Yang TseLog a message if not all data is sent.
2006-07-12 Yang TseFix compiler warning: comparison between signed and...
2006-07-12 Yang TseRead the return value of the swrite() macro and 'print...
2006-07-12 Yang TsePlace parenthesis surrounding macro parameters so that...
2006-07-12 Yang Tsesread now returns ssize_t
2006-07-12 Yang TsePay attention when typecasting an operation
2006-07-12 Yang Tsesread now returns ssize_t
2006-07-12 Yang TseDJGPP/WATT32 does not have functions named recv() send...
2006-07-12 Yang TseUse platform's native types for recv() and send() argum...
2006-07-11 Dan FandrichEnable --enable-hidden-symbols for SunPro C
2006-07-11 Yang Tseinclude <malloc.h> only if HAVE_MALLOC_H and NEED_MALLO...
2006-07-11 Yang TseDefine NEED_MALLOC_H if including <stdlib.h> is not...
2006-07-11 Dan FandrichMoved strdup replacement from src/main.c into src/strdu...
2006-07-11 Gisle VanemAdded comment and CVS id.
2006-07-11 Yang TseSocket must be set to CURL_SOCKET_BAD after closing it.
2006-07-10 Yang TseDNS cache must use the multi DNS cache if the easy...
2006-07-08 Daniel Stenbergthe tool is named curl with lowercase c
2006-07-08 Daniel Stenbergjust some more blurb
2006-07-08 Daniel StenbergAtes Goral pointed out that libcurl's cookie parser...
2006-07-08 Daniel Stenberg7.15.5 is planned for August 2006
2006-07-07 Daniel Stenbergmention the shared DNS stuff
2006-07-07 Daniel StenbergIngmar Runge provided a source snippet that caused...
2006-07-07 Daniel Stenbergmention the by-default "sharing"
2006-07-07 Daniel Stenbergyassl can be used now
2006-07-07 Daniel StenbergHTTP Pipelining is for GET and HEAD requests only.
2006-07-07 Dan FandrichFixed building curllib.dsp when running make outside...
2006-07-07 Yang TseFinally get rid of CURL_CHECK_HEADERS_ONCE since it...
2006-07-07 Yang TseSubstitution of the literal '-' is only done if it...
2006-07-07 Yang TseUsing backslashes and slashes in the strings of the...
2006-07-07 Gisle VanemCorrect the trace for WinCE.
2006-07-07 Gisle VanemWinCE uses CreateThread(). Hence error is not in 'errno'.
2006-07-07 Gisle VanemRemoved copying 'stderr' since it doesn't have the...
2006-07-07 Daniel Stenbergupdated after discussions and thinking
2006-07-07 Yang TseFix excessive escaping.
2006-07-07 Yang TseFix CURL_CHECK_HEADERS_ONCE
2006-07-06 Yang TseFix MinGW/MSYS support in CURL_CHECK_FUNC_RECV and...
2006-07-06 Gisle VanemUndefine symbols before redefining them.
2006-07-06 Gisle VanemUndefine correct symbol.
2006-07-05 Yang TseOops !
2006-07-05 Yang TsePrevent definition of HAVE_WINxxx_H symbols and avoid...
2006-07-05 Gisle VanemCludge fix for djgpp 2.03 or older; it doesn't have...
2006-07-05 Gisle Vanem Add types and qualifiers for getnameifo(), send()...
2006-07-04 Yang TseUse a more descriptive var name.
2006-07-04 Yang TseGet qualifier of arg 2 for send() apart into SEND_QUAL_...
2006-07-04 Yang TsePlatforms that don't have/run configure need default...
2006-07-04 Yang TseFind out return types and argument types for functions...
2006-07-04 Daniel StenbergToshiyuki Maezawa fixed a problem where you couldn...
2006-07-04 Yang TseTest HAVE_GETNAMEINFO definition before using GETNAMEIN...
2006-07-03 Yang TseFix compiler warning.
2006-07-03 Yang TseUse CURL_CHECK_FUNC_GETNAMEINFO results in CURL_CHECK_N...
2006-07-02 Yang TseMake CURL_CHECK_NI_WITHSCOPEID actually try to compile...
2006-07-02 Yang TseFix shell globbing in CURL_CHECK_FUNC_GETNAMEINFO
next