index
:
dpkg
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-19
libdpkg: Add new command_shell() to execute a shell instance
Guillem Jover
2
-0
/
+28
2010-11-19
Refactor setpipe() into statusfd_add() to stop exposing status_pipes
Guillem Jover
3
-9
/
+21
2010-11-19
Use new enum for trigdef_update_start() return values
Guillem Jover
3
-14
/
+23
2010-11-19
libdpkg: Rewrite get_prefix_name() to be more efficient
Guillem Jover
1
-14
/
+5
2010-11-19
libdpkg: Disallow versions starting with non-digits
Guillem Jover
2
-3
/
+6
2010-11-19
libdpkg: Fix version_strict_check() to not allow '-' in revision
Guillem Jover
1
-1
/
+1
2010-11-19
libdpkg: Improve version strict check unit test
Guillem Jover
1
-3
/
+19
2010-11-19
libdpkg: Slightly optimize order() checks
Guillem Jover
1
-6
/
+6
2010-11-19
libdpkg: Switch order macro into a function
Guillem Jover
1
-7
/
+18
2010-11-19
libdpkg: Refactor tar_gnu_long() out from tar_extractor()
Guillem Jover
1
-51
/
+51
2010-11-19
libdpkg: Switch tar_header_decode() to take a struct tar_header
Guillem Jover
1
-3
/
+2
2010-11-19
libdpkg: Move checksum_offset into tar_header_checksum()
Guillem Jover
1
-2
/
+1
2010-11-19
libdpkg: Refactor tar_header_checksum() out from tar_header_decode()
Guillem Jover
1
-16
/
+26
2010-11-19
libdpkg: Rename DecodeTarHeader to tar_header_decode
Guillem Jover
1
-2
/
+2
2010-11-19
libdpkg: Rename TarChecksumOffset to checksum_offset
Guillem Jover
1
-4
/
+3
2010-11-19
libdpkg: Rename TarInfo to tar_header
Guillem Jover
1
-5
/
+5
2010-11-19
libdpkg: Rename and lower-case TarHeader members
Guillem Jover
1
-43
/
+41
2010-11-19
libdpkg: Rename nameLength to name_len in tar_extractor()
Guillem Jover
1
-5
/
+5
2010-11-19
libdpkg: Rename path_rtrim_slash_slashdot to path_trim_slash_slashdot
Guillem Jover
4
-6
/
+6
2010-11-19
Cleanup white spaces
Guillem Jover
58
-86
/
+36
2010-11-19
Add doxygen comments to several functions
Guillem Jover
8
-0
/
+111
2010-11-19
Cleanup and improve source code comments
Guillem Jover
25
-213
/
+296
2010-11-19
libdpkg: Make str_escape_fmt buffer overflow safe
Guillem Jover
4
-9
/
+28
2010-11-19
libdpkg: Refactor string termination in path_quote_filename
Guillem Jover
1
-26
/
+21
2010-11-19
libdpkg: Change switch into if/else in path_quote_filename
Guillem Jover
1
-19
/
+15
2010-11-19
libdpkg: Add new warningv() function and make warning() use it
Guillem Jover
3
-4
/
+12
2010-11-19
libdpkg: Add PURE, MALLOC, NONNULL and REQRET compiler attributes
Guillem Jover
1
-0
/
+13
2010-11-19
libdpkg: Always print parse warnings on stderr
Guillem Jover
5
-17
/
+10
2010-11-19
libdpkg: Reorded convert_string arguments
Guillem Jover
1
-14
/
+16
2010-11-19
Use new namevalue_find_by_name function instead of ad-hoc code
Guillem Jover
1
-8
/
+4
2010-11-19
libdpkg: Add new namevalue_find_by_name function
Guillem Jover
4
-1
/
+46
2010-11-19
libdpkg: Move namevalue declarations to its own header file
Guillem Jover
4
-7
/
+42
2010-11-19
libdpkg: Rename package blank functions to pkg_blank and pkg_perfile_blank
Guillem Jover
6
-13
/
+17
2010-11-19
libdpkg: Rename informative to pkg_is_informative
Guillem Jover
5
-7
/
+8
2010-11-19
libdpkg: Rename illegal_packagename to pkg_name_is_illegal
Guillem Jover
5
-9
/
+16
2010-11-19
libdpkg: Rename illegal_triggername to trig_name_is_illegal
Guillem Jover
4
-5
/
+5
2010-11-19
libdpkg: Namespace package database functions with pkg_db_ prefix
Guillem Jover
8
-37
/
+48
2010-11-19
libdpkg: Use push_error_context_jump() instead of push_error_handler()
Guillem Jover
1
-2
/
+0
2010-11-19
libdpkg: Rename error_unwind() to pop_error_context()
Guillem Jover
5
-9
/
+13
2010-11-19
Use push_error_context() instead of ad-hoc code
Guillem Jover
2
-12
/
+3
2010-11-19
libdpkg: Add new push_error_context() function
Guillem Jover
3
-0
/
+8
2010-11-19
libdpkg: Remove set_error_display()
Guillem Jover
3
-12
/
+0
2010-11-19
libdpkg: Create a new error context in subproc_fork
Guillem Jover
1
-10
/
+3
2010-11-19
Move error context display handler reset to error_unwind()
Guillem Jover
3
-2
/
+4
2010-11-19
libdpkg: Add error context function handler support
Guillem Jover
3
-9
/
+56
2010-11-19
Use thisname variable instead of hard-coded 'dpkg' string
Guillem Jover
1
-1
/
+2
2010-11-19
libdpkg: Use ohshite in error_context_new instead of ad-hoc code
Guillem Jover
1
-9
/
+2
2010-11-19
libdpkg: Make run_error_handler cope with NULL econtext gracefully
Guillem Jover
1
-0
/
+6
2010-11-19
libdpkg: Refactor error display setter into a static function
Guillem Jover
1
-6
/
+15
2010-11-19
libdpkg: Refactor error_context creation into a new function
Guillem Jover
1
-7
/
+17
[next]