index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
use buffered writing for InRelease splitting
David Kalnischkies
2016-04-03
1
-1
/
+1
*
consistently add APT_OVERRIDE as method marker
David Kalnischkies
2016-04-03
1
-70
/
+70
*
Allow lowering trust level of a hash via config
Julian Andres Klode
2016-03-28
1
-1
/
+10
*
Set hidden visibility for StringView
Julian Andres Klode
2016-03-24
1
-1
/
+2
*
Do not consider SHA1 usable
Julian Andres Klode
2016-03-13
1
-1
/
+2
*
Fix several typos
Veres Lajos
2016-03-07
2
-2
/
+2
*
Fix lzma write support to handle "try again" case
Colin Watson
2016-03-06
1
-4
/
+25
*
Set seekpos to 0 after reopening files in Seek()
Julian Andres Klode
2016-02-10
1
-0
/
+1
*
Use some semantically more correct buffer operations
Julian Andres Klode
2016-02-04
1
-1
/
+1
*
Correctly report write errors when flushing buffered writer
Julian Andres Klode
2016-02-04
1
-1
/
+1
*
Avoid temporary strings in SubstVar.
Adrian Wielgosik
2016-02-03
1
-1
/
+3
*
Do not buffer writes larger than the buffer if possible
Julian Andres Klode
2016-02-01
1
-0
/
+6
*
BufferedWriteFileFdPrivate: Simplify InternalWrite()
Julian Andres Klode
2016-02-01
1
-9
/
+3
*
simple_buffer::write: Use free() instead of maxsize - size()
Julian Andres Klode
2016-02-01
1
-3
/
+3
*
fix "Mismatched free() / delete / delete []" in simple_buffer
Stefan Bühler
2016-01-30
1
-1
/
+1
*
drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN
David Kalnischkies
2016-01-26
1
-0
/
+4
*
string_view: Drop constexpr constructor for standard compatibility
Julian Andres Klode
2016-01-15
1
-10
/
+4
*
provide a constexpr char[] overload for APT::StringView
David Kalnischkies
2016-01-15
1
-4
/
+10
*
return correct position in APT::StringView::(r)find
David Kalnischkies
2016-01-15
1
-8
/
+16
*
Store the size of strings in the cache
Julian Andres Klode
2016-01-08
1
-2
/
+9
*
HashSumValue::Set: Do not provide const char* overload
Julian Andres Klode
2016-01-08
1
-6
/
+3
*
operator==(char*, StringView) use StringView.operator==
Julian Andres Klode
2016-01-08
1
-1
/
+1
*
StringView: rfind: pos should be end of substr, not start
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
StringView: pos argument default should be npos
Julian Andres Klode
2016-01-07
1
-2
/
+2
*
StringView::rfind(): Call rfind() instead of find() on subst
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
3
-3
/
+37
*
Introduce internal APT::StringView class
Julian Andres Klode
2016-01-07
1
-0
/
+112
*
CopyFile: Use 64 * 1024 instead of 64000 as buffer size
Julian Andres Klode
2016-01-07
1
-7
/
+9
*
FileFd: (native) LZ4 support
Julian Andres Klode
2016-01-07
2
-1
/
+162
*
simple_compressor: Provide some accessors for end and free
Julian Andres Klode
2016-01-03
1
-0
/
+3
*
simple_buffer: Allow buffer size to change
Julian Andres Klode
2016-01-03
1
-2
/
+18
*
strutl.cc: Add declarations for the compat _ascii() functions
Julian Andres Klode
2015-12-29
1
-0
/
+2
*
Turn tolower_ascii() and isspace_ascii() into inline functions
Julian Andres Klode
2015-12-29
2
-11
/
+21
*
BufferedFileFdPrivate: Make InternalFlush() save against errors
Julian Andres Klode
2015-12-28
1
-8
/
+8
*
BufferedWriter: flushing: Check for written < size instead of <=
Julian Andres Klode
2015-12-28
1
-3
/
+1
*
FileFd: Add a buffered writing mode
Julian Andres Klode
2015-12-27
2
-0
/
+153
*
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
*
Hex2Digit: Do not use isxdigit()
Niels Thykier
2015-12-27
1
-4
/
+9
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
Introduce isspace_ascii() for use by parsers
Julian Andres Klode
2015-12-27
2
-0
/
+19
*
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
*
Get rid of memmove() in our read buffering
Julian Andres Klode
2015-12-26
1
-76
/
+57
*
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
*
fix new[] vs delete mismatch introduced by b3db9d81
David Kalnischkies
2015-12-23
1
-7
/
+7
[next]