Age | Commit message (Expand) | Author | Files | Lines |
2021-07-22 | adb: unify various interfaces to adb_m_process | Timo Teräs | 1 | -1/+1 |
2021-07-22 | adb: support seamless de/compression of adb files | Timo Teräs | 1 | -2/+2 |
2021-06-14 | update Makefile to include new v3 code and applets | Timo Teräs | 1 | -11/+11 |
2021-06-11 | fix makefile build after crypto abstraction work | Timo Teräs | 1 | -1/+1 |
2021-06-11 | add basic abstraction for cryptographic operations | Timo Teräs | 1 | -1/+1 |
2020-10-09 | rename adb_trust to apk_trust, and use it as package signature keystore too | Timo Teräs | 1 | -3/+2 |
2020-10-09 | rename apk_db_options to apk_ctx, rework logging | Timo Teräs | 1 | -2/+2 |
2020-10-09 | adb: introduce apk-tools database format, and few applets | Timo Teräs | 1 | -0/+7 |
2020-08-25 | build: make soname explicit and simplify and fix soname link | Timo Teräs | 1 | -18/+10 |
2020-05-19 | fix logic to not compile lua module when it was not asked | Fredrik Gustafsson | 1 | -1/+1 |
2020-05-19 | make the atom functions not use global state | Timo Teräs | 1 | -1/+1 |
2020-05-19 | allow building without help when lua interpreter is not available | Timo Teräs | 1 | -5/+15 |
2020-05-06 | add script to autogenerate help from man pages | Timo Teräs | 1 | -1/+14 |
2020-04-01 | build: fix includedir in pkgconfig file | Rasmus Thomsen | 1 | -2/+2 |
2020-03-16 | build: enable building of development package | Rasmus Thomsen | 1 | -39/+67 |
2020-02-14 | rename all iostream source to io_*.c | Timo Teräs | 1 | -3/+4 |
2020-02-14 | rename all applets sources to app_*.c | Timo Teräs | 1 | -3/+7 |
2019-12-30 | lua: fix build and update to lua5.3 | Timo Teräs | 1 | -1/+1 |
2018-01-28 | list: new applet | William Pitcock | 1 | -1/+1 |
2017-10-05 | build and use bundled libfetch natively | Timo Teräs | 1 | -4/+7 |
2017-05-20 | manifest: new applet which dumps checksums in sha1sum format for a package | William Pitcock | 1 | -1/+1 |
2016-07-06 | fix cross-compiling to pick right libfetch.a | Timo Teräs | 1 | -1/+1 |
2016-06-13 | build: allow override compiler/linker flags for external libs | Natanael Copa | 1 | -9/+11 |
2015-06-12 | add simple stats applet | Timo Teräs | 1 | -1/+1 |
2014-10-08 | url: use libfetch to retrieve http/https/ftp files | Timo Teräs | 1 | -1/+2 |
2014-05-12 | finally fix building PIE binaries | Timo Teräs | 1 | -2/+2 |
2013-06-26 | build: lua module build fixes | Natanael Copa | 1 | -2/+5 |
2013-06-18 | policy: new applet | Timo Teräs | 1 | -1/+1 |
2013-06-13 | solver: rewrite as deductive solver -- core features | Timo Teräs | 1 | -1/+1 |
2012-03-28 | build: openssl seems to require -ldl for now, so add that | Timo Teräs | 1 | -0/+1 |
2012-02-28 | lua: fix bindings, and build by default | Timo Teräs | 1 | -0/+1 |
2012-02-23 | test: rewrite the testing framework to use the real applets | Timo Teräs | 1 | -3/+6 |
2011-09-16 | build: fix make install of shared lib and lua module | Natanael Copa | 1 | -2/+2 |
2011-09-14 | build: support building lua module without shared libapk | Natanael Copa | 1 | -3/+4 |
2011-09-13 | solver: add per-name specific flags, and fix the fix applet | Timo Teräs | 1 | -1/+1 |
2011-09-09 | applets: start using solver code | Timo Teräs | 1 | -2/+2 |
2011-08-05 | solver: move topology sorting to solver code | Timo Teräs | 1 | -1/+1 |
2011-07-27 | Makefile: make it possible to override pkg-config via PKG_CONFIG | Natanael Copa | 1 | -3/+4 |
2011-07-26 | solver: new package selection logic (which is not yet used) | Timo Teräs | 1 | -3/+10 |
2011-07-24 | dot: applet to generate the dot attributed graph language files | Timo Teräs | 1 | -1/+1 |
2010-06-30 | static build: do not use openssl engines | Timo Teräs | 1 | -1/+2 |
2010-06-16 | Makefile: do not require lua pkgconfig unless you intend build lua module | Natanael Copa | 1 | -5/+6 |
2010-06-14 | Makefile: Don't build or install the libapk and lua module by default | Natanael Copa | 1 | -10/+29 |
2010-06-11 | build: fix CFLAGS, and use pkg-config for lua | Timo Teräs | 1 | -5/+4 |
2010-06-11 | lua: initial lua module | Natanael Copa | 1 | -2/+10 |
2010-06-11 | First steps for libapk | Natanael Copa | 1 | -7/+17 |
2010-06-05 | all: rework how arrays work | Timo Teräs | 1 | -1/+1 |
2009-08-04 | fix: new applet to reinstall and fix package | Timo Teras | 1 | -1/+1 |
2009-07-31 | apk: use *at instead of chdir+normal file syscall | Timo Teras | 1 | -0/+1 |
2009-07-29 | build: make install depend on main targets | Timo Teras | 1 | -1/+1 |