]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
2016-08-30 Jon TurneyUse a drop-down list to directly select chooser view... release_2.875
2016-08-23 Jon TurneyRename PickView::Package to PickView::PackagePending
2016-08-23 Jon TurneyChange PickView::view into an enum
2016-08-23 Jon TurneyBuild C++ code with -std=gnu++11
2016-08-03 Jon TurneyReserve paths starting "." for package metadata
2016-08-03 Jon TurneyAdd an additional filter view, showing packages which...
2016-08-03 Jon TurneyTrack if a package was installed by user, or as a depen...
2016-08-03 Jon TurneyRemove unused fn member from cygpackage
2016-08-03 Jon TurneyRemove obsolete installed_from member from packagemeta
2016-08-03 Jon TurneyProperly report progress in PrereqChecker::isMet
2016-08-03 Jon TurneyDowngrade "Running preremove script" logging to debug
2016-08-03 Jon TurneyAdd lex and yacc generated files to .gitignore
2016-08-03 Jon TurneyPrevent libtool warning that a getopt++ shared library...
2016-08-03 Jon TurneyRemove stray execute permissions
2016-08-02 Corinna VinschenChooser window: Set focus to search field.
2016-08-02 Achim Gratzfromcwd.cc: Truncate search at the first extension...
2016-08-02 Ronald Ramos(Usability improvement) Implement half-second wait...
2016-08-02 Ronald RamosREADME: Fixed mailing list address (typo)
2016-08-01 Ronald RamosUpdate README
2016-07-07 Jon TurneyReport dependencies which don't exist
2016-06-16 Marco Atzerireformatted view with alignment
2016-06-16 Marco AtzeriMoved view from right to left
2016-04-25 Yaakov SelkowitzUpdate displayed copyright to 2016 release_2.874
2016-04-18 Achim GratzFix copy&paste bug introduced in e9c1444dee
2016-03-11 Yaakov SelkowitzSwitch to "pending" page instead of category when updat...
2016-03-11 Achim GratzImplement option -f/--force-current to ensure that...
2016-01-28 Jon TurneyRemove unfinished, unused support for 'autodep:' lines...
2016-01-28 Jon TurneyRemove unused regex code
2016-01-21 Corinna Vinschenwin32.h: Fix FIXME comment
2016-01-20 Corinna VinschenPartially revert "Remove autoload considerations from...
2016-01-20 Corinna VinschenDeprecate ChangeLog file
2016-01-20 Corinna VinschenDrop Windows 2000 considerations from installer code
2016-01-20 Corinna VinschenWinMain: Drop local GetVersionEx in favour of using...
2016-01-20 Corinna VinschenRemove autoload considerations from win32.h
2016-01-20 Corinna VinschenMove definition of _WIN32_WINNT to win32.h and bump...
2016-01-08 Yaakov SelkowitzUse Winsock 2 throughout
2016-01-08 Yaakov Selkowitznio-ie5: drop unnecessary LoadLibrary call
2016-01-08 Yaakov Selkowitzpropsheet: drop support for Common Controls v4
2016-01-07 Corinna VinschenFix logical expressions checking if buttons are checked
2015-12-01 Corinna VinschenMake sure Cygwin root is an absolute path
2015-10-20 Jon TurneyDon't stop on various warning message boxes in unattend...
2015-10-20 Michael BisbjergAvoid double-slashes in URLs
2015-10-18 Achim GratzFix signature check for local directory installation... release_2.873
2015-10-12 Ken BrownFix creation of parent directory for file names contain... release_2.872
2015-08-05 Achim GratzProperly record SHA512 checksum presence and skip valid...
2015-08-04 Achim GratzIncrease read buffer size for MD5 checksumming to 64kiB
2015-08-03 Achim GratzSimplify parser, both SHA512 checksum types can parse...
2015-08-03 Achim GratzIf MD5 checksum is missing then SHA512 must always...
2015-08-03 Achim GratzFix bug in nibbled1 and use character types throughout
2015-08-03 Achim GratzFix MD5sum.str () formatting bug
2015-08-01 David HokeImplement -I/--include-source option to download and...
2015-08-01 Achim GratzImplement -Y/--prune-install option to bring an install...
2015-07-26 Achim Gratziniparse.yy: Fix a copy-and-paste bug
2015-07-13 Achim Gratzfromcwd.cc: Remove debugging output
2015-07-13 Achim GratzRefactor setup search and implement XZ compressed setup...
2015-07-11 Achim GratzCorrect local directory search
2015-07-11 Achim GratzImplement option "-i/--ini-basename" to set the basenam...
2015-06-11 Achim GratzIncrease read buffer size for the lexer input buffer...
2015-06-11 Achim GratzIncrease read buffer size for io_stream to 64kiB
2015-06-07 Achim GratzImplement Base64URL-encoded SHA512 checksums
2015-03-25 Corinna VinschenReading in 64K chunks is a lot faster on Win32. release_2.871
2015-03-13 Jon TURNEYSilently ignore 'x' and 'g' type tar extended headers
2015-03-06 Jon TURNEYLog errors from archive_tar.cc
2015-03-06 Jon TURNEYRemove msg() and convert to log output
2015-03-06 Jon TURNEYAdd Log adaptors for printf-style output
2015-03-06 Achim GratzDemote some messages to LOG_BABBLE
2015-03-03 Jon TURNEYRemove msg() from LogFile::endEntry()
2015-03-03 Jon TURNEYDon't write LOG_BABBLE output to stdout
2015-03-03 Jon TURNEYAdd a 'Retry' button to the IDD_FILE_INUSE dialog
2015-03-03 Jon TURNEYFix truncation of "Bin?" and "Src?" column headers
2015-02-18 Corinna VinschenChoose curr package when user picks not yet installed... release_2.870
2015-02-18 Corinna VinschenMerge branch 'master' of cygwin.com:/git/cygwin-setup
2015-02-18 Corinna VinschenFix .gitignore to ignore autoconf.h.in~.
2015-02-16 Achim GratzREADME: document some recent changes in the build envir...
2015-02-16 Achim GratzCreate XZ compressed archive using git ls-files
2015-02-16 Achim GratzUse git-describe to determine release version
2015-02-10 Corinna VinschenMakefile.am (VER): Use ChangeLog's commit count instead...
2015-02-09 Corinna VinschenAdd autoconf.h.in to .gitignore
2015-02-09 Corinna Vinschen.gitignore: Remove .git, add CVS
2015-02-09 Corinna VinschenAdd .gitattributes
2015-02-09 Corinna VinschenAdd .gitignore
2015-02-09 Corinna Vinschenadd tags from .cvsignore
2015-02-09 Corinna Vinschenremove tags from .cvsignore
2015-02-09 Corinna VinschenAdd tags to .cvsignore
2015-02-07 Achim Gratz * install.cc (preremoveOne): Allow dash scripts and... release_2.869
2015-02-06 Corinna Vinschen * package_meta.h (packagemeta::trustp): Make sure...
2015-02-05 Corinna Vinschen Throughout, change preceeding patch from SHA256 to...
2015-02-05 Corinna Vinschen Prepare for changing from MD5 to SHA256 checksums.
2015-02-04 Corinna Vinschen * Throughout, include LogFile.h instead of LogSingleto...
2015-02-03 Corinna Vinschen * LogFile.cc (LogFile::exit): Deconstify exit_code...
2015-01-28 Corinna Vinschen * choose.cc (MirrorOption): Add experimental local...
2015-01-28 Corinna Vinschen * PickPackageLine.cc (PickPackageLine::click): Rearran...
2015-01-26 Corinna Vinschen * PickPackageLine.cc (PickPackageLine::paint): Call...
2015-01-25 Corinna Vinschen * package_version.cc (packageversion::compareVersions...
2014-12-09 Yaakov Selkowitz* package_source.cc (packagesource::set_canonical)...
2014-12-06 Achim Gratzadd dash as a usable script type and shell, add ".cmd...
2014-12-06 Achim Gratzimplement minimal stratified postinstall
2014-12-06 Achim GratzRename log to Log to avoid collision with standard...
2014-12-06 Achim Gratzshow parameter usage when option processing was unsucce...
2014-11-20 Corinna Vinschen * install.cc (Installer::StandardDirs): Add /etc/fstab...
next
This page took 0.052281 seconds and 5 git commands to generate.