| Commit message (Expand) | Author | Age | Files | Lines |
* | replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208) | David Kalnischkies | 2009-09-08 | 1 | -2/+13 |
* | reintroduce #clear and #include in the config files, | David Kalnischkies | 2009-09-07 | 1 | -3/+5 |
* | add a helper to easily get a vector of strings from the configuration | David Kalnischkies | 2009-09-04 | 2 | -0/+22 |
* | merge with apt-sid | David Kalnischkies | 2009-08-08 | 1 | -1/+1 |
|\ |
|
| * | * apt-pkg/contrib/mmap.cc: | Julian Andres Klode | 2009-08-02 | 1 | -1/+1 |
* | | [apt-pkg/contrib/fileutl.cc] In function ExecWait(): fix compile warning: | David Kalnischkies | 2009-08-03 | 1 | -0/+2 |
* | | [apt-pkg/contrib/strutl.cc] enable thousand separator according to | David Kalnischkies | 2009-07-31 | 1 | -2/+2 |
|/ |
|
* | merged from donkult | Michael Vogt | 2009-07-27 | 1 | -1/+1 |
|\ |
|
| * | merge with lp:apt/debian-sid | David Kalnischkies | 2009-07-26 | 1 | -1/+1 |
* | | Apply patch from Sami Liedes <sliedes@cc.hut.fi> to avoid unecessary | Otavio Salvador | 2009-07-25 | 1 | -0/+1 |
|/ |
|
* | merge from the donkult branch | Michael Vogt | 2009-07-24 | 1 | -4/+11 |
|\ |
|
| * | [apt-pkg] yet another bit of mmap and pkgcachegen housekeeping | David Kalnischkies | 2009-07-23 | 1 | -6/+14 |
* | | [ABI] merged the libudev-dlopen branch, this allows to pass | Michael Vogt | 2009-07-23 | 2 | -4/+12 |
|\ \ |
|
| * | | * methods/cdrom.cc: | Michael Vogt | 2009-07-22 | 2 | -4/+12 |
* | | | The 'not dead yet' release | Michael Vogt | 2009-07-21 | 5 | -66/+105 |
|\ \ \
| | |/
| |/| |
|
| * | | eliminate (hopefully all) segfaults in pkgcachegen.cc and mmap.cc | David Kalnischkies | 2009-07-21 | 1 | -45/+23 |
| * | | [contrib/error.cc] place a colon between errno and error text in output | David Kalnischkies | 2009-07-15 | 1 | -6/+7 |
| * | | add a segfault handler to MMap to show the Cache-Limit message, which | David Kalnischkies | 2009-07-08 | 1 | -0/+24 |
| * | | [contrib/mmap] implements a theoretical dynamic growing mmap | David Kalnischkies | 2009-07-08 | 2 | -21/+65 |
| * | | add the various foldmarkers in apt-pkg & cmdline (no code change) | David Kalnischkies | 2009-06-30 | 2 | -26/+17 |
* | | | * apt-pkg/acquire.cc: | Michael Vogt | 2009-07-21 | 4 | -3/+35 |
|\ \ \
| | |/
| |/| |
|
| * | | * apt-pkg/acquire-worker.cc: | Michael Vogt | 2009-07-02 | 1 | -2/+5 |
| * | | build fixes for g++-4.4 | Michael Vogt | 2009-04-24 | 1 | -0/+1 |
| * | | fix problematic use of tolower() when calculating the version | Michael Vogt | 2009-04-23 | 2 | -0/+12 |
| * | | * apt-pkg/contrib/strutl.cc: | Michael Vogt | 2009-01-08 | 1 | -5/+9 |
| * | | merged from the debian-sid branch | Michael Vogt | 2008-12-09 | 1 | -2/+4 |
| |\ \ |
|
| * | | | apt-pkg/contrib/strutl.cc: increase the size limit | Michael Vogt | 2008-12-09 | 1 | -2/+2 |
| * | | | * apt-pkg/indexrecords.cc: | Michael Vogt | 2008-12-08 | 2 | -0/+16 |
| * | | | * apt-ftparchive might write corrupt Release files (LP: #46439) | Michael Vogt | 2008-10-28 | 3 | -5/+5 |
| |\ \ \ |
|
| * | | | | fix various -Wall warnings | Michael Vogt | 2008-08-05 | 2 | -3/+5 |
* | | | | | * apt-pkg/contrib/hashes.cc, apt-pkg/contrib/md5.cc: | Julian Andres Klode | 2009-07-16 | 2 | -8/+18 |
| |_|_|/
|/| | | |
|
* | | | | merge r1797 from lp:~donkult/apt/experimental | Michael Vogt | 2009-06-29 | 2 | -0/+12 |
* | | | | apt-pkg/contrib/configuration.cc: Fix a small memory leak in | Julian Andres Klode | 2009-06-12 | 1 | -0/+1 |
* | | | | [ABI break] support '#' in apt.conf and /etc/apt/preferences | Michael Vogt | 2009-06-09 | 1 | -1/+1 |
* | | | | * apt-pkg/contrib/strutl.cc: | Michael Vogt | 2009-04-09 | 1 | -5/+9 |
* | | | | Fix FindFile (and FindDir) so that the value of RootDir is applied to the def... | Daniel Burrows | 2009-03-06 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | Added instruction how to work around MMap error in MMap error message. | Eugene V. Lyubimkin | 2008-11-26 | 1 | -2/+4 |
* | | | fix various -Wall warnings | Michael Vogt | 2008-10-28 | 2 | -3/+5 |
| |/
|/| |
|
* | | Applying #298821 patch for further arbitary typos | Luca Bruno | 2008-10-03 | 2 | -3/+3 |
* | | Fix some typos in docs and translations (thanks to timeless, closes: 368665) | Luca Bruno | 2008-10-03 | 2 | -2/+2 |
|/ |
|
* | Apply patch to avoid truncating of arbitrary files. Thanks to Bryan | Otavio Salvador | 2008-05-23 | 1 | -1/+3 |
* | Fix ReadMessages to handle messages that are longer than 64000 bytes. | Daniel Burrows | 2008-04-02 | 1 | -4/+40 |
* | Improve the names used for the non-whitespace iterators. | Daniel Burrows | 2008-04-01 | 1 | -6/+6 |
* | Remove a debugging message that I left in by accident (if it ever triggers th... | Daniel Burrows | 2008-04-01 | 1 | -5/+0 |
* | Improve some comments in the configuration parser. | Daniel Burrows | 2008-04-01 | 1 | -4/+8 |
* | Lift the 1024-character limit on configuration file lines. | Daniel Burrows | 2008-04-01 | 1 | -49/+117 |
* | When a line in a config file is too long, say which config file it is. | Daniel Burrows | 2008-03-31 | 1 | -1/+2 |
* | * apt-pkg/packagemanager.{cc,h}: | Michael Vogt | 2008-01-07 | 2 | -1/+67 |
|\ |
|
| * | * merged the apt--DoListUpdate branch, this provides a common interface | Michael Vogt | 2008-01-04 | 2 | -1/+67 |
| |\ |
|
| | * | * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}: | Michael Vogt | 2006-06-07 | 2 | -1/+67 |