2014-07-22 11:15 | Update README | sin | 1 | +2 | -1 |
2014-07-22 11:13 | Bump minor to 0.4.1 | sin | 1 | +1 | -1 |
2014-07-22 11:12 | Sort includes | sin | 1 | +1 | -1 |
2014-07-03 13:22 | Remove entries when destroying lists | sin | 2 | +3 | -0 |
2014-07-02 22:58 | Rename prefix to root | sin | 7 | +19 | -19 |
2014-07-02 10:13 | No need to traverse the list of packages when removing a db entry | sin | 1 | +9 | -15 |
2014-07-02 00:10 | Style fixes | sin | 1 | +7 | -4 |
2014-07-02 00:07 | Be consistent when naming variables | sin | 1 | +3 | -3 |
2014-07-01 23:58 | Remove useless comments | sin | 2 | +2 | -9 |
2014-07-01 23:49 | Stop as early as possible when encountering errors | sin | 2 | +19 | -13 |
2014-07-01 23:36 | Enable -O2 by default | sin | 1 | +1 | -1 |
2014-07-01 23:28 | Fix some memory leaks | sin | 1 | +16 | -8 |
2014-07-01 23:12 | Factor out parsing of pkg db name and version | sin | 3 | +36 | -9 |
2014-07-01 12:54 | Makes more sense to print the filename before downloading | sin | 1 | +1 | -1 |
2014-07-01 12:53 | Use a progress bar for curl | sin | 1 | +1 | -1 |
2014-07-01 12:37 | Dump filename to stdout so we can pipe it to xargs installpkg | sin | 1 | +1 | -0 |
2014-06-25 13:55 | Fix comments in reject | sin | 1 | +2 | -2 |
2014-06-25 12:04 | Skip packages that fail to be installed/removed | sin | 2 | +8 | -3 |
2014-06-24 15:48 | No need for a temp var | sin | 1 | +3 | -5 |
2014-06-24 15:41 | Add pkgentry_{new,free}() | sin | 2 | +26 | -15 |
2014-06-24 15:20 | Bump up to 0.4 | sin | 1 | +1 | -1 |
2014-06-24 15:17 | Strip leading ./ before installing | sin | 2 | +11 | -8 |
2014-06-24 15:05 | Rename filename to file for consistency | sin | 1 | +5 | -5 |
2014-06-24 14:56 | Factor pkg_*() routines into pkg.c | sin | 4 | +338 | -334 |
2014-06-24 14:51 | Add common.c | sin | 4 | +75 | -71 |
2014-06-24 14:36 | No need for braces | sin | 1 | +1 | -3 |
2014-06-24 14:35 | Scream if something terrible happened | sin | 1 | +1 | -0 |
2014-06-24 14:32 | Move deleted packages to a separate list | sin | 3 | +26 | -11 |
2014-06-24 14:20 | Oops forgot reject.c | sin | 1 | +84 | -0 |
2014-06-24 14:20 | Add some comments | sin | 1 | +8 | -10 |
2014-06-24 14:07 | Re-organize code | sin | 12 | +115 | -230 |
2014-06-24 14:01 | Avoid using realpath() for pkg loading | sin | 1 | +2 | -4 |
2014-06-24 12:49 | Import queue.h and use it | sin | 5 | +624 | -77 |
2014-06-21 19:04 | pkg_install() uses a struct pkg now | sin | 3 | +6 | -13 |
2014-06-20 22:35 | if realpath fails use normal path | Hiltjo Posthuma | 1 | +4 | -2 |
2014-06-20 22:12 | use the relative path for db entries | sin | 1 | +1 | -1 |
2014-06-20 21:52 | Resolve paths | sin | 1 | +9 | -7 |
2014-06-20 17:14 | Update comments | sin | 1 | +16 | -10 |
2014-06-20 17:02 | Remove locking | sin | 1 | +0 | -14 |
2014-06-20 16:26 | Populate pe->rpath as well | sin | 1 | +4 | -1 |
2014-06-20 16:20 | Rework installation interfaces | sin | 3 | +106 | -134 |
2014-06-20 15:57 | Rework pkg_load() and pkg_new() | sin | 3 | +45 | -47 |
2014-06-20 15:36 | No need to do a pkg_load() | sin | 1 | +2 | -3 |
2014-06-20 15:11 | db_rm() should work on a struct pkg | sin | 3 | +23 | -28 |
2014-06-20 15:03 | pkg_remove() should work on a struct pkg | sin | 3 | +6 | -17 |
2014-06-20 14:57 | Re-organize functions in db.c | sin | 5 | +143 | -140 |
2014-06-20 14:47 | small simplification and consistency fixes | Hiltjo Posthuma | 1 | +6 | -10 |
2014-06-20 14:49 | Rename symbols | sin | 5 | +83 | -83 |
2014-06-20 14:38 | preload and cache reject rules (per db context) | Hiltjo Posthuma | 2 | +78 | -26 |
2014-06-20 14:03 | Remove dbentry | sin | 2 | +36 | -59 |
2014-06-20 13:32 | Remove obsolete lockdb() from util.h | sin | 1 | +0 | -2 |
2014-06-20 13:16 | installpkg: resolve path of file if it exists | Hiltjo Posthuma | 2 | +6 | -1 |
2014-06-20 12:50 | rejmatch: match on file from package, allow comments | Hiltjo Posthuma | 4 | +12 | -8 |
2014-06-20 12:08 | Add support for /etc/pkgtools/reject.conf | sin | 2 | +65 | -0 |
2014-06-20 11:31 | Initialize de->deleted | sin | 1 | +1 | -0 |
2014-06-16 15:13 | The db entries follow the format 'pkg#version' | sin | 3 | +122 | -51 |
2014-06-19 17:08 | Parse version numbers out of /var/pkg/* | sin | 2 | +16 | -0 |
2014-06-18 15:57 | Check remaining realpath() for error cases | sin | 4 | +28 | -10 |
2014-06-18 15:44 | Rename -p to -r | sin | 3 | +9 | -9 |
2014-06-17 22:08 | Add -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to config.mk | sin | 1 | +1 | -1 |
2014-06-17 21:11 | fix some memleaks, check realpath | Hiltjo Posthuma | 4 | +28 | -9 |
2014-06-16 08:25 | Ensure message reflects action | sin | 1 | +1 | -1 |
2014-06-16 07:45 | Remove useless comment | sin | 1 | +0 | -1 |
2014-06-16 07:24 | Only use ARCHIVE_EXTRACT_UNLINK if -f is set | sin | 1 | +3 | -2 |
2014-06-17 15:58 | chmod 755 the scripts when installing | sin | 1 | +1 | -0 |
2014-06-17 15:41 | Bump up to 0.3 | sin | 1 | +1 | -1 |
2014-06-17 15:15 | use length of getline to determine newline | Hiltjo Posthuma | 2 | +8 | -10 |
2014-06-17 15:04 | Make DBPATH and ARCHIVEBUSIZ tunable | sin | 1 | +7 | -4 |
2014-06-17 14:59 | Clarify dir pruning | sin | 1 | +1 | -0 |
2014-06-17 14:53 | Add some comments | sin | 1 | +15 | -0 |
2014-06-17 14:45 | dp->d_name might be junk so do an estrdup() | sin | 1 | +2 | -1 |
2014-06-17 14:30 | Rename -O option to -o for infopkg | sin | 1 | +6 | -6 |
2014-06-17 14:27 | Add -v in usage | sin | 1 | +1 | -1 |
2014-06-17 14:26 | Add VERSION in usage | sin | 4 | +4 | -1 |
2014-06-17 14:17 | Add support for bzip2 and xz | sin | 1 | +6 | -0 |
2014-06-17 14:00 | The -O switch comes at the end | sin | 1 | +2 | -2 |
2014-06-17 13:58 | Use wrappers in infopkg and fix style | sin | 1 | +4 | -11 |
2014-06-17 13:55 | Mention deps | sin | 1 | +3 | -0 |
2014-06-17 13:54 | Align separators in Makefile | sin | 1 | +4 | -4 |
2014-06-17 13:53 | Add README | sin | 1 | +6 | -0 |
2014-06-17 13:51 | Remove debugging clauses from eprintf.c | sin | 1 | +0 | -8 |
2014-06-17 13:46 | Remove dbfind() and error out when removing a package that is not installed | sin | 2 | +21 | -28 |
2014-06-17 12:10 | Rename dbcollide() to dbfscollide() | sin | 3 | +6 | -6 |
2014-06-17 12:08 | Style fix | sin | 1 | +1 | -1 |
2014-06-17 12:03 | Use wrapper functions | sin | 1 | +45 | -71 |
2014-06-17 11:50 | Add eprintf and ealloc | sin | 7 | +128 | -6 |
2014-06-17 11:47 | Style fix | sin | 1 | +11 | -24 |
2014-06-17 11:10 | Only print errors during extraction | sin | 1 | +2 | -1 |
2014-06-17 09:43 | Prepend path for libarchive errors | sin | 1 | +4 | -2 |
2014-06-16 23:56 | Sync on dbrm() | sin | 1 | +1 | -0 |
2014-06-15 23:14 | Add db interface | sin | 10 | +704 | -640 |
2014-06-15 21:38 | Lock /var/pkg directly | sin | 5 | +18 | -61 |
2014-06-15 20:03 | Add _OWNER and _UNLINK to extraction flags | sin | 1 | +3 | -3 |
2014-06-11 23:25 | Lock the package database before using it | sin | 6 | +110 | -0 |
2014-06-10 14:57 | Update comment in searchpkg | sin | 1 | +1 | -1 |
2014-06-10 14:55 | Use raw mode for read | sin | 2 | +2 | -2 |
2014-06-10 14:54 | Remove debug code | sin | 1 | +1 | -1 |
2014-06-10 14:50 | Do the urldecode as necessary | sin | 1 | +2 | -1 |
2014-06-10 14:40 | Add fetchpkg | sin | 2 | +6 | -0 |
2014-06-09 17:39 | Check strl{cpy,cat}() calls for truncation | sin | 3 | +52 | -13 |
2014-06-09 13:40 | removepkg is no longer *that* dangerous | sin | 1 | +1 | -1 |
2014-06-09 13:35 | Add primitive ref counting to removepkg | sin | 1 | +58 | -0 |
2014-06-09 13:22 | Add verbose output to installpkg | sin | 1 | +11 | -0 |
2014-06-09 10:56 | Add warning about removepkg -f | sin | 1 | +1 | -1 |
2014-06-09 10:56 | Add verbose output to removepkg | sin | 1 | +16 | -2 |
2014-06-09 10:39 | Print the package name that was removed | sin | 1 | +1 | -0 |
2014-06-05 16:46 | Bump up to v0.2 | sin | 1 | +1 | -1 |
2014-05-30 13:35 | Style fix | sin | 1 | +2 | -2 |
2014-05-30 13:34 | Use lstat in error messages as opposed to stat | sin | 3 | +4 | -4 |
2014-05-30 13:29 | -O can work with many filenames | sin | 1 | +1 | -1 |
2014-05-30 13:27 | Rename -E to -O | sin | 1 | +6 | -6 |
2014-05-30 13:25 | Use rewinddir(dir); | sin | 1 | +12 | -9 |
2014-05-30 13:08 | Add infopkg | sin | 2 | +145 | -0 |
2014-05-29 16:38 | Error refers to the output stream | sin | 1 | +1 | -1 |
2014-05-29 13:26 | Print the package name when we abort | sin | 1 | +3 | -1 |
2014-05-29 13:18 | Initial commit | sin | 10 | +776 | -0 |