index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
FildFd: Introduce a Flush() function and call it from Close()
Julian Andres Klode
2015-12-27
2
-0
/
+16
*
FileFdPrivate: Add getter and setter for fields
Julian Andres Klode
2015-12-27
1
-9
/
+42
*
fileutl: simple_buffer: Add write() and full() methods
Julian Andres Klode
2015-12-27
1
-0
/
+11
*
fileutl: simple_buffer: Mark accessors as const
Julian Andres Klode
2015-12-27
1
-2
/
+3
*
FileFdPrivate: Extract SimpleBuffer and mark it as hidden
Julian Andres Klode
2015-12-27
1
-21
/
+24
*
rred: Only call pkgInitConfig() in test mode
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
ParseDepends: Mark branches for build-dep parsing as unlikely
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
debListParser: Do not validate Description-md5 for correctness twice
Julian Andres Klode
2015-12-27
1
-2
/
+4
*
Hex2Digit: Do not use isxdigit()
Niels Thykier
2015-12-27
1
-4
/
+9
*
debListParser: ParseDepends: Only query native arch if needed
Julian Andres Klode
2015-12-27
1
-1
/
+2
*
pkgcachegen: Use std::unordered_map instead of std::map
Julian Andres Klode
2015-12-27
2
-7
/
+7
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
8
-34
/
+37
*
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2015-12-27
2
-0
/
+19
*
Release 1.1.8
1.1.8
Julian Andres Klode
2015-12-26
13
-13
/
+20
*
apt-helper: Check that we can open stdout
Julian Andres Klode
2015-12-26
1
-1
/
+2
*
Refactor InternalReadLine to not unroll Size == 0 case
Julian Andres Klode
2015-12-26
1
-5
/
+4
*
Change InternalReadLine to always use buffer.read() return value
Julian Andres Klode
2015-12-26
1
-12
/
+8
*
apt-helper: Add a cat-file command for concatening files
Julian Andres Klode
2015-12-26
1
-0
/
+33
*
Release 1.1.7
1.1.7
Julian Andres Klode
2015-12-26
13
-13
/
+23
*
Get rid of memmove() in our read buffering
Julian Andres Klode
2015-12-26
1
-76
/
+57
*
rred: Allow passing files as arguments for compressor testing
Julian Andres Klode
2015-12-26
1
-2
/
+14
*
Use a hardcoded buffer size of 4096 to fix performance
Julian Andres Klode
2015-12-26
1
-4
/
+2
*
Mark all FileFdPrivate classes as hidden
1.1.6
Julian Andres Klode
2015-12-24
1
-6
/
+6
*
1.1.6 Christmas release
Julian Andres Klode
2015-12-24
58
-410
/
+432
*
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
2015-12-23
1
-7
/
+7
*
ensure we got a lock in clean operation
David Kalnischkies
2015-12-23
2
-4
/
+14
*
use a dynamic buffer for ReadLine
David Kalnischkies
2015-12-23
1
-15
/
+22
*
implement a buffer system for FileFd::ReadLine
David Kalnischkies
2015-12-23
1
-27
/
+140
*
parse xz-compression level from configuration
David Kalnischkies
2015-12-22
1
-2
/
+28
*
follow dpkg and xz and use CRC64 for xz compression
David Kalnischkies
2015-12-22
1
-1
/
+1
*
shuffle compressor-specific code into private subclasses
David Kalnischkies
2015-12-22
2
-635
/
+692
*
tests: support gpg2 properly in all testcases
David Kalnischkies
2015-12-19
4
-44
/
+48
*
avoid triggering gpg2 migration in apt-key
David Kalnischkies
2015-12-19
1
-15
/
+15
*
avoid evaluating shell in paths used in apt-key
David Kalnischkies
2015-12-19
3
-23
/
+45
*
tests: support spaces in path and TMPDIR
David Kalnischkies
2015-12-19
207
-518
/
+495
*
buildsystem: deal with spaces in path to source
David Kalnischkies
2015-12-19
8
-11
/
+11
*
Do not try to read in FileFd::Read() if Size is 0
Julian Andres Klode
2015-12-19
1
-3
/
+2
*
Do nothing in FileFd::Write() if Size is 0
Julian Andres Klode
2015-12-19
1
-7
/
+5
*
CopyFile: avoid failing on EOF on some systems
Pino Toscano
2015-12-19
1
-1
/
+1
*
CopyFile: fix BufSize to a sane value
Pino Toscano
2015-12-19
1
-2
/
+2
*
Fix FileUtlTest.GetTempDir failure when run as root
Pino Toscano
2015-12-19
1
-3
/
+7
*
Release 1.1.5
1.1.5
Julian Andres Klode
2015-12-14
58
-279
/
+924
*
test-apt-download-progress: Run the https test multiple times
Julian Andres Klode
2015-12-14
1
-2
/
+7
*
pkgcache: Make hash arch-independent using fixed size integer
Julian Andres Klode
2015-12-14
2
-3
/
+3
*
debian/apt.auto-removal.sh: Adjust -dbg exclusion for multi-arch
Julian Andres Klode
2015-12-14
1
-2
/
+1
*
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
2015-12-14
2
-5
/
+4
*
test framework: More noopchroot fixes
Julian Andres Klode
2015-12-14
1
-6
/
+11
*
test framework: Unset no_proxy as well
Julian Andres Klode
2015-12-14
1
-1
/
+1
*
test framework: Unset http proxy variables in setupenvironment
Julian Andres Klode
2015-12-14
1
-0
/
+1
*
test framework: Correctly generate new paths in noopchroot
Julian Andres Klode
2015-12-14
1
-6
/
+5
[prev]
[next]