| .. |
|
test
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
14 年 前 |
|
.gitignore
|
9cdcabb0a7
Add a new libdpkg-dev package with the headers and the static library
|
16 年 前 |
|
Makefile.am
|
ed609ddb44
libdpkg: Move warning functions to a new report module
|
14 年 前 |
|
ar.c
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
14 年 前 |
|
ar.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
arch.c
|
bc92c31742
libdpkg: Add new dpkg_arch_describe() function
|
13 年 前 |
|
arch.h
|
bc92c31742
libdpkg: Add new dpkg_arch_describe() function
|
13 年 前 |
|
atomic-file.c
|
e5954543cb
libdpkg: New atomic file module
|
14 年 前 |
|
atomic-file.h
|
49c76f6186
Use DPKG_BIT to define bit flags instead of literal octal values
|
14 年 前 |
|
buffer.c
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
14 年 前 |
|
buffer.h
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
14 年 前 |
|
cleanup.c
|
7337447704
libdpkg: Rename cu_closefile to cu_closestream
|
15 年 前 |
|
command.c
|
47d2aef60d
libdpkg: Add new command_get_pager() function
|
14 年 前 |
|
command.h
|
47d2aef60d
libdpkg: Add new command_get_pager() function
|
14 年 前 |
|
compress.c
|
bd0da280d1
libdpkg: Switch buffer I/O code to use struct dpkg_error
|
14 年 前 |
|
compress.h
|
d630b04733
libdpkg: Switch compression strategy code from strings to enums
|
14 年 前 |
|
dbdir.c
|
18d1daa7bf
libdpkg: Add new dbdir module
|
15 年 前 |
|
dbmodify.c
|
c30a50a8a1
libdpkg: Add new pdb_parse_update flag
|
14 年 前 |
|
deb-version.c
|
c1b63899f2
libdpkg: Document deb-version module
|
13 年 前 |
|
deb-version.h
|
41974a3952
libdpkg: Add new DEB_VERSION macro
|
13 年 前 |
|
debug.c
|
5e7235bf69
Move and generalize debug API from dpkg to libdpkg
|
15 年 前 |
|
debug.h
|
49c76f6186
Use DPKG_BIT to define bit flags instead of literal octal values
|
14 年 前 |
|
depcon.c
|
ff180c359c
libdpkg: Refactor deparchsatisfied() from archsatisfied()
|
14 年 前 |
|
dir.c
|
ae3500585c
libdpkg: Make dir_sync() private
|
15 年 前 |
|
dir.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
dlist.h
|
b8799d9f10
Use consistent naming for linked lists members
|
16 年 前 |
|
dpkg-db.h
|
ff180c359c
libdpkg: Refactor deparchsatisfied() from archsatisfied()
|
14 年 前 |
|
dpkg.h
|
ed609ddb44
libdpkg: Move warning functions to a new report module
|
14 年 前 |
|
dump.c
|
9f8a2e2b6a
libdpkg: Refactor PKGPFIELD and FILEFFIELD into new STRUCTFIELD
|
13 年 前 |
|
ehandle.c
|
ed609ddb44
libdpkg: Move warning functions to a new report module
|
14 年 前 |
|
ehandle.h
|
ed609ddb44
libdpkg: Move warning functions to a new report module
|
14 年 前 |
|
error.c
|
85ec281bf4
libdpkg: Do not use an undefined va_list variable in dpkg_put_errno()
|
13 年 前 |
|
error.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
fdio.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 年 前 |
|
fdio.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
fields.c
|
9f8a2e2b6a
libdpkg: Refactor PKGPFIELD and FILEFFIELD into new STRUCTFIELD
|
13 年 前 |
|
file.c
|
025669285a
libdpkg: Add new file_show() function
|
14 年 前 |
|
file.h
|
025669285a
libdpkg: Add new file_show() function
|
14 年 前 |
|
glob.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 年 前 |
|
glob.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
i18n.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
libdpkg.map
|
bc92c31742
libdpkg: Add new dpkg_arch_describe() function
|
13 年 前 |
|
libdpkg.pc.in
|
8ace79f21c
libdpkg: Add @LIBLZMA_LIBS@ to Libs.Private in libdpkg.pc.in
|
13 年 前 |
|
log.c
|
5a5203e9aa
Switch to new notice() output function
|
14 年 前 |
|
macros.h
|
eb3efdf553
libdpkg: Add new clamp macro
|
14 年 前 |
|
md5.c
|
5b03e1e990
libdpkg: Update MD5 implementation with the one from OpenBSD
|
15 年 前 |
|
md5.h
|
68a6242098
Do not include unneeded <sys/cdefs.h>
|
14 年 前 |
|
mlib.c
|
d33cf5c4aa
Avoid assignments in C conditionals
|
13 年 前 |
|
namevalue.c
|
902cc15dc8
libdpkg: Add support for fallback namevalues
|
15 年 前 |
|
namevalue.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
nfmalloc.c
|
c6ea15b985
Cleanup white spaces
|
15 年 前 |
|
options.c
|
d33cf5c4aa
Avoid assignments in C conditionals
|
13 年 前 |
|
options.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
parse.c
|
3daebbf64d
libdpkg: Clarify reason for multiarch database inconcistencies
|
14 年 前 |
|
parsedump.h
|
3b9e6070df
libdpkg: Use uintptr_t instead of char * in STRUCTFIELD cast
|
13 年 前 |
|
parsehelp.c
|
2bf4b48a9a
Check parsed integers for out of range errors
|
14 年 前 |
|
path.c
|
42a2f26ac7
Use new str_is_set()/str_is_unset() instead of ad-hoc checks
|
14 年 前 |
|
path.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
pkg-array.c
|
5ec7516601
Replace all pkg_db_iter_next() calls with pkg_db_iter_next_pkg()
|
14 年 前 |
|
pkg-array.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
pkg-db.c
|
95bbdf3b1a
libdpkg: Fix comment header titles
|
14 年 前 |
|
pkg-format.c
|
9a06920db6
dpkg-query: fix segfault when -f parameter is empty
|
14 年 前 |
|
pkg-format.h
|
bae98fb22f
libdpkg: Change pkg_format_parse() to take a dpkg_error argument
|
14 年 前 |
|
pkg-list.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 年 前 |
|
pkg-list.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
pkg-queue.c
|
01d9ba9dfa
Fix comment header lines describing the subproject
|
15 年 前 |
|
pkg-queue.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
pkg-show.c
|
463fbf8e93
libdpkg: Change pkg_sorter_by_name() to pkg_sorter_by_nonambig_name_arch()
|
14 年 前 |
|
pkg-show.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
pkg-spec.c
|
58e0ed5e77
libdpkg: Add functions to handle package specifiers
|
14 年 前 |
|
pkg-spec.h
|
49c76f6186
Use DPKG_BIT to define bit flags instead of literal octal values
|
14 年 前 |
|
pkg.c
|
5ba5d34199
libdpkg: Defer Multi-Arch field reset to pkg_blank()
|
14 年 前 |
|
pkg.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
progname.c
|
49a0022b72
libdpkg: Refactor path basename code into new path_basename function
|
15 年 前 |
|
progname.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
progress.c
|
07a2d8fe8b
Print errors while reading file list files on a new line
|
14 年 前 |
|
progress.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
report.c
|
fdeacd2d9f
libdpkg: Add new notice() output function
|
14 年 前 |
|
report.h
|
688e53d170
libdpkg: Fix report.h doxygen ingroup
|
13 年 前 |
|
string.c
|
93e1759546
libdpkg: Document that str_quote_meta() never returns NULL
|
13 年 前 |
|
string.h
|
d3727ed32d
libdpkg: Add new functions str_is_set() and str_is_unset()
|
14 年 前 |
|
subproc.c
|
23cd39aae0
libdpkg: Rename catch_signals to signo_ignores in subproc module
|
15 年 前 |
|
subproc.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
tarfn.c
|
d61fbafbbe
libdpkg: Move verification out of tar_header_checksum()
|
13 年 前 |
|
tarfn.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
test.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
trigdeferred.h
|
49c76f6186
Use DPKG_BIT to define bit flags instead of literal octal values
|
14 年 前 |
|
trigdeferred.l
|
d04d596cd3
Update triggers support to understand multi-arch
|
14 年 前 |
|
triglib.c
|
c39373bdc0
libdpkg: Fix explicit file trigger activation
|
14 年 前 |
|
triglib.h
|
2f19452e96
dpkg: Activate all path components for file triggers
|
14 年 前 |
|
trigname.c
|
2e9a20901a
libdpkg: Move trig_name_is_illegal to a new trigname module
|
15 年 前 |
|
trignote.c
|
6431c053b7
Use cmp() == 0 instead of !cmp()
|
14 年 前 |
|
utils.c
|
95bbdf3b1a
libdpkg: Fix comment header titles
|
14 年 前 |
|
varbuf.c
|
10f28a9948
Clarify internerr() messages
|
14 年 前 |
|
varbuf.h
|
adf22adf15
libdpkg: Add JavaDoc module definitions
|
14 年 前 |
|
version.c
|
74946af470
libdpkg: Add documentation for version module
|
14 年 前 |
|
version.h
|
74946af470
libdpkg: Add documentation for version module
|
14 年 前 |