index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ftparchive
Commit message (
Expand
)
Author
Age
Files
Lines
*
deal with hashes in ftparchive more dynamic as well
David Kalnischkies
2014-05-09
4
-294
/
+195
*
use a std::vector instead of hardcoded array
David Kalnischkies
2014-05-08
1
-41
/
+39
*
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...
Michael Vogt
2014-05-08
1
-14
/
+4
|
\
|
*
fix regression from commit 215b0faf
Michael Vogt
2014-05-08
1
-14
/
+4
*
|
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...
Michael Vogt
2014-05-07
8
-195
/
+408
|
\
|
|
*
ensure "--db" also works with the new srcpkgdb
Michael Vogt
2014-04-07
2
-1
/
+9
|
*
refactor _InitQuery()
Michael Vogt
2014-04-04
2
-9
/
+22
|
*
ensure clean works
Michael Vogt
2014-04-04
2
-10
/
+29
|
*
refactor to make OpenFile/OpenDebFile more robust
Michael Vogt
2014-04-04
1
-120
/
+110
|
*
add test for binary cachedb and contents generation
Michael Vogt
2014-04-04
1
-0
/
+1
|
*
Implement CacheDB for source packages in apt-ftparchive
Michael Vogt
2014-04-04
8
-106
/
+288
*
|
reduce delta from ubuntu
Michael Vogt
2014-04-25
1
-2
/
+2
|
/
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
10
-24
/
+57
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
4
-6
/
+6
*
warning: no previous declaration for foobar() [-Wmissing-declarations]
David Kalnischkies
2014-03-13
1
-9
/
+9
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-4
/
+4
*
fix -Wmissing-field-initializers warnings
David Kalnischkies
2014-03-13
1
-1
/
+1
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-1
/
+1
*
use utimes instead of utimensat/futimens
David Kalnischkies
2014-02-11
1
-1
/
+2
*
multicompress with externals sets wrong file modes
Colin Watson
2014-02-06
1
-1
/
+1
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-6
/
+4
*
rework some code to fix some scan-build warnings
David Kalnischkies
2014-01-16
2
-31
/
+27
*
ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to get...
Michael Vogt
2013-08-23
1
-1
/
+1
*
fix -Wall errors
Michael Vogt
2013-08-08
1
-1
/
+2
*
merged lp:~mvo/apt/add-missing-dsc-hashes
Michael Vogt
2013-04-08
3
-13
/
+47
|
\
|
*
merge patch apt_0.9.7.7ubuntu2~md1.debdiff, thanks to Marc Deslauriers
Michael Vogt
2013-01-31
3
-13
/
+47
*
|
- add method to open (maybe) clearsigned files transparently
David Kalnischkies
2013-03-18
1
-59
/
+46
|
/
*
* ftparchive/writer.cc:
David Kalnischkies
2012-07-04
1
-1
/
+1
*
* ftparchive/apt-ftparchive.cc:
David Kalnischkies
2012-06-09
1
-1
/
+1
*
* ftparchive/writer.cc:
David Kalnischkies
2012-05-21
1
-0
/
+1
*
ensure that apti18n.h is included last as advertised (Closes: #671623)
David Kalnischkies
2012-05-05
3
-4
/
+8
*
db2 isn't used for ages now, so complain about missing libdb instead
David Kalnischkies
2012-04-05
1
-1
/
+1
*
* debian/apt-utils.install:
David Kalnischkies
2012-03-22
1
-0
/
+1
*
the previously used VERSION didn't work everywhere so we are switching
David Kalnischkies
2012-03-22
1
-1
/
+1
*
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-2
/
+3
*
* apt-pkg/acquire-item.cc:
David Kalnischkies
2012-02-18
1
-0
/
+1
*
try to avoid direct usage of .Fd() if possible and do read()s and co
David Kalnischkies
2011-12-17
2
-5
/
+5
*
remove the second usage instance of ExecCompressor in ftparchive
David Kalnischkies
2011-12-14
3
-50
/
+18
*
use FileFd instead of forking the compression childs by hand
David Kalnischkies
2011-12-14
2
-28
/
+3
*
Allow the FileFd to use an external Compressor to uncompress a given file
David Kalnischkies
2011-12-13
2
-72
/
+4
*
merge with current debian apt/experimental
David Kalnischkies
2011-10-05
1
-5
/
+9
|
\
|
*
* apt-pkg/contrib/configuration.cc:
Michael Vogt
2011-10-05
1
-5
/
+9
|
|
\
|
|
*
ftparchive/cachedb.cc: rewrite to fix the fixed length field
Michael Vogt
2011-09-22
1
-5
/
+9
|
|
*
* ftparchive/cachedb.cc:
Michael Vogt
2011-09-22
1
-1
/
+1
*
|
|
use forward declaration in headers if possible instead of includes
David Kalnischkies
2011-09-19
5
-10
/
+12
*
|
|
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-09-19
5
-22
/
+22
|
/
/
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
4
-17
/
+17
|
\
\
|
*
\
merged from the debian-sid branch
Michael Vogt
2011-08-15
4
-17
/
+17
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
4
-17
/
+17
*
|
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
9
-36
/
+36
[next]