index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
Age
Commit message (
Expand
)
Author
2015-12-27
FildFd: Introduce a Flush() function and call it from Close()
Julian Andres Klode
2015-12-27
FileFdPrivate: Add getter and setter for fields
Julian Andres Klode
2015-12-27
fileutl: simple_buffer: Add write() and full() methods
Julian Andres Klode
2015-12-27
fileutl: simple_buffer: Mark accessors as const
Julian Andres Klode
2015-12-27
FileFdPrivate: Extract SimpleBuffer and mark it as hidden
Julian Andres Klode
2015-12-27
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
2015-12-27
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
2015-12-27
Hex2Digit: Do not use isxdigit()
Niels Thykier
2015-12-27
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
2015-12-27
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2015-12-26
Refactor InternalReadLine to not unroll Size == 0 case
Julian Andres Klode
2015-12-26
Change InternalReadLine to always use buffer.read() return value
Julian Andres Klode
2015-12-26
Get rid of memmove() in our read buffering
Julian Andres Klode
2015-12-26
Use a hardcoded buffer size of 4096 to fix performance
Julian Andres Klode
2015-12-24
Mark all FileFdPrivate classes as hidden
1.1.6
Julian Andres Klode
2015-12-23
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
2015-12-23
use a dynamic buffer for ReadLine
David Kalnischkies
2015-12-23
implement a buffer system for FileFd::ReadLine
David Kalnischkies
2015-12-22
parse xz-compression level from configuration
David Kalnischkies
2015-12-22
follow dpkg and xz and use CRC64 for xz compression
David Kalnischkies
2015-12-22
shuffle compressor-specific code into private subclasses
David Kalnischkies
2015-12-19
Do not try to read in FileFd::Read() if Size is 0
Julian Andres Klode
2015-12-19
Do nothing in FileFd::Write() if Size is 0
Julian Andres Klode
2015-12-19
CopyFile: avoid failing on EOF on some systems
Pino Toscano
2015-12-19
CopyFile: fix BufSize to a sane value
Pino Toscano
2015-12-14
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-14
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
2015-12-14
non-existing directories don't need to be cleaned
David Kalnischkies
2015-12-14
support regex and co in 'apt-cache policy $pkg' again
David Kalnischkies
2015-12-14
show a more descriptive error for weak Release files
David Kalnischkies
2015-12-13
parse .diff/Index hashes in reverse order
David Kalnischkies
2015-12-13
fix typos and docs in GlobalError documentation
David Kalnischkies
2015-12-11
mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
Julian Andres Klode
2015-12-11
Bump cache minor version to 2 to trigger rebuilds
Julian Andres Klode
2015-12-11
Convert package names from Packages files to lower case
Julian Andres Klode
2015-12-10
Do not swap required and important in pkgCache::Priority()
Julian Andres Klode
2015-12-07
Use 0llu instead of 0ull in one place too
Julian Andres Klode
2015-12-07
Avoid overflow when summing up file sizes
Julian Andres Klode
2015-12-02
use @CHANGEPATH@ as placeholder in changelog URI templates
David Kalnischkies
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
2015-11-29
accept ../ on the cmdline as start for a deb file as well
David Kalnischkies
2015-11-29
tests: fix typos, correct helpmsgs and test tests
David Kalnischkies
2015-11-29
doc: VerifyFile checks all hashes instead of best only
David Kalnischkies
2015-11-28
Revert "Revert "appease adequate with some weak symbols for -private""
Julian Andres Klode
2015-11-28
Revert "appease adequate with some weak symbols for -private"
Julian Andres Klode
2015-11-28
disable privilege-drop verification by default as fakeroot trips over it
David Kalnischkies
2015-11-28
show the group we failed to drop via setgroups
David Kalnischkies
2015-11-27
ignore deprecated method calls in deprecated method
David Kalnischkies
[next]