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
2014-10-06
libdpkg: Namespace and reword subproc flags
Guillem Jover
1
-1
/
+1
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-05-28
dpkg-split: Uppercase and reword discard_which enum values
Guillem Jover
1
-10
/
+10
2014-05-17
build: Switch to use libtool for the static libraries
Guillem Jover
1
-2
/
+1
2014-04-30
dpkg-split: Fix short lived memory leaks in mksplit()
Guillem Jover
1
-0
/
+4
2014-04-21
dpkg-split, dpkg: Use new str_match_end() function instead of ad-hoc code
Guillem Jover
1
-11
/
+7
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
6
-6
/
+6
2013-12-07
dpkg-split: Get rid of global partqueue queue variable
Guillem Jover
4
-14
/
+18
2013-12-07
dpkg-split: Rename discard symbols
Guillem Jover
1
-6
/
+13
2013-12-07
dpkg-split: Make scandepot() static
Guillem Jover
2
-2
/
+3
2013-12-05
Rename cmdinfos set functions to have underscores between words
Guillem Jover
1
-2
/
+4
2013-11-23
libdpkg: New dpkg_locales_init()
Guillem Jover
1
-4
/
+1
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
[next]