index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-split
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-14
libdpkg: Rename and namespace option parsing and loading functions
Guillem Jover
1
-1
/
+1
2013-10-14
libdpkg: Add dpkg-based program startup and shutdown functions
Guillem Jover
1
-5
/
+2
2013-10-14
libdpkg: Refactor report output buffering setup into a new function
Guillem Jover
1
-2
/
+1
2013-10-14
dpkg-split: Remove redundant call to setvbuf()
Guillem Jover
1
-2
/
+0
2013-04-14
Avoid assignments in C conditionals
Guillem Jover
1
-1
/
+2
2012-06-30
Align --version with --help on help output
Guillem Jover
1
-1
/
+1
2012-06-30
Change all programs to accept -? instead of -h for help output
Guillem Jover
1
-2
/
+2
2012-06-30
Avoid full stop and double newline at the end of errors and warnings
Jonathan Nieder
1
-4
/
+4
2012-06-30
libdpkg: Switch buffer I/O code to use struct dpkg_error
Guillem Jover
3
-5
/
+19
2012-06-08
dpkg-split: Allow overridding admindir from the environment
Guillem Jover
1
-1
/
+6
2012-05-23
Check parsed integers for out of range errors
Guillem Jover
3
-4
/
+13
2012-05-04
build: Use MKDIR_P instead of obsolete mkdir_p
Guillem Jover
1
-1
/
+1
2012-04-09
dpkg-split: Ignore minor format version number changes
Guillem Jover
1
-1
/
+1
2012-04-09
Switch deb format version handling to use the new deb-version module
Guillem Jover
3
-8
/
+20
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
2
-2
/
+2
2012-03-27
libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()
Guillem Jover
1
-2
/
+2
2012-03-27
Mark enum and struct member comments as doxygen descriptions
Guillem Jover
1
-2
/
+2
2012-02-01
Move copyright information from --version output to file comment headers
Guillem Jover
1
-2
/
+2
2011-09-18
libdpkg: Refactor path basename code into new path_basename function
Guillem Jover
1
-5
/
+3
2011-09-18
dpkg-split: Do not include trailing slash in PARTSDIR
Guillem Jover
3
-16
/
+5
2011-09-09
libdpkg: Rename fd_null_copy() to fd_skip()
Guillem Jover
1
-1
/
+1
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
5
-5
/
+5
2011-07-07
Use new dpkg_set_progname and dpkg_get_progname instead of thisname
Guillem Jover
1
-1
/
+1
2011-07-07
libdpkg: Do not require programs to define printforhelp
Guillem Jover
1
-2
/
+2
2011-04-29
Clarify exit status in dpkg-split and start-stop-daemon --help output
Guillem Jover
1
-3
/
+8
2011-04-23
dpkg-split: Generate filenames following current conventions on --join
Guillem Jover
6
-5
/
+21
2011-04-15
dpkg-split: Correctly set the last part split size
Guillem Jover
1
-4
/
+6
2011-04-15
dpkg-split: Fix --auto to not fail when opening the new depot file
Guillem Jover
1
-1
/
+1
2011-04-02
Rename struct cmdinfo member arg_func to action and call it directly
Guillem Jover
1
-3
/
+2
2011-04-02
Use new action_func typedef instead of ad-hoc function casts
Guillem Jover
2
-5
/
+8
2011-04-02
Make all command line action functions return int
Guillem Jover
6
-12
/
+34
2011-03-14
dpkg-split: fix a gcc warning
Raphaƫl Hertzog
1
-2
/
+2
2011-03-14
dpkg-split: Fix typo
Sven Joachim
1
-1
/
+1
2011-03-14
Use off_t and %jd or %jx to handle file sizes and offsets
Guillem Jover
5
-26
/
+29
2011-03-14
dpkg-split: Make decompose_filename() and setpartsize() use strtoimax()
Guillem Jover
2
-2
/
+4
2011-03-14
dpkg-split: Replace unsignedlong() with parse_intmax()
Guillem Jover
1
-8
/
+12
2011-03-14
dpkg-split: Use a constant expression to declare an array
Guillem Jover
1
-1
/
+1
2011-03-14
Inline rerr() into its only current call site
Guillem Jover
3
-6
/
+4
2011-03-14
dpkg-split: Do not slurp into memory the whole package parts
Guillem Jover
2
-47
/
+34
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-1
/
+1
2011-02-11
libdpkg: Rename cmdinfo arg members
Guillem Jover
1
-1
/
+1
2011-01-16
build: Do not set MKSPLITSCRIPT CPP macro
Guillem Jover
1
-1
/
+1
2011-01-16
Use m_asprintf() instead varbuf_printf() for one-off strings
Guillem Jover
1
-6
/
+5
2011-01-16
Use m_asprintf() instead of nfmalloc() and string operations
Guillem Jover
1
-5
/
+6
2011-01-16
libdpkg: Rename varbufprintf() to varbuf_printf()
Guillem Jover
1
-10
/
+10
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-1
/
+1
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
1
-4
/
+4
2011-01-08
dpkg-split: Reduce scope of variables
Guillem Jover
2
-16
/
+24
2011-01-08
Remove unneeded <errno.h> include
Guillem Jover
1
-1
/
+0
2011-01-08
dpkg-split: Do not slurp the entire part into memory when splitting
Guillem Jover
1
-12
/
+9
[next]