summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
AgeCommit message (Collapse)Author
2004-09-20* Implement an ugly workaround for the 10000-character ...Arch Librarian
Author: mdz Date: 2004-03-17 05:58:54 GMT * Implement an ugly workaround for the 10000-character limit on the Binaries field in debSrcRecordParser, until such time as some things can be converted over to use STL data types (ABI change) (Closes: #236688) * Increase default tagfile buffer from 32k to 128k; this arbitrary limit should also be removed someday (Closes: #174945)
2004-09-20* Restore SIGINT/SIGQUIT handlers to their old values (...Arch Librarian
Author: mdz Date: 2004-01-27 02:25:01 GMT * Restore SIGINT/SIGQUIT handlers to their old values (rather than SIG_DFL) after invoking dpkg (Closes: #229854)
2004-09-20* Initialize StatusFile in debSystem (Closes: #229791)Arch Librarian
Author: mdz Date: 2004-01-26 17:01:53 GMT * Initialize StatusFile in debSystem (Closes: #229791)
2004-09-20* Fix debSourcesIndex::Describe() to correctly say "Sou...Arch Librarian
Author: mdz Date: 2004-01-04 07:41:30 GMT * Fix debSourcesIndex::Describe() to correctly say "Sources" rather than "Packages"
2004-09-20* Move comment for ListParser::ParseDepends into the ri...Arch Librarian
Author: mdz Date: 2003-09-22 04:16:26 GMT * Move comment for ListParser::ParseDepends into the right place
2004-09-20* Patch from Koblinger Egmont <egmont@uhulinux.hu> to f...Arch Librarian
Author: mdz Date: 2003-09-10 23:39:49 GMT * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix version comparisons with '~' (Closes: #205960)
2004-09-20* Only try to clear stdin if it is a tty, to avoid loop...Arch Librarian
Author: mdz Date: 2003-07-26 00:25:44 GMT * Only try to clear stdin if it is a tty, to avoid looping if there is lots of stuff (perhaps an infinite amount) to read (Closes: #192228)
2004-09-20- Don't fall off the end of the buffer when comparing v...Arch Librarian
Author: mdz Date: 2003-07-18 14:13:59 GMT - Don't fall off the end of the buffer when comparing versions.
2004-09-20When building the dpkg command line, allow for 8192 cha...Arch Librarian
Author: doogie Date: 2003-04-27 03:02:40 GMT When building the dpkg command line, allow for 8192 chars to be used, instead of only 1024.
2004-09-20Remove unused variablesArch Librarian
Author: jgg Date: 2003-01-27 00:05:59 GMT Remove unused variables
2004-09-20G++ 3.2 fixesArch Librarian
Author: jgg Date: 2003-01-11 07:16:33 GMT G++ 3.2 fixes
2004-09-20Tidy style for new dpkg version compare functionArch Librarian
Author: jgg Date: 2002-11-23 07:54:36 GMT Tidy style for new dpkg version compare function
2004-09-20New deb version compare function, that has no integer l...Arch Librarian
Author: doogie Date: 2002-11-22 06:59:35 GMT New deb version compare function, that has no integer limits, and supports pre-versions using ~. Code ported from dpkg.
2004-09-20Configurable max values to use with dpkgArch Librarian
Author: jgg Date: 2002-04-24 05:40:47 GMT Configurable max values to use with dpkg
2004-09-20Ignore pipe failured for package list sub process. Clos...Arch Librarian
Author: jgg Date: 2002-04-02 06:42:39 GMT Ignore pipe failured for package list sub process. Closes: #89830
2004-09-20Add --arch-only option for apt-get build-dep only only ...Arch Librarian
Author: tausq Date: 2001-11-04 17:09:18 GMT Add --arch-only option for apt-get build-dep only only process arch-dependent build-dependencies. Small change to srcrecord class; bumped minor so number to 3.3
2004-09-20fix build-dependency parser to understand [!arch] flags...Arch Librarian
Author: tausq Date: 2001-10-02 03:03:47 GMT fix build-dependency parser to understand [!arch] flags (Closes: #88798)
2004-09-20Larger line buffer, #106591Arch Librarian
Author: jgg Date: 2001-07-26 06:15:59 GMT Larger line buffer, #106591
2004-09-20deblistparser.ccArch Librarian
Author: jgg Date: 2001-05-27 05:42:36 GMT deblistparser.cc
2004-09-20More ignoring of versionless packagesArch Librarian
Author: jgg Date: 2001-05-27 05:36:04 GMT More ignoring of versionless packages
2004-09-20Fixed typoArch Librarian
Author: jgg Date: 2001-05-27 04:42:19 GMT Fixed typo
2004-09-20Fixed c_str handlingArch Librarian
Author: jgg Date: 2001-05-27 04:40:57 GMT Fixed c_str handling
2004-09-20Moved using aroundArch Librarian
Author: jgg Date: 2001-05-07 05:35:46 GMT Moved using around
2004-09-20G++3 fixes from RandolphArch Librarian
Author: jgg Date: 2001-05-07 05:05:13 GMT G++3 fixes from Randolph
2004-09-20RPM version compare test programArch Librarian
Author: jgg Date: 2001-05-03 05:25:04 GMT RPM version compare test program
2004-09-20'apt-cache policy' preferences debug tool.Arch Librarian
Author: jgg Date: 2001-04-29 05:13:51 GMT 'apt-cache policy' preferences debug tool.
2004-09-20Alfredo's vendor stuffArch Librarian
Author: jgg Date: 2001-03-13 06:51:46 GMT Alfredo's vendor stuff
2004-09-20Double slash bugArch Librarian
Author: jgg Date: 2001-02-23 06:41:55 GMT Double slash bug
2004-09-20Two small bug fixesArch Librarian
Author: jgg Date: 2001-02-22 06:26:27 GMT Two small bug fixes
2004-09-20Join with aliencodeArch Librarian
Author: jgg Date: 2001-02-20 07:03:16 GMT Join with aliencode
2004-09-20* Added DPkg::FlushSTDIN to control the flushing of std...Arch Librarian
Author: jgg Date: 2000-05-13 01:52:38 GMT * Added DPkg::FlushSTDIN to control the flushing of stdin before forking dpkg. Closes: #63991
2004-09-20Added subprocess to segfault errorArch Librarian
Author: jgg Date: 1999-12-12 03:48:36 GMT Added subprocess to segfault error
2004-09-20More Solaris fixesArch Librarian
Author: jgg Date: 1999-12-10 06:30:42 GMT More Solaris fixes
2004-09-20Fixed for 0 length source filesArch Librarian
Author: jgg Date: 1999-10-18 04:15:24 GMT Fixed for 0 length source files
2004-09-20apt-cache showsrcArch Librarian
Author: jgg Date: 1999-10-18 03:44:39 GMT apt-cache showsrc
2004-09-20Bug fixesArch Librarian
Author: jgg Date: 1999-09-30 06:30:34 GMT Bug fixes
2004-09-20Fixed calling of pre-dpkg scriptArch Librarian
Author: jgg Date: 1999-09-10 02:40:31 GMT Fixed calling of pre-dpkg script
2004-09-20Fixed bad return for missing updates directoryArch Librarian
Author: jgg Date: 1999-08-03 05:21:19 GMT Fixed bad return for missing updates directory
2004-09-20Joey Hess's patchArch Librarian
Author: jgg Date: 1999-07-30 06:15:14 GMT Joey Hess's patch
2004-09-20Fixed up dpkginit and acquire stuff..Arch Librarian
Author: jgg Date: 1999-07-30 05:36:52 GMT Fixed up dpkginit and acquire stuff..
2004-09-20Fixed the infinite loop problemArch Librarian
Author: jgg Date: 1999-07-30 02:54:25 GMT Fixed the infinite loop problem
2004-09-20Minor cleanups, fix for checksum lowercase bugArch Librarian
Author: jgg Date: 1999-07-26 17:46:07 GMT Minor cleanups, fix for checksum lowercase bug
2004-09-20g++- worksArch Librarian
Author: jgg Date: 1999-07-09 04:11:33 GMT g++- works
2004-09-20CD swapping supportArch Librarian
Author: jgg Date: 1999-07-03 03:10:35 GMT CD swapping support
2004-09-20Changed CRC algorithmArch Librarian
Author: jgg Date: 1999-06-04 05:54:20 GMT Changed CRC algorithm
2004-09-20Multiple different versions supportArch Librarian
Author: jgg Date: 1999-05-23 22:55:54 GMT Multiple different versions support
2004-09-20Fixed parsing of source: linesArch Librarian
Author: jgg Date: 1999-05-18 05:28:03 GMT Fixed parsing of source: lines
2004-09-20Working apt-get source build stuffArch Librarian
Author: jgg Date: 1999-04-20 05:02:09 GMT Working apt-get source build stuff
2004-09-20Support for memory-only cachingArch Librarian
Author: jgg Date: 1999-04-18 06:36:36 GMT Support for memory-only caching
2004-09-20Fixed space parsing problemArch Librarian
Author: jgg Date: 1999-04-12 19:16:11 GMT Fixed space parsing problem