index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-30
dpkg: Fix md5sum parse error messages to include package name affected
Guillem Jover
1
-13
/
+14
2016-10-30
dpkg: Remove obsolete --print-installation-architecture option
Guillem Jover
3
-10
/
+0
2016-07-08
dpkg: Use the conffile name instead of the real pathname it might refer to
Guillem Jover
1
-1
/
+1
2016-07-08
dpkg: Fix a short-lived memory leak in archive argument parsing
Guillem Jover
1
-1
/
+3
2016-07-03
build: Uniformize library build options
Guillem Jover
2
-8
/
+8
2016-07-03
dpkg-query: Fix strtol() errno check when parsing the COLUMNS envvar
Sven Joachim
1
-1
/
+1
2016-07-03
dpkg: Activate file triggers for conffiles on purge
Guillem Jover
1
-0
/
+7
2016-07-03
dpkg: Set primary group to 0 when running as root
Guillem Jover
1
-0
/
+6
2016-07-03
dpkg: Cleanup instdir handling in maintscript_pre_exec()
Guillem Jover
1
-8
/
+13
2016-07-03
dpkg: On --force-chrootless only set changedir to instdir if defined
Niall Walsh
1
-1
/
+1
2016-07-03
dpkg: Fix typo in debug output
Guillem Jover
1
-1
/
+1
2016-05-03
dpkg: Fix off-by-one array allocation
Guillem Jover
1
-1
/
+1
2016-05-03
dpkg: Use m_strdup() instead of strdup()
Guillem Jover
1
-1
/
+1
2016-05-03
dpkg: Fix file queue tail assignment in file queue pop
Guillem Jover
1
-1
/
+1
2016-05-02
dpkg: Add new --force-script-chrootless option
Helmut Grohne
3
-4
/
+9
2016-05-02
dpkg: Export variable DPKG_ROOT in maintainer scripts
Helmut Grohne
2
-0
/
+4
2016-05-02
dpkg: Pass <new-version> to maintscript actions that cannot get it otherwise
Guillem Jover
3
-0
/
+5
2016-04-01
dpkg-query: Refactor pkg_array_match_pattenr()
Guillem Jover
1
-82
/
+57
2016-04-01
dpkg-query: Be more strict when parsing the COLUMNS environment variable
Guillem Jover
1
-3
/
+8
2016-04-01
dpkg: Do not error out when failing to open the SE label db on permissive mode
Guillem Jover
1
-1
/
+1
2016-04-01
dpkg: Search for debsig-verify in PATH instead of using an absolute path
Guillem Jover
1
-3
/
+4
2016-04-01
dpkg: Factor find_command() out from checkpath()
Guillem Jover
2
-27
/
+36
2016-02-27
dpkg: Remove FIND usage, use treewalk instead
Guillem Jover
2
-45
/
+23
2016-02-27
dpkg: Update unpack.c header comment
Guillem Jover
1
-1
/
+1
2016-02-27
dpkg: Refactor pkg_check_depcon()
Guillem Jover
1
-58
/
+68
2016-02-27
dpkg: Refactor pkg_deconfigure_others()
Guillem Jover
1
-46
/
+53
2016-02-27
libdpkg, dpkg: Rename iterators from ‘it’ to ‘iter’
Guillem Jover
8
-51
/
+51
2016-02-27
dpkg: Refactor pkg_remove_old_files()
Guillem Jover
1
-146
/
+159
2016-02-26
dpkg: Refactor pkg_update_fields()
Guillem Jover
1
-74
/
+85
2016-02-26
dpkg: Refactor pkg_disappear_others()
Guillem Jover
1
-78
/
+108
2016-02-26
dpkg: Refactor pkg_remove_backup_files()
Guillem Jover
1
-17
/
+26
2016-02-26
dpkg: Refactor pkg_remove_files_from_others()
Guillem Jover
1
-56
/
+69
2016-02-26
dpkg: Switch addfiletolist() to tar_filenamenode_queue_push()
Guillem Jover
3
-17
/
+3
2016-02-26
dpkg: Switch remove_file_from_list() to tar_filenamenode_queue_pop()
Guillem Jover
1
-11
/
+11
2016-02-26
dpkg: Switch tarcontext newfilesp member into a filenamenode_queue
Guillem Jover
3
-15
/
+16
2016-02-26
dpkg: Rename filenamenode_queu_push() to tar_filenamenode_queue_push()
Guillem Jover
4
-23
/
+22
2016-02-26
dpkg: Fix memory leak when unpacking conffiles
Guillem Jover
1
-1
/
+1
2016-02-26
dpkg: Encapsulate obstack usage inside new tar_pool functions
Guillem Jover
1
-18
/
+30
2016-02-26
dpkg: Add a new struct invoke_list to store invoke hooks
Guillem Jover
2
-19
/
+20
2016-02-26
dpkg: Use a node instead the head pointer to traverse the namenode list
Guillem Jover
1
-4
/
+4
2016-01-26
dpkg: Detect non-regular file archive arguments earlier
Guillem Jover
1
-0
/
+4
2016-01-26
dpkg: Use ohshit() instead of internerr() for unhandled dpkg-split exit codes
Guillem Jover
1
-1
/
+1
2016-01-26
dpkg: Check that all passed archive filenames exist before queueing them
Guillem Jover
1
-5
/
+14
2016-01-26
dpkg: Print the archive filename when it cannot be accessed
Guillem Jover
1
-1
/
+2
2015-12-25
dpkg: Fix physical file offset comparison
Yuri Gribov
1
-1
/
+3
2015-12-19
dpkg: Add support for DPKG_MAINTSCRIPT_DEBUG environment variable
Guillem Jover
1
-0
/
+5
2015-12-12
libdpkg: Rename pkg_summary to pkgbin_summary
Guillem Jover
2
-3
/
+3
2015-12-12
dpkg-trigger: Move exit from command function to its call site
Guillem Jover
1
-5
/
+5
2015-12-12
dpkg-divert: Return from a command function instead of directly exiting
Guillem Jover
1
-2
/
+2
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
4
-21
/
+8
[next]