summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-09-18libdpkg: Refactor path basename code into new path_basename functionGuillem Jover5-16/+42
2011-09-18libdpkg: Add new mod-db, progname and subproc modules test casesGuillem Jover5-1/+201
2011-09-18libdpkg: Add missing test cases for the command and varbuf modulesGuillem Jover2-1/+45
2011-09-18libdpkg: Unify test_varbuf_add function namingGuillem Jover1-4/+4
2011-09-09libdpkg: Do not generate the unused infodir in modstatdb_init()Guillem Jover1-2/+0
2011-09-09Do not include trailing slash for directory string literalsGuillem Jover3-3/+5
2011-09-09libdpkg: Move trigger note support to a new trignote moduleGuillem Jover3-99/+129
2011-09-09libdpkg: Refactor trig_awaited_pend_head processing into new functionsGuillem Jover2-8/+25
2011-09-09libdpkg: Rename trig_enqueue_awaited_pend to trig_awaited_pend_enqueueGuillem Jover3-3/+3
2011-09-09libdpkg: Move trig_name_is_illegal to a new trigname moduleGuillem Jover3-16/+43
2011-09-09libdpkg: Detangle buffer filter logic from write logicGuillem Jover2-22/+60
2011-09-09libdpkg: Add new BUFFER_FILTER_NULL filter actionGuillem Jover2-0/+7
2011-09-09libdpkg: Rename BUFFER_WRITE_MD5 to BUFFER_FILTER_MD5Guillem Jover2-6/+6
2011-09-09libdpkg: Namespace buffer init and done functions with buffer_filter_Guillem Jover1-6/+6
2011-09-09libdpkg: Rename fd_null_copy() to fd_skip()Guillem Jover1-1/+1
2011-09-09libdpkg: Add a test case for fd_md5()Guillem Jover1-5/+37
2011-08-20Fix spelling errorsGuillem Jover2-2/+2
2011-08-09libdpkg: Use a generic pointer to pass the parsed object data aroundGuillem Jover2-10/+24
2011-08-05libdpkg: Initialize ps->pkg and ps->pkgbin to NULL in parse_open()Guillem Jover1-0/+2
2011-08-05libdpkg: Refactor parse_open() and parse_close() from parsedb()Guillem Jover2-43/+72
2011-08-05libdpkg: Close the file descriptor just after slurping it in parsedb()Guillem Jover1-2/+4
2011-08-02libdpkg: Remove obsolete variable references in parsedb() commentGuillem Jover1-1/+1
2011-08-02libdpkg: Make parse_stanza() a public functionGuillem Jover2-17/+21
2011-08-02libdpkg: Detangle fieldinfos from struct field_stateGuillem Jover1-2/+4
2011-08-02libdpkg: Rename parse helper *_mmap functions to parse_*Guillem Jover1-22/+22
2011-08-02libdpkg: Refactor RFC-822 stanza parsing into new parse_stanza()Guillem Jover1-91/+123
2011-08-02libdpkg: Move dataptr and endptr from parsedb() to struct parsedb_stateGuillem Jover2-33/+44
2011-08-02libdpkg: Add pkg and pkgbin to struct parsedb_stateGuillem Jover4-100/+95
2011-08-02libdpkg: Remove trailing semicolons from getc_mmap and ungetc_mmapGuillem Jover1-2/+2
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