projects
/
apt.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
flush line-clearing on progress stop before post-invoke
[apt.git]
/
apt-pkg
/
contrib
/
2016-03-13
Julian Andres Klode
Do not consider SHA1 usable
tree
|
commitdiff
2016-03-06
Veres Lajos
Fix several typos
tree
|
commitdiff
2016-03-06
Colin Watson
Fix lzma write support to handle "try again" case
tree
|
commitdiff
2016-02-10
Julian Andres Klode
Set seekpos to 0 after reopening files in Seek()
tree
|
commitdiff
2016-02-04
Julian Andres Klode
Use some semantically more correct buffer operations
tree
|
commitdiff
2016-02-04
Julian Andres Klode
Correctly report write errors when flushing buffered...
tree
|
commitdiff
2016-02-04
Julian Andres Klode
Merge branch 'master' of github.com:adrian17/apt
tree
|
commitdiff
2016-02-03
Adrian Wielgosik
Avoid temporary strings in SubstVar.
tree
|
commitdiff
2016-02-01
Julian Andres Klode
Do not buffer writes larger than the buffer if possible
tree
|
commitdiff
2016-02-01
Julian Andres Klode
BufferedWriteFileFdPrivate: Simplify InternalWrite()
tree
|
commitdiff
2016-02-01
Julian Andres Klode
simple_buffer::write: Use free() instead of maxsize...
tree
|
commitdiff
2016-01-30
Stefan Bühler
fix "Mismatched free() / delete / delete []" in simple_...
tree
|
commitdiff
2016-01-26
David Kalnischkies
drop explicit check for EWOULDBLOCK if it has the same...
tree
|
commitdiff
2016-01-15
Julian Andres Klode
string_view: Drop constexpr constructor for standard...
tree
|
commitdiff
2016-01-15
David Kalnischkies
provide a constexpr char[] overload for APT::StringView
tree
|
commitdiff
2016-01-15
David Kalnischkies
return correct position in APT::StringView::(r)find
tree
|
commitdiff
2016-01-08
Julian Andres Klode
Store the size of strings in the cache
tree
|
commitdiff
2016-01-08
Julian Andres Klode
HashSumValue::Set: Do not provide const char* overload
tree
|
commitdiff
2016-01-08
Julian Andres Klode
operator==(char*, StringView) use StringView.operator==
tree
|
commitdiff
2016-01-07
Julian Andres Klode
StringView: rfind: pos should be end of substr, not...
tree
|
commitdiff
2016-01-07
Julian Andres Klode
StringView: pos argument default should be npos
tree
|
commitdiff
2016-01-07
Julian Andres Klode
StringView::rfind(): Call rfind() instead of find(...
tree
|
commitdiff
2016-01-07
Julian Andres Klode
Switch performance critical code to use APT::StringView
tree
|
commitdiff
2016-01-07
Julian Andres Klode
Introduce internal APT::StringView class
tree
|
commitdiff
2016-01-07
Julian Andres Klode
CopyFile: Use 64 * 1024 instead of 64000 as buffer...
tree
|
commitdiff
2016-01-07
Julian Andres Klode
FileFd: (native) LZ4 support
tree
|
commitdiff
2016-01-03
Julian Andres Klode
simple_compressor: Provide some accessors for end and...
tree
|
commitdiff
2016-01-03
Julian Andres Klode
simple_buffer: Allow buffer size to change
tree
|
commitdiff
2015-12-29
Julian Andres Klode
strutl.cc: Add declarations for the compat _ascii(...
tree
|
commitdiff
2015-12-29
Julian Andres Klode
Turn tolower_ascii() and isspace_ascii() into inline...
tree
|
commitdiff
2015-12-28
Julian Andres Klode
BufferedFileFdPrivate: Make InternalFlush() save agains...
tree
|
commitdiff
2015-12-28
Julian Andres Klode
BufferedWriter: flushing: Check for written < size...
tree
|
commitdiff
2015-12-27
Julian Andres Klode
FileFd: Add a buffered writing mode
tree
|
commitdiff
2015-12-27
Julian Andres Klode
FildFd: Introduce a Flush() function and call it from...
tree
|
commitdiff
2015-12-27
Julian Andres Klode
FileFdPrivate: Add getter and setter for fields
tree
|
commitdiff
2015-12-27
Julian Andres Klode
fileutl: simple_buffer: Add write() and full() methods
tree
|
commitdiff
2015-12-27
Julian Andres Klode
fileutl: simple_buffer: Mark accessors as const
tree
|
commitdiff
2015-12-27
Julian Andres Klode
FileFdPrivate: Extract SimpleBuffer and mark it as...
tree
|
commitdiff
2015-12-27
Niels Thykier
Hex2Digit: Do not use isxdigit()
tree
|
commitdiff
2015-12-27
Julian Andres Klode
Convert most callers of isspace() to isspace_ascii()
tree
|
commitdiff
2015-12-26
Julian Andres Klode
Introduce isspace_ascii() for use by parsers
tree
|
commitdiff
2015-12-26
Julian Andres Klode
Refactor InternalReadLine to not unroll Size == 0 case
tree
|
commitdiff
2015-12-26
Julian Andres Klode
Change InternalReadLine to always use buffer.read(...
tree
|
commitdiff
2015-12-26
Julian Andres Klode
Get rid of memmove() in our read buffering
tree
|
commitdiff
2015-12-26
Julian Andres Klode
Use a hardcoded buffer size of 4096 to fix performance
tree
|
commitdiff
2015-12-24
Julian Andres Klode
Mark all FileFdPrivate classes as hidden
1.1.6
tree
|
commitdiff
2015-12-23
David Kalnischkies
fix new[] vs delete mismatch introduced by b3db9d81
tree
|
commitdiff
2015-12-23
David Kalnischkies
use a dynamic buffer for ReadLine
tree
|
commitdiff
2015-12-23
David Kalnischkies
implement a buffer system for FileFd::ReadLine
tree
|
commitdiff
2015-12-22
David Kalnischkies
parse xz-compression level from configuration
tree
|
commitdiff
2015-12-22
David Kalnischkies
follow dpkg and xz and use CRC64 for xz compression
tree
|
commitdiff
2015-12-22
David Kalnischkies
shuffle compressor-specific code into private subclasses
tree
|
commitdiff
2015-12-19
Julian Andres Klode
Do not try to read in FileFd::Read() if Size is 0
tree
|
commitdiff
2015-12-19
Julian Andres Klode
Do nothing in FileFd::Write() if Size is 0
tree
|
commitdiff
2015-12-19
Pino Toscano
CopyFile: avoid failing on EOF on some systems
tree
|
commitdiff
2015-12-19
Pino Toscano
CopyFile: fix BufSize to a sane value
tree
|
commitdiff
2015-12-13
David Kalnischkies
fix typos and docs in GlobalError documentation
tree
|
commitdiff
2015-12-11
Julian Andres Klode
mmap: Define _DEFAULT_SOURCE instead of _BSD_SOURCE
tree
|
commitdiff
2015-11-29
David Kalnischkies
doc: VerifyFile checks all hashes instead of best only
tree
|
commitdiff
2015-11-28
Julian Andres Klode
Revert "Revert "appease adequate with some weak symbols...
tree
|
commitdiff
2015-11-28
Julian Andres Klode
Revert "appease adequate with some weak symbols for...
tree
|
commitdiff
2015-11-28
David Kalnischkies
disable privilege-drop verification by default as faker...
tree
|
commitdiff
2015-11-28
David Kalnischkies
show the group we failed to drop via setgroups
tree
|
commitdiff
2015-11-27
David Kalnischkies
add messages to our deprecation warnings in libapt
tree
|
commitdiff
2015-11-27
David Kalnischkies
appease adequate with some weak symbols for -private
tree
|
commitdiff
2015-11-21
Justin B Rye
review of new/changed translatable program strings
tree
|
commitdiff
2015-11-19
David Kalnischkies
do not segfault in cache generation on mmap failure
tree
|
commitdiff
2015-11-19
David Kalnischkies
support setting empty values (sanely) & removing suppor...
tree
|
commitdiff
2015-11-19
David Kalnischkies
do not use _apt for file/copy sources if it isn't world...
tree
|
commitdiff
2015-11-05
David Kalnischkies
encode UTF-8 characters correctly in QuoteString
tree
|
commitdiff
2015-11-04
David Kalnischkies
wrap every unlink call to check for != /dev/null
tree
|
commitdiff
2015-11-04
David Kalnischkies
ensure FileFd doesn't try to open /dev/null as atomic...
tree
|
commitdiff
2015-11-04
David Kalnischkies
move apts cmdline helper type into -private
tree
|
commitdiff
2015-11-04
David Kalnischkies
new quiet level -qq for apt to hide progress output
tree
|
commitdiff
2015-11-04
David Kalnischkies
deduplicate main methods
tree
|
commitdiff
2015-11-04
David Kalnischkies
split up help messages for simpler reuse
tree
|
commitdiff
2015-11-04
David Kalnischkies
add binary-specific options via Binary scope
tree
|
commitdiff
2015-10-30
Julian Andres Klode
srvrec: Do not expose C++11 tuple use in header
tree
|
commitdiff
2015-10-30
Julian Andres Klode
GetSrvRecords: Make thread-safe
tree
|
commitdiff
2015-09-14
David Kalnischkies
srv test: do 100 pulls twice and compare list
tree
|
commitdiff
2015-09-14
David Kalnischkies
avoid using global PendingError to avoid failing too...
tree
|
commitdiff
2015-09-14
David Kalnischkies
copy ReadWrite-error to the bottom to make clang happy
tree
|
commitdiff
2015-09-14
David Kalnischkies
implement CopyFile without using FileFd::Size()
tree
|
commitdiff
2015-09-02
David Kalnischkies
avoid triggering the c++11 erase api change on travis
tree
|
commitdiff
2015-09-01
David Kalnischkies
use clock() as source for SRV randomness
tree
|
commitdiff
2015-09-01
David Kalnischkies
use unusable-for-security hashes for integrity checks
tree
|
commitdiff
2015-09-01
Michael Vogt
Consider md5sum no longer a usable hash
tree
|
commitdiff
2015-09-01
David Kalnischkies
improve CheckDropPrivsMustBeDisabled further
tree
|
commitdiff
2015-08-31
David Kalnischkies
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
tree
|
commitdiff
2015-08-27
Julian Andres Klode
Merge branch 'feature/extractar-filefd' into debian...
tree
|
commitdiff
2015-08-27
Julian Andres Klode
Always close compressed files in FileFd
tree
|
commitdiff
2015-08-20
Michael Vogt
Merge remote-tracking branch 'mvo/feature/srv-records...
tree
|
commitdiff
2015-08-20
Michael Vogt
Add basic (non weight adjusted) shuffling for SrvRecord...
tree
|
commitdiff
2015-08-18
Michael Vogt
apt-pkg/contrib/srvrec.cc: res_query() should not gener...
tree
|
commitdiff
2015-08-18
Michael Vogt
cleanup
tree
|
commitdiff
2015-08-18
Michael Vogt
Merge remote-tracking branch 'upstream/debian/experimen...
tree
|
commitdiff
2015-08-18
Michael Vogt
Merge branch 'debian/experimental' into feature/srv...
tree
|
commitdiff
2015-08-14
Julian Andres Klode
Also add 'in combination with the other options.' to...
tree
|
commitdiff
2015-08-14
Julian Andres Klode
Say "in combination with the other options" if an optio...
tree
|
commitdiff
2015-08-14
Julian Andres Klode
Merge branch 'debian/experimental' of https://github...
tree
|
commitdiff
next