OSDN Git Service

Reinstate lost build-aux submodule again!!
[mingw/mingw-get.git] / src /
2012-09-02 Keith MarshallRedefine paragraph_key with project global scope.
2012-09-02 Keith MarshallCorrect defect introduced by 2012-08-03 commit.
2012-08-03 Keith MarshallMore code refactoring, to facilitate GUI implementation.
2012-07-13 Keith MarshallDisable globbing of command line arguments.
2012-06-02 Keith MarshallRefactor API to facilitate implementation of GUI ListVi...
2012-05-02 Keith MarshallUpdate help text to document package version selection...
2012-05-01 Keith MarshallSupport options set by preferences assigned within...
2012-04-30 Keith MarshallCorrect sequence of installation/removal progress repor...
2012-04-25 Keith MarshallInterim work-around for MinGW-Bug #3520864.
2012-04-23 Keith MarshallFix MinGW-Bug #3520488
2012-04-15 Keith MarshallEnsure that package removal requests are correctly...
2012-04-15 Keith MarshallCorrect scheduling of new prerequisites when upgrading.
2012-04-15 Keith MarshallDon't require subsystem within user specified version...
2012-04-10 Charles WilsonFix missing include
2012-04-06 Keith MarshallAdd scripting hooks to support creation of MS-Windows...
2012-04-06 Keith MarshallInitialise $LUA_PATH to locate mingw-get specific scripts.
2012-04-01 Keith MarshallSupport installation of releases other than latest...
2012-03-26 Keith MarshallRework previously inadequate solution for MinGW-Bug...
2012-03-13 Keith MarshallAddress reinstallation issues per MinGW-Bugs #3416013...
2012-03-12 Keith MarshallRationalise implementation and usage of --all-related...
2012-03-12 Keith MarshallDon't report failed downloads in respect of virtual...
2012-03-05 Keith MarshallDon't suppress implied downloads for top-level actions.
2012-02-20 Keith MarshallCopyright notice updates.
2012-02-20 Keith MarshallFix ill-advised optimisation in $APPROOT environment...
2012-02-20 Keith MarshallPropagate sysroot path settings to scripts via the...
2012-02-17 Keith MarshallImplement hooks to support lua scripting interface.
2011-11-24 Keith MarshallAvoid implicit cast warnings; reported by Robert Hartmann.
2011-11-09 Keith MarshallAvoid unnecessary downloads for already installed packages.
2011-11-04 Keith MarshallDon't upgrade installed DLL components to incompatible...
2011-10-11 Keith MarshallFix --download-only vs. --reinstall conflict.
2011-10-07 Keith MarshallAdd support for non-specific upgrade of all installed...
2011-10-06 Keith MarshallImplement "source" and "licence" operations.
2011-10-05 Keith MarshallEstablish mapping from release tarname to source tarname.
2011-10-04 Keith MarshallEstablish mapping from release tarname to source tarname.
2011-10-02 Keith MarshallFacilitate downloads using diverse cache directories.
2011-10-02 Keith MarshallEstablish cache directory for source archive downloads.
2011-08-30 Keith MarshallSupport archive extraction to arbitrary destination...
2011-08-30 Keith MarshallMake --download-only and --print-uris imply --reinstall.
2011-08-07 Keith MarshallImplement --download-only and --print-uris options.
2011-07-27 Keith MarshallCorrect handling of release status in requirements...
2011-06-15 Keith MarshallAdd internal documentation for --reinstall option.
2011-06-13 Keith MarshallImplement --reinstall option.
2011-06-12 Keith MarshallDon't require -vv to report progress of update operation.
2011-06-11 Keith MarshallFix MinGW-Bug #3313806.
2011-06-07 Keith MarshallProvisional correction for MinGW-bug #3309438.
2011-05-29 Keith MarshallWork around bugs in MinGW and GNU getopt_long_only...
2011-05-29 Keith MarshallImplement user selection of traceable features at run...
2011-05-21 Keith MarshallImplement protocol for processing global program options.
2011-05-18 Keith MarshallAugment known development status keywords and accept...
2011-05-12 Keith MarshallFix MinGW-Bug #3297660 (reported by Chris Sutcliffe).
2011-05-12 Keith MarshallFix MinGW-Bug #3295526 (reported by Charles Wilson).
2011-05-12 Keith MarshallDiagnose and aggressively retry failed download connect...
2011-03-30 Keith MarshallProvisional handling for http proxy authentication.
2011-03-30 Keith MarshallExpand macros in path names for files and directories...
2011-03-29 Keith MarshallCorrect defective activation logic for some debugging...
2011-03-15 Keith MarshallFix MinGW-Bug 3212246.
2011-03-11 Keith MarshallRefactor and update existing installation and usage...
2011-02-27 Keith MarshallInitial implementation for "remove" feature.
2011-02-26 Keith MarshallWork-around for improper stderr buffering in MSYS mintt...
2011-02-18 Keith MarshallTidy up some debugging hooks.
2011-02-15 Keith MarshallMake package version comparisons more robust.
2011-02-13 Keith MarshallMerge from mingw-get-0.1-mingw32-alpha-5 bug-fix branch.
2011-01-05 Keith MarshallReduce path names to base names, in some diagnostic...
2011-01-05 Keith MarshallAvoid a potential out-of-range action name look-up.
2011-01-03 Keith MarshallMake "install" and "remove" notifications symmetric.
2010-12-30 Keith MarshallAdd preliminary CLI support for "list" and "show" actions.
2010-11-01 Keith MarshallLay groundwork for implentation of additional actions.
2010-10-22 Keith MarshallMake pkgInitRites/pkgLastRites processing more robust...
2010-09-10 Charles WilsonAdd rudimentary help option.
2010-09-10 Charles WilsonFix "mingw-get deletes itself" bug in last rites handling.
2010-08-27 Keith MarshallAdd runtime hooks to support self-upgrade for future...
2010-08-19 Keith MarshallSome dependency resolver enhancements and bug fixes.
2010-08-17 Keith MarshallImprove scheduling of package processing requests.
2010-08-15 Keith MarshallLay foundation for selective compilation of debugging...
2010-08-15 Keith MarshallCorrect typo
2010-08-13 Keith MarshallImprove diagnostics for invalid references to non-relea...
2010-08-12 Keith MarshallGuard against a potential buffer overrun.
2010-08-06 Keith MarshallHandle the GNU long name tar header format.
2010-06-24 Keith MarshallInclude alias search, when matching component package...
2010-05-12 Keith MarshallMake provision to protect user's profile settings durin...
2010-05-11 Keith MarshallAdd preliminary support for future `-reinstall' option.
2010-05-11 Keith MarshallCorrect handling for "%R" macro in relative sysroot...
2010-05-05 Keith MarshallHandle "%" wildcard matches in package and subsystem...
2010-04-30 Keith MarshallRevert 2010-04-04 refactoring of tarproc.cpp and tarins...
2010-04-29 Keith MarshallHandle "*" wildcard matches in package and subsystem...
2010-04-17 Keith MarshallCase-insensitive subsystem name matching revisited.
2010-04-15 Keith MarshallEnable recursive processing of repository package lists.
2010-04-04 Keith MarshallImplement installer function; use per-package file...
2010-04-02 Keith MarshallGuard against NULL pointer dereferences in tinyxml...
2010-03-30 Keith MarshallAvoid running InternetAttemptConnect in pkgInternetAgen...
2010-03-22 Keith MarshallSupport case insensitive matching for file and subsyste...
2010-03-02 Keith MarshallAdd preliminary support for virtual packages.
2010-03-02 Keith MarshallDon't write installation records for unavailable packages.
2010-03-02 Keith MarshallRationalise path identification for XML file locations.
2010-03-01 Keith MarshallExtend package name search to include component packages.
2010-03-01 Keith MarshallExtend package name search to include component packages.
2010-02-10 Keith MarshallAdd directory/file records in installation manifests.
2010-02-06 Keith MarshallWork around a deficiency in Microsoft's stat() implemen...
2010-02-02 Keith MarshallImplement package installer for tar archives.
2010-01-26 Keith MarshallImplement rudimentary dependency resolver.
next