| .. |
|
contrib
|
1f5062f656
BufferedFileFdPrivate: Make InternalFlush() save against errors
|
10 anni fa |
|
deb
|
a628ca5256
allow repositories to forbid arch:all for specific index targets
|
10 anni fa |
|
edsp
|
ce1f3a2c61
wrap every unlink call to check for != /dev/null
|
10 anni fa |
|
acquire-item.cc
|
a628ca5256
allow repositories to forbid arch:all for specific index targets
|
10 anni fa |
|
acquire-item.h
|
430481e794
use @CHANGEPATH@ as placeholder in changelog URI templates
|
10 anni fa |
|
acquire-method.cc
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
acquire-method.h
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
acquire-worker.cc
|
514a25cbcd
do not use _apt for file/copy sources if it isn't world-accessible
|
10 anni fa |
|
acquire-worker.h
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
acquire.cc
|
e551e1237d
Use 0llu instead of 0ull in one place too
|
10 anni fa |
|
acquire.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
algorithms.cc
|
258b9e512c
apply various suggestions made by cppcheck
|
10 anni fa |
|
algorithms.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
aptconfiguration.cc
|
1a3296c0bd
aptconfiguration: Set default compression level to 6
|
10 anni fa |
|
aptconfiguration.h
|
c3392a9fcc
some CXXFLAGS housekeeping
|
11 anni fa |
|
cachefile.cc
|
6789e01e93
do not segfault in cache generation on mmap failure
|
10 anni fa |
|
cachefile.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
cachefilter.cc
|
3721cb019f
add an API for cache filters/matcher
|
11 anni fa |
|
cachefilter.h
|
6d7122b535
Annotate more methods with APT_OVERRIDE
|
11 anni fa |
|
cacheiterators.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
cacheset.cc
|
27e4c1664a
support regex and co in 'apt-cache policy $pkg' again
|
10 anni fa |
|
cacheset.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
cdrom.cc
|
0300f0077a
outsmart gcc -O3 over-optimization in pkgCdrom::FindPackages
|
10 anni fa |
|
cdrom.h
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
clean.cc
|
dffc17ba83
non-existing directories don't need to be cleaned
|
10 anni fa |
|
clean.h
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
depcache.cc
|
add81166f8
typo: run s#frontend#front-end# on all of src:apt
|
10 anni fa |
|
depcache.h
|
3d28414809
tests: fix typos, correct helpmsgs and test tests
|
10 anni fa |
|
edsp.cc
|
294a80209a
sanify API to get 'the' candidate version
|
10 anni fa |
|
edsp.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
indexcopy.cc
|
95278287f4
avoid using global PendingError to avoid failing too often too soon
|
10 anni fa |
|
indexcopy.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
indexfile.cc
|
668ae33adc
ignore deprecated method calls in deprecated method
|
10 anni fa |
|
indexfile.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
init.cc
|
430481e794
use @CHANGEPATH@ as placeholder in changelog URI templates
|
10 anni fa |
|
init.h
|
453b82a388
cleanup headers and especially #includes everywhere
|
12 anni fa |
|
install-progress.cc
|
ac7f8f7916
Fix all the wrong removals of includes that iwyu got wrong
|
11 anni fa |
|
install-progress.h
|
eaf21c2144
Fix select timeout to be 50msec instead of 0.5msec
|
10 anni fa |
|
makefile
|
cc4800145b
when using srv records, use the next server if one fails to connect
|
12 anni fa |
|
metaindex.cc
|
a628ca5256
allow repositories to forbid arch:all for specific index targets
|
10 anni fa |
|
metaindex.h
|
a628ca5256
allow repositories to forbid arch:all for specific index targets
|
10 anni fa |
|
orderlist.cc
|
2fcd25a9e2
Do not swap required and important in pkgCache::Priority()
|
10 anni fa |
|
orderlist.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
packagemanager.cc
|
93a0805bc9
fix alloc-dealloc-mismatch (operator new [] vs operator delete)
|
10 anni fa |
|
packagemanager.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
pkgcache.cc
|
6755060951
pkgcache: Make hash arch-independent using fixed size integer
|
10 anni fa |
|
pkgcache.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
pkgcachegen.cc
|
e9185eca39
pkgcachegen: Use std::unordered_map instead of std::map
|
10 anni fa |
|
pkgcachegen.h
|
2837a71877
pkgcachegen.h: Hack around unordered_map not existing before C++11
|
10 anni fa |
|
pkgrecords.cc
|
6c55f07a5f
make all d-pointer * const pointers
|
11 anni fa |
|
pkgrecords.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
pkgsystem.cc
|
825db89094
implement a public pkgSystem::ArchitecturesSupported
|
10 anni fa |
|
pkgsystem.h
|
825db89094
implement a public pkgSystem::ArchitecturesSupported
|
10 anni fa |
|
policy.cc
|
258b9e512c
apply various suggestions made by cppcheck
|
10 anni fa |
|
policy.h
|
a0a6695515
Add GetPriority(VerIterator) to pkgDepCache::Policy
|
11 anni fa |
|
sourcelist.cc
|
f359b7e8c0
require explicit paths to dsc/control as we do for deb files
|
10 anni fa |
|
sourcelist.h
|
14341a7ee1
support .deb files in upgrade operations as well
|
10 anni fa |
|
srcrecords.cc
|
95278287f4
avoid using global PendingError to avoid failing too often too soon
|
10 anni fa |
|
srcrecords.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
statechanges.cc
|
64e3414e00
allow all dpkg selections to be set via apt-mark and libapt
|
10 anni fa |
|
statechanges.h
|
64e3414e00
allow all dpkg selections to be set via apt-mark and libapt
|
10 anni fa |
|
tagfile-order.c
|
e8fb1cdfdd
sync TFRewrite*Order arrays with dpkg and dak
|
11 anni fa |
|
tagfile.cc
|
c72f5c4fb4
deal with empty values properly in deb822 parser
|
10 anni fa |
|
tagfile.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
update.cc
|
ac7f8f7916
Fix all the wrong removals of includes that iwyu got wrong
|
11 anni fa |
|
update.h
|
3809194b66
mark private methods as hidden
|
11 anni fa |
|
upgrade.cc
|
4dc77823d3
remove the compatibility markers for 4.13 abi
|
11 anni fa |
|
upgrade.h
|
5dd00edbcf
add messages to our deprecation warnings in libapt
|
10 anni fa |
|
version.cc
|
c8a4ce6cbe
add d-pointer, virtual destructors and de-inline de/constructors
|
11 anni fa |
|
version.h
|
c8a4ce6cbe
add d-pointer, virtual destructors and de-inline de/constructors
|
11 anni fa |
|
versionmatch.cc
|
ddb286525d
simplify Origin matchmaking for status files
|
11 anni fa |
|
versionmatch.h
|
5bfd306ee1
versionmatch: Extract version match checking out of Find()
|
11 anni fa |