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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not consider SHA1 usable
Julian Andres Klode
2016-03-13
1
-1
/
+2
*
apt-pkg/algorithms.cc: Avoid stack buffer overflow in KillList
Julian Andres Klode
2016-03-07
1
-10
/
+9
*
Fix several typos
Veres Lajos
2016-03-07
9
-15
/
+15
*
get group again after potential remap in Source: parse
David Kalnischkies
2016-03-06
1
-1
/
+3
*
Prevent double remapping of iterators and string views
Julian Andres Klode
2016-03-06
1
-8
/
+22
*
do not move not-failed pdiff-patches into CWD on failure
David Kalnischkies
2016-03-06
1
-0
/
+13
*
Fix lzma write support to handle "try again" case
Colin Watson
2016-03-06
1
-4
/
+25
*
deal with partially downloaded changelogs
David Kalnischkies
2016-03-06
1
-2
/
+19
*
Add missing numeric includes in files using std::accumulate()
Julian Andres Klode
2016-02-26
2
-0
/
+2
*
Fix crash with empty architecture list
Julian Andres Klode
2016-02-25
1
-4
/
+6
*
pass versioned provides to external solvers in EDSP
David Kalnischkies
2016-02-16
1
-0
/
+2
*
always download changelogs into /tmp first
David Kalnischkies
2016-02-11
3
-26
/
+35
*
use local changelog from /usr/share/doc if possible
David Kalnischkies
2016-02-11
2
-2
/
+34
*
get dpkg lock in build-dep if cache was invalid again
David Kalnischkies
2016-02-10
1
-0
/
+1
*
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
*
Merge branch 'master' of github.com:adrian17/apt
Julian Andres Klode
2016-02-04
1
-1
/
+3
|
\
|
*
Avoid temporary strings in SubstVar.
Adrian Wielgosik
2016-02-03
1
-1
/
+3
*
|
edspsystem.cc: include <stdlib.h> for mkdtemp
Fredrik Fornwall
2016-02-03
1
-0
/
+1
|
/
*
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
*
support <libc>-<kernel>-<cpu> in architecture specs
David Kalnischkies
2016-01-31
2
-18
/
+37
*
use CPPFLAGS instead of CXXFLAGS for stringview export
David Kalnischkies
2016-01-31
1
-1
/
+1
*
fix "Mismatched free() / delete / delete []" in simple_buffer
Stefan Bühler
2016-01-30
1
-1
/
+1
*
only warn about missing/invalid Date field for now
David Kalnischkies
2016-01-27
1
-12
/
+14
*
deal better with (very) small apt::cache-start values
David Kalnischkies
2016-01-27
3
-17
/
+26
*
convert Version() and Architecture() to APT::StringView
David Kalnischkies
2016-01-26
4
-38
/
+47
*
remove unused Description methods in listparsers
David Kalnischkies
2016-01-26
5
-32
/
+4
*
parse version correctly from binary Source field
David Kalnischkies
2016-01-26
2
-2
/
+2
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
3
-20
/
+10
*
drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN
David Kalnischkies
2016-01-26
1
-0
/
+4
*
Delete copy constructor and operator= for Dynamic
Julian Andres Klode
2016-01-26
1
-0
/
+5
*
reimplement build-dep via apts normal resolver
David Kalnischkies
2016-01-25
6
-2
/
+114
*
use consistently the last : as name:arch separator
David Kalnischkies
2016-01-25
2
-2
/
+2
*
prefer upgrading installed provides satisfier
David Kalnischkies
2016-01-25
1
-0
/
+2
*
treat an empty dependency field just like it doesn't exist
David Kalnischkies
2016-01-25
1
-1
/
+1
*
always create pkg at the time pkg:arch is created
David Kalnischkies
2016-01-25
1
-16
/
+29
*
Use c++11 for loop in AptHistoryRequestingUser
Michael Vogt
2016-01-25
1
-6
/
+4
*
Store "Requested-By" user in history.log in a simpler format
Michael Vogt
2016-01-25
1
-7
/
+20
*
Log calling SUDO_USER or PKEXEC_UID in history.log
Michael Vogt
2016-01-25
1
-0
/
+18
*
Remap another (non-parameter) StringView
Julian Andres Klode
2016-01-23
1
-1
/
+3
*
Remap StringView instances pointing into the cache
Julian Andres Klode
2016-01-23
1
-0
/
+19
*
Pass the old map size to ReMap()
Julian Andres Klode
2016-01-23
2
-5
/
+8
*
string_view: Drop constexpr constructor for standard compatibility
Julian Andres Klode
2016-01-15
1
-10
/
+4
*
use APT::StringView for GrabWord
David Kalnischkies
2016-01-15
2
-11
/
+13
*
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
*
revert file-hash based action-merging in acquire
David Kalnischkies
2016-01-15
1
-2
/
+1
[next]