index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dpkg-deb
/
info.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-06
libdpkg: Rename subproc_wait_check() to subproc_reap()
Guillem Jover
1
-1
/
+1
2014-08-09
dpkg-deb: Use parsedb() instead of an ad-hoc deb822 parser
Guillem Jover
1
-52
/
+30
2013-12-07
Use https:// URLs instead of http:// when possible
Guillem Jover
1
-1
/
+1
2013-04-19
Remove Emacs and vim modelines
Guillem Jover
1
-2
/
+0
2013-04-14
dpkg-deb: Use an enum instead of a literal string to pass tar options
Guillem Jover
1
-2
/
+2
2012-06-30
Switch to new notice() output function
Guillem Jover
1
-3
/
+2
2012-06-30
libdpkg: Switch buffer I/O code to use struct dpkg_error
Guillem Jover
1
-1
/
+4
2012-06-30
libdpkg: Change pkg_format_parse() to take a dpkg_error argument
Guillem Jover
1
-2
/
+4
2012-04-01
Use cmp() == 0 instead of !cmp()
Guillem Jover
1
-1
/
+1
2012-03-14
Rework common badusage strings to allow for possible translation reuse
Guillem Jover
1
-2
/
+3
2012-02-18
libdpkg: Refactor parsedb flags for standard operations into new aliases
Guillem Jover
1
-2
/
+1
2011-11-10
dpkg-deb: Fix short-lived pkg_format_node leak in --show
Guillem Jover
1
-0
/
+1
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
1
-1
/
+1
2011-07-07
dpkg-deb: Always chdir(2) in the childs to not change the global state
Guillem Jover
1
-2
/
+2
2011-04-02
Make all command line action functions return int
Guillem Jover
1
-5
/
+20
2011-03-14
Use off_t and %jd or %jx to handle file sizes and offsets
Guillem Jover
1
-2
/
+3
2011-03-02
Use varbuf_end_str() instead of ad-hoc varbuf_add_char() calls
Guillem Jover
1
-1
/
+1
2011-01-31
Use pid instead of c1 for variable name
Guillem Jover
1
-4
/
+4
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
1
-1
/
+1
2011-01-08
Centralize warn counting in warningv()
Guillem Jover
1
-1
/
+1
2011-01-08
Rename directory variables to just dir
Guillem Jover
1
-30
/
+36
2010-11-19
Cleanup white spaces
Guillem Jover
1
-3
/
+3
2010-11-19
libdpkg: Always print parse warnings on stderr
Guillem Jover
1
-1
/
+1
2010-11-04
dpkg-deb: Coalesce similar strings
Guillem Jover
1
-2
/
+2
2010-11-02
Unify execution error strings
Guillem Jover
1
-2
/
+2
2010-08-26
Add gettext messages for plural forms
Guillem Jover
1
-4
/
+3
2010-07-22
dpkg-deb: Parse control file into available structure
Guillem Jover
1
-2
/
+3
2010-05-19
Use bool instead of int wherever appropriate
Guillem Jover
1
-6
/
+18
2010-02-25
dpkg-deb: Change temporary directory suffix to dpkg-deb
Guillem Jover
1
-1
/
+1
2010-02-25
dpkg-deb: Make cu_info_prepare use ohshite instead of perror
Guillem Jover
1
-2
/
+3
2010-02-25
dpkg-deb: Use subproc functions instead of ad-hoc code
Guillem Jover
1
-4
/
+3
2010-02-25
Use mkdtemp and path_make_temp_template instead of tempnam and tmpnam
Guillem Jover
1
-10
/
+5
2010-02-25
libdpkg: Unify and namespace pkg-format functions and types
Guillem Jover
1
-2
/
+2
2010-02-25
libdpkg: Move package formatting support to a new pkg-format module
Guillem Jover
1
-0
/
+1
2010-02-21
dpkg-deb: Fix double free in --info
Guillem Jover
1
-3
/
+3
2010-02-19
dpkg-deb: Unify “failed read” strings by making control an argument
Guillem Jover
1
-1
/
+2
2010-02-19
dpkg-deb: Fix resource leak in --info
Jonathan Nieder
1
-0
/
+4
2010-02-19
Fix small memory leaks related to scandir()
Guillem Jover
1
-0
/
+3
2010-01-28
dpkg-deb: Close file descriptors in info_spew()
Guillem Jover
1
-0
/
+1
2010-01-28
dpkg-deb: Use fd_fd_copy instead of stream_fd_copy
Guillem Jover
1
-4
/
+5
2010-01-28
libdpkg: Rename varbuffree to varbuf_destroy
Guillem Jover
1
-1
/
+1
2010-01-28
Do not include unneeded <signal.h>
Guillem Jover
1
-1
/
+0
2009-12-31
libdpkg: Rename m_fork to subproc_fork
Guillem Jover
1
-1
/
+2
2009-12-31
Remove unneeded static modifier from function variables
Guillem Jover
1
-1
/
+1
2009-12-22
Make show1package() take a struct pkginfoperfile
Guillem Jover
1
-1
/
+1
[next]