]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
2017-10-19 Jon TurneyFix -Werror=misleading-indentation errors seen with...
2017-10-19 Jon TurneyFix -Werror=unused-const-variable error seen with gcc 6
2017-10-18 Jon TurneyFix spinning after replace-on-reboot failure or skipped
2017-09-28 Ken BrownAdd TAGS to .gitignore
2017-06-19 Jon TurneyAccept sites using https:// and ftps:// protocols in... release_2.881
2017-06-05 Ake RehnmanAvoid messagebox spam with file:// protocol URLs release_2.880
2017-06-05 Jon TurneyFix useless error message
2017-06-05 Jon TurneyFix that clicking on any column changes "Keep" to ...
2017-06-05 Jon TurneyAllow click-to-activate in PickView list control
2017-06-02 Jon TurneyAllow user-agent string to be customized
2017-06-02 Jon TurneyAdd Option::isPresent() method
2017-06-02 Jon TurneyAccess StringOption's value by reference
2017-06-02 Jon TurneyAlphabetically sort options in usage help
2017-06-02 Jon TurneyAllow options which only have long names
2017-05-23 Jon TurneyRemove OR from grammar
2017-05-23 Jon TurneyImprove error recovery in setup.ini parsing
2017-05-23 Jon TurneyFix infinite recursion in grammar for depends
2017-05-23 Jon TurneyFold build(Install|Source)(MD5|SHA512) into buildPackag...
2017-05-23 Jon TurneyFold IniDBBuilderPackage::buildInstallSize() into build...
2017-05-23 Jon TurneyMove and rename dumpAndList()
2017-05-23 Jon TurneyMake PrereqChecker::setTrust() a static method
2017-05-23 Jon TurneyRename category "Misc" to "Orphaned"
2017-05-23 Jon TurneyCorrectly calculate total data to checksum when using...
2017-05-23 Jon TurneyisBinary() should return true for orphaned packages
2017-05-23 Jon TurneyRestore a missing NULL-ness check
2017-05-19 Jon TurneyAdd some progress reporting during preremove and uninstall
2017-05-19 Jon TurneyMake PackageDepends a type
2017-05-19 Jon TurneyAll, rather than just the first (usually current) versi...
2017-05-19 Jon TurneyStop pretending to support complex dependencies
2017-05-19 Jon TurneyRemove useless PackageSpecification methods
2017-05-19 Jon TurneyChange PackageSpecification::_operator to an enum
2017-05-19 Jon TurneyInitial setting of trust should be TRUST_CURR
2017-05-19 Jon TurneyFix comments and indentation in check_for_cached
2017-05-19 Jon TurneySimplify class packagesource
2017-05-19 Jon TurneyRemove unneeded virtual from class packagesource's...
2017-05-19 Jon TurneyRemove unused forward declaration of non-existent class...
2017-05-19 Jon TurneyRemove packageversion::sources(), only packageversion...
2017-05-19 Jon TurneyRename "Internet Explorer Proxy Settings" to "System...
2017-05-19 Jon TurneyDon't bother storing prev version
2017-05-18 Jon TurneyUse INTERNET_FLAG_RESYNCHRONIZE when fetching cacheable... release_2.879
2017-05-18 Jon TurneyLog if URL fetch was satisified from cache
2017-05-18 Jon TurneyImprove logging of URL fetching and wininet errors
2017-05-18 Jon TurneyAdd Makefile rule to rename build products to form...
2017-05-02 Jon TurneyUpdate displayed copyright to 2017 release_2.878
2017-05-02 Jon TurneyUse wininet for fetching URLs in direct (non-proxy...
2017-05-01 Jon TurneyRemove obsolete ChangeLog
2017-04-28 Jon TurneyDon't show source-only packages in package list
2017-04-28 Jon TurneyMake building with DEBUG less useless
2017-04-28 Jon TurneyDon't do unneeded work when changing stability level
2017-04-28 Jon TurneyDon't handle missing 'version:'
2017-04-28 Jon Turneypackageversion::sourcePackageSpecification() is const
2017-04-28 Jon TurneyUse const version of packageversion::depends() in Prere...
2017-04-28 Jon TurneyMake packageversion::source(|s) const
2017-04-28 Jon TurneyRemove cygpackage::destroy() because it does nothing
2017-04-28 Jon TurneyRemove unused package_status_t stored in packageversion...
2017-04-28 Jon TurneyRemove pointless abstract base class IniDBBuilder
2017-04-24 Jon TurneyRemove uses of stderr for reporting file/directory...
2017-01-24 Jon TurneyAdd --allow-unsupported-windows option
2017-01-22 Jon TurneyRemove an obsolete prototype
2017-01-21 Jon TurneyRemove unused cvsid
2017-01-21 Jon TurneyRemove redundant parser rule
2017-01-21 Jon TurneyRemove unused syntax for separate size and hash lines
2017-01-21 Jon TurneyRemove parser rules which store data which is never...
2017-01-21 Jon TurneyRemove parser rules which do nothing
2017-01-21 Jon TurneyRemove unused lexer tokens
2017-01-21 Jon TurneyMake package size and checksum mandatory in setup.ini
2016-12-09 Jon TurneyRemove unused grammar for dependent package architectur... release_2.877
2016-12-09 Jon TurneyFully initialize PROPSHEETPAGE
2016-12-09 Jon TurneyUse English button labels 'Keep', 'Current' and 'Test'
2016-12-07 Jon TurneyAllow setup to parse more than 3 versions from the...
2016-12-07 Jon TurneyStrip symbols to setup.dbg
2016-11-22 Jon TurneySimplify PickView::insert_pkg
2016-11-18 Jon TurneyStart chooser in "Pending" view if this is not a first...
2016-11-18 Jon TurneyIgnore malformed lines in a site-list
2016-11-18 Jon TurneyFix validation in RootPage
2016-11-18 Jon TurneyGive search edit box autohscroll style
2016-11-18 Jon TurneyRestore Alt-V accelerator for view selection control...
2016-09-02 Corinna VinschenCall Logger ().exit instead of exit() when leaving release_2.876
2016-09-02 Jon TurneyRefuse to run on Windows XP and earlier
2016-09-01 Corinna VinschenNTSecurity::GetPosixPerms: Simplify creation of ACEs
2016-09-01 Jon TurneyFix incorrect heap memory access in SimpleSocket::gets()
2016-09-01 Jon TurneyClean up some cruft in propsheet.cc
2016-09-01 Corinna VinschenFix scope problem in NetIO_HTTP::NetIO_HTTP
2016-09-01 Jon TurneyFix scope problem with the FileInUse dialog
2016-09-01 Corinna VinschenFix invalid deleting of a local pointer in UserSettings...
2016-09-01 Corinna VinschenConvert deprecated auto_ptr to C++11-conformant unique_ptr
2016-09-01 Corinna VinschenFix scope problem when using the return value of get_ro...
2016-08-30 Jon TurneyUse a drop-down list to directly select chooser view... release_2.875
2016-08-23 Jon TurneyRename PickView::Package to PickView::PackagePending
2016-08-23 Jon TurneyChange PickView::view into an enum
2016-08-23 Jon TurneyBuild C++ code with -std=gnu++11
2016-08-03 Jon TurneyReserve paths starting "." for package metadata
2016-08-03 Jon TurneyAdd an additional filter view, showing packages which...
2016-08-03 Jon TurneyTrack if a package was installed by user, or as a depen...
2016-08-03 Jon TurneyRemove unused fn member from cygpackage
2016-08-03 Jon TurneyRemove obsolete installed_from member from packagemeta
2016-08-03 Jon TurneyProperly report progress in PrereqChecker::isMet
2016-08-03 Jon TurneyDowngrade "Running preremove script" logging to debug
2016-08-03 Jon TurneyAdd lex and yacc generated files to .gitignore
2016-08-03 Jon TurneyPrevent libtool warning that a getopt++ shared library...
next
This page took 0.056977 seconds and 5 git commands to generate.