index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-15
Revert "dpkg-deb: Add epoch when needed to built package names"
Guillem Jover
1
-1
/
+1
2012-04-14
dpkg-deb: Do not arch-qualify package name on output
Guillem Jover
1
-1
/
+1
2012-04-14
dpkg-deb: Add epoch when needed to built package names
Guillem Jover
1
-1
/
+1
2012-04-09
dpkg-deb: Always build new format by default
Guillem Jover
2
-6
/
+3
2012-04-09
Switch deb format version handling to use the new deb-version module
Guillem Jover
1
-32
/
+39
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
2
-4
/
+4
2012-03-30
Fix coding-style
Guillem Jover
3
-5
/
+5
2012-03-27
libdpkg: Refactor ar member check into new dpkg_ar_member_is_illegal()
Guillem Jover
1
-1
/
+1
2012-03-27
dpkg-deb: Do not look for newline beyond the buffer in read_line()
Guillem Jover
1
-1
/
+1
2012-03-14
Rework common badusage strings to allow for possible translation reuse
Guillem Jover
2
-3
/
+5
2012-02-18
libdpkg: Refactor parsedb flags for standard operations into new aliases
Guillem Jover
2
-3
/
+2
2012-02-01
Change debug, progress and error output to use package specifiers
Guillem Jover
1
-2
/
+2
2011-11-23
dpkg-deb: Remove undocumented compression long options
Guillem Jover
1
-2
/
+2
2011-11-23
dpkg-deb: Add compression strategy support
Guillem Jover
2
-0
/
+9
2011-11-23
libdpkg: Switch compressor to take a parameters struct
Guillem Jover
3
-10
/
+16
2011-11-23
libdpkg: Do not expose the compression structs
Guillem Jover
4
-7
/
+8
2011-11-10
dpkg-deb: Fix short-lived pkg_format_node leak in --show
Guillem Jover
1
-0
/
+1
2011-10-27
Switch from pkginfo->name to pkginfo->set->name
Guillem Jover
1
-4
/
+5
2011-10-24
libdpkg: Update pkgbin.arch to be a pointer to struct dpkg_arch
Raphaël Hertzog
1
-2
/
+2
2011-09-09
dpkg-deb: Do not warn on strange timestamps
Guillem Jover
1
-1
/
+1
2011-09-09
libdpkg: Rename fd_null_copy() to fd_skip()
Guillem Jover
1
-6
/
+6
2011-08-02
dpkg-deb: Add --raw-extract option combining --control and --extract
Guillem Jover
3
-0
/
+36
2011-08-02
dpkg-deb: Add new -v, --verbose option
Guillem Jover
3
-2
/
+11
2011-07-25
dpkg-deb: Construct control components paths with printf variants
Guillem Jover
1
-28
/
+15
2011-07-25
dpkg-deb: Use CONTROLFILE instead of a literal string
Guillem Jover
1
-5
/
+5
2011-07-07
dpkg-deb: adjust code now that extracthalf() no longer chdir() as a side-effect
Raphaël Hertzog
1
-7
/
+35
2011-07-07
libdpkg: Rename myopt module to options
Guillem Jover
4
-4
/
+4
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-07-07
dpkg-deb: Always chdir(2) in the childs to not change the global state
Guillem Jover
2
-15
/
+14
2011-05-11
libdpkg: Switch the compression filter functions to always return
Guillem Jover
2
-0
/
+3
2011-05-11
dpkg-deb: Pass the real file descriptors to compression functions
Guillem Jover
2
-15
/
+22
2011-04-09
dpkg-deb: fix error message output by read_fail()
Raphaël Hertzog
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
-6
/
+11
2011-04-02
Make all command line action functions return int
Guillem Jover
5
-18
/
+59
2011-03-23
dpkg-gencontrol: add support for Built-Using field
Mark Hymers
1
-0
/
+1
2011-03-14
Use off_t and %jd or %jx to handle file sizes and offsets
Guillem Jover
3
-12
/
+16
2011-03-14
Inline werr() into its only current call site
Guillem Jover
1
-1
/
+1
2011-03-14
dpkg-deb: Use fdio instead of stdio
Guillem Jover
1
-16
/
+18
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-31
libdpkg: Ensure parsed packages have a usable arch member
Guillem Jover
1
-3
/
+3
2011-01-31
Rename architecture variables to arch
Guillem Jover
1
-1
/
+1
2011-01-31
Use pid instead of c1 for variable name
Guillem Jover
2
-8
/
+8
2011-01-16
Use m_asprintf() instead varbuf_printf() for one-off strings
Guillem Jover
1
-10
/
+10
2011-01-16
libdpkg: Rename varbufprintf() to varbuf_printf()
Guillem Jover
1
-8
/
+8
2011-01-16
libdpkg: Rename varbufaddstr() to varbuf_add_str()
Guillem Jover
1
-2
/
+2
2011-01-16
libdpkg: Rename varbufaddc() to varbuf_add_char()
Guillem Jover
1
-2
/
+2
2011-01-16
libdpkg: Rename varbufreset() to varbuf_reset()
Guillem Jover
2
-4
/
+4
[next]