summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
Commit message (Collapse)AuthorAgeFilesLines
* merge r1797 from lp:~donkult/apt/experimentalMichael Vogt2009-06-291-0/+11
|
* * apt-pkg/contrib/strutl.cc:Michael Vogt2009-04-091-5/+9
| | | | | | | | | | | | | | | | | | | - fix TimeToStr i18n (LP: #289807) * [ABI break] merge support for http redirects, thanks to Jeff Licquia and Anthony Towns * [ABI break] use int for the package IDs (thanks to Steve Cotton) * apt-pkg/pkgcache.cc: - do not run "dpkg --configure pkg" if pkg is in trigger-awaited state (LP: #322955) * methods/https.cc: - add Acquire::https::AllowRedirect support * Clarify the --help for 'purge' (LP: #243948) * cmdline/apt-get.cc - fix "apt-get source pkg" if there is a binary package and a source package of the same name but from different packages (LP: #330103) * cmdline/acqprogress.cc: - Call pkgAcquireStatus::Pulse even if quiet, so that we still get dlstatus messages on the status-fd (LP: #290234).
* 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
| | | | | There's a bug in this code that needs to be fixed, but it existed prior to this change.
* * Applied patch from Alexander Winston <alexander.winston@comcast.net>Otavio Salvador2007-12-081-3/+3
| | | to use 'min' as symbol for minute, closes: #219034.
* * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-081-4/+0
|\ | | | | closes: #306937 (thanks to Andreas Henriksson for the patch)
| * * remove all the remaining #pragma implementationMichael Vogt2007-06-081-4/+0
| |
* | * add "purge" commandline argument, closes: #133421)Michael Vogt2007-06-081-0/+1
|\ \ | | | | | | | | | | | | | | | (thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
| * | * fix FTBFS with gcc 4.3, closes: #417090Michael Vogt2007-06-081-0/+1
| |/ | | | | (thanks to Martin Michlmayr for the patch)
* | * merged with apt--mvoMichael Vogt2005-11-301-35/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * apt@packages.debian.org/apt--sources-list-d--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-30 * apt@packages.debian.org/apt--sources-list-d--0--patch-1 Patch from apt-rpm via Michael Vogt to implement /etc/apt/sources.list.d * bubulle@debian.org--2005/apt--main--0--patch-130 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-131 Simplified Chinese translation update * bubulle@debian.org--2005/apt--main--0--patch-132 Completed Simplified Chinese translation * bubulle@debian.org--2005/apt--main--0--patch-133 Merge with Michael AND update PO files * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-90 * merged the sources.list.d patch * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-91 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-92 * changelog update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-93 * sources.list.d documented * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-94 * pkgDirStream has (slightly) better extract support now * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-95 * merge fix for #339533 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-96 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-97 * some more debug output * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-98 * ABI change: merged more flexible pkgAcquireFile code * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-99 * merged http download limit for apt (#146877) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-100 * applied parts of the string speedup patch from debian #319377 (ABI change) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-101 * fix for #340448 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-102 * finalized this release * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-103 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-104 * build-depend on libdb4.3 now, fix for kFreeBSD (#317718) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-105 * fix mailaddress * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-106 * fix a string (thanks to bubulle) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-107 * merged with bubulle
| * * 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
| | | | | | | Author: mdz Date: 2003-07-18 14:15:11 GMT - Clean up some string handling, patch from Peter Lundkvist <p.lundkvist@telia.com> (Closes: #192225)
* Add safe_snprintfArch Librarian2004-09-201-3/+25
| | | | | | Author: jgg Date: 2003-02-02 22:20:27 GMT Add safe_snprintf
* Test for timegm in configure.Arch Librarian2004-09-201-2/+8
| | | | | | Author: doogie Date: 2002-11-22 07:15:23 GMT Test for timegm in configure.
* Increase ReadMessages buffer. #111914Arch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2002-04-26 05:52:27 GMT Increase ReadMessages buffer. #111914
* Fixed string parsing, Bug #100046Arch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-06-08 05:16:39 GMT Fixed string parsing, Bug #100046
* Restored GCC 2.95 compilabilityArch Librarian2004-09-201-1/+6
| | | | | | Author: jgg Date: 2001-05-29 05:09:44 GMT Restored GCC 2.95 compilability
* Reverted CheckDomainList and LookupTag while adding new...Arch Librarian2004-09-201-11/+79
| | | | | | Author: jgg Date: 2001-05-29 04:40:34 GMT Reverted CheckDomainList and LookupTag while adding new comparision functions for iterators
* Reverted unnecessary string changesArch Librarian2004-09-201-29/+29
| | | | | | Author: jgg Date: 2001-05-27 23:30:45 GMT Reverted unnecessary string changes
* More ignoring of versionless packagesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-05-27 05:36:04 GMT More ignoring of versionless packages
* Ensure the memory buffer is 0'dArch Librarian2004-09-201-45/+46
| | | | | | Author: jgg Date: 2001-05-27 05:19:30 GMT Ensure the memory buffer is 0'd
* Pedantic fixesArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-03-11 07:22:19 GMT Pedantic fixes
* Fixed warningArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2001-02-23 06:08:57 GMT Fixed warning
* Alfredo's no_proxy patchArch Librarian2004-09-201-1/+25
| | | | | | Author: jgg Date: 2001-02-23 05:45:27 GMT Alfredo's no_proxy patch
* Join with aliencodeArch Librarian2004-09-201-10/+153
| | | | | | Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
* More fixesArch Librarian2004-09-201-6/+19
| | | | | | Author: jgg Date: 2000-01-16 05:36:17 GMT More fixes
* More FixesArch Librarian2004-09-201-3/+43
| | | | | | Author: jgg Date: 2000-01-14 06:26:36 GMT More Fixes
* Fixed ftp resumeArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 2000-01-10 03:44:54 GMT Fixed ftp resume
* Moved time handling, fixed makefilesArch Librarian2004-09-201-4/+13
| | | | | | Author: jgg Date: 1999-12-10 07:21:52 GMT Moved time handling, fixed makefiles
* Beautified URI printing to not include passwordsArch Librarian2004-09-201-8/+18
| | | | | | Author: jgg Date: 1999-10-17 07:30:23 GMT Beautified URI printing to not include passwords
* Fixed sign conversionArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-08-28 01:49:07 GMT Fixed sign conversion
* A few functions migrated aroundArch Librarian2004-09-201-1/+38
| | | | | | Author: jgg Date: 1999-08-02 03:07:47 GMT A few functions migrated around
* Minor cleanups, fix for checksum lowercase bugArch Librarian2004-09-201-1/+28
| | | | | | Author: jgg Date: 1999-07-26 17:46:07 GMT Minor cleanups, fix for checksum lowercase bug
* Fixed a uri parser bugArch Librarian2004-09-201-2/+4
| | | | | | Author: jgg Date: 1999-06-27 04:55:54 GMT Fixed a uri parser bug
* Url parsing fixArch Librarian2004-09-201-8/+7
| | | | | | Author: jgg Date: 1999-06-24 04:34:25 GMT Url parsing fix
* Source record file list parsingArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1999-04-04 08:07:39 GMT Source record file list parsing
* Fixed typoArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-03-16 07:27:17 GMT Fixed typo
* Signal safetyArch Librarian2004-09-201-1/+4
| | | | | | Author: jgg Date: 1999-03-16 00:43:55 GMT Signal safety
* Minor fixes for FTP supportArch Librarian2004-09-201-23/+48
| | | | | | Author: jgg Date: 1999-03-15 08:10:39 GMT Minor fixes for FTP support
* Http download fixesArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1999-02-27 22:29:11 GMT Http download fixes
* Clean supportArch Librarian2004-09-201-2/+26
| | | | | | Author: jgg Date: 1999-02-01 08:11:57 GMT Clean support
* Moved strutl.hArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1999-01-27 02:48:52 GMT Moved strutl.h
* Dsync mergeArch Librarian2004-09-201-3/+5
| | | | | | Author: jgg Date: 1999-01-18 06:20:07 GMT Dsync merge
* Fixed quoting bugArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-12-31 05:45:26 GMT Fixed quoting bug
* CDROM supportArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1998-12-04 21:16:46 GMT CDROM support
* CDROM methodArch Librarian2004-09-201-3/+6
| | | | | | Author: jgg Date: 1998-12-03 07:29:16 GMT CDROM method
* Working acquire codeArch Librarian2004-09-201-16/+7
| | | | | | Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code