Jo-Philipp Wich
|
2b3d362edb
libopkg: fix pkg_set_ptr() to properly set NULL pointers
|
7 years ago |
Jo-Philipp Wich
|
7c48e3fca6
libopkg: introduce SF_NEED_DETAIL flag
|
7 years ago |
Jo-Philipp Wich
|
54cc7e3bd1
libopkg: fix hex encoding/decoding, add checksum getter/setter
|
7 years ago |
Jo-Philipp Wich
|
9396bd4a4c
libopkg: store checksums in binary form, use integer index for architecture
|
7 years ago |
Jo-Philipp Wich
|
ba12c71336
pkg: move active_list structure out of pkg_t
|
7 years ago |
Jo-Philipp Wich
|
98ce8c256f
pkg: convert most other struct members into dynamic blob buffer fields
|
7 years ago |
Jo-Philipp Wich
|
60e4cc1b74
pkg: store size, installed size and installed time info in blob buffer
|
7 years ago |
Jo-Philipp Wich
|
2035cbf3a4
pkg: use a blob buffer in pkg_t to store variable fields
|
7 years ago |
Jo-Philipp Wich
|
c723fb3996
pkg: coalesce soem flag members into a packed bit field
|
7 years ago |
Jo-Philipp Wich
|
4ea955bc7e
treewrite: use Lindent to reformat to kernel coding style
|
7 years ago |
Jo-Philipp Wich
|
9ecd49641e
libopkg: pass PKG_UPGRADE variable to package scripts
|
7 years ago |
graham.gower
|
0a4946b3e9
Remove trailing whitespace. Sorry if this breaks your patches.
|
14 years ago |
graham.gower
|
5c709efb3d
Include config.h to pull in HAVE_* macros where needed.
|
15 years ago |
graham.gower
|
599cc25928
Initial stab at untangling the #include maze. Probably needs a second pass.
|
15 years ago |
graham.gower
|
2fdb3fc0b6
Merge commit 'grg' into HEAD
|
15 years ago |
graham.gower
|
a854b2c2b0
Various cleanups for pkg.{c,h}.
|
15 years ago |
graham.gower
|
f2a37ae1c0
Make a couple of functions static, and return void since they cannot fail.
|
15 years ago |
pixdamix
|
b5023b1788
Allow to install a package from a read-only dir
|
15 years ago |
graham.gower
|
f3b6367701
Fix pkg_get_installed_files() to work with an offline_root + dest.
|
15 years ago |
graham.gower
|
1918031b96
Remove prototype for deleted function.
|
15 years ago |
graham.gower
|
b52b1a6277
Stop my eyes from bleeding.
|
15 years ago |
ticktock35
|
29b3b9d76a
Add sha256 ckecksums to okpg
|
15 years ago |
ticktock35
|
5f04cd13dd
move pkg_compare_name to pkg_vec and remove qsort in hash_get
|
16 years ago |
ticktock35
|
4a5627af1e
introduce the active_list for searching.
|
16 years ago |
ticktock35
|
dc2a09c8ac
opkg: introduce active list into pkg_t
|
16 years ago |
ticktock35
|
6e5ac111a6
opkg: remove redundant multiple_providers option and also remove redundant familiar_revision pointer from the pkg struct
|
16 years ago |
ticktock35
|
3523443344
opkg: 's/itsy/opkg/'
|
16 years ago |
ticktock35
|
9e9f4261ab
opkg: enable -Werror in libopkg and fix resulting build failures
|
16 years ago |
ticktock35
|
dba0a0abdf
opkg: add support for Tags attribute
|
16 years ago |
ticktock35
|
4b0b7ca249
opkg: re-arrange source code into sub-directories
|
16 years ago |