summaryrefslogtreecommitdiff
path: root/dpkg-split
AgeCommit message (Expand)AuthorFilesLines
2019-10-30libdpkg: Add new C locale switch over supportGuillem Jover1-0/+1
2019-01-22When allocating use the variable instead of the type in sizeof()Guillem Jover2-6/+6
2018-10-08dpkg-split: Use nfstrnsave() instead of nfmalloc() + memcpy()Guillem Jover1-4/+6
2018-08-01dpkg-split: Fix format string to match variable declarationGuillem Jover1-1/+1
2018-03-26Use internerr() or BUG() instead of assert()Guillem Jover1-2/+3
2016-10-30libdpkg: Use our own dpkg_ar_hdr instead of relying on the system oneGuillem Jover1-1/+1
2016-10-30dpkg-split: Make the deb-split(5) generation reproducibleGuillem Jover1-0/+24
2016-10-30dpkg-split: Do not emit epochs for unambiguous versions in deb-split headerGuillem Jover1-1/+1
2016-07-03libdpkg: Add new struct dpkg_ar and basic operationsGuillem Jover5-69/+85
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover2-4/+4
2015-10-18Update Ian Jackson's email addressGuillem Jover6-6/+6
2015-05-30libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASEGuillem Jover1-1/+1
2015-04-21Remove some unnecessary includes of assert.hNiels Thykier2-2/+0
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover5-37/+48
2015-04-01dpkg-split: Parse deb control file directly from stdinGuillem Jover1-32/+22
2015-01-28Switch code to use the new C locale character type functionsGuillem Jover2-7/+8
2014-10-06libdpkg: Namespace and reword subproc flagsGuillem Jover1-1/+1
2014-10-06libdpkg: Rename subproc_wait_check() to subproc_reap()Guillem Jover1-1/+1
2014-05-28dpkg-split: Uppercase and reword discard_which enum valuesGuillem Jover1-10/+10
2014-05-17build: Switch to use libtool for the static librariesGuillem Jover1-2/+1
2014-04-30dpkg-split: Fix short lived memory leaks in mksplit()Guillem Jover1-0/+4
2014-04-21dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc codeGuillem Jover1-11/+7
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover6-6/+6
2013-12-07dpkg-split: Get rid of global partqueue queue variableGuillem Jover4-14/+18
2013-12-07dpkg-split: Rename discard symbolsGuillem Jover1-6/+13
2013-12-07dpkg-split: Make scandepot() staticGuillem Jover2-2/+3
2013-12-05Rename cmdinfos set functions to have underscores between wordsGuillem Jover1-2/+4
2013-11-23libdpkg: New dpkg_locales_init()Guillem Jover1-4/+1
2013-10-14libdpkg: Rename and namespace option parsing and loading functionsGuillem Jover1-1/+1
2013-10-14libdpkg: Add dpkg-based program startup and shutdown functionsGuillem Jover1-5/+2
2013-10-14libdpkg: Refactor report output buffering setup into a new functionGuillem Jover1-2/+1
2013-10-14dpkg-split: Remove redundant call to setvbuf()Guillem Jover1-2/+0
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-1/+2
2012-06-30Align --version with --help on help outputGuillem Jover1-1/+1
2012-06-30Change all programs to accept -? instead of -h for help outputGuillem Jover1-2/+2
2012-06-30Avoid full stop and double newline at the end of errors and warningsJonathan Nieder1-4/+4
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover3-5/+19
2012-06-08dpkg-split: Allow overridding admindir from the environmentGuillem Jover1-1/+6
2012-05-23Check parsed integers for out of range errorsGuillem Jover3-4/+13
2012-05-04build: Use MKDIR_P instead of obsolete mkdir_pGuillem Jover1-1/+1
2012-04-09dpkg-split: Ignore minor format version number changesGuillem Jover1-1/+1
2012-04-09Switch deb format version handling to use the new deb-version moduleGuillem Jover3-8/+20
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover2-2/+2
2012-03-27libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()Guillem Jover1-2/+2
2012-03-27Mark enum and struct member comments as doxygen descriptionsGuillem Jover1-2/+2
2012-02-01Move copyright information from --version output to file comment headersGuillem Jover1-2/+2
2011-09-18libdpkg: Refactor path basename code into new path_basename functionGuillem Jover1-5/+3
2011-09-18dpkg-split: Do not include trailing slash in PARTSDIRGuillem Jover3-16/+5
2011-09-09libdpkg: Rename fd_null_copy() to fd_skip()Guillem Jover1-1/+1