summaryrefslogtreecommitdiff
path: root/dpkg-split
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover5-5/+5
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover1-1/+1
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover1-2/+2
2011-04-29Clarify exit status in dpkg-split and start-stop-daemon --help outputGuillem Jover1-3/+8
2011-04-23dpkg-split: Generate filenames following current conventions on --joinGuillem Jover6-5/+21
2011-04-15dpkg-split: Correctly set the last part split sizeGuillem Jover1-4/+6
2011-04-15dpkg-split: Fix --auto to not fail when opening the new depot fileGuillem Jover1-1/+1
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-3/+2
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover2-5/+8
2011-04-02Make all command line action functions return intGuillem Jover6-12/+34
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 Jover5-26/+29
2011-03-14dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()Guillem Jover2-2/+4
2011-03-14dpkg-split: Replace unsignedlong() with parse_intmax()Guillem Jover1-8/+12
2011-03-14dpkg-split: Use a constant expression to declare an arrayGuillem Jover1-1/+1
2011-03-14Inline rerr() into its only current call siteGuillem Jover3-6/+4
2011-03-14dpkg-split: Do not slurp into memory the whole package partsGuillem Jover2-47/+34
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-02-11libdpkg: Rename cmdinfo arg membersGuillem Jover1-1/+1
2011-01-16build: Do not set MKSPLITSCRIPT CPP macroGuillem Jover1-1/+1
2011-01-16Use m_asprintf() instead varbuf_printf() for one-off stringsGuillem Jover1-6/+5
2011-01-16Use m_asprintf() instead of nfmalloc() and string operationsGuillem Jover1-5/+6
2011-01-16libdpkg: Rename varbufprintf() to varbuf_printf()Guillem Jover1-10/+10
2011-01-16libdpkg: Rename varbufaddc() to varbuf_add_char()Guillem Jover1-1/+1
2011-01-16libdpkg: Rename varbufreset() to varbuf_reset()Guillem Jover1-4/+4
2011-01-08dpkg-split: Reduce scope of variablesGuillem Jover2-16/+24
2011-01-08Remove unneeded <errno.h> includeGuillem Jover1-1/+0
2011-01-08dpkg-split: Do not slurp the entire part into memory when splittingGuillem Jover1-12/+9
2011-01-08dpkg-split: Do not pass partsize to mksplit() and compute it internallyGuillem Jover1-5/+5
2011-01-08dpkg-split: Mark strings for translationGuillem Jover1-4/+6
2011-01-08dpkg-split: Use number of parts to track split processGuillem Jover1-5/+1
2011-01-08dpkg-split: Reduce variable scope in do_split()Guillem Jover1-2/+3