summaryrefslogtreecommitdiff
path: root/dpkg-split
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-08Use dpkg_ar_member_get_size() instead of duplicated codeGuillem Jover1-18/+2
2011-01-06Merge commit '1.15.8.8'Raphaël Hertzog1-1/+1
2011-01-06dpkg-split: Truncate the output file when splitting a packageGuillem Jover1-1/+1
2010-11-19Cleanup white spacesGuillem Jover4-14/+13
2010-11-19Cleanup and improve source code commentsGuillem Jover3-21/+27
2010-11-19Use push_error_context() instead of ad-hoc codeGuillem Jover1-2/+1
2010-11-19Move action and obsolete related functionality to the myopt moduleGuillem Jover2-14/+0
2010-11-19Use ACTION macros instead of ad-hoc action function handlingGuillem Jover2-21/+11
2010-11-02Unify execution error stringsGuillem Jover1-3/+4
2010-11-02Clarify several archive member stringsGuillem Jover1-12/+13
2010-08-26Add gettext messages for plural formsGuillem Jover1-1/+3
2010-07-11dpkg-split: Namespace global option variables to not shadow local onesGuillem Jover5-33/+41
2010-07-03dpkg-split: Fix indentation for the rest of split.cGuillem Jover1-27/+29
2010-07-03dpkg-split: Rewrite mksplit in CGuillem Jover4-121/+209
2010-07-03Use new DPKG_AR_MAGIC macro instead of literal stringGuillem Jover1-6/+7
2010-05-19dpkg-deb, dpkg-split: Fix few resource leaksGuillem Jover1-0/+1
2010-05-19Use bool instead of int wherever appropriateGuillem Jover1-7/+19