OSDN Git Service

Support assignment of DEBUGLEVEL at configure time.
[mingw/mingw-get.git] / src /
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.
2010-01-23 Keith MarshallAvoid segmentation faults when processing invalid data...
2010-01-23 Keith MarshallRequire liblzma >= liblzma-4.999.9beta_20091209-3-mingw...
2010-01-22 Keith MarshallAdd subsystem specific sysroot mapping facility.
2010-01-16 Keith MarshallAssign standardised keys for XML database lookup.
2010-01-08 Keith MarshallAdd CLI version reporting option.
2009-12-17 Keith MarshallAdd CLI support for "update" action.
2009-12-16 Keith MarshallAdd status checking for Internet URL connections.
2009-11-23 Keith MarshallAdd package download and repository synchronisation...
2009-11-16 Keith MarshallAdd XML database bindings and preliminary action execut...
2009-11-12 Keith MarshallAvoid some potential GCC warnings.
2009-11-11 Keith MarshallCreate diagnostic message handler for CLI usage.
2009-10-31 Keith MarshallAdd CLI loader stub.
2009-10-12 Keith MarshallAdd pkginfo implementation