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
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
2011-01-08
dpkg-deb: Fix corrupt archive header magic error string
Guillem Jover
1
-1
/
+1
2011-01-08
Remove unneeded <errno.h> include
Guillem Jover
1
-1
/
+0
2011-01-08
dpkg-deb: Refactor out pkg_get_pathname() from do_build()
Guillem Jover
1
-10
/
+21
2011-01-08
dpkg-deb: Refactor check_new_pkg() out from do_build()
Guillem Jover
1
-33
/
+46
2011-01-08
dpkg-deb: Handle missing arch in varbufprintf() call inside do_build()
Guillem Jover
1
-3
/
+1
2011-01-08
Centralize warn counting in warningv()
Guillem Jover
2
-15
/
+6
2011-01-08
dpkg-deb: Use varbuf in file_info_get() instead of ad-hoc code
Guillem Jover
1
-22
/
+15
2011-01-08
Use fdio functions instead of raw read()/write() calls
Guillem Jover
2
-5
/
+6
2011-01-08
Use fdio instead of ad-hoc code to handle interrupted I/O
Guillem Jover
1
-6
/
+4
2011-01-08
libdpkg: Change dpkg_ar_member_put_file() to accept a size limit
Guillem Jover
1
-2
/
+2
2011-01-08
Use dpkg_ar_member_get_size() instead of duplicated code
Guillem Jover
1
-24
/
+1
2011-01-08
dpkg-deb: Move setcompresstype() before cmdinfos
Guillem Jover
1
-8
/
+8
2011-01-08
dpkg-deb: Move known_arbitrary_field() closer to do_build()
Guillem Jover
1
-28
/
+28
2011-01-08
dpkg-deb: Use varbuf to generate package file name in do_build()
Guillem Jover
1
-6
/
+4
2011-01-08
dpkg-deb: Count one missing warning() for the total amount reported
Guillem Jover
1
-2
/
+3
2011-01-08
dpkg-deb: Rename getfi() into file_info_get()
Guillem Jover
1
-2
/
+2
2011-01-08
dpkg-deb: Rename free_filist() to file_info_list_free()
Guillem Jover
1
-3
/
+3
2011-01-08
dpkg-deb: Rename add_to_filist() to file_info_list_append()
Guillem Jover
1
-4
/
+4
2011-01-08
dpkg-deb: Rename add_to_filist() arguments to head/tail
Guillem Jover
1
-4
/
+4
2011-01-08
dpkg-deb: Remove redundant debar check and reduce code scope
Guillem Jover
1
-9
/
+8
2011-01-08
dpkg-deb: Refactor check_conffiles() out from do_build()
Guillem Jover
1
-57
/
+79
[next]