URI: 
       tLog - pm - barely a pack manager
  HTML git clone git://z3bra.org/pm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       Date              Commit message                            Author
   DIR 2020-06-02 11:04  Rename MANDIR to MANPREFIX                Willy Goiffon
   DIR 2020-06-02 11:02  Cleanup README                            Willy Goiffon
   DIR 2020-06-02 09:56  Refresh manpages with examples and up t…  Willy Goiffon
   DIR 2020-06-02 08:36  Reformat README usage                     Willy Goiffon
   DIR 2020-05-29 17:16  Fix off-by-one error when copying root …  Willy Goiffon
   DIR 2020-05-29 17:14  Update README to be cleaner               Willy Goiffon
   DIR 2019-07-02 08:58  Provide mkfile to build with plan9's mk   Willy Goiffon
   DIR 2019-07-01 09:00  Update contact information in LICENSE     Willy Goiffon
   DIR 2019-04-11 09:42  Use ERE instead of BRE for POSIX compli…  Adrian Grigore
   DIR 2019-04-11 09:40  Fix config.mk for OpenBSD support         z3bra
   DIR 2019-04-01 07:37  Update contact email in manpages          z3bra
   DIR 2019-04-01 07:35  Replace sprintf() with snprintf() call    z3bra
   DIR 2018-10-30 19:25  Display version in verbose mode only in…  z3bra
   DIR 2017-11-25 21:15  Remove useless "checking ..." logs        z3bra
   DIR 2017-11-25 20:59  Strip binary by default                   z3bra
   DIR 2017-11-25 20:52  Reword log/error messages for consisten…  z3bra
   DIR 2017-11-25 17:34  Only update if versions differ            z3bra
   DIR 2017-05-15 17:13  Include config.h                          z3bra
   DIR 2017-05-05 06:30  Update pack filename format               z3bra
   DIR 2017-05-05 06:28  Make dependencies more explicit in make…  z3bra
   DIR 2017-05-05 06:26  Move program tweaks to config.h           z3bra
   DIR 2016-12-16 09:40  Allow disabling repository aware featur…  z3bra
   DIR 2016-12-16 01:27  Exit if REPO_EXEC fails to run            z3bra
   DIR 2016-12-16 01:07  Give ability to fetch remote packs usin…  z3bra
   DIR 2016-09-09 11:38  Save full path instead of basename in p…  z3bra
   DIR 2016-09-09 11:38  Add libacl to linked libraries            z3bra
   DIR 2016-06-22 08:20  Fix bug in inspect_installed()            z3bra
   DIR 2016-06-22 07:54  Clean pack from syystem if update fails   z3bra
   DIR 2016-06-22 05:14  Explain pack naming convention better     z3bra
   DIR 2016-06-22 05:14  Add xz(1) compression support             z3bra
   DIR 2016-06-20 23:56  Updated error messages to be more infor…  z3bra
   DIR 2016-06-20 23:52  Specify pack loading method explicitely   z3bra
   DIR 2016-06-20 23:41  Use regexes to extract pack metadata      z3bra
   DIR 2016-06-19 21:11  Update manpage to match the current sof…  z3bra
   DIR 2016-06-19 20:53  Update LICENSE                            z3bra
   DIR 2016-06-18 23:39  Load pack from either a tarball or a na…  z3bra
   DIR 2016-06-18 23:39  Make update() perform an install with o…  z3bra
   DIR 2016-06-18 23:18  Avoid chdir() and work with absolute pa…  z3bra
   DIR 2016-06-18 23:17  Cosmetic changes (output message + vari…  z3bra
   DIR 2016-06-18 20:59  Detail verbosity in man page              z3bra
   DIR 2016-06-18 20:40  Make prototype/function declaration con…  z3bra
   DIR 2016-06-17 23:29  Change back to working dir after pack_d…  z3bra
   DIR 2016-06-17 23:19  Rework information logging                z3bra
   DIR 2016-06-17 23:17  Pass datadir as an argument to pack_del…  z3bra
   DIR 2016-06-16 23:10  Don't treat hidden/special directories …  z3bra
   DIR 2016-06-16 23:10  Explode delete() in two functions         z3bra
   DIR 2016-06-16 11:17  Add ability to load a pack from the met…  z3bra
   DIR 2016-06-16 11:02  Add function to retrieve version from a…  z3bra
   DIR 2016-06-16 09:58  Remove ability to read from stdin         z3bra
   DIR 2016-06-16 09:32  Revert "Add ARGLOOP() macro to arg.h"     z3bra
   DIR 2016-05-01 21:50  Add ARGLOOP() macro to arg.h              z3bra
   DIR 2016-04-25 06:23  Make metadata directory world readable    z3bra
   DIR 2016-04-24 20:59  Move argv/stdin checks into a macro       z3bra
   DIR 2016-04-24 18:32  Simplify reading arguments or stdin       z3bra
   DIR 2016-04-19 10:59  Refactor code in the main()               z3bra
   DIR 2016-04-18 16:12  Handle reading arguments from stdin       z3bra
   DIR 2016-01-30 14:24  Use mmap to read metadata files in dele…  z3bra
   DIR 2016-01-30 09:27  Replace fgets() with in-house lread()     z3bra
   DIR 2016-01-26 08:52  Fix segfault when $ROOT is empty          z3bra
   DIR 2016-01-23 10:46  Have datadir relative to $ROOT            z3bra
   DIR 2016-01-23 10:45  Cleanup makefile/config.mk                z3bra
   DIR 2016-01-22 23:16  Use $(LIBS) in makefile                   z3bra
   DIR 2016-01-16 15:40  Add PACK_SEPARATOR to change pack name …  z3bra
   DIR 2016-01-13 23:28  chdir() during unpacking                  z3bra
   DIR 2016-01-13 18:39  Add manual pages for pm(1) and pack(5)    z3bra
   DIR 2016-01-13 18:30  Update README to reflect recent design …  z3bra
   DIR 2016-01-13 07:16  Action to update installed packs          z3bra
   DIR 2016-01-12 16:56  Set ACTION_INSPECT as the default action  z3bra
   DIR 2016-01-12 13:40  Add -v flag to activate verbose mode      z3bra
   DIR 2016-01-12 13:39  Check for installed packs before deleti…  z3bra
   DIR 2016-01-12 13:11  Return errors in case of failed operati…  z3bra
   DIR 2016-01-12 13:09  Make error messages lowercase             z3bra
   DIR 2016-01-12 13:08  Add check for already installed packs     z3bra
   DIR 2016-01-12 12:35  Move all libarchive code to unpack()      z3bra
   DIR 2016-01-12 11:24  Free pack structs failing to load         z3bra
   DIR 2016-01-12 09:27  Check for collision before unpacking      z3bra
   DIR 2016-01-11 22:16  Add verbosity to delete errors            z3bra
   DIR 2016-01-11 13:12  Refactoring and improvement over instal…  z3bra
   DIR 2016-01-10 11:48  Have perror() output the target           z3bra
   DIR 2016-01-08 17:45  Prevent buffer overflow while reading c…  z3bra
   DIR 2016-01-08 11:47  Create $PREFIX/bin in makefile before i…  z3bra
   DIR 2016-01-08 07:45  Make deletion process more robust regar…  z3bra
   DIR 2016-01-07 22:04  Make unpack() more solid regarding file…  z3bra
   DIR 2016-01-07 13:58  Don't attempt to remove non existing fi…  z3bra
   DIR 2016-01-07 13:20  Have unpack() rely on archive_read_extr…  z3bra
   DIR 2016-01-05 17:57  Add comments to all functions             z3bra
   DIR 2016-01-05 17:08  Return unlink/rmdir status in delete_co…  z3bra
   DIR 2016-01-05 12:16  Add a license to the software             z3bra
   DIR 2016-01-05 11:08  Protect from segfault when loading packs  z3bra
   DIR 2016-01-05 00:46  Make .tar.bz2 the only supported format   z3bra
   DIR 2016-01-05 00:46  Remove now useless pack() function        z3bra
   DIR 2016-01-05 00:12  Use environment to set DATA and ROOT dir  z3bra
   DIR 2016-01-05 00:00  Handle multiple args for ACTION_INSTALL   z3bra
   DIR 2016-01-04 16:29  Fix uninitialized values                  z3bra
   DIR 2016-01-04 13:08  Fixed memory leaks in pack loading        z3bra
   DIR 2015-12-31 10:06  Code cleanup                              z3bra
   DIR 2015-12-30 16:23  Update README with simple usage           z3bra
   DIR 2015-12-30 16:15  Rely on stat(2) rather than strchr        z3bra
   DIR 2015-12-30 16:02  Include version number in metadata        z3bra
   DIR 2015-12-30 15:31  Perform a smart inspection                z3bra
   DIR 2015-12-30 14:57  List files installed by a package         z3bra
   DIR 2015-12-30 14:47  Update usage() function                   z3bra
   DIR 2015-12-30 14:45  Delete packages from the system           z3bra
   DIR 2015-12-30 11:11  List package installed                    z3bra
   DIR 2015-12-30 11:11  Check path before loading package         z3bra
   DIR 2015-12-30 10:38  Use a macro for package extension         z3bra
   DIR 2015-12-30 00:49  Load package structure from filename      z3bra
   DIR 2015-12-29 12:59  Add function prototypes                   z3bra
   DIR 2015-12-28 14:15  Create metadata files recursively         z3bra
   DIR 2015-12-23 18:25  Change directory after opening package    z3bra
   DIR 2015-12-23 12:18  Check if datadir exist before creating …  z3bra
   DIR 2015-12-23 12:01  Define package structure                  z3bra
   DIR 2015-12-23 10:22  Write metadata during package installat…  z3bra
   DIR 2015-12-23 09:36  Clean existing code and set goals         z3bra
   DIR 2015-12-22 13:10  Rename 'pack' to 'pm'                     z3bra
   DIR 2015-12-22 13:07  Improve makefile and add config.mk        z3bra
   DIR 2015-12-22 13:05  Clean argument handling and usage()       z3bra
   DIR 2015-12-22 12:34  Change function names and comments        z3bra
   DIR 2015-12-22 11:45  Add function to extract files to PACKAG…  z3bra
   DIR 2015-12-18 22:48  Use arg.h to select functions             z3bra
   DIR 2015-12-18 19:03  Add pack_creat() to create tar.bz2        z3bra
   DIR 2015-12-18 11:48  List the content of an archive            z3bra
       
  TEXT Atom feed
  TEXT Atom feed (tags)