summaryrefslogtreecommitdiff
path: root/dpkg-split/queue.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-07Use https:// URLs instead of http:// when possibleGuillem Jover1-1/+1
2013-12-07dpkg-split: Get rid of global partqueue queue variableGuillem Jover1-9/+17
2013-12-07dpkg-split: Rename discard symbolsGuillem Jover1-6/+13
2013-12-07dpkg-split: Make scandepot() staticGuillem Jover1-1/+3
2013-04-14Avoid assignments in C conditionalsGuillem Jover1-1/+2
2012-06-30libdpkg: Switch buffer I/O code to use struct dpkg_errorGuillem Jover1-1/+4
2012-05-23Check parsed integers for out of range errorsGuillem Jover1-3/+5
2012-04-09Switch deb format version handling to use the new deb-version moduleGuillem Jover1-1/+5
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-1/+1
2011-09-18dpkg-split: Do not include trailing slash in PARTSDIRGuillem Jover1-5/+4
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-04-23dpkg-split: Generate filenames following current conventions on --joinGuillem Jover1-0/+1
2011-04-15dpkg-split: Fix --auto to not fail when opening the new depot fileGuillem Jover1-1/+1
2011-04-02Make all command line action functions return intGuillem Jover1-4/+16
2011-03-14dpkg-split: fix a gcc warningRaphaƫl Hertzog1-2/+2
2011-03-14dpkg-split: Fix typoSven Joachim1-1/+1
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-4/+5
2011-03-14dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()Guillem Jover1-1/+2
2011-03-14dpkg-split: Do not slurp into memory the whole package partsGuillem Jover1-19/+17
2011-01-16Use m_asprintf() instead of nfmalloc() and string operationsGuillem Jover1-5/+6
2011-01-08dpkg-split: Reduce scope of variablesGuillem Jover1-11/+17
2010-11-19Cleanup white spacesGuillem Jover1-1/+1
2010-11-19Cleanup and improve source code commentsGuillem Jover1-13/+14
2010-07-11dpkg-split: Namespace global option variables to not shadow local onesGuillem Jover1-12/+14
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-7/+19
2010-03-12Do an fsync on database directoriesGuillem Jover1-0/+2
2010-03-06Do an fsync on files written to diskGuillem Jover1-0/+4
2009-11-09dpkg-split: Fix a directory stream leakRaphael Geissert1-0/+1
2009-11-08Unify text in license headersGuillem Jover1-5/+5
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover1-3/+2
2009-10-26Sort order of header includesGuillem Jover1-7/+8
2009-09-06Use m_output instead of fflush, ferror and werrGuillem Jover1-3/+3
2009-08-13Use MD5HASHLEN instead of literalsGuillem Jover1-5/+7
2009-07-15Disable default automake preprocessor include pathsGuillem Jover1-3/+4
2009-07-15libdpkg: Rename dpkg-i18n.h to i18n.hGuillem Jover1-1/+1
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+2
2008-12-09Mark strings for translationGuillem Jover1-1/+1
2008-12-09Improve internerr output messages and print the invalid valueGuillem Jover1-1/+2
2008-09-14libdpkg: Move myopt from standard_startup to each program mainGuillem Jover1-0/+1
2008-09-14libcompat: Add new compat.h headerGuillem Jover1-0/+1
2008-09-14libdpkg: Move gettext related definitions to a new dpkg-i18n.hGuillem Jover1-0/+2
2008-06-30Switch to use UTF-8 copyright symbol and add missing onesGuillem Jover1-1/+1
2008-05-24Coalesce similar badusage() strings for translationGuillem Jover1-1/+2
2008-01-16Use NULL instead of 0Guillem Jover1-1/+2
2008-01-07Fix signed vs unsigned value comparisonsGuillem Jover1-3/+3
2005-03-11dpkg (1.13.1.0.1) experimental; urgency=lowScott James Remnant1-0/+275