| .. |
|
test
|
8578e79d03
libdpkg: Add new str_quote_meta() function
|
15 years ago |
|
.gitignore
|
9cdcabb0a7
Add a new libdpkg-dev package with the headers and the static library
|
16 years ago |
|
Makefile.am
|
d14c72ffee
libdpkg: Move version module declarations to a new version.h
|
15 years ago |
|
ar.c
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 years ago |
|
ar.h
|
86cbf575b1
Use off_t and %jd or %jx to handle file sizes and offsets
|
15 years ago |
|
buffer.c
|
d571f9eeff
libdpkg: Make buffer_init() and buffer_done() take only one argument
|
15 years ago |
|
buffer.h
|
9980e45086
libdpkg: Add missing <errno.h> needed by fd_null_copy()
|
15 years ago |
|
cleanup.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
command.c
|
e654cb5b6d
libdpkg: Use execvp(3) unconditionally in command_exec()
|
15 years ago |
|
command.h
|
7f9153a39e
libdpkg: Add new command_shell() to execute a shell instance
|
15 years ago |
|
compress.c
|
795d07d2f7
libdpkg: Rename varbufvprintf() to varbuf_vprintf()
|
15 years ago |
|
compress.h
|
54be54799f
Use xz-utils instead of lzma for the lzma compression format
|
16 years ago |
|
dbdir.c
|
18d1daa7bf
libdpkg: Add new dbdir module
|
15 years ago |
|
dbmodify.c
|
557765dbed
Move pkgadmindir() and pkgadminfile() to the filesdb module
|
15 years ago |
|
debug.c
|
5e7235bf69
Move and generalize debug API from dpkg to libdpkg
|
15 years ago |
|
debug.h
|
5e7235bf69
Move and generalize debug API from dpkg to libdpkg
|
15 years ago |
|
dir.c
|
ae3500585c
libdpkg: Make dir_sync() private
|
15 years ago |
|
dir.h
|
ae3500585c
libdpkg: Make dir_sync() private
|
15 years ago |
|
dlist.h
|
b8799d9f10
Use consistent naming for linked lists members
|
16 years ago |
|
dpkg-db.h
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 years ago |
|
dpkg.h
|
76ed5f9ff4
Use string literals instead of macros for environment variable names
|
15 years ago |
|
dump.c
|
f1bccd4763
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
|
15 years ago |
|
ehandle.c
|
26998971c3
Inline werr() into its only current call site
|
15 years ago |
|
ehandle.h
|
26998971c3
Inline werr() into its only current call site
|
15 years ago |
|
fdio.c
|
0053d6ef57
libdpkg: Add new fdio API
|
15 years ago |
|
fdio.h
|
0053d6ef57
libdpkg: Add new fdio API
|
15 years ago |
|
fields.c
|
0787286c1d
libdpkg: Rename string variables to str_start and str_end in parse_nv_next
|
15 years ago |
|
file.c
|
943de6c0e0
libdpkg: Change file_unlock() to act directly on its new arguments
|
15 years ago |
|
file.h
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 years ago |
|
glob.c
|
499088b2a6
Move glob module to libdpkg
|
16 years ago |
|
glob.h
|
499088b2a6
Move glob module to libdpkg
|
16 years ago |
|
i18n.h
|
58c6486cdf
libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized builds
|
15 years ago |
|
libdpkg.Versions
|
26998971c3
Inline werr() into its only current call site
|
15 years ago |
|
libdpkg.pc.in
|
9cdcabb0a7
Add a new libdpkg-dev package with the headers and the static library
|
16 years ago |
|
log.c
|
173a6cb532
libdpkg: Do not add a NUL char after varbuf_printf() calls
|
15 years ago |
|
macros.h
|
25fb807882
libdpkg: Add new DPKG_GCC_VERSION macro and use it
|
15 years ago |
|
md5.c
|
5b03e1e990
libdpkg: Update MD5 implementation with the one from OpenBSD
|
15 years ago |
|
md5.h
|
5b03e1e990
libdpkg: Update MD5 implementation with the one from OpenBSD
|
15 years ago |
|
mlib.c
|
74dc50b34d
Use size_t and %zu to handle memory sizes and offsets
|
15 years ago |
|
myopt.c
|
0ff1ba98ce
libdpkg: Rename cmdinfo arg members
|
15 years ago |
|
myopt.h
|
bfb43e8aae
Rename struct cmdinfo member arg_func to action and call it directly
|
15 years ago |
|
namevalue.c
|
902cc15dc8
libdpkg: Add support for fallback namevalues
|
15 years ago |
|
namevalue.h
|
902cc15dc8
libdpkg: Add support for fallback namevalues
|
15 years ago |
|
nfmalloc.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
parse.c
|
8b9315219d
dpkg: Use “unselected” as an adjective instead of “deselected”
|
15 years ago |
|
parsedump.h
|
d2ee3fdccf
libdpkg: Move nicknames table from parsehelp.c to parse.c
|
15 years ago |
|
parsehelp.c
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 years ago |
|
path.c
|
7e31262a6f
libdpkg: Remove duplicate <stdio.h> include
|
15 years ago |
|
path.h
|
7a0a0619fd
libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot
|
15 years ago |
|
pkg-array.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
pkg-array.h
|
5d1099ae03
Header files should not include <config.h> and <compat.h>
|
16 years ago |
|
pkg-db.c
|
ced5ec0272
libdpkg: Rename database module to pkg-db
|
15 years ago |
|
pkg-format.c
|
74dc50b34d
Use size_t and %zu to handle memory sizes and offsets
|
15 years ago |
|
pkg-format.h
|
de553e2746
Rename struct pkginfoperfile to struct pkgbin
|
15 years ago |
|
pkg-list.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
pkg-list.h
|
5d1099ae03
Header files should not include <config.h> and <compat.h>
|
16 years ago |
|
pkg-queue.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
pkg-queue.h
|
7ee4f4f2ef
Add doxygen comments to several functions
|
15 years ago |
|
pkg-show.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
pkg-show.h
|
fad96a4555
libdpkg: Make pkginfo argument const in pkg_summary()
|
16 years ago |
|
pkg.c
|
69a2c708c0
libdpkg: Move non pkg_db related functions to the pkg module
|
15 years ago |
|
pkg.h
|
7ba3f71c0c
Unify text in license headers
|
16 years ago |
|
progress.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
progress.h
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
string.c
|
8578e79d03
libdpkg: Add new str_quote_meta() function
|
15 years ago |
|
string.h
|
8578e79d03
libdpkg: Add new str_quote_meta() function
|
15 years ago |
|
subproc.c
|
ef339f3715
libdpkg: Improve subprocess signal handling in subproc_check()
|
15 years ago |
|
subproc.h
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
tarfn.c
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 years ago |
|
tarfn.h
|
632048a0a1
libdpkg: Move mtime from file_stat back to tar_info
|
15 years ago |
|
test.h
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
trigdeferred.h
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
|
trigdeferred.l
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
|
triglib.c
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
|
triglib.h
|
e0ae796d8c
Do not pass admindir to database initialization functions
|
15 years ago |
|
utils.c
|
c6ea15b985
Cleanup white spaces
|
15 years ago |
|
varbuf.c
|
3ae09f975d
libdpkg: Add new varbuf_end_str()
|
15 years ago |
|
varbuf.h
|
f1bccd4763
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
|
15 years ago |
|
vercmp.c
|
de553e2746
Rename struct pkginfoperfile to struct pkgbin
|
15 years ago |
|
version.c
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 years ago |
|
version.h
|
222996f8c6
libdpkg: Move informativeversion() to the version module
|
15 years ago |