]> pd.if.org Git - zpackage/shortlog
zpackage
2018-09-30 Nathan Wagneradd pathmod to scripts for install v0.1.7
2018-09-30 Nathan Wagneradd verbose option to pathmod
2018-09-30 Nathan Wagnerfixup db packagefiles trigger
2018-09-30 Nathan Wagneradd packagefiles_pkgid update trigger
2018-09-30 Nathan Wagnerinstall will init the localdb if it does not exist
2018-09-30 Nathan Wagnerimprove default local database
2018-09-30 Nathan Wagneradd option to zpm-add to not absorb file content
2018-09-30 Nathan Wagnerrun syncfs with -v if install is verbose
2018-09-30 Nathan Wagnerfix installing of symlinks
2018-09-30 Nathan Wagnerrun ldconfig after install
2018-09-30 Nathan Wagnercleanup and fix bugs in addfile
2018-09-30 Nathan Wagnerremove -ldl from makefile
2018-09-29 Nathan Wagnerremove release special handling from vercmp
2018-09-29 Nathan Wagnerfix pointer related bugs
2018-09-29 Nathan Wagnerfix uninitialized variable
2018-09-29 Nathan Wagnerseparate parse from findpkg
2018-09-29 Nathan Wagnerenable static linked builds
2018-09-28 Nathan Wagneradd metadata string to packagefiles view
2018-09-28 Nathan Wagneradd zpm-uninstall to makefile
2018-09-28 Nathan Wagneradd install root for tests
2018-09-28 Nathan Wagneradd error checks for unlink
2018-09-28 Nathan Wagnerchange findpkg to use -f option
2018-09-25 Nathan Wagnerrename pkgfiles to syncfs
2018-09-25 Nathan Wagnerremove pkgid argument from pkgfiles
2018-09-25 Nathan Wagneradd pkgfiles to makefile
2018-09-25 Nathan Wagnerremove tmpinstall and tmpupgrade make targets
2018-09-24 Nathan Wagnercleanup makefile and other files
2018-09-24 Nathan Wagneradd test for pre-install script failure
2018-09-24 Nathan Wagnercheck for file extract failure in runscript
2018-09-24 Nathan Wagnerbump sqlite to 3.25.1
2018-09-24 Nathan Wagneradd tests for more package installs
2018-09-24 Nathan Wagnersupport symlinks in zpm-add
2018-09-24 Nathan Wagneradd symlink support to pkgfiles
2018-09-24 Nathan Wagnerfix eval variable name in zpm-list
2018-09-24 Nathan Wagneradd test file for install v0.1.6
2018-09-24 Nathan Wagneradd verbose option to add and install
2018-09-24 Nathan Wagneradd basics test
2018-09-24 Nathan Wagneradd zpm-list
2018-09-24 Nathan Wagnerrewrite zpm-install
2018-09-24 Nathan Wagneralter zpm-pkg syntax
2018-09-24 Nathan Wagneradd zpm-pkgfiles
2018-09-24 Nathan Wagneradd zpm-quote option to shell quoting
2018-09-24 Nathan Wagneruse ZPMDB as package database if needed
2018-09-24 Nathan Wagneradd -o option to runscript
2018-09-24 Nathan Wagneradd vercmp at zpm open or init
2018-09-24 Nathan Wagneradd check for different hash in install_status
2018-09-24 Nathan Wagnerremove foreign key from elf tables
2018-09-24 Nathan Wagneradd zpm-merge
2018-09-24 Nathan Wagneradd shell tap functions
2018-09-24 Nathan Wagneradd define for local db default path
2018-09-24 Nathan Wagneradd views for installing and upgrading packages
2018-09-24 Nathan Wagneradd error checks to foreach_path
2018-09-24 Nathan Wagnerignore missing runscript by default
2018-09-24 Nathan Wagnerremove dupstr and readopts
2018-09-24 Nathan Wagnerchange test scripts to init a new zpm db
2018-09-24 Nathan Wagneruse stage instead of phase in script_hash
2018-09-24 Nathan Wagnerseparate zpm library database create and open
2018-09-17 Nathan Wagneruse stage instead of phase in dbquery
2018-09-17 Nathan Wagnerfix double free bug
2018-09-17 Nathan Wagnerinitialize struct members in zpm_open
2018-09-17 Nathan Wagneradd scripts_pkgid view
2018-09-17 Nathan Wagnercleanup makefile and add library source
2018-09-17 Nathan Wagneradd functions to find scripts and run a query
2018-09-17 Nathan Wagnerimprove newpackage file and package id logic
2018-09-17 Nathan Wagnerderive zpm package version from git tag
2018-09-17 Nathan Wagnerrework zpm-add
2018-09-17 Nathan Wagneradd create option to zpm-newpackage
2018-09-17 Nathan Wagnerremove create option to zpm-add
2018-09-17 Nathan Wagnercheck for disallowed characters in package ids
2018-09-17 Nathan Wagnerrenamed addtopackage to add
2018-09-17 Nathan Wagneradd zpm-parse program
2018-09-17 Nathan Wagnercast sqlite3 for char signedness
2018-09-17 Nathan Wagneruse posix strdup in findpkg
2018-09-17 Nathan Wagneradd zpm program to quote strings for sqlite
2018-09-17 Nathan Wagneradd library findpkg and quote
2018-09-17 Nathan Wagneradd library function to quote
2018-09-17 Nathan Wagnerremove lzma/fastpos_tablegen.c
2018-09-17 Nathan Wagneradd zpm function to quote a string for sqlite
2018-09-17 Nathan Wagnersanitize packages table
2018-09-17 Nathan Wagneradd target for jsw library
2018-09-17 Nathan Wagnercreate combined single header for jsw library
2018-09-17 Nathan Wagnerfix table resize bug in jsw_hlib
2018-09-14 Nathan Wagnerremove c++isms from jsw code
2018-09-14 Nathan Wagneradd jsw data structure code
2018-09-14 Nathan Wagnerfix pkginfo and list files in package
2018-09-14 Nathan Wagneradd structs for packages and other objects
2018-09-14 Nathan Wagnercorrect default make target
2018-09-12 Nathan Wagneradd make target for foreach-path
2018-09-12 Nathan Wagneradd program to run a command for each package file
2018-09-12 Nathan Wagneradd foreach_path to zpm library
2018-09-09 Nathan Wagneruse lzma from xz 5.2.4
2018-09-09 Nathan Wagneradd make target to update lzma
2018-08-23 Nathan Wagnerfix exit status for zpm-hash
2018-08-21 Nathan Wagneradd conflict checking for installs
2018-08-21 Nathan Wagneradd views useful for installs and uninstalls
2018-08-21 Nathan Wagnerquote shell variables
2018-08-21 Nathan Wagnerhave ctap prove read from stdin
2018-08-21 Nathan Wagnerget install upgrades working
2018-08-21 Nathan Wagnerchange release version to 0.1.3
2018-08-21 Nathan Wagneradd check constraints to package release
next