summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-07-07libdpkg: Rename catch_signals to signo_ignores in subproc moduleGuillem Jover1-8/+8
2011-07-07libdpkg: Rename sigaction variables in subproc module to sa and sa_saveGuillem Jover1-8/+9
2011-07-07libdpkg: Rename variable r to pid in subproc_fork()Guillem Jover1-6/+6
2011-07-07libdpkg: Rename myopt module to optionsGuillem Jover3-8/+8
2011-07-07Fix comment header lines describing the subprojectGuillem Jover19-19/+19
2011-07-07Use new dpkg_set_progname and dpkg_get_progname instead of thisnameGuillem Jover6-14/+11
2011-07-07libdpkg: Add new progname module handling functionsGuillem Jover4-0/+122
2011-07-07libdpkg: Add missing macros for program namesGuillem Jover1-1/+4
2011-07-07libdpkg: Do not require programs to define printforhelpGuillem Jover3-5/+10
2011-07-07libdpkg: Add missing symbols to the version scriptGuillem Jover1-0/+5
2011-06-26Fix bad indentation in various parts of the codeRaphaël Hertzog1-3/+3
2011-06-25dpkg: implement "interest-noawait" and "activate-noawait" trigger commandsRaphaël Hertzog2-27/+66
2011-05-25libdpkg: Fix fd_fd_filter to execute the filter on the childGuillem Jover1-1/+1
2011-05-24libdpkg: Do not warn on missing Architecture in config-files stateGuillem Jover1-0/+8
2011-05-24libdpkg: Do not allow blank lines in field valuesGuillem Jover1-2/+16
2011-05-24libdpkg: Properly reset filetriggers_edited in trig_file_interests_saveGuillem Jover1-13/+21
2011-05-24libdpkg: Do not fail on current file removal in trk_explicit_interest_changeGuillem Jover1-1/+1
2011-05-24libdpkg: Properly pop the cleanup handler in trk_explicit_interest_changeGuillem Jover1-22/+37
2011-05-18dpkg: properly remove triggers information during package removalRaphaël Hertzog1-1/+24
2011-05-15libdpkg: Use new writedb flags instead of independent bool variablesGuillem Jover3-9/+16
2011-05-15libdpkg: Rename cu_closefile to cu_closestreamGuillem Jover3-6/+6
2011-05-14libdpkg: keep Config-Version in triggers-awaited stateRaphaël Hertzog1-2/+1
2011-05-11libdpkg: Use new DPKG_BUFFER_SIZE macro instead of hard-coded literalJonathan Nieder2-4/+6
2011-05-11libdpkg: Add new buffer_skip_Int() and switch fd_null_copy() to itGuillem Jover2-9/+46
2011-05-11libdpkg: Remove unneeded checks on buffer_copy loop terminationGuillem Jover1-1/+1
2011-05-11libdpkg: Rename struct buffer_write_md5ctx to buffer_md5_ctxGuillem Jover1-6/+6
2011-05-11libdpkg: Expand buffer_copy_TYPE macro instancesGuillem Jover1-23/+41
2011-05-11libdpkg: Switch the compression filter functions to always returnGuillem Jover2-49/+39
2011-05-04Merge branch 'sid' (through tag '1.16.0.3')Guillem Jover1-4/+9
2011-05-04libdpkg: Allow again unknown Priority field valuesGuillem Jover1-4/+9
2011-04-29libdpkg: Move informativeversion() to the version moduleGuillem Jover4-10/+11
2011-04-29libdpkg: Move version module declarations to a new version.hGuillem Jover4-9/+42
2011-04-29dpkg: Use “unselected” as an adjective instead of “deselected”Guillem Jover1-1/+1
2011-04-26libdpkg: Rename and alias pdb_lax_parser to pdb_lax_version_parserGuillem Jover1-1/+3
2011-04-26libdpkg: Add new str_quote_meta() functionGuillem Jover3-0/+51
2011-04-21libdpkg: Move nicknames table from parsehelp.c to parse.cGuillem Jover3-12/+11
2011-04-21libdpkg: Use execvp(3) unconditionally in command_exec()Jonathan Nieder1-4/+1
2011-04-20Merge commit '1.16.0.2'Raphaël Hertzog1-1/+5
2011-04-16libdpkg: Include <locale.h> from <i18n.h> to fix unoptimized buildsGuillem Jover1-1/+5
2011-04-03libdpkg: add non-regression test for version number starting with non-digitRaphaël Hertzog1-2/+5
2011-04-02libdpkg: Make buffer_init() and buffer_done() take only one argumentGuillem Jover1-10/+10
2011-04-02libdpkg: Move mtime from file_stat back to tar_infoGuillem Jover3-2/+2
2011-04-02libdpkg: Update MD5 implementation with the one from OpenBSDGuillem Jover2-180/+178
2011-04-02Rename struct cmdinfo member arg_func to action and call it directlyGuillem Jover1-1/+2
2011-04-02Use new action_func typedef instead of ad-hoc function castsGuillem Jover1-3/+3
2011-03-16pkg_parse_copy(): fix references to variables in a commentRaphaël Hertzog1-2/+2
2011-03-16libdpkg: Do not lose reverse dependencies when parsing control dataGuillem Jover1-1/+1
2011-03-14Use off_t and %jd or %jx to handle file sizes and offsetsGuillem Jover5-7/+8
2011-03-14Use size_t and %zu to handle memory sizes and offsetsGuillem Jover2-3/+5
2011-03-14libdpkg: Replace OtoL() with OtoM() converting to intmax_tGuillem Jover1-12/+13