Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-31 | Improve Debian diagnostics | Boris Kolpackov | 2 | -99/+140 | |
2023-01-30 | Fix resulting names ordering for system_package_names() | Karen Arutyunov | 2 | -11/+36 | |
2023-01-30 | Add tests for common functions | Boris Kolpackov | 6 | -61/+344 | |
2023-01-30 | Add upstream_version and project members to available_package type | Karen Arutyunov | 2 | -2/+15 | |
2023-01-30 | Pass host target triplet to system_package_manager constructor | Karen Arutyunov | 5 | -11/+17 | |
2023-01-30 | Test Debian implementation some more | Boris Kolpackov | 3 | -13/+269 | |
2023-01-27 | Allow multiple <distribution>-name values | Karen Arutyunov | 2 | -33/+25 | |
2023-01-27 | Test and tweak Debian implementation | Boris Kolpackov | 6 | -57/+565 | |
2023-01-26 | Fix version translation in Debian implementation | Boris Kolpackov | 2 | -9/+30 | |
2023-01-26 | Create available packages in debian system package manager test and pass ↵ | Karen Arutyunov | 5 | -13/+109 | |
--sys-no-query for pkg-build in testscripts | |||||
2023-01-26 | More work on testing Debian implementation | Boris Kolpackov | 2 | -16/+218 | |
2023-01-26 | Test parse_name_value() (used to be parse_debian_name()) | Boris Kolpackov | 4 | -42/+122 | |
2023-01-25 | Start testing Debian implementation | Boris Kolpackov | 6 | -152/+574 | |
2023-01-24 | Add --sys-* options | Boris Kolpackov | 6 | -62/+129 | |
2023-01-24 | Get rid of polymorphism/unique_ptr in system_package_status | Boris Kolpackov | 4 | -104/+82 | |
2023-01-24 | More work on Debian implementation | Boris Kolpackov | 5 | -143/+446 | |
2023-01-23 | Move work on Debian implementation | Boris Kolpackov | 2 | -15/+64 | |
2023-01-23 | Review | Boris Kolpackov | 5 | -16/+21 | |
2023-01-23 | More work on Debian implementation | Boris Kolpackov | 1 | -41/+488 | |
2023-01-20 | Review-inspired changes | Karen Arutyunov | 3 | -45/+63 | |
2023-01-20 | Review | Boris Kolpackov | 3 | -18/+28 | |
2023-01-20 | Install binary distribution packages | Karen Arutyunov | 4 | -148/+281 | |
2023-01-19 | Review-inspired changes | Karen Arutyunov | 1 | -55/+20 | |
2023-01-19 | Add system_name to system_package_status | Boris Kolpackov | 2 | -5/+7 | |
2023-01-19 | Review and WIP | Boris Kolpackov | 3 | -12/+208 | |
2023-01-19 | Implement system_package_manager::downstream_package_version() | Karen Arutyunov | 1 | -58/+288 | |
2023-01-19 | Add system_package_status to system_repository entries | Karen Arutyunov | 3 | -18/+49 | |
2023-01-19 | Sketch | Boris Kolpackov | 2 | -80/+89 | |
2023-01-19 | Switch back to single available system package version | Boris Kolpackov | 3 | -88/+113 | |
2023-01-18 | Next chunk of work on system package manager (still multi-version) | Boris Kolpackov | 6 | -64/+363 | |
2023-01-17 | Switch to multi-version interface, start Debian implementation | Boris Kolpackov | 4 | -66/+189 | |
2023-01-17 | Review-inspired changes | Karen Arutyunov | 2 | -21/+8 | |
2023-01-17 | Continue sketching system package manager interface | Boris Kolpackov | 6 | -11/+145 | |
2023-01-17 | Review | Boris Kolpackov | 2 | -14/+20 | |
2023-01-17 | Implement system_package_names() | Karen Arutyunov | 6 | -28/+166 | |
2023-01-16 | Add os_release facility | Boris Kolpackov | 8 | -7/+507 | |
2023-01-16 | Add find_available_all() | Karen Arutyunov | 2 | -10/+99 | |
2023-01-16 | Make system package manager global | Boris Kolpackov | 1 | -13/+21 | |
2023-01-16 | Add some notes | Karen Arutyunov | 1 | -0/+40 | |
2023-01-16 | Initial system package manager infrastructure | Boris Kolpackov | 8 | -30/+141 | |
2023-01-16 | Store in database and document *-name, *-version, and ↵ | Karen Arutyunov | 6 | -5/+137 | |
*-to-downstream-version package manifest values | |||||
2023-01-12 | Add --git-capabilities common option | Karen Arutyunov | 6 | -8/+156 | |
2023-01-12 | Assume git repository protocol as smart if HTTP response code is 401 | Karen Arutyunov | 5 | -80/+434 | |
2023-01-10 | Update copyright | Karen Arutyunov | 1 | -1/+1 | |
2022-12-14 | Add noexcept to move constructors and move assignment operators | Karen Arutyunov | 5 | -6/+9 | |
2022-12-14 | Adjust to build system interface change | Boris Kolpackov | 1 | -3/+4 | |
2022-12-12 | Adapt to butl::b_info() API change | Karen Arutyunov | 8 | -30/+54 | |
2022-12-12 | Adapt to dir_iterator API change | Karen Arutyunov | 3 | -4/+3 | |
2022-12-08 | Add --[no]diag-color options (infrastructure only) | Boris Kolpackov | 5 | -23/+97 | |
2022-12-05 | Use curl instead of wget as default fetch program | Boris Kolpackov | 4 | -19/+89 | |
We used to prefer wget 1.16 because it has --show-progress which results in nicer progress. But experience shows that wget is quite unreliable plus with bdep always using curl, it would be strange to use both curl and wget (and expecting the user to setup proxy, authentication, etc., for both). Also add internal --curl* options to be used by bdep. |