summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
Commit message (Expand)AuthorAgeFilesLines
* merge with debian/experimentalDavid Kalnischkies2011-09-131-12/+73
|\
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-15/+15
| * fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-261-3/+3
| * add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-261-5/+4
| * apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt2011-07-261-1/+0
| * * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+63
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-0/+28
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+3
|/
* let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies2011-04-021-2/+4
* impossible to be too long but just to be sure use snprintfDavid Kalnischkies2011-04-021-1/+1
* merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-031-0/+17
|\
| * * apt-inst/contrib/extracttar.cc:David Kalnischkies2011-01-131-0/+17
| |\
| | * Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi2010-12-031-0/+18
| |/
* / add support for third party changelogsMichael Vogt2010-11-161-0/+9
|/
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-09-281-2/+2
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-08-161-1/+1
* be sure that the RFC1123StrToTime method is run in a LANG=C environmentDavid Kalnischkies2010-06-091-2/+6
* use the portable timegm shown in his manpage instead of a strangeDavid Kalnischkies2010-06-091-20/+16
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-06-081-0/+36
* Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-311-6/+15
* rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-301-3/+3
* replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-301-23/+26
* merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-181-0/+18
|\
| * dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-181-0/+18
| * * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-01-201-16/+33
* | Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-181-0/+12
* | * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-16/+33
|/
* replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)David Kalnischkies2009-09-081-2/+13
* [apt-pkg/contrib/strutl.cc] enable thousand separator according toDavid Kalnischkies2009-07-311-2/+2
* * apt-pkg/acquire.cc:Michael Vogt2009-07-211-1/+27
|\
| * fix problematic use of tolower() when calculating the version Michael Vogt2009-04-231-0/+11
| * * apt-pkg/contrib/strutl.cc:Michael Vogt2009-01-081-5/+9
| * apt-pkg/contrib/strutl.cc: increase the size limitMichael Vogt2008-12-091-2/+2
| * * apt-pkg/indexrecords.cc:Michael Vogt2008-12-081-0/+15
* | merge r1797 from lp:~donkult/apt/experimentalMichael Vogt2009-06-291-0/+11
* | * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-5/+9
|/
* Applying #298821 patch for further arbitary typosLuca Bruno2008-10-031-2/+2
* Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-031-1/+1
* Fix ReadMessages to handle messages that are longer than 64000 bytes.Daniel Burrows2008-04-021-4/+40
* * Applied patch from Alexander Winston <alexander.winston@comcast.net>Otavio Salvador2007-12-081-3/+3
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-4/+0
|\
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
* | * add "purge" commandline argument, closes: #133421)Michael Vogt2007-06-081-0/+1
|\ \
| * | * fix FTBFS with gcc 4.3, closes: #417090Michael Vogt2007-06-081-0/+1
| |/
* | * merged with apt--mvoMichael Vogt2005-11-301-35/+32
|\|
| * * applied parts of the string speedup patch from debian #319377 (ABI change)Michael Vogt2005-11-231-35/+32
* | Remove a unused var.Otavio Salvador2005-03-231-1/+1
* | Port DDTP to APT 0.6 branchOtavio Salvador2005-03-231-1/+44
|/
* - Clean up some string handling, patch from Peter LundkvistArch Librarian2004-09-201-3/+3
* Add safe_snprintfArch Librarian2004-09-201-3/+25