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-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
2009-09-24
libcompat: Define WCOREDUMP only if the system does not have it
Guillem Jover
1
-1
/
+1
2009-09-19
Use varbuf instead of ad-hoc handling of growing strings
Guillem Jover
1
-39
/
+28
2009-09-15
Move LISTFILE macro from libdpkg to dpkg
Guillem Jover
1
-1
/
+0
2009-09-15
Move PARTSDIR macro from libdpkg to dpkg-split
Guillem Jover
1
-1
/
+0
2009-09-15
Switch ad-hoc code to use struct pkg_list data type
Guillem Jover
1
-10
/
+4
2009-09-15
libdpkg: Create a new pkg_list structure and functions
Guillem Jover
3
-0
/
+105
2009-09-15
Move pkg-array to libdpkg
Guillem Jover
3
-0
/
+120
2009-09-15
Use character arrays instead of pointers for constant strings
Guillem Jover
1
-1
/
+1
2009-09-06
Use m_output instead of fflush, ferror and werr
Guillem Jover
1
-1
/
+3
2009-09-06
libdpkg: New m_output function
Guillem Jover
2
-0
/
+9
2009-09-06
libdpkg: Remove _setup from buffer_copy_setup_TYPE function names
Guillem Jover
2
-67
/
+51
2009-09-06
libdpkg: Rename buffer_copy_setup_dual to buffer_copy_TYPE
Guillem Jover
1
-5
/
+5
2009-09-06
libdpkg: Fold buffer_copy_setup back into buffer_copy_setup_TYPE functions
Guillem Jover
2
-24
/
+11
[next]