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
2009-11-09
libcompat: Do not preallocate list before the loop in scandir
Guillem Jover
1
-7
/
+6
2009-11-09
libcompat: Fix resource leaks on error conditions in scandir
Guillem Jover
1
-15
/
+39
2009-11-08
Expand text in license header for unversioned GPL
Guillem Jover
2
-6
/
+32
2009-11-08
Add missing license headers
Guillem Jover
1
-0
/
+18
2009-11-08
Unify text in license headers
Guillem Jover
63
-306
/
+306
2009-11-08
Replace FSF address by pointing to the gnu.org URL
Guillem Jover
63
-188
/
+125
2009-11-08
libdpkg: Remove unused dumpchain macro
Guillem Jover
1
-13
/
+0
2009-11-07
libdpkg: Make desc argument const in compress_cat and decompress_cat
Guillem Jover
2
-4
/
+10
2009-11-07
libdpkg: If PROCNOERR in subproc_check() return the status code
Guillem Jover
1
-1
/
+1
2009-11-07
libdpkg: Split process waiting from subproc_wait_check into subproc_wait
Guillem Jover
2
-1
/
+12
2009-11-07
Rename process description function arguments to desc
Guillem Jover
1
-9
/
+9
2009-11-07
libdpkg: Rename and namespace subproc related functions
Guillem Jover
2
-10
/
+10
2009-11-07
libdpkg: Namespace include guards with LIBDPKG instead of DPKG
Guillem Jover
17
-49
/
+49
2009-10-28
libdpkg: fix misspelling of __attribute__((const))
Jonathan Nieder
1
-1
/
+1
2009-10-26
Document some of the code with JavaDoc
Guillem Jover
3
-0
/
+30
2009-10-26
Sort order of header includes
Guillem Jover
40
-142
/
+140
2009-10-26
libcompat: Always add an empty file to the libcompat static library
Guillem Jover
2
-0
/
+2
2009-10-14
libcompat: Handle 0 size case for C99 vsnprintf semantics
Guillem Jover
1
-1
/
+4
2009-10-14
libcompat: Add top_builddir to the include path
Mikhail Gusarov
1
-1
/
+2
2009-10-14
libdpkg: Rename symlinkList variables in TarExtractor()
Guillem Jover
1
-17
/
+17
2009-10-14
libdpkg: Expand TKI_DEFINE macro for each user
Guillem Jover
1
-11
/
+18
2009-10-14
Use named intializers in structures
Guillem Jover
1
-9
/
+9
2009-10-05
libdpkg: Move copyfileperms to non-static file_copy_perms
Sean Finney
3
-0
/
+91
2009-10-05
libdpkg: Update path_quote_filename function comment
Guillem Jover
1
-14
/
+14
2009-10-05
libdpkg: Change order and rename path_quote_filename arguments
Guillem Jover
2
-15
/
+15
2009-10-05
libdpkg: Change path_quote_filename size argument type to size_t
Guillem Jover
2
-2
/
+2
2009-10-05
libdpkg: Make path_quote_filename s argument const
Guillem Jover
2
-2
/
+2
2009-10-05
libdpkg: Move quote_filename to the path module as path_quote_filename
Sean Finney
2
-0
/
+62
2009-10-04
libcompat: Define offsetof only if the system does not have it
Guillem Jover
1
-2
/
+2
2009-10-04
libdpkg: Move pkg_sorter code to a new pkg module
Guillem Jover
5
-11
/
+76
2009-10-04
libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_name
Guillem Jover
1
-1
/
+1
2009-10-04
libdpkg: Mark and improve strings for translation
Guillem Jover
1
-2
/
+3
2009-09-30
libdpkg: Remove unused varbufextend
Guillem Jover
2
-11
/
+0
2009-09-30
libdpkg: Use varbuf_grow instead of varbufextend
Guillem Jover
1
-10
/
+5
2009-09-30
libdpkg: Fix varbufprintf to not grow indefinitely
Guillem Jover
2
-13
/
+47
2009-09-30
libdpkg: Add new varbuf_grow function
Guillem Jover
3
-0
/
+51
2009-09-30
Switch to use stdbool were appropriate
Guillem Jover
3
-20
/
+32
2009-09-30
build: Check for C99 snprintf family of functions
Guillem Jover
1
-6
/
+2
2009-09-30
build: Use memcpy instead of assignment to copy va_list
Guillem Jover
1
-1
/
+2
2009-09-30
Remove helponly and versiononly functions
Guillem Jover
2
-20
/
+0
2009-09-26
libdpkg: Enclose buffer_data union initialization with braces
Guillem Jover
1
-1
/
+1
2009-09-25
Clean up coding style for half compliant files
Guillem Jover
3
-232
/
+260
2009-09-25
libdpkg: Use struct buffer_data instead of buffer_data_t
Guillem Jover
2
-14
/
+16
2009-09-25
libdpkg: Add new buffer_hash and buffer_md5 functions
Guillem Jover
5
-0
/
+66
2009-09-25
libdpkg: Make buffer_write buf argument const
Guillem Jover
2
-2
/
+3
2009-09-24
libdpkg: Rename struct buffer_data data member to arg
Guillem Jover
2
-19
/
+19
2009-09-24
libdpkg: Move buffer_arg declaration directly into buffer_data
Guillem Jover
1
-6
/
+4
2009-09-24
libdpkg: Use internerr for invalid buffer data types
Guillem Jover
1
-4
/
+4
2009-09-24
libdpkg: Do not allocate memory for buffer md5 hash result
Guillem Jover
1
-2
/
+2
2009-09-24
libdpkg: Use char instead of unsigned char for strings
Guillem Jover
1
-3
/
+3
[next]