OSDN Git Service

Reimplement wsh.lua in C/C++; (cf. MinGW-Bug #2057).
[mingw/mingw-get.git] / src / pkgexec.cpp
2013-09-21 Keith MarshallReimplement wsh.lua in C/C++; (cf. MinGW-Bug #2057).
2013-09-19 Keith MarshallCorrect LUA_PATH assignment for GUI; (cf. MinGW-Bug...
2013-01-12 Keith MarshallMerge gui-dev branch head to master; close gui-dev...
2013-01-08 Keith MarshallAvoid potential heap corruption in action scheduler.
2012-12-19 Keith MarshallMake the "Apply Changes" dialogue "failure-aware".
2012-12-19 Keith MarshallImprove progress reporting in "Apply Changes" dialogue.
2012-12-11 Keith MarshallImplement GUI bindings for processing a schedule of...
2012-04-25 Keith MarshallInterim work-around for MinGW-Bug #3520864.
2012-04-23 Keith MarshallFix MinGW-Bug #3520488
2012-04-06 Keith MarshallInitialise $LUA_PATH to locate mingw-get specific scripts.
2012-03-26 Keith MarshallRework previously inadequate solution for MinGW-Bug...
2012-03-13 Keith MarshallAddress reinstallation issues per MinGW-Bugs #3416013...
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-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-06 Keith MarshallImplement "source" and "licence" operations.
2011-08-07 Keith MarshallImplement --download-only and --print-uris options.
2011-07-27 Keith MarshallCorrect handling of release status in requirements...
2011-06-13 Keith MarshallImplement --reinstall option.
2011-02-27 Keith MarshallInitial implementation for "remove" feature.
2011-02-13 Keith MarshallMerge from mingw-get-0.1-mingw32-alpha-5 bug-fix branch.
2010-12-30 Keith MarshallAdd preliminary CLI support for "list" and "show" actions.
2010-10-22 Keith MarshallMake pkgInitRites/pkgLastRites processing more robust...
2010-08-17 Keith MarshallImprove scheduling of package processing requests.
2010-05-11 Keith MarshallAdd preliminary support for future `-reinstall' option.
2010-05-05 Keith MarshallHandle "%" wildcard matches in package and subsystem...
2010-04-04 Keith MarshallImplement installer function; use per-package file...
2010-03-02 Keith MarshallAdd preliminary support for virtual packages.
2010-02-02 Keith MarshallImplement package installer for tar archives.
2010-01-26 Keith MarshallImplement rudimentary dependency resolver.
2010-01-16 Keith MarshallAssign standardised keys for XML database lookup.
2009-12-17 Keith MarshallAdd CLI support for "update" action.
2009-11-16 Keith MarshallAdd XML database bindings and preliminary action execut...