summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-11-09libcompat: Do not preallocate list before the loop in scandirGuillem Jover1-7/+6
2009-11-09libcompat: Fix resource leaks on error conditions in scandirGuillem Jover1-15/+39
2009-11-08Expand text in license header for unversioned GPLGuillem Jover2-6/+32
2009-11-08Add missing license headersGuillem Jover1-0/+18
2009-11-08Unify text in license headersGuillem Jover63-306/+306
2009-11-08Replace FSF address by pointing to the gnu.org URLGuillem Jover63-188/+125
2009-11-08libdpkg: Remove unused dumpchain macroGuillem Jover1-13/+0
2009-11-07libdpkg: Make desc argument const in compress_cat and decompress_catGuillem Jover2-4/+10
2009-11-07libdpkg: If PROCNOERR in subproc_check() return the status codeGuillem Jover1-1/+1
2009-11-07libdpkg: Split process waiting from subproc_wait_check into subproc_waitGuillem Jover2-1/+12
2009-11-07Rename process description function arguments to descGuillem Jover1-9/+9
2009-11-07libdpkg: Rename and namespace subproc related functionsGuillem Jover2-10/+10
2009-11-07libdpkg: Namespace include guards with LIBDPKG instead of DPKGGuillem Jover17-49/+49
2009-10-28libdpkg: fix misspelling of __attribute__((const))Jonathan Nieder1-1/+1
2009-10-26Document some of the code with JavaDocGuillem Jover3-0/+30
2009-10-26Sort order of header includesGuillem Jover40-142/+140
2009-10-26libcompat: Always add an empty file to the libcompat static libraryGuillem Jover2-0/+2
2009-10-14libcompat: Handle 0 size case for C99 vsnprintf semanticsGuillem Jover1-1/+4
2009-10-14libcompat: Add top_builddir to the include pathMikhail Gusarov1-1/+2
2009-10-14libdpkg: Rename symlinkList variables in TarExtractor()Guillem Jover1-17/+17
2009-10-14libdpkg: Expand TKI_DEFINE macro for each userGuillem Jover1-11/+18
2009-10-14Use named intializers in structuresGuillem Jover1-9/+9
2009-10-05libdpkg: Move copyfileperms to non-static file_copy_permsSean Finney3-0/+91
2009-10-05libdpkg: Update path_quote_filename function commentGuillem Jover1-14/+14
2009-10-05libdpkg: Change order and rename path_quote_filename argumentsGuillem Jover2-15/+15
2009-10-05libdpkg: Change path_quote_filename size argument type to size_tGuillem Jover2-2/+2
2009-10-05libdpkg: Make path_quote_filename s argument constGuillem Jover2-2/+2
2009-10-05libdpkg: Move quote_filename to the path module as path_quote_filenameSean Finney2-0/+62
2009-10-04libcompat: Define offsetof only if the system does not have itGuillem Jover1-2/+2
2009-10-04libdpkg: Move pkg_sorter code to a new pkg moduleGuillem Jover5-11/+76
2009-10-04libdpkg: Rename pkglistqsortcmp to pkg_sorter_by_nameGuillem Jover1-1/+1
2009-10-04libdpkg: Mark and improve strings for translationGuillem Jover1-2/+3
2009-09-30libdpkg: Remove unused varbufextendGuillem Jover2-11/+0
2009-09-30libdpkg: Use varbuf_grow instead of varbufextendGuillem Jover1-10/+5
2009-09-30libdpkg: Fix varbufprintf to not grow indefinitelyGuillem Jover2-13/+47
2009-09-30libdpkg: Add new varbuf_grow functionGuillem Jover3-0/+51
2009-09-30Switch to use stdbool were appropriateGuillem Jover3-20/+32
2009-09-30build: Check for C99 snprintf family of functionsGuillem Jover1-6/+2
2009-09-30build: Use memcpy instead of assignment to copy va_listGuillem Jover1-1/+2
2009-09-30Remove helponly and versiononly functionsGuillem Jover2-20/+0
2009-09-26libdpkg: Enclose buffer_data union initialization with bracesGuillem Jover1-1/+1
2009-09-25Clean up coding style for half compliant filesGuillem Jover3-232/+260
2009-09-25libdpkg: Use struct buffer_data instead of buffer_data_tGuillem Jover2-14/+16
2009-09-25libdpkg: Add new buffer_hash and buffer_md5 functionsGuillem Jover5-0/+66
2009-09-25libdpkg: Make buffer_write buf argument constGuillem Jover2-2/+3
2009-09-24libdpkg: Rename struct buffer_data data member to argGuillem Jover2-19/+19
2009-09-24libdpkg: Move buffer_arg declaration directly into buffer_dataGuillem Jover1-6/+4
2009-09-24libdpkg: Use internerr for invalid buffer data typesGuillem Jover1-4/+4
2009-09-24libdpkg: Do not allocate memory for buffer md5 hash resultGuillem Jover1-2/+2
2009-09-24libdpkg: Use char instead of unsigned char for stringsGuillem Jover1-3/+3