platform/upstream/curl.git
2006-09-04 Daniel Stenbergoops, we're on the .6 track now
2006-09-04 Daniel Stenbergproper credit
2006-09-03 Daniel Stenberg- "Dortik" (curl.haxx.se/bug/view.cgi?id=1551412) provi...
2006-09-03 Daniel StenbergMohun Biswas' improvements and clarifications about...
2006-09-03 Gisle VanemSimplified #ifdef on WIN32; the statement
2006-09-03 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-31 Daniel Stenbergadded missing test
2006-08-31 Daniel StenbergDmitriy Sergeyev found and fixed a multi interface...
2006-08-30 Gisle VanemAdded HAVE_SYS_TIME_H for djgpp and HighC.
2006-08-30 Gisle VanemRemoved "#ifndef__WATCOMC__". Use "#ifdef HAVE_SYS_TIME...
2006-08-30 Gisle VanemAdded support for more MS-DOS compilers.
2006-08-29 Gisle VanemAvoid Metaware's High-C warning "'=' encountered where...
2006-08-29 Gisle VanemWatcom lacks <sys/time.h>.
2006-08-29 Gisle VanemAdded support for Watcom/DOS.
2006-08-29 Gisle VanemUpdated dependency section.
2006-08-29 Gisle VanemDon't include zlib headers in dependency output.
2006-08-29 Gisle VanemRenamed config.dj -> config.dos.
2006-08-29 Gisle VanemUse config.dos instead. Updated generated dependencies.
2006-08-29 Gisle VanemRemoved. New file is config.dos.
2006-08-29 Gisle VanemRenamed config.dj -> config.dos. Added #ifdef-section...
2006-08-29 Gisle VanemBUFSIZE defined in Metaware's <stdio.h>. Undefine to...
2006-08-29 Gisle VanemSupport other MS-DOS compilers (MSDOS is a djgpp built...
2006-08-29 Gisle VanemMetaware's High-C has an ISO cpp.
2006-08-29 Daniel StenbergBrad Spencer did
2006-08-29 Daniel StenbergDavid McCreedy added CURLOPT_SOCKOPTFUNCTION and CURLOP...
2006-08-25 Daniel StenbergArmel Asselin reported that the 'running_handles' count...
2006-08-23 Daniel Stenbergclarify the string syntax support in the CURLOPT_PROXY...
2006-08-23 Dan FandrichUse /usr/bin/env to invoke perl like the other test...
2006-08-22 Daniel StenbergDavid McCreedy fixed a remaining mistake from the Augus...
2006-08-22 Daniel StenbergPeter Sylvester pointed out a flaw in the AllowServerCo...
2006-08-22 Daniel Stenbergas Jeff Pohlmeyer pointed out, first get the multi...
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:...
next