This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup geturl.cc geturl.h install.cc threebar.c ...


CVSROOT:	/cvs/cygwin-apps
Module name:	setup
Changes by:	jturney@sourceware.org	2013-01-17 13:34:13

Modified files:
	.              : geturl.cc geturl.h install.cc threebar.cc 
	                 threebar.h ChangeLog 

Log message:
	Report progress correctly when amount of data is more than 2GB
	
	2013-01-16  Jon TURNEY  <jon.turney@dronecode.org.uk>
	
	* threebar.cc (ThreeBarProgressPage::SetBar2): Change from long int to
	long long int to handle more than 2GB of data.
	* threebar.h (ThreeBarProgressPage::SetBar2): Update prototype.
	* install.cc: Change md5sum and install counters to long long int.
	* geturl.cc: Change download counter to long long int.
	* geturl.h: Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/geturl.cc.diff?cvsroot=cygwin-apps&r1=2.27&r2=2.28
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/geturl.h.diff?cvsroot=cygwin-apps&r1=2.11&r2=2.12
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/install.cc.diff?cvsroot=cygwin-apps&r1=2.101&r2=2.102
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/threebar.cc.diff?cvsroot=cygwin-apps&r1=2.19&r2=2.20
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/threebar.h.diff?cvsroot=cygwin-apps&r1=2.10&r2=2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/setup/ChangeLog.diff?cvsroot=cygwin-apps&r1=2.783&r2=2.784


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]