Age | Commit message (Expand) | Author |
2023-05-21 | move the interface to SharedLibs to be somewhat object oriented | Marc Espie |
2023-05-19 | remove indirect calls | Marc Espie |
2022-02-12 | switch to using the common code in BaseState | Marc Espie |
2021-03-02 | finish GC old unintuitive interface | Marc Espie |
2021-02-01 | in case we're not a tty, don't do anything else | Marc Espie |
2021-01-31 | turns out STDOUT may have been redirected, in which case tcgetpgrp will | Marc Espie |
2021-01-30 | do not print to STDOUT if we're in background, as requested by Theo | Marc Espie |
2021-01-30 | rework API slightly, so that handle_continue is an explicit method | Marc Espie |
2021-01-08 | avoid extra warnings if undefined values are encountered | Marc Espie |
2020-01-28 | banish implicit return | Marc Espie |
2019-12-04 | allow error to be passed along, in case we need to save $? for later | Marc Espie |
2019-07-24 | GC old catchall | Marc Espie |
2019-07-21 | start re-adding the non-broken changes: | Marc Espie |
2019-07-17 | backout previous commits for now; some of this is shared with dpb and | Stuart Henderson |
2019-07-14 | a bunch of changes, all related to error-handling: | Marc Espie |
2019-07-11 | move the display of cmd into fatal, and don't say it's a fatal error, it's | Marc Espie |
2019-07-09 | knob for testing, do not even look in installurl by default | Marc Espie |
2019-04-06 | help the debugger, we usually don't want to stop after a fork to an | Marc Espie |
2019-03-11 | perl has a warning for statements following exec. It doesn't trigger for | Marc Espie |
2018-08-03 | - exit in case of exec error. Prevents code from continuing badly | Marc Espie |
2018-07-11 | allow state->new to deduce the command name from $0 | Marc Espie |
2018-05-16 | be a bit more paranoid about termsizes, this works around broken | Marc Espie |
2018-02-27 | sanitize say/print output further | Marc Espie |
2018-02-26 | actually have safe do something, stupid typo | Marc Espie |
2018-02-26 | - move sane into State.pm | Marc Espie |
2017-12-23 | the trick to get signal names requires skipping over POSIX stuff we don't | Marc Espie |
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie |
2017-05-29 | Refactor locator code so it's a proper object. | Marc Espie |
2017-03-09 | tweak installurl code to return a single string that gets parsed | Marc Espie |
2017-03-01 | scrape most of the config framework | Marc Espie |
2017-02-27 | Remove support for pkg.conf in light of the consolidation towards | Robert Peichaer |
2017-02-06 | basic installurl support, get installpath from it (appending the requisite | Marc Espie |
2017-02-05 | Use a non-greedy regular expression for the installpath url. | Robert Peichaer |
2016-10-03 | gc the old checking code in pkg_add | Marc Espie |
2016-09-27 | switch to using the new package signature scheme (signify2) by default | Christian Weisgerber |
2016-09-14 | move the check up in state | Marc Espie |
2016-06-24 | simplify the logic. no need for a separate hook when we can just specialize | Marc Espie |
2016-06-23 | there's no reason for window size computation to be linked to the | Marc Espie |
2016-06-23 | add fh variation of printing code. Systematically use it with STDOUT/STDERR | Marc Espie |
2015-04-06 | move signer_list up so pkg_info can use it | Marc Espie |
2014-11-30 | much cleaner way to handle progress meter wipes: have state methods that | Marc Espie |
2014-07-27 | make sure makewhatis shows error messages without unsightly CODE() refs | Marc Espie |
2014-07-08 | in case we say("Some parameter #1 blabla there") but we | Marc Espie |
2014-06-10 | get verbose_system in line with _system, do not display \&code snippets... | Marc Espie |
2014-05-30 | oops, auto-read config only *after* we have a way to print out errors. | Marc Espie |
2014-05-20 | fix bogus extension: $code and $code2 belong in _system, so that | Marc Espie |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-03-18 | ... and commit this as well (linked to new signify.pm): allows specific | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-07 | ... and let sign_list(\@ARGV... work too) | Marc Espie |