]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
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...
2014-11-04 Corinna Vinschen * Makefile.am: Provide new targets "strip" and "upx...
2014-10-26 Corinna Vinschen * setup.exe.manifest: Add Windows 10 OS GUID.
2014-10-13 Eric Blake* res.rc: Fix missing space.
2014-04-22 Jon TURNEY * site.cc (init): Handle sitenames which aren't FQDNs...
2014-04-22 Jon TURNEY * site.cc (PopulateListBox): Select listbox items...
2014-04-22 Jon TURNEY * msg.cc (mbox): Generalize to a MessageBox wrapper...
2014-04-22 Corinna Vinschen * mount.cc (read_mounts): Don't create rootdir key...
2014-04-22 Corinna Vinschen * mount.cc (is_admin): Drop function. It's incorrectl...
2014-03-10 Corinna Vinschen * main.cc (WaitOption): New -W/--wait option.
2013-11-19 Corinna Vinschen * setup.exe.manifest: Add Windows 8.1 GUID.
2013-11-18 Corinna Vinschen * filemanip.cc (nt_fopen): Rename from fopen. Add...
2013-11-15 Corinna Vinschen * resource.h (IDC_SOURCE_SUBTEXT): Define.
2013-11-15 Corinna Vinschen * root.cc: Move inline definitions of GetDlgItemRect and
2013-11-15 Corinna Vinschen * res.rc: Fix size and position of rootdir textbox...
2013-11-15 Corinna Vinschen * resource.h (IDC_ROOTDIR_SUBTEXT): Fix typo.
2013-11-15 Corinna Vinschen * resource.h (IDC_ROOTDIR_SUBTEXT): Define.
2013-11-15 Corinna Vinschen * mount.cc (read_mounts): Drop setting root_text.
2013-11-14 Corinna Vinschen * archive_tar.cc: Drop commented out static variable...
2013-11-13 Corinna Vinschen * desktop.cc (STARTMENUDIR): Define.
2013-11-13 Corinna Vinschen * desktop.cc: Drop dependency on static variable and...
2013-11-13 Corinna Vinschen * mount.cc (CYGWIN_INFO_CYGNUS_REGISTRY_NAME): Remove...
2013-11-13 Corinna Vinschen * Makefile.am (EXTRA_DIST): Add cygwin-setup.ico and
2013-11-07 Corinna Vinschen * LogFile.cc (LogFile::exit): Don't print ending messa...
2013-10-07 Jon TURNEY * prereq.cc (OnUnattended): Also select missing requir...
2013-09-18 Yaakov Selkowitz* filemanip.cc (find_tar_ext): Generalize search for...
2013-08-12 Corinna Vinschen * include/getopt++/DefaultFormatter.h (DefaultFormatter):
2013-08-12 Corinna Vinschen * csu_util/MD5Sum.h (MD5Sum): Remove declaration for...
2013-08-09 Corinna Vinschen * csu_util/MD5Sum.cc (MD5Sum::operator std::string...
next
This page took 0.060633 seconds and 5 git commands to generate.