summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2014-08-19libcompat: Only test the strerror() if sys_errlist and sys_nerr are presentGuillem Jover2-2/+7
2014-08-15libdpkg: Set close-on-exec for the debug outputGuillem Jover2-2/+6
2014-08-15libdpkg: Set the appropriate report buffer for the debug outputGuillem Jover1-0/+2
2014-08-15libcompat: Only build the compatibility selinux code if requestedGuillem Jover1-1/+6
2014-08-09libdpkg: Remove unused pkglibdir variable from libdpkg.pc.inGuillem Jover1-1/+0
2014-08-09dpkg: Try to preallocate the disk size for extracted filesGuillem Jover3-0/+79
2014-08-09libdpkg: Add db:Status-Want, db:Status-Status and db:Status-Eflag fieldsGuillem Jover1-0/+36
2014-08-09libdpkg: Use varbuf used member instead of strlen() over the bufferGuillem Jover1-1/+1
2014-08-09libdpkg: Add new varbuf_add_arbfield()Guillem Jover3-4/+19
2014-08-09libdpkg: Refactor field search functionsGuillem Jover3-21/+37
2014-08-09Add versioned Provides supportGuillem Jover2-0/+44
2014-08-09dpkg-statoverride: Do not abort when user and group names are unknownGuillem Jover1-0/+5
2014-08-09libdpkg: Fix file triggers/Unincorp descriptor leak on subprocessesGuillem Jover1-0/+4
2014-08-09Replace obsolete <sys/fcntl.h> with <fcntl.h>Fredrik Fornwall1-1/+2
2014-08-09libcompat: Add a setexecfilecon() function out from dpkg codeGuillem Jover3-0/+90
2014-08-09libdpkg: Add DPKG_ATTR_THROW and DPKG_ATTR_NOEXCEPT macrosGuillem Jover1-0/+8
2014-08-09libcompat: Do not run qsort over the scandir list if it is NULLGuillem Jover1-1/+1
2014-08-09libcompat: Mark compat functions with attribute printf and vprintfGuillem Jover1-4/+16
2014-08-09libdpkg: Move __func__ and nullptr definitions to libcompatGuillem Jover2-13/+21
2014-08-09libcompat: Make the library testableGuillem Jover12-22/+86
2014-06-02libdpkg: Uppercase and namespace pkgstatus enum valuesGuillem Jover10-88/+89
2014-06-02libdpkg: Uppercase and namespace pkgpriority enum valuesGuillem Jover7-23/+23
2014-06-02libdpkg: Uppercase and namespace pkgeflag enum valuesGuillem Jover6-16/+16
2014-06-02libdpkg: Uppercase and namespace pkgwant enum valuesGuillem Jover6-22/+22
2014-06-02libdpkg: Uppercase and namespace pkgmultiarch enum valuesGuillem Jover6-21/+21
2014-05-28libdpkg: Uppercase and reword pkg_spec_flags enum valuesGuillem Jover2-14/+14
2014-05-28libdpkg: Uppercase trig_options enum valuesGuillem Jover2-12/+13
2014-05-28libdpkg: Uppercase trigdef enum values and separate words with underscoresGuillem Jover3-38/+40
2014-05-28libdpkg: Uppercase and expand atomic_file_flags enum valuesGuillem Jover3-5/+5
2014-05-28libdpkg: Uppercase dpkg_relation enum valuesGuillem Jover5-45/+46
2014-05-28libdpkg: Uppercase and namespace dpkg_arch_type enum valuesGuillem Jover11-97/+102
2014-05-28libdpkg: Uppercase tar related enum valuesGuillem Jover2-41/+41
2014-05-28libdpkg: Uppercase handler_type enum valuesGuillem Jover1-6/+7
2014-05-28libdpkg: Uppercase compressor enum valuesGuillem Jover2-45/+45
2014-06-02Move enum definitions out of structsGuillem Jover3-49/+69
2014-05-23libdpkg: Add new pkg_array_init_from_names() functionGuillem Jover3-2/+31
2014-05-23libdpkg: Refactor dpkg_options_parse_pkgname()Guillem Jover4-0/+60
2014-05-31libdpkg: Add new pkg_priority_name() functionGuillem Jover4-3/+20
2014-05-19libdpkg, dpkg: Use new status to names mapping functionsGuillem Jover4-11/+10
2014-05-19libdpkg: Add status to name mapping functionsGuillem Jover3-2/+48
2014-05-19libdpkg: Move package name/value mappings to a new pkg-namevalue moduleGuillem Jover3-52/+79
2014-05-17libdpkg: Fix TOCTOU race in triggers database loadingGuillem Jover1-14/+13
2014-05-17libdpkg: Improve branch coverage for string moduleGuillem Jover1-7/+16
2014-05-17libdpkg: Fix memory leaks in buffer_copy() on error conditionsGuillem Jover1-5/+7
2014-05-17libdpkg: Swap deb name and member name in dpkg_ar_member_get_size()Guillem Jover1-1/+1
2014-05-17libdpkg: Make dpkg_locales_init() a public symbolGuillem Jover1-2/+3
2014-05-17libdpkg: Add missing dpkg_program_ symbols to the version scriptGuillem Jover1-0/+4
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover3-19/+33
2014-04-30libdpkg: Mark the command_get_pager() tests on a tty as TODOGuillem Jover1-8/+10
2014-04-30libdpkg: Do not leak long tar names on bogus tar archivesGuillem Jover1-0/+4