Michael Vogt
|
cf993341c2
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
|
12 anni fa |
Michael Vogt
|
65dbd5a1a3
re-add missing APT::String::Strip
|
12 anni fa |
Michael Vogt
|
2ddab3fb95
change maxsplit default from "0" to maxint
|
13 anni fa |
Michael Vogt
|
41053d721c
improve documentation for StringSplit()
|
13 anni fa |
Michael Vogt
|
9572a54bbc
doc update
|
13 anni fa |
Michael Vogt
|
85bf001994
add maxsplit parameter to StringSplit
|
13 anni fa |
Michael Vogt
|
00f4d9ffa3
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
|
13 anni fa |
Michael Vogt
|
fbe0969131
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
|
13 anni fa |
Michael Vogt
|
b917917067
squash merge of the feature/apt-binary branch without the changes from experimental
|
13 anni fa |
Michael Vogt
|
70e0c1683e
some more coverity fixes
|
13 anni fa |
Michael Vogt
|
163dc55bd6
fix another missing va_end()
|
13 anni fa |
David Kalnischkies
|
7090386528
support \n and \r\n line endings in ReadMessages
|
13 anni fa |
Michael Vogt
|
5b63d2a9a2
merged patch from Daniel Hartwig to fix URI and proxy releated issues
|
13 anni fa |
Michael Vogt
|
3278fe6656
merged bundle from david
|
13 anni fa |
Michael Vogt
|
4fb400a66f
split out a method to strip whitespaces only on the right side
|
13 anni fa |
David Kalnischkies
|
69c2ecbdc9
various simple changes to fix cppcheck warnings
|
13 anni fa |
David Kalnischkies
|
5076b3c220
* apt-pkg/contrib/strutl.cc:
|
14 anni fa |
David Kalnischkies
|
324cbd5693
as we parse datestrings from external sources a lot specify the length
|
14 anni fa |
David Kalnischkies
|
89d88ac3ef
merge with my debian-sid branch
|
14 anni fa |
David Kalnischkies
|
404528bd58
convert a few for-loop char finds to proper strchr and memchr
|
15 anni fa |
David Kalnischkies
|
74b2200285
merge with debian/experimental
|
15 anni fa |
David Kalnischkies
|
650faab016
Support large files in the complete toolset. Indexes of this
|
15 anni fa |
David Kalnischkies
|
ea54214002
reorder includes: add <config.h> if needed and include it at first
|
15 anni fa |
David Kalnischkies
|
f7f0d6c756
cppcheck complains about some possible speed improvements which could be
|
15 anni fa |
Michael Vogt
|
cca2efe60e
fix typos in changelog, make DeEscapeString const, improve description
|
15 anni fa |
Michael Vogt
|
b9dc47069a
add another escape test case, fixup octal one (its \0XX instead of \0XXX)
|
15 anni fa |
Michael Vogt
|
e0146bb181
apt-pkg/contrib/strutl.cc: kill unneeded debug output
|
15 anni fa |
Michael Vogt
|
a513ace2d2
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
|
15 anni fa |
David Kalnischkies
|
410327e1ee
let TimeRFC1123 return an empty string if gmtime() fails
|
15 anni fa |
David Kalnischkies
|
8ff84cf381
impossible to be too long but just to be sure use snprintf
|
15 anni fa |