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
2009-09-30
statdb: Do stricter parsing validation
Guillem Jover
1
-7
/
+13
2009-09-30
dpkg: Reduce variable scope in checkpath
Guillem Jover
1
-3
/
+5
2009-09-30
dpkg: Use size_t instead of long for path_len in checkpath()
Guillem Jover
1
-2
/
+2
2009-09-30
dpkg: Use more meaningful and clearer variable names in checkpath()
Guillem Jover
1
-21
/
+26
2009-09-30
Switch to use stdbool were appropriate
Guillem Jover
8
-107
/
+164
2009-09-30
dpkg-query: Do not use C99 style for-loop variable declarations
Guillem Jover
1
-1
/
+3
2009-09-30
Remove helponly and versiononly functions
Guillem Jover
3
-18
/
+30
2009-09-30
dpkg-trigger: Move functions and variables around
Guillem Jover
1
-24
/
+25
2009-09-30
dpkg-trigger: On --help print the default admindir
Guillem Jover
1
-1
/
+1
2009-09-30
Remove unused variables
Guillem Jover
2
-3
/
+0
2009-09-25
Do not print redundant dpkg prefix and new line on undefined PATH
Guillem Jover
1
-1
/
+2
2009-09-25
Use warning() instead of fprintf() in checkpath()
Guillem Jover
1
-1
/
+1
2009-09-25
Clean up coding style for half compliant files
Guillem Jover
1
-219
/
+257
2009-09-24
libdpkg: Do not allocate memory for buffer md5 hash result
Guillem Jover
1
-11
/
+12
2009-09-20
Split deferred_configure conffile handling into its own function
Guillem Jover
1
-139
/
+148
2009-09-19
Fix small leak when parsing ‘--ignore-depends’ option values
Guillem Jover
1
-0
/
+2
2009-09-19
dpkg-query: Remove unused f_ and fc_ variables
Guillem Jover
1
-7
/
+0
2009-09-15
Move LISTFILE macro from libdpkg to dpkg
Guillem Jover
1
-0
/
+2
2009-09-15
Switch ad-hoc code to use struct pkg_list data type
Guillem Jover
5
-26
/
+21
2009-09-15
Move pkg-array to libdpkg
Guillem Jover
5
-120
/
+2
2009-09-15
dpkg: Update list of binaries to check on PATH
Guillem Jover
1
-2
/
+7
2009-09-15
dpkg: Use secure_unlink instead of ad-hoc code
Guillem Jover
1
-17
/
+2
2009-09-15
Improve secure_unlink comment and move it outside the function
Guillem Jover
1
-3
/
+9
2009-09-15
Rename chmodsafe_unlink functions to secure_unlink
Guillem Jover
3
-7
/
+7
2009-09-15
Only use errno for error reason when securely removing a file
Guillem Jover
3
-27
/
+21
2009-09-15
Use character arrays instead of pointers for constant strings
Guillem Jover
1
-1
/
+1
2009-09-08
dpkg: Remove obsolete conffiles on purge
Guillem Jover
1
-1
/
+0
2009-09-06
dpkg: Use ohshit on bad version syntax in --compare-versions
Guillem Jover
1
-10
/
+4
2009-09-06
dpkg-query: Add installed package control path query support
Guillem Jover
2
-0
/
+121
2009-09-06
Unify and mark strings for translation
Guillem Jover
2
-3
/
+3
2009-09-06
Use m_output instead of checking printing functions return code
Guillem Jover
4
-67
/
+69
2009-09-06
Use m_output instead of fflush, ferror and werr
Guillem Jover
5
-22
/
+25
2009-09-06
dpkg: Check stdout for errors instead of stderr in audit()
Guillem Jover
1
-1
/
+3
2009-09-06
dpkg: Remove unused act_compareversions
Guillem Jover
1
-1
/
+0
2009-09-06
dpkg: Sort and group ‘enum action’ values
Guillem Jover
1
-10
/
+42
2009-09-06
libdpkg: Move buffer I/O declarations to buffer.h
Guillem Jover
5
-0
/
+5
2009-09-06
dpkg: Add new invoke hooks support
Guillem Jover
2
-0
/
+71
2009-08-22
Set DPKG_MAINTSCRIPT_ARCH env var with the .deb architecture
Guillem Jover
1
-0
/
+1
2009-08-22
Pass ‘struct pkginfoperfile’ from maint script functions to do_script
Guillem Jover
1
-7
/
+9
2009-08-22
Pass ‘struct pkginfo’ instead of pkg name to maint script functions
Guillem Jover
4
-16
/
+23
2009-08-21
Add support for config.d style directory fragment loading
Guillem Jover
1
-0
/
+3
2009-08-16
Cast field width function arguments to int
Guillem Jover
1
-1
/
+2
2009-08-16
Set action_todo as volatile to avoid possible clobbering on longjmp
Guillem Jover
1
-1
/
+1
2009-08-15
Use AM_CPPFLAGS instead of deprecated INCLUDES in Makefile.am files
Guillem Jover
1
-1
/
+1
2009-08-15
dpkg: change behaviour of --merge-avail
Ian Jackson
1
-1
/
+2
2009-08-13
Remove double slash in database path creation
Guillem Jover
1
-1
/
+1
2009-08-09
dpkg: On file conflicts print the version of the conflicted package
Guillem Jover
1
-5
/
+11
2009-07-15
libdpkg: Move subproc related declarations to subproc.h
Guillem Jover
2
-0
/
+2
2009-07-15
libdpkg: Split dpkg-priv.h into smaller pieces
Guillem Jover
3
-3
/
+4
2009-07-15
Disable default automake preprocessor include paths
Guillem Jover
23
-63
/
+63
[next]