Age | Commit message (Expand) | Author |
2018-01-20 | oops, no chomp, so get rid of the extra blank line by using print | Marc Espie |
2018-01-19 | display the actual redirect message, as that's informative. | Marc Espie |
2018-01-17 | Remove erreneous and leftover slash that was part of the regex before | Patrick Wildt |
2018-01-17 | Process redirection messages from http. | Marc Espie |
2018-01-11 | Install the intel firmware package which contains microcode updates | Patrick Wildt |
2018-01-11 | Create a second hash that maps all possible drivers to a default regex | Patrick Wildt |
2018-01-05 | @libset is going to be part of the dependency information. | Marc Espie |
2018-01-01 | placeholder for new keyword that doesn't do anything yet, so that when it | Marc Espie |
2017-12-23 | the trick to get signal names requires skipping over POSIX stuff we don't | Marc Espie |
2017-12-02 | switching to _pbuild is tricky, you can't take it back. | Marc Espie |
2017-11-07 | Revert previous, it breaks ports/infrastructure/bin/resolve-lib (I think) | Antoine Jacoutot |
2017-11-06 | typo, surprised nobody noticed yet | Marc Espie |
2017-11-03 | properly cleanup the controller after closing the cmdfh. | Marc Espie |
2017-11-01 | don't look directly at PKG_CACHE, but ask the state, so that only | Marc Espie |
2017-10-22 | make messages involving fs clearer, parse the mount point AND the device | Marc Espie |
2017-10-14 | Add bwfm(4) to fw_update(1). | Patrick Wildt |
2017-10-10 | clean-up option handling slightly, some more to be done. | Marc Espie |
2017-10-09 | correct calls to this constructor *must* include a state. If they don't | Marc Espie |
2017-10-07 | kill reporting old signature schemes, they've been gone for long enough | Marc Espie |
2017-10-07 | Adjust verbose message in case PKG_PATH is undefined. | Marc Espie |
2017-09-18 | better diagnostics | Marc Espie |
2017-09-18 | -V option for pkg_create and incorporate version into signatures. | Marc Espie |
2017-09-16 | we already have a comparison function for libobjects, so move it up to | Marc Espie |
2017-09-16 | recognize @version, to be used for a system-wide version marker | Marc Espie |
2017-08-29 | avoid double search. Fix abieber's commit vaguely. (todo: speed-ups) | Marc Espie |
2017-08-04 | Only call find_pkg when we are using other options with -Q. | Aaron Bieber |
2017-08-04 | Adjust the html index-parsing regex to cope with anchor tags that aren't | Stuart Henderson |
2017-08-03 | Make -Q work play nice with other flags. This makes things like: | Aaron Bieber |
2017-07-23 | recent perls have more fun rules related to _ and - | Marc Espie |
2017-07-01 | go thru POSIX::Termios to turn off kerninfo. | Marc Espie |
2017-06-20 | trim more error messages | Marc Espie |
2017-05-29 | do not whine if installpath is undef. | Marc Espie |
2017-05-29 | Refactor locator code so it's a proper object. | Marc Espie |
2017-05-18 | introduce new url "installpath" to mean "the contents of installurl" | Marc Espie |
2017-05-15 | Properly register manual pages in non-English language directories. | Ingo Schwarze |
2017-04-18 | recent perl have signal names we don't have, protect against that. | Marc Espie |
2017-04-05 | For a non-interactive attempt to pkg_delete a firmware package, print a | Stuart Henderson |
2017-03-25 | Recognise vmm in dmesg to install "vmm-firmware" (the SeaBIOS package). | Stuart Henderson |
2017-03-25 | tweak checksums on delete to not happen by default, with an interface | Marc Espie |
2017-03-16 | tied files should be treated like deleted files wrt checksums. | Marc Espie |
2017-03-14 | a few more characters that are safe to print | Marc Espie |
2017-03-13 | fix usage order, as reminded by jmc@ | Marc Espie |
2017-03-11 | compute_digest already clones object's class, no need to ref here. | Marc Espie |
2017-03-11 | tweak %m to expand to %c, and make %c more magical: | Marc Espie |
2017-03-09 | take the checksum part out of line. | Marc Espie |
2017-03-09 | tweak installurl code to return a single string that gets parsed | Marc Espie |
2017-03-07 | okay "can't find" means error reported as well | Marc Espie |
2017-03-07 | Digest::SHA is nasty: it shows an incomplete error message if the | Marc Espie |
2017-03-07 | if we reported "Can't find CONTENTS", we know it's a bad package, | Marc Espie |
2017-03-07 | get rid of redundant "Can't find CONTENTS" if the location already twitted | Marc Espie |