summaryrefslogtreecommitdiff
path: root/src/generic/apt/parse_dpkg_status.cc
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Clear out the message buffer after we finish parsing a message, so we don't c...Daniel Burrows1-0/+1
2008-11-16Fix some parsing bugs that would run off the end of input buffers and crash t...Daniel Burrows1-8/+8
2008-11-16Finish fleshing out the dpkg status parsing interface, and fill in the implem...Daniel Burrows1-0/+202
2008-11-15Add prototypes and structures for a parser that can attach to the dpkg status...Daniel Burrows1-0/+20