index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
strutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-12
/
+73
|
\
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-15
/
+15
|
*
fix typos in changelog, make DeEscapeString const, improve description
Michael Vogt
2011-07-26
1
-3
/
+3
|
*
add another escape test case, fixup octal one (its \0XX instead of \0XXX)
Michael Vogt
2011-07-26
1
-5
/
+4
|
*
apt-pkg/contrib/strutl.cc: kill unneeded debug output
Michael Vogt
2011-07-26
1
-1
/
+0
|
*
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
Michael Vogt
2011-07-26
1
-0
/
+63
*
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-0
/
+28
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-3
/
+3
|
/
*
let TimeRFC1123 return an empty string if gmtime() fails
David Kalnischkies
2011-04-02
1
-2
/
+4
*
impossible to be too long but just to be sure use snprintf
David Kalnischkies
2011-04-02
1
-1
/
+1
*
merge 'after squeeze release'-stuff
David Kalnischkies
2011-02-03
1
-0
/
+17
|
\
|
*
* apt-inst/contrib/extracttar.cc:
David Kalnischkies
2011-01-13
1
-0
/
+17
|
|
\
|
|
*
Permit base256 encoded value in the numeric field of tar header.
Nobuhiro Hayashi
2010-12-03
1
-0
/
+18
|
|
/
*
/
add support for third party changelogs
Michael Vogt
2010-11-16
1
-0
/
+9
|
/
*
* apt-pkg/contrib/strutl.cc:
David Kalnischkies
2010-09-28
1
-2
/
+2
*
* apt-pkg/contrib/strutl.cc:
David Kalnischkies
2010-08-16
1
-1
/
+1
*
be sure that the RFC1123StrToTime method is run in a LANG=C environment
David Kalnischkies
2010-06-09
1
-2
/
+6
*
use the portable timegm shown in his manpage instead of a strange
David Kalnischkies
2010-06-09
1
-20
/
+16
*
* apt-pkg/contrib/strutl.cc:
David Kalnischkies
2010-06-08
1
-0
/
+36
*
Userinfo is urlencoded in URIs (RFC 3986)
David Kalnischkies
2010-03-31
1
-6
/
+15
*
rename ExplodeString to VectorizeString
David Kalnischkies
2010-03-30
1
-3
/
+3
*
replace every call to toupper with one to our own tolower_ascii
David Kalnischkies
2010-03-30
1
-23
/
+26
*
merge from the lp:~donkult/apt/sid branch
Michael Vogt
2010-02-18
1
-0
/
+18
|
\
|
*
dd support for the LANGUAGE environment variable
David Kalnischkies
2010-02-18
1
-0
/
+18
|
*
* apt-pkg/contrib/strutl.cc:
David Kalnischkies
2010-01-20
1
-16
/
+33
*
|
Change the package index Info methods to allow apt-cache policy to be
Michael Vogt
2010-02-18
1
-0
/
+12
*
|
* apt-pkg/contrib/fileutl.cc:
Michael Vogt
2010-01-23
1
-16
/
+33
|
/
*
replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)
David Kalnischkies
2009-09-08
1
-2
/
+13
*
[apt-pkg/contrib/strutl.cc] enable thousand separator according to
David Kalnischkies
2009-07-31
1
-2
/
+2
*
* apt-pkg/acquire.cc:
Michael Vogt
2009-07-21
1
-1
/
+27
|
\
|
*
fix problematic use of tolower() when calculating the version
Michael Vogt
2009-04-23
1
-0
/
+11
|
*
* apt-pkg/contrib/strutl.cc:
Michael Vogt
2009-01-08
1
-5
/
+9
|
*
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
1
-0
/
+15
*
|
merge r1797 from lp:~donkult/apt/experimental
Michael Vogt
2009-06-29
1
-0
/
+11
*
|
* apt-pkg/contrib/strutl.cc:
Michael Vogt
2009-04-09
1
-5
/
+9
|
/
*
Applying #298821 patch for further arbitary typos
Luca Bruno
2008-10-03
1
-2
/
+2
*
Fix some typos in docs and translations (thanks to timeless, closes: 368665)
Luca Bruno
2008-10-03
1
-1
/
+1
*
Fix ReadMessages to handle messages that are longer than 64000 bytes.
Daniel Burrows
2008-04-02
1
-4
/
+40
*
* Applied patch from Alexander Winston <alexander.winston@comcast.net>
Otavio Salvador
2007-12-08
1
-3
/
+3
*
* Removed the more leftover #pragma interface/implementation
Michael Vogt
2007-06-08
1
-4
/
+0
|
\
|
*
* remove all the remaining #pragma implementation
Michael Vogt
2007-06-08
1
-4
/
+0
*
|
* add "purge" commandline argument, closes: #133421)
Michael Vogt
2007-06-08
1
-0
/
+1
|
\
\
|
*
|
* fix FTBFS with gcc 4.3, closes: #417090
Michael Vogt
2007-06-08
1
-0
/
+1
|
|
/
*
|
* merged with apt--mvo
Michael Vogt
2005-11-30
1
-35
/
+32
|
\
|
|
*
* applied parts of the string speedup patch from debian #319377 (ABI change)
Michael Vogt
2005-11-23
1
-35
/
+32
*
|
Remove a unused var.
Otavio Salvador
2005-03-23
1
-1
/
+1
*
|
Port DDTP to APT 0.6 branch
Otavio Salvador
2005-03-23
1
-1
/
+44
|
/
*
- Clean up some string handling, patch from Peter Lundkvist
Arch Librarian
2004-09-20
1
-3
/
+3
*
Add safe_snprintf
Arch Librarian
2004-09-20
1
-3
/
+25
[next]