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
2018-03-25
build: Enable clang -Wdocumentation warning if available
Guillem Jover
1
-4
/
+4
2018-01-16
dpkg-deb: Fix directory traversal with --raw-extract
Guillem Jover
2
-8
/
+10
2017-10-17
dpkg-deb: Fix capitalization of Debian in output messages
Guillem Jover
1
-4
/
+4
2017-10-16
dpkg-deb: Make --uniform-compression the new default behavior
Guillem Jover
1
-2
/
+3
2017-09-24
dpkg-deb: Add support for rootless builds
Guillem Jover
3
-0
/
+9
2017-09-24
dpkg-deb: Refactor tarball_pack options into a new struct
Guillem Jover
1
-6
/
+16
2017-09-24
dpkg-deb: Sanity check config maintainer script file type and permissions
Guillem Jover
1
-0
/
+1
2017-05-06
doc: Spelling fixes
Josh Soref
1
-1
/
+1
2016-10-30
libdpkg: Use our own dpkg_ar_hdr instead of relying on the system one
Guillem Jover
1
-1
/
+1
2016-10-30
Cast off_t variables to intmax_t when printing them with %jd
Guillem Jover
1
-1
/
+1
2016-10-30
dpkg-deb: Generate reproducible file modes for the .deb control member
Guillem Jover
1
-8
/
+14
2016-10-30
dpkg-deb: Remove obsolete --old and --new options
Guillem Jover
1
-22
/
+0
2016-10-30
dpkg-deb: Obsolete bzip2 and lzma compression methods
Guillem Jover
1
-3
/
+3
2016-07-31
dpkg-deb: Fix typo in code comment
Guillem Jover
1
-1
/
+1
2016-07-03
build: Uniformize library build options
Guillem Jover
1
-2
/
+2
2016-07-03
dpkg-deb: Set ar timestamp and tar mtime clamping to SOURCE_DATE_EPOCH
Guillem Jover
1
-1
/
+20
2016-07-03
dpkg-deb: Use same timestamp for the ar container as for tar mtime clamping
Guillem Jover
1
-0
/
+2
2016-07-03
dpkg-deb: Use new GNU tar --clamp-mtime option
Guillem Jover
1
-3
/
+15
2016-07-03
libdpkg: Add new struct dpkg_ar and basic operations
Guillem Jover
2
-44
/
+35
2016-05-02
dpkg-deb: Promote a print to a warning for missing control files
Guillem Jover
1
-1
/
+1
2016-05-02
dpkg-deb: Use info() instead of plain printf()
Guillem Jover
1
-3
/
+2
2016-04-01
dpkg-deb, scripts: Make the Architecture field mandatory on package builds
Guillem Jover
1
-10
/
+5
2016-02-27
dpkg-deb: Use the treewalk module to build the .deb control member
Guillem Jover
1
-23
/
+25
2016-02-27
dpkg-deb: Use the treewalk module to build the .deb data member
Guillem Jover
1
-65
/
+21
2015-12-19
dpkg-deb: Fix off-by-one write access on ctrllenbuf variable
Hanno Böck
1
-1
/
+1
2015-12-12
Use new str_fmt() instead of m_asprintf()
Guillem Jover
3
-11
/
+8
2015-10-18
dpkg-deb: Refactor tarball packing into a new function
Guillem Jover
1
-31
/
+56
2015-10-18
dpkg-deb: Generate the control build dir just once
Guillem Jover
1
-17
/
+19
2015-10-18
Update Ian Jackson's email address
Guillem Jover
5
-5
/
+5
2015-09-14
dpkg-deb: Fix off-by-one write access on versionbuf variable
Guillem Jover
1
-1
/
+1
2015-07-30
dpkg-deb: Move tar option --no-recursion before -T
Richard Purdie
1
-1
/
+1
2015-05-30
dpkg-deb: Set correct default compression value for control.tar.gz member
Guillem Jover
1
-0
/
+2
2015-05-30
libdpkg: Rename DPKG_VERSION_ARCH to PACKAGE_RELEASE
Guillem Jover
1
-1
/
+1
2015-05-19
dpkg-deb, dpkg: Do not allow pathnames with embedded newlines
Guillem Jover
1
-0
/
+2
2015-04-21
Remove some unnecessary includes of assert.h
Niels Thykier
2
-2
/
+0
2015-04-21
dpkg: Use badusage() instead of ohshit() for command-line errors
Guillem Jover
1
-2
/
+2
2015-04-18
debian: Update my copyright years
Guillem Jover
2
-1
/
+2
2015-04-10
Consistently use proper quotation marks all over the place
Guillem Jover
4
-29
/
+30
2015-04-01
dpkg-deb: Use path_remove_tree() instead of direcly calling «rm -rf»
Guillem Jover
1
-15
/
+1
2015-02-11
dpkg-deb: Add support for reading the archive from standard input
Guillem Jover
1
-1
/
+7
2015-02-11
dpkg-deb: Fix compressor subprocess name
Guillem Jover
1
-2
/
+2
2015-02-11
dpkg-deb: Avoid an intermediate variable for the version string
Guillem Jover
1
-3
/
+3
2015-02-11
dpkg-deb: Handle properly missing and empty architecture fields
Guillem Jover
1
-1
/
+6
2015-02-11
dpkg-deb: Factor out check_control_file() from check_control_area()
Guillem Jover
1
-5
/
+21
2015-02-11
dpkg-deb: Rename check_new_pkg() to check_control_area()
Guillem Jover
1
-3
/
+3
2015-02-11
dpkg-deb, libdpkg: Fix short-lived memory leaks
Guillem Jover
2
-0
/
+4
2015-02-11
dpkg-deb: Rename pkg_get_pathname() to gen_dest_pathname_from_pkg()
Guillem Jover
1
-3
/
+3
2015-02-11
dpkg-deb: Move destination pathname generation into a new function
Guillem Jover
1
-26
/
+46
2015-01-28
Switch code to use the new C locale character type functions
Guillem Jover
2
-4
/
+4
2015-01-26
Remove unused <ctype.h> includes
Guillem Jover
2
-2
/
+0
[next]