platform/upstream/curl.git
2006-08-21 Dan FandrichWorkaround for Cray UNICOS 9.0 to fix ftp.
2006-08-21 Daniel Stenbergclarify for what protocols the changes are
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-08-18 Daniel StenbergArmel Asselin fixed a crash in the FTP code when using...
2006-08-18 Daniel StenbergAndrew Biggs pointed out a "Expect: 100-continue" flaw...
2006-08-16 Dan FandrichMinor portability fixes to get things running on UNICOS...
2006-08-16 Daniel Stenbergrelated info
2006-08-16 Gisle VanemUse gnutls_strerror() for clearer error message.
2006-08-15 Gisle VanemUse '_LIBICONV_VERSION' instead of variable '_libiconv_...
2006-08-14 Yang TseReplace exit() with return() in main()
2006-08-14 Daniel Stenbergadd missing man page
2006-08-11 Dan FandrichUse __minix to detect Minix, which works on both ACK...
2006-08-09 Daniel Stenbergoption name spell fix
2006-08-09 Dan FandrichOnly define the string prototypes in ANSI mode to reduc...
2006-08-09 Dan FandrichAdded eCos and Minix sections.
2006-08-09 Gunter Knaufadded build info output.
2006-08-09 Gunter Knauffixed some web links.
2006-08-08 Gunter Knauffixed some web links.
2006-08-08 Daniel StenbergArmel Asselin made the CURLOPT_PREQUOTE option work...
2006-08-08 Gunter Knaufmoved ugly NetWare hack to hostip.h so that hostip...
2006-08-08 Daniel StenbergFixed a flaw in the "Expect: 100-continue" treatment...
2006-08-08 Daniel Stenbergmake REALLY sure src/config.h.in is a copy of lib/confi...
2006-08-08 Dan FandrichMinix 3 doesn't have MSG_PEEK
2006-08-08 Daniel Stenbergbetter updating of the single timeout
2006-08-07 Yang TseAllow again proper compilation outside of the source...
2006-08-07 Daniel StenbergJeff Pohlmeyer pointed out this stupid variable type...
2006-08-07 Daniel Stenbergstart working towards 7.15.6
2006-08-07 Daniel Stenbergadded contributors to 7.15.5
2006-08-07 Daniel Stenbergrelease time for 7.15.5
2006-08-06 Yang TseCheck for network libraries the _same_ way it is done...
2006-08-05 Yang TseCheck for network libraries the same way it is done...
2006-08-04 Dan FandrichInitial stab at making libcurl compile under Minix 3.
2006-08-04 Yang TseMinor compatibility fix
2006-08-04 Gisle VanemAdded version info for iconv.
2006-08-04 Gisle VanemAdded 'curl_version_info_data::iconv_ver_num' for iconv...
2006-08-04 Gisle VanemFixed typo.
2006-08-04 Gisle VanemAdded dependency for splay.obj.
2006-08-04 Gisle VanemFixed comment.
2006-08-04 Daniel Stenbergoops, the previous commit was incomplete as we made...
2006-08-04 Daniel Stenbergeven when we get a single connection to deal with,...
2006-08-04 Yang TseFix compiler warning
2006-08-04 Yang TseAvoid redundant check. configure script takes care...
2006-08-04 Yang TseBeing unable to link or find out recv() or send() args...
2006-08-03 Daniel StenbergThis is now a working example using libevent and curl_m...
2006-08-03 Daniel Stenbergadding CURLM_CALL_MULTI_SOCKET that's just the same...
2006-08-03 Yang TseMinGW/MSYS needs lib ws2_32 for proper operation of...
2006-08-03 Daniel StenbergRavi Pratap fixed ares_getsock() to actually return...
2006-08-03 Daniel Stenbergremoved running_handles argument from multi_runsingle...
2006-08-03 Yang TseSilence compiler warning 'unused parameter running_hand...
2006-08-02 Daniel Stenbergkeep count of the number of "alive" handles in a struct...
2006-08-02 Daniel StenbergMark Lentczner fixed how libcurl was not properly doing...
2006-08-02 Daniel Stenberga CURLOPT_PROGRESSFUNCTION clarification
2006-08-01 Daniel StenbergMaciej Karpiuk fixed a crash that would occur if we...
2006-08-01 Daniel Stenbergspell-fixed a comment
2006-08-01 Daniel Stenbergupdated docs with the new parameter
2006-07-31 Yang TseAvoid the risk of a false positive detection of MSG_NOS...
2006-07-31 Yang TseSilence warning: empty body in an if-statement
2006-07-31 Yang TseForce compilation failure in case macros sread() or...
2006-07-31 Yang TseProvide definitions needed for macros sread() and swrit...
2006-07-30 Daniel Stenbergadapt to the new protos
2006-07-30 Daniel Stenbergcurl_multi_socket() and curl_multi_socket_all() got...
2006-07-29 Yang TseWinsock and Cygwin need address family specification...
2006-07-29 Yang TseFix compiler warnings.
2006-07-29 Yang Tseinclude setup_once.h dependency and adjust to 80 char...
2006-07-28 Daniel Stenbergnew D binding
2006-07-28 Yang TseReplace send() and recv() with swrite() and sread(...
2006-07-28 Yang TseFirst step trying to avoid the multiple header inclusio...
2006-07-27 Daniel Stenbergtest case 277 - HTTP RFC1867-type formposting with...
2006-07-27 Daniel StenbergYves Lejeune fixed so that replacing Content-Type:...
2006-07-27 Daniel Stenbergput back the correct logic, as the change dated July...
2006-07-26 Daniel StenbergDavid McCreedy added --ftp-ssl-reqd which makes curl...
2006-07-26 Daniel Stenbergcurl_multi_assign() and CURLMOPT_SOCKETFUNCTION proto...
2006-07-26 Daniel Stenberg[Hiper-related work] Added a function called curl_multi...
2006-07-26 Yang TseProvide multiple header inclusion prevention definition...
2006-07-26 Yang TseChange multiple header inclusion prevention definition...
2006-07-26 Yang TseChange multiple header inclusion prevention definition...
2006-07-26 Yang TseSync header with source code
2006-07-25 Daniel StenbergDan Nelson added the CURLOPT_FTP_ALTERNATIVE_TO_USER...
2006-07-25 Daniel StenbergMichael Jerris added magic that builds lib/curllib...
2006-07-25 Yang TseFix warning: no newline at end of file
2006-07-25 Daniel StenbergGeorg Horn made the transfer timeout error message...
2006-07-25 Yang TseSimplify check for NEED_MALLOC_H, and make more explici...
2006-07-25 Gisle VanemSilence iconv() warnings.
2006-07-25 Gisle VanemAdded CURL_VERSION_CONV feature string.
2006-07-25 Gisle VanemAdded note for CURLRES_ARES and CURLRES_IPV6.
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...
next