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
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
2011-01-08
dpkg-split: Do not pass partsize to mksplit() and compute it internally
Guillem Jover
1
-5
/
+5
2011-01-08
dpkg-split: Mark strings for translation
Guillem Jover
1
-4
/
+6
2011-01-08
dpkg-split: Use number of parts to track split process
Guillem Jover
1
-5
/
+1
2011-01-08
dpkg-split: Reduce variable scope in do_split()
Guillem Jover
1
-2
/
+3
2011-01-08
Use dpkg_ar_member_get_size() instead of duplicated code
Guillem Jover
1
-18
/
+2
2011-01-06
Merge commit '1.15.8.8'
Raphaël Hertzog
1
-1
/
+1
2011-01-06
dpkg-split: Truncate the output file when splitting a package
Guillem Jover
1
-1
/
+1
2010-11-19
Cleanup white spaces
Guillem Jover
4
-14
/
+13
2010-11-19
Cleanup and improve source code comments
Guillem Jover
3
-21
/
+27
2010-11-19
Use push_error_context() instead of ad-hoc code
Guillem Jover
1
-2
/
+1
2010-11-19
Move action and obsolete related functionality to the myopt module
Guillem Jover
2
-14
/
+0
2010-11-19
Use ACTION macros instead of ad-hoc action function handling
Guillem Jover
2
-21
/
+11
2010-11-02
Unify execution error strings
Guillem Jover
1
-3
/
+4
2010-11-02
Clarify several archive member strings
Guillem Jover
1
-12
/
+13
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-1
/
+3
2010-07-11
dpkg-split: Namespace global option variables to not shadow local ones
Guillem Jover
5
-33
/
+41
2010-07-03
dpkg-split: Fix indentation for the rest of split.c
Guillem Jover
1
-27
/
+29
2010-07-03
dpkg-split: Rewrite mksplit in C
Guillem Jover
4
-121
/
+209
2010-07-03
Use new DPKG_AR_MAGIC macro instead of literal string
Guillem Jover
1
-6
/
+7
2010-05-19
dpkg-deb, dpkg-split: Fix few resource leaks
Guillem Jover
1
-0
/
+1
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-7
/
+19
[prev]
[next]