| .. |
|
test
|
7c7ce89909
libdpkg: Add new arch_empty special architecture
|
14 vuotta sitten |
|
.gitignore
|
9cdcabb0a7
Add a new libdpkg-dev package with the headers and the static library
|
16 vuotta sitten |
|
Makefile.am
|
e5954543cb
libdpkg: New atomic file module
|
14 vuotta sitten |
|
ar.c
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 vuotta sitten |
|
ar.h
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 vuotta sitten |
|
arch.c
|
1c1c2f7dc4
libdpkg: Add new dpkg_arch database interface
|
14 vuotta sitten |
|
arch.h
|
1c1c2f7dc4
libdpkg: Add new dpkg_arch database interface
|
14 vuotta sitten |
|
atomic-file.c
|
e5954543cb
libdpkg: New atomic file module
|
14 vuotta sitten |
|
atomic-file.h
|
e5954543cb
libdpkg: New atomic file module
|
14 vuotta sitten |
|
buffer.c
|
39a535646f
libdpkg: Move ohshite calls into the buffer_copy loop
|
15 vuotta sitten |
|
buffer.h
|
c384fe2132
libdpkg: Add new fd_fd_copy_and_md5()
|
14 vuotta sitten |
|
cleanup.c
|
7337447704
libdpkg: Rename cu_closefile to cu_closestream
|
15 vuotta sitten |
|
command.c
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
15 vuotta sitten |
|
command.h
|
7f9153a39e
libdpkg: Add new command_shell() to execute a shell instance
|
15 vuotta sitten |
|
compress.c
|
584c3b4036
dpkg-deb: Add compression strategy support
|
14 vuotta sitten |
|
compress.h
|
584c3b4036
dpkg-deb: Add compression strategy support
|
14 vuotta sitten |
|
dbdir.c
|
18d1daa7bf
libdpkg: Add new dbdir module
|
15 vuotta sitten |
|
dbmodify.c
|
61b3201ddb
dpkg: Switch from foreign arch option to add and remove commands
|
14 vuotta sitten |
|
debug.c
|
5e7235bf69
Move and generalize debug API from dpkg to libdpkg
|
15 vuotta sitten |
|
debug.h
|
5e7235bf69
Move and generalize debug API from dpkg to libdpkg
|
15 vuotta sitten |
|
depcon.c
|
6f4ebe26f5
libdpkg: Add new dpkg_arch_get() to retrieve special architectures
|
14 vuotta sitten |
|
dir.c
|
ae3500585c
libdpkg: Make dir_sync() private
|
15 vuotta sitten |
|
dir.h
|
ae3500585c
libdpkg: Make dir_sync() private
|
15 vuotta sitten |
|
dlist.h
|
b8799d9f10
Use consistent naming for linked lists members
|
16 vuotta sitten |
|
dpkg-db.h
|
e5954543cb
libdpkg: New atomic file module
|
14 vuotta sitten |
|
dpkg.h
|
68189bc967
Use the new atomic file API instead of ad-hoc code
|
14 vuotta sitten |
|
dump.c
|
68189bc967
Use the new atomic file API instead of ad-hoc code
|
14 vuotta sitten |
|
ehandle.c
|
9fe0a1b16d
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
|
15 vuotta sitten |
|
ehandle.h
|
9fe0a1b16d
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
|
15 vuotta sitten |
|
error.c
|
b03f212d3a
libdpkg: Add new error module
|
15 vuotta sitten |
|
error.h
|
b03f212d3a
libdpkg: Add new error module
|
15 vuotta sitten |
|
fdio.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
fdio.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
fields.c
|
6cffe2e524
libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()
|
14 vuotta sitten |
|
file.c
|
dbe742b7db
Fix spelling errors
|
15 vuotta sitten |
|
file.h
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 vuotta sitten |
|
glob.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
glob.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
i18n.h
|
58c6486cdf
libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized builds
|
15 vuotta sitten |
|
libdpkg.map
|
1c1c2f7dc4
libdpkg: Add new dpkg_arch database interface
|
14 vuotta sitten |
|
libdpkg.pc.in
|
9cdcabb0a7
Add a new libdpkg-dev package with the headers and the static library
|
16 vuotta sitten |
|
log.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
macros.h
|
25fb807882
libdpkg: Add new DPKG_GCC_VERSION macro and use it
|
15 vuotta sitten |
|
md5.c
|
5b03e1e990
libdpkg: Update MD5 implementation with the one from OpenBSD
|
15 vuotta sitten |
|
md5.h
|
68a6242098
Do not include unneeded <sys/cdefs.h>
|
14 vuotta sitten |
|
mlib.c
|
9dfb225769
libdpkg: Add new m_calloc()
|
14 vuotta sitten |
|
namevalue.c
|
902cc15dc8
libdpkg: Add support for fallback namevalues
|
15 vuotta sitten |
|
namevalue.h
|
902cc15dc8
libdpkg: Add support for fallback namevalues
|
15 vuotta sitten |
|
nfmalloc.c
|
c6ea15b985
Cleanup white spaces
|
15 vuotta sitten |
|
options.c
|
cf22cf6118
libdpkg: Rename myopt module to options
|
15 vuotta sitten |
|
options.h
|
cf22cf6118
libdpkg: Rename myopt module to options
|
15 vuotta sitten |
|
parse.c
|
7c7ce89909
libdpkg: Add new arch_empty special architecture
|
14 vuotta sitten |
|
parsedump.h
|
865a375dca
libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch
|
14 vuotta sitten |
|
parsehelp.c
|
6cffe2e524
libdpkg: Remove unused end pointer argument from pkg_name_is_illegal()
|
14 vuotta sitten |
|
path.c
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
15 vuotta sitten |
|
path.h
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
15 vuotta sitten |
|
pkg-array.c
|
5ec7516601
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
|
14 vuotta sitten |
|
pkg-array.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
pkg-db.c
|
6b9bd9395a
libdpkg: Update reference to struct pkginfo arch member in comment
|
14 vuotta sitten |
|
pkg-format.c
|
255417d275
libdpkg: Add short Description and Status virtual field variants
|
14 vuotta sitten |
|
pkg-format.h
|
de553e2746
Rename struct pkginfoperfile to struct pkgbin
|
15 vuotta sitten |
|
pkg-list.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
pkg-list.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
pkg-queue.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
pkg-queue.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
pkg-show.c
|
b9ca9a28b0
libdpkg: Refactor pkg status to abbreviations mapping into new functions
|
14 vuotta sitten |
|
pkg-show.h
|
b9ca9a28b0
libdpkg: Refactor pkg status to abbreviations mapping into new functions
|
14 vuotta sitten |
|
pkg.c
|
7c7ce89909
libdpkg: Add new arch_empty special architecture
|
14 vuotta sitten |
|
pkg.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
progname.c
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
15 vuotta sitten |
|
progname.h
|
ec206bf34b
libdpkg: Add new progname module handling functions
|
15 vuotta sitten |
|
progress.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
progress.h
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 vuotta sitten |
|
string.c
|
8578e79d03
libdpkg: Add new str_quote_meta() function
|
15 vuotta sitten |
|
string.h
|
8578e79d03
libdpkg: Add new str_quote_meta() function
|
15 vuotta sitten |
|
subproc.c
|
23cd39aae0
libdpkg: Rename catch_signals to signo_ignores in subproc module
|
15 vuotta sitten |
|
subproc.h
|
c6ea15b985
Cleanup white spaces
|
15 vuotta sitten |
|
tarfn.c
|
142c6b659c
libdpkg: Use m_strndup() instead of StoC()
|
14 vuotta sitten |
|
tarfn.h
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 vuotta sitten |
|
test.h
|
9fe0a1b16d
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
|
15 vuotta sitten |
|
trigdeferred.h
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 vuotta sitten |
|
trigdeferred.l
|
4935913e08
libdpkg: Use %option noinput instead of defining YY_NO_INPUT
|
14 vuotta sitten |
|
triglib.c
|
68189bc967
Use the new atomic file API instead of ad-hoc code
|
14 vuotta sitten |
|
triglib.h
|
a4298e6ff2
libdpkg: Refactor trig_awaited_pend_head processing into new functions
|
15 vuotta sitten |
|
trigname.c
|
2e9a20901a
libdpkg: Move trig_name_is_illegal to a new trigname module
|
15 vuotta sitten |
|
trignote.c
|
af4a5dd8bb
libdpkg: Move trigger note support to a new trignote module
|
15 vuotta sitten |
|
utils.c
|
c6ea15b985
Cleanup white spaces
|
15 vuotta sitten |
|
varbuf.c
|
3ae09f975d
libdpkg: Add new varbuf_end_str()
|
15 vuotta sitten |
|
varbuf.h
|
f1bccd4763
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
|
15 vuotta sitten |
|
vercmp.c
|
b31617401d
libdpkg: Move versionsatisfied() into a new depcon module
|
14 vuotta sitten |
|
version.c
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 vuotta sitten |
|
version.h
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 vuotta sitten |