]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
2020-02-04 Jon TurneyRemove some lingering cvsids
2020-02-04 Jon TurneyRemove .cvsignore
2020-02-04 Jon TurneyUpdate displayed copyright to 2020
2020-01-02 Jon TurneyIgnore reinstall action when the package isn't installed release_2.900
2020-01-02 Jon TurneyDynamically size columns in transaction list log
2020-01-02 Jon TurneyIgnore install action when no current package exists
2020-01-02 Jon TurneyRevert "Fix cases where incorrect action is stored...
2020-01-01 Jon TurneyFix cases where incorrect action is stored by set_action() release_2.899
2019-12-28 Jon TurneyGenerate a pseudo-package with the Windows version release_2.898
2019-07-31 Jon TurneyEnsure we only set user_picked when appropriate
2019-07-31 Jon TurneyUse stored action in packagemeta::action_caption()
2019-07-31 Jon TurneyUse stored action in packagemeta::list_actions()
2019-07-31 Jon TurneyAllow better handling of an obsolete package specified...
2019-07-31 Jon TurneyUse stored action in setting up solver
2019-07-31 Jon TurneyUse packagemeta::set_action() to update action
2019-07-31 Jon TurneyStore the requested action in packagemeta::set_action()
2019-07-12 Jon TurneyRename 'Default' packagemeta action to 'NoChange' for...
2019-07-12 Jon TurneyMake packagemeta::message private
2019-07-12 Jon TurneyRemove unused packagemeta::key
2019-07-12 Jon TurneyRemove 'Bin?' column
2019-03-24 Jon TurneyUpdate displayed copyright to 2019 release_2.897
2019-03-21 Jon TurneyAdd double-click for a 'default action' to ListView release_2.896
2019-03-20 Jon TurneyDon't propagate actions down category tree into obsolet...
2019-03-20 Jon TurneyDon't show FTP 550 'file not found' errors in a MessageBox
2019-03-20 Jon TurneyUse 'kill -W' when killing processes
2018-10-21 Jon TurneyOnly dump transaction list when it's finalized release_2.895
2018-10-17 Jon TurneySimple keyboard accelerators for Listview
2018-10-17 Jon TurneyIndicate test packages in action menu
2018-10-17 Jon TurneyAdd listview to tab order on chooser page
2018-10-17 Jon TurneyUse selected row background colour for a checkbox column
2018-10-16 Jon TurneyAllow for width of dropdown button in popup columns
2018-10-13 Jon TurneyMerge branch 'topic/listview' release_2.894
2018-10-13 Ken BrownEnsure that an installed packageversion has an ldesc...
2018-10-13 Jon TurneyAdd ldesc tooltips to sdesc column of listview
2018-10-13 Jon TurneyRestore packagemeta::LDesc()
2018-10-13 Jon TurneyAdd LDesc() accessor method to SolvableVersion
2018-10-13 Jon TurneyUse indents in category view
2018-10-13 Jon TurneyUse an icon to represent expanded/collapsed state
2018-10-13 Jon TurneyShow the count of packages in a category
2018-10-13 Jon TurneyCustom draw popup menus in ListView control
2018-10-13 Jon TurneyAdd methods for listing possible actions on, and applyi...
2018-10-13 Jon TurneyCustom draw checkboxes in ListView control
2018-10-13 Jon TurneyUse a ListView common control rather than a hand-built...
2018-10-13 Jon TurneyAdd OnNotify virtual function to class Window for WM_NO...
2018-10-13 Jon TurneyChange packagemeta::_actions to an enum
2018-10-13 Jon TurneyAdd zstd package to .appveyor.yml
2018-10-13 Jon TurneyAdd zstd packages to build instructions
2018-10-13 Achim GratzAdd support for ZStandard compression
2018-10-13 Achim GratzRemove misleading copy&paste comments
2018-10-13 Jon TurneyAvoid stringop-overflow warning with gcc8
2018-10-07 Achim Gratzexcise "using namespace std;" and explicitly use a...
2018-10-04 Jon TurneyAvoid potential null deref in check_for_cached()
2018-10-04 Jon TurneyAllow host machine to be specified to bootstrap
2018-10-04 Jon TurneyImprove libgcrypt detection
2018-10-04 Jon TurneyUse pkg-config for dependency checking where possible
2018-08-04 Achim GratzFix message spam when package vendor is something other...
2018-07-30 Jon TurneyRemove unused IDI_SPIN
2018-07-30 Jon TurneyRemove unused choose-rtarrow.bmp
2018-07-28 Jon TurneyProperly identify Win32 systems which support IsWow64Pr...
2018-07-24 Jon TurneyTeach bitness reporting in user-agent string about... release_2.893
2018-07-15 Jon TurneyRemove uninitialized NetIO::ftp_auth flag release_2.892
2018-07-15 Jon TurneyInitialize file_size in NetIO constructor
2018-07-15 Jon TurneyDon't write dependency problems to log with CRLF line...
2018-07-15 Jon TurneyKeep track of all known sites for a given version of...
2018-07-15 Jon TurneyAdd Vendor() accessor method to SolvableVersion
2018-07-15 Ken BrownInternalize the libsolv repo attribute data after each...
2018-07-15 Jon TurneyPropagate exit code of elevated process
2018-07-15 Jon TurneyIf setup-minimum-version: was checked, don't check...
2018-07-07 Ken BrownAdd --no-version-check option
2018-07-06 Jon TurneyFix SolvableVersion::deplist() to handle version-relati...
2018-06-18 Ken BrownFinish providing support for provides: and conflicts:
2018-06-18 Jon TurneyREADME: Put marker for footnote about copr next to...
2018-06-18 Corinna Vinschennetio.cc: fix a bug in string handling
2018-06-18 Corinna Vinschenreplace http links with official https URLs
2018-06-10 Ken BrownFix detection of automatically added packages
2018-06-10 Ken BrownImprove the preparation of the package database
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
next
This page took 0.059684 seconds and 5 git commands to generate.