index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
sourcelist.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-01
require explicit paths to dsc/control as we do for deb files
David Kalnischkies
1
-1
/
+7
2015-11-29
accept ../ on the cmdline as start for a deb file as well
David Kalnischkies
1
-1
/
+1
2015-11-04
support .deb files in upgrade operations as well
David Kalnischkies
1
-1
/
+34
2015-09-14
add by-hash sources.list option and document all of by-hash
David Kalnischkies
1
-0
/
+1
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
1
-1
/
+1
2015-08-30
detect and deal with indextarget duplicates
David Kalnischkies
1
-0
/
+11
2015-08-29
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
1
-29
/
+22
2015-08-27
sources.list and indextargets option for pdiffs
David Kalnischkies
1
-0
/
+1
2015-08-19
Support tabs in sources.list files
Julian Andres Klode
1
-1
/
+1
2015-08-11
Fix an obscure warning from GCC
Julian Andres Klode
1
-2
/
+2
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-3
/
+25
2015-08-10
implement Signed-By option for sources.list
David Kalnischkies
1
-13
/
+15
2015-08-10
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
David Kalnischkies
1
-0
/
+3
2015-08-10
merge indexRecords into metaIndex
David Kalnischkies
1
-0
/
+1
2015-08-10
bring back deb822 sources.list entries as .sources
David Kalnischkies
1
-114
/
+114
2015-08-10
support lang= and target= sources.list options
David Kalnischkies
1
-18
/
+22
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-2
/
+2
2015-03-16
fix some new compiler warnings reported by gcc-5
David Kalnischkies
1
-1
/
+1
2014-09-27
fix: Prefer prefix ++/-- operators for non-primitive types
David Kalnischkies
1
-4
/
+4
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-1
/
+10
2014-01-25
Merge remote-tracking branch 'mvo/debian/sid' into debian/sid
Michael Vogt
1
-1
/
+7
2014-01-25
support " " in deb822 source options
Michael Vogt
1
-1
/
+7
2014-01-24
set APT::Sources::Use-Deb822 to default false for now
Michael Vogt
1
-1
/
+1
2014-01-20
add support for multipl types in one line
Michael Vogt
1
-10
/
+15
2014-01-20
add support for multiple URIs in deb822 style sources.list
Michael Vogt
1
-11
/
+18
2014-01-20
add support for Enabled: no in deb822 sources.list
Michael Vogt
1
-0
/
+4
2014-01-18
rename "Suite/Section" to plural
Michael Vogt
1
-2
/
+2
2014-01-17
implement suggestion by donkult (thanks!)
Michael Vogt
1
-2
/
+2
2014-01-16
support multiple "Suite:" entries
Michael Vogt
1
-9
/
+18
2014-01-16
rename URL to Uri in deb822-sources
Michael Vogt
1
-1
/
+1
2014-01-16
rename "distribution" in sources.list to "suite"
Michael Vogt
1
-1
/
+1
2014-01-16
* refactor to have a new virtual ParseStanza
Michael Vogt
1
-26
/
+39
2014-01-16
remove "," in components again
Michael Vogt
1
-5
/
+1
2014-01-04
improve error message
Michael Vogt
1
-12
/
+22
2014-01-04
improve tests
Michael Vogt
1
-1
/
+2
2013-12-09
suppoer $(ARCH) in deb822 sources.list as well
Michael Vogt
1
-2
/
+6
2013-12-09
add APT::Sources::Use-Deb822 to allow disabling the deb822 parser
Michael Vogt
1
-8
/
+13
2013-12-09
more refactor
Michael Vogt
1
-66
/
+67
2013-12-09
refactor deb822 reading into its own function
Michael Vogt
1
-16
/
+33
2013-12-05
fix section adding
Michael Vogt
1
-1
/
+10
2013-12-05
first version with test
Michael Vogt
1
-6
/
+40
2013-04-04
* apt-pkg/sourcelist.cc:
Michael Vogt
1
-1
/
+5
2012-03-04
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
1
-1
/
+1
2011-10-30
merge with my debian-sid branch
David Kalnischkies
1
-1
/
+1
2011-09-21
convert a few for-loop char finds to proper strchr and memchr
David Kalnischkies
1
-1
/
+1
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-0
/
+2
2011-09-13
merge with debian/experimental
David Kalnischkies
1
-6
/
+28
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-2
/
+4
2011-08-15
merged from the debian-sid branch
Michael Vogt
1
-7
/
+7
2011-08-11
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
1
-7
/
+7
[next]