]> cygwin.com Git - cygwin-apps/setup.git/shortlog
cygwin-apps/setup.git
2010-08-25 Andy Koppe * script.cc (init_run_script): Set CYGWINFORALL="...
2010-08-19 Andy Koppe * package_meta.h (packagemeta::trustp): Update non...
2010-08-18 Andy Koppe * res.rc (IDD_PREREQ): Say "Resolving Dependencies...
2010-08-15 Andy Koppe * postinstall.cc (PostInstallResultsPage::OnNext):
2010-08-11 Yaakov Selkowitz* bootstrap.sh: Allow running from a builddir. Run...
2010-08-11 Yaakov Selkowitz* configure.in: Check for prerequisites' headers.
2010-08-10 Yaakov SelkowitzFix compatibility with GCC 4.x.
2010-08-10 Yaakov Selkowitz* Makefile.am: Treat libgetopt++ as full-fledged SUBDIRS.
2010-08-08 Corinna Vinschen * prereq.cc (PrereqChecker::getUnmetString): Improve...
2010-08-07 Andy Koppe * prereq.cc (PrereqChecker::isMet): Find unmet indirect
2010-08-06 Andy Koppe * res.rc (IDS_VIEWBUTTON_TOOLTIP): Rename "Partial...
2010-08-05 Andy Koppe * res.rc (IDD_PREREQ DIALOG): Tweak wording on depende...
2010-08-03 Christopher... Fix formatting
2010-07-31 Dave Korn * install.cc (Installer::installOne): Also record...
2010-07-30 Jon TURNEY * postinstall.cc (do_postinstall_reflector): Fix typo
2010-07-30 Jon TURNEY* postinstall.cc (do_postinstall_reflector): Fix typo
2010-07-30 Christopher... * inilex.ll: Allow "~" in a string.
2010-07-29 Jon TURNEY * resource.h (IDD_POSTINSTALL, IDC_POSTINSTALL_...
2010-07-29 Jon TURNEY* script.cc (run): Don't rename as .done scripts which...
2010-07-29 Jon TURNEY* postinstall.cc (do_postinstall_thread)
2010-07-29 Jon TURNEY* threebar.cc (OnMessageApp): Allow WM_APP_POSTINSTALL_...
2010-07-29 Jon TURNEY* Makefile.am (setup_SOURCES): Add new files.
2010-07-29 Jon TURNEY* main.cc (main_display): Add a PostInstallResultsPage...
2010-07-29 Jon TURNEY* postinstallresults.cc: New file for PostInstallResult...
2010-07-29 Jon TURNEY* postinstallresults.h: New file for PostInstallResults...
2010-07-29 Jon TURNEY* res.rc (IDD_POSTINSTALL): Add dialog resource for...
2010-07-29 Jon TURNEY* resource.h (IDD_POSTINSTALL, IDC_POSTINSTALL_EDIT...
2010-07-26 Andy Koppe * PickView.cc (PickView::views::caption): Rename ...
2010-07-23 Corinna Vinschen * PickPackageLine.cc (PickPackageLine::{click,set_acti...
2010-04-17 Dave Korn * root.cc (RootPage::OnNext): Don't construct a packag...
2010-04-14 Dave Korn * PickView.cc (PickView::WindowProc): Delete inadverte...
2010-04-13 Dave Korn * PickView.h (PickView::set_vscroll_info): Add prototype.
2010-04-13 Dave Korn * window.cc (Window::Window): Initialise BusyCount...
2010-04-08 Christopher... * bootstrap.sh: Always reconfigure in libgetopt++.
2010-04-07 Corinna Vinschen2010-04-07 Matthias Andree <matthias.andree@gmx.de>
2010-04-07 Corinna Vinschen * install.cc (create_allow_protected_renames): New...
2010-03-30 Charles Wilson Use external crypto libraries
2010-03-17 Corinna Vinschen * autoload.cc (Auto): Create autoload code in an execu...
2010-03-14 Christopher... fix checkin history.
2010-03-14 Christopher... * Makefile.am: Refresh to reflect Makefile.in changes.
2010-03-14 Charles Wilson Support xz and lzma decompression via liblzma
2010-03-13 Corinna Vinschen * nio-ftp.c (read): Read RETR status code on EOF to...
2010-03-01 Christopher... * Makefile.in: Output the name of the generated src...
2010-03-01 Christopher... * Makefile.in: Add a setup-src target.
2010-03-01 Corinna Vinschen * filemanip.cc (mklongpath): Skip "." and ".." path...
2010-02-15 Corinna Vinschen * filemanip.cc (mklongpath): Simplify backslash folding.
2010-02-15 Corinna Vinschen * filemanip.cc (transform_chars): Drop function.
2010-02-15 Dave Korn * choose.cc (ChooserPage::PlaceDialog): Only skip...
2010-02-04 Corinna Vinschen * win32.cc (NTSecurity::GetPosixPerms): Return NULL...
2010-02-02 Corinna Vinschen * desktop.cc (make_link): Use 0 default permissions...
2010-01-29 Christopher... * mount.cc (read_mounts_9x): Preserve old way of doing...
2010-01-29 Christopher... forced checkin
2010-01-28 Christopher... * desktop.cc (make_link): Preserve old way of doing...
2010-01-16 Christopher... * archive_tar.c (archive_tar_file::read): Always set...
2010-01-16 Christopher... * archive_tar.h (archive_tar_file::read_something)...
2010-01-13 Christopher... * localdir.cc (LocalDirPage::OnNext): Strip trailing...
2009-12-27 Christopher... * main.cc (dyn_AttachConsole): Make static.
2009-12-22 Christopher... * ini.h: Use is_legacy to control setup.ini names.
2009-12-22 Christopher... * package_message (packagemessage::display): Avoid...
2009-12-22 Corinna Vinschen * win32.h (isdirsep): Define to replace local isslash...
2009-12-22 Christopher... * choose.cc (ChooserPage::PlaceDialog): Put *correct...
2009-12-18 Corinna Vinschen Throughout, revert prototypes and methods set_mtime_an...
2009-12-17 Corinna Vinschen * filemanip.cc (nt_wfopen): Only call nt_sec.SetPosixP...
2009-12-17 Corinna Vinschen * filemanip.cc (nt_wfopen): Fix requested access right...
2009-12-17 Corinna Vinschen * localdir.cc (LocalDirSetting::save): Call mkdir_p...
2009-12-16 Corinna Vinschen * UserSettings.cc (UserSettings::open_settings): Never...
2009-12-16 Christopher... * package_message.h: New file.
2009-12-16 Christopher... Add missing file.
2009-12-13 Christopher... * IniDBBuilder.h (buildMessage): Define for base class.
2009-12-08 Dave Korn * localdir.cc (offer_to_create): New function.
2009-12-03 Corinna Vinschen * main.cc (WinMain): Disable running on Windows 9x...
2009-12-03 Dave Korn (ChooserPage::createListview): When nothing is found...
2009-11-23 Corinna Vinschen * io_stream_cygfile.cc (io_stream_cygfile::get_size...
2009-11-22 Dave Korn * threebar.cc (ThreeBarProgressPage::OnMessageApp...
2009-11-22 Dave Korn * package_meta.cc (CategoryOption): New StringOption...
2009-11-04 Dave Korn * localdir.cc (LocalDirSetting::LocalDirSetting):...
2009-11-04 Dave Korn * site.cc: Add #include of BoolOption header from...
2009-11-04 Dave Korn * download.cc (do_download_thread): Only retry an...
2009-11-04 Dave Korn * main.cc (main_display): Use apartment-, not multi...
2009-11-04 Corinna Vinschen * localdir.cc (browse): Make title text depend on...
2009-11-03 Corinna Vinschen * mkdir.cc: Include sys/stat.h unconditionally.
2009-10-03 Corinna Vinschen * main.cc (main): Make sure C runtime uses same codepa...
2009-09-20 Christopher... * main (set_cout): Really do attach to a console if...
2009-09-19 Christopher... * root.cc (string orig_root_dir): New variable.
2009-09-18 Dave Korn * site.cc (get_site_list): Use empty string if user...
2009-08-21 Christopher... * site.cc (SiteSetting::registerSavedSite): Fix comment.
2009-07-03 Christopher... * main.cc (set_cout): Don't reset stdout if we already...
2009-07-03 Christopher... * choose.cc (ChooserPage::ChooserPage): Use more specif...
2009-07-01 Dave Korn * PickView.h (PickView::total_delta_x): New int member.
2009-06-30 Christopher... whitespace cleanup.
2009-06-30 Christopher... * SourceSetting.cc (SourceSetting::SourceSetting):...
2009-06-28 Christopher... * ConnectionSetting.cc (ConnectionSetting::ConnectionSe...
2009-06-28 Christopher... * UserSettings.cc (UserSettings::UserSettings): setting...
2009-06-28 Corinna Vinschen * desktop.cc (DesktopSetupPage::OnInit): Drop CoInitia...
2009-06-28 Christopher... Preliminary option handling revamp. Throughout, change...
2009-06-26 Dave Korn * res.rc (SETUP_STANDARD_DIALOG_W, SETUP_STANDARD_DIAL...
2009-06-26 Corinna Vinschen * Makefile.am (setup_LDADD): Add -lshlwapi.
2009-06-26 Corinna Vinschen * script.cc (init_run_script): Don't set $HOME to...
2009-06-25 Corinna Vinschen * script.cc (init_run_script): Reinstantiate accidenta...
2009-06-22 Christopher... * script.cc (init_run_script): Revert to initializing...
next
This page took 0.054784 seconds and 5 git commands to generate.