]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
2018-06-10 Ken BrownAllow command-line uninstallation of specific orphaned...
2018-06-10 Ken BrownMake sure that the IniDBBuilderPackage destructor is...
2018-06-06 Jon TurneyHandle test-only packages better
2018-06-06 Ken BrownSort the packages listed in the "confirm" dialog
2018-03-22 Ken BrownGive a fatal error on a checksum failure during install
2018-03-22 Yaakov SelkowitzLink with -lws2_32 again
2018-03-15 Jon TurneyMigrate configured connection type from the removed... release_2.891
2018-03-15 Ken BrownMake SolvableVersion::accessible() useful for local... release_2.890
2018-03-15 Jon TurneyRemove packages not found by scan from solver
2018-03-15 Jon TurneyAdd a --version option
2018-03-14 Jon TurneyAdd conflicts: support
2018-03-14 Jon TurneyAdd provides: support
2018-03-06 Jon TurneyAlways give the fake root category the name 'All'
2018-03-06 Jon TurneyFix packagemeta::ScanDownloadedFiles
2018-03-06 Jon TurneyUpdate .gitignore
2018-03-06 Jon TurneyAdd setup-minimum-version: to setup.ini
2018-03-06 SZAVAI GyulaImprove file:// URL handling
2018-03-06 SZAVAI GyulaNetIO: Remove unused URL parsing code
2018-02-24 Jon TurneyRemove simpsock.{cc,h} and drop linkage with ws2_32
2018-02-24 SZAVAI GyulaRemove NetIO_HTTP
2018-02-24 SZAVAI GyulaAdd Proxy class to encapsulate proxy configuration...
2018-02-24 SZAVAI GyulaRemove NetIO_File
2018-02-24 SZAVAI GyulaRename IDC_NET_IE5 to IDC_NET_PRECONFIG
2018-02-24 SZAVAI GyulaRemove direct(legacy) connection type
2018-02-24 Jon TurneyAvoid a crash if we try to uninstall an unknown package release_2.889
2018-02-24 Jon TurneyA package provides what it obsoletes, as well as itself.
2018-02-19 Jon TurneyDon't crash in confirm page when installing source... release_2.888
2018-02-07 Jon TurneyFix a spelling mistake in a tooltip
2018-02-05 Jon TurneyAdd .appyveyor.yml release_2.887
2018-02-05 Jon TurneyMake sure we process the last version description in...
2018-01-31 Jon TurneyAllow depends: to be empty release_2.886
2018-01-30 Jon TurneyApply default problem solutions in unattended mode
2018-01-28 Jon TurneyMerge branch 'topic/libsolv' release_2.885
2018-01-28 Jon TurneyAdd a new page to let the user review and confirm actions topic/libsolv
2018-01-28 Jon TurneyAdd handling for 'replace-versions:' in setup.ini
2018-01-28 Jon TurneyAdd 'depends2:' as an alternative to 'depends':
2018-01-28 Jon TurneyPreserve reinstall tasks when going back from dependenc...
2018-01-28 Ken BrownClarify the unsolved-problems warning
2018-01-28 Jon TurneyRemove all trailing ".any" from package names in proble...
2018-01-28 Jon TurneyApply default solution to dependency problems
2018-01-28 Jon TurneyMore crash avoidance in SolvableVersion member functions
2018-01-28 Jon TurneyCorrectly order preparing packagedb for chooser
2018-01-28 Jon TurneyEnsure packagedb and underlying solver pool is empty...
2018-01-28 Ken BrownRemove the function filemanip.cc:base()
2018-01-28 Ken BrownAvoid clobbering installed.db when no setup.ini is...
2018-01-28 Ken BrownDon't override a Skip selection
2018-01-28 Ken BrownFix the functionality of taskKeep
2018-01-28 Ken BrownExtend the SolvableVersion member functions to the...
2018-01-28 Jon TurneyTake command line package/category install/uninstall...
2018-01-28 Jon TurneyChange UI to add 'Sync' choice and change 'Test' to...
2018-01-28 Jon TurneyAdd distupgrade support to solver
2018-01-28 Jon TurneyNon-existent source packages aren't accessible for...
2018-01-28 Jon TurneyUse solver for initial pick list when upgrading
2018-01-28 Jon TurneyHandle 'Source:' lines in setup.ini
2018-01-28 Ken BrownAllow user to refuse the default problem solutions
2018-01-28 Ken BrownAdd a ficitious "base" package that requires all Base...
2018-01-28 Ken BrownAdd new member function SolverSolution::trans2db
2018-01-28 Ken BrownFactor out SolverTasks::setTasks()
2018-01-28 Ken BrownFix 'SolverTasks::taskList' typedef
2018-01-28 Ken BrownDownload only the packages being installed
2018-01-28 Ken BrownDon't create an "_installed_test_" repo
2018-01-28 Ken BrownAllow the installation of test packages without setting...
2018-01-28 Ken BrownAsk solver to check dependencies of installed packages
2018-01-28 Ken BrownImprove the reading of installed.db
2018-01-28 Jon TurneyAdd a PackageSpecification() constructor which takes...
2018-01-28 Ken BrownAdd SolvableVersion::obsoletes()
2018-01-28 Ken BrownFix setup.ini parsing
2018-01-28 Ken BrownDon't override a Keep selection
2018-01-28 Jon TurneyAdd obsoletes: support
2018-01-28 Jon TurneyDownload/checksum/install/uninstall what transaction...
2018-01-28 Jon TurneyUse solver to check for problems and produce a list...
2018-01-28 Jon TurneyDrop in SolvableVersion as a replacement for packageversion
2018-01-28 Jon TurneyRemove packageversion class
2018-01-28 Jon TurneyRemove cygpackage class
2018-01-28 Jon TurneyChange to using a libsolv pool for storing package...
2018-01-28 Jon TurneyStore package stability in class packageversion
2018-01-28 Jon TurneyFactor out reading installed.db
2018-01-28 Jon TurneyOpaque how PackageDepends is stored
2018-01-28 Jon TurneyMake any MessageBox shown by the GuiParseFeedback class...
2018-01-13 Ken BrownQuery the user if a corrupt local file is found
2018-01-09 Jon TurneyImprove help text release_2.884
2018-01-08 Jon TurneyFix 'Keep' button marking all installed packages as...
2018-01-08 Ken BrownThrow exceptions instead of exiting with error codes
2018-01-07 Jon TurneyUpdate displayed copyright to 2018
2018-01-07 Jon TurneySplit WISHLIST out from README
2018-01-05 Ken BrownGive TOPLEVEL_CATCH an owner window
2017-12-11 Jon TurneySimplify LocalDirPage::OnNext() release_2.883
2017-12-11 Jon TurneyMake do_ini() succeed if found_ini_list is empty
2017-12-11 Jon TurneyFix invalid iterator use in packagedb::removeEmptyCateg...
2017-12-11 Jon TurneyMake removeEmptyCategories() explicit, rather than...
2017-12-11 Jon TurneyHoist scan() up from packageversion to packagemeta
2017-12-11 Jon TurneyHoist uninstall up to Installer::uninstallOne()
2017-12-11 Jon TurneyHoist pick() up to packagemeta
2017-12-11 Jon TurneyHoist addScript() etc. up from packageversion to packag...
2017-12-09 Jon TurneyReset dependency list for each requires:/depends:
2017-12-09 Ken BrownFix response to enter in the chooser search textbox
2017-12-05 Ken BrownMake Enter in the user URL box cause ADD instead of...
2017-12-03 Jon TurneyFix a typo in filenames for upload target in Makefile
2017-11-28 Ken BrownRemove references to "last-extrakeys"
2017-11-28 Ken BrownChange the interpretation of '#' in setup.rc
next
This page took 0.061396 seconds and 5 git commands to generate.