summaryrefslogtreecommitdiff
path: root/dpkg-split/split.c
AgeCommit message (Expand)AuthorFilesLines
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 Jover1-8/+6
2015-12-12Use new str_fmt() instead of m_asprintf()Guillem Jover1-1/+1
2015-10-18Update Ian Jackson's email addressGuillem Jover1-1/+1
2015-04-18debian: Update my copyright yearsGuillem Jover1-1/+1
2015-04-10Consistently use proper quotation marks all over the placeGuillem Jover1-2/+2
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 Jover1-5/+5
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-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 Jover1-1/+1
2013-10-14dpkg-split: Remove redundant call to setvbuf()Guillem Jover1-2/+0
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 Jover1-2/+8
2012-04-01Use cmp() == 0 instead of !cmp()Guillem Jover1-1/+1
2011-09-18libdpkg: Refactor path basename code into new path_basename functionGuillem Jover1-5/+3
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover1-1/+1
2011-04-23dpkg-split: Generate filenames following current conventions on --joinGuillem Jover1-3/+5
2011-04-15dpkg-split: Correctly set the last part split sizeGuillem Jover1-4/+6
2011-04-02Make all command line action functions return intGuillem Jover1-2/+2
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover1-4/+6
2011-03-02Use varbuf_end_str() instead of ad-hoc varbuf_add_char() callsGuillem Jover1-1/+1
2011-01-16Use m_asprintf() instead varbuf_printf() for one-off stringsGuillem Jover1-6/+5
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-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-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-02Unify execution error stringsGuillem Jover1-3/+4
2010-07-11dpkg-split: Namespace global option variables to not shadow local onesGuillem Jover1-2/+2
2010-07-03dpkg-split: Fix indentation for the rest of split.cGuillem Jover1-27/+29
2010-07-03dpkg-split: Rewrite mksplit in CGuillem Jover1-16/+209
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-6/+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-07-13dpkg-split: Properly check error condition on open when splittingGuillem Jover1-1/+2
2009-07-12Remove unused assert.h includesGuillem Jover1-1/+0
2009-06-19Use NUL character instead of 0Guillem Jover1-1/+1
2009-01-03libdpkg: Move basusage from ehandle to myoptGuillem Jover1-0/+1