summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib
Commit message (Collapse)AuthorAgeFilesLines
* A few functions migrated aroundArch Librarian2004-09-206-66/+70
| | | | | | Author: jgg Date: 1999-08-02 03:07:47 GMT A few functions migrated around
* Minor cleanups, fix for checksum lowercase bugArch Librarian2004-09-205-32/+90
| | | | | | Author: jgg Date: 1999-07-26 17:46:07 GMT Minor cleanups, fix for checksum lowercase bug
* Daniel Jacobowitz's gcc 2.95 C++ patchArch Librarian2004-09-202-2/+17
| | | | | | Author: jgg Date: 1999-07-20 05:53:32 GMT Daniel Jacobowitz's gcc 2.95 C++ patch
* Small range check bugArch Librarian2004-09-201-3/+4
| | | | | | Author: jgg Date: 1999-07-18 05:58:40 GMT Small range check bug
* Added a depends option to apt-cacheArch Librarian2004-09-201-1/+6
| | | | | | Author: jgg Date: 1999-07-15 03:15:48 GMT Added a depends option to apt-cache
* Added an open functionArch Librarian2004-09-202-11/+16
| | | | | | Author: jgg Date: 1999-07-11 22:42:32 GMT Added an open function
* Fixed a bug with deep sub sections..Arch Librarian2004-09-201-4/+7
| | | | | | Author: jgg Date: 1999-07-02 23:17:00 GMT Fixed a bug with deep sub sections..
* CDROM debug optionArch Librarian2004-09-201-10/+15
| | | | | | Author: jgg Date: 1999-07-02 22:20:50 GMT CDROM debug option
* 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
* Changed CD ident rountine to not use inodesArch Librarian2004-09-202-7/+19
| | | | | | Author: jgg Date: 1999-06-05 03:54:29 GMT Changed CD ident rountine to not use inodes
* Fixed return result problemArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-05-27 05:54:41 GMT Fixed return result problem
* Multiple different versions supportArch Librarian2004-09-202-0/+97
| | | | | | Author: jgg Date: 1999-05-23 22:55:54 GMT Multiple different versions support
* Changed handling of the -q optionArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-05-14 02:57:48 GMT Changed handling of the -q option
* Fixed sparc compile warningArch Librarian2004-09-201-3/+3
| | | | | | Author: jgg Date: 1999-04-20 05:11:17 GMT Fixed sparc compile warning
* Working apt-get source build stuffArch Librarian2004-09-203-13/+41
| | | | | | Author: jgg Date: 1999-04-20 05:02:09 GMT Working apt-get source build stuff
* Support for memory-only cachingArch Librarian2004-09-202-24/+58
| | | | | | Author: jgg Date: 1999-04-18 06:36:36 GMT Support for memory-only caching
* Fixed a typoArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-04-07 05:35:55 GMT Fixed a typo
* working apt-get sourceArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 1999-04-07 05:30:17 GMT working apt-get source
* 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
* CDrom fixesArch Librarian2004-09-201-17/+52
| | | | | | Author: jgg Date: 1999-04-03 01:05:24 GMT CDrom fixes
* Fixed initialization problemArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-04-03 00:34:33 GMT Fixed initialization problem
* CDROM patches from bluehornArch Librarian2004-09-201-4/+27
| | | | | | Author: jgg Date: 1999-03-28 01:37:26 GMT CDROM patches from bluehorn
* Oops typoArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-03-21 07:24:14 GMT Oops typo
* Made NFS locking bail outArch Librarian2004-09-201-1/+6
| | | | | | Author: jgg Date: 1999-03-20 03:49:31 GMT Made NFS locking bail out
* Fixes for mmap and yodlArch Librarian2004-09-201-5/+4
| | | | | | Author: jgg Date: 1999-03-18 04:32:45 GMT Fixes for mmap and yodl
* Backed out previous apt-pkg/contrib/mmap.cc fix/kludge/...Arch Librarian2004-09-201-2/+2
| | | | | | Author: doogie Date: 1999-03-18 04:10:21 GMT Backed out previous apt-pkg/contrib/mmap.cc fix/kludge/change.
* modified apt-pkg/contrib/mmap.cc to not use the define ...Arch Librarian2004-09-201-2/+3
| | | | | | | | Author: doogie Date: 1999-03-18 03:20:24 GMT modified apt-pkg/contrib/mmap.cc to not use the define PAGE_SIZE by removing '#include <sys/user.h>' and adding 'static int PAGE_SIZE = getpagesize();' to msync();
* Wichert and Espys bugsArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-03-17 03:25:25 GMT Wichert and Espys bugs
* Fixed typoArch Librarian2004-09-201-2/+2
| | | | | | Author: jgg Date: 1999-03-16 07:27:17 GMT Fixed typo
* Signal safetyArch Librarian2004-09-202-20/+77
| | | | | | Author: jgg Date: 1999-03-16 00:43:55 GMT Signal safety
* Minor fixes for FTP supportArch Librarian2004-09-204-29/+72
| | | | | | 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
* Fixed WaitFDArch Librarian2004-09-202-8/+12
| | | | | | Author: jgg Date: 1999-02-16 04:18:35 GMT Fixed WaitFD
* modified WaitFd in fileutl to support passing a timeoutArch Librarian2004-09-202-8/+15
| | | | | | Author: doogie Date: 1999-02-12 20:47:41 GMT modified WaitFd in fileutl to support passing a timeout
* Minor fixesArch Librarian2004-09-201-1/+2
| | | | | | Author: jgg Date: 1999-02-08 07:30:49 GMT Minor fixes
* Fix for hurdArch Librarian2004-09-201-1/+5
| | | | | | Author: jgg Date: 1999-02-05 02:26:13 GMT Fix for hurd
* File locking fix for hurdArch Librarian2004-09-201-5/+5
| | | | | | Author: jgg Date: 1999-02-03 23:13:37 GMT File locking fix for hurd
* Clean supportArch Librarian2004-09-202-3/+28
| | | | | | Author: jgg Date: 1999-02-01 08:11:57 GMT Clean support
* Moved strutl.hArch Librarian2004-09-204-9/+9
| | | | | | Author: jgg Date: 1999-01-27 02:48:52 GMT Moved strutl.h
* Dsync mergeArch Librarian2004-09-2013-60/+92
| | | | | | 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
* Release supportArch Librarian2004-09-202-5/+9
| | | | | | Author: jgg Date: 1998-12-14 02:23:46 GMT Release support
* Fix for missing \n\rArch Librarian2004-09-201-2/+3
| | | | | | Author: jgg Date: 1998-12-08 05:24:41 GMT Fix for missing \n\r
* 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
* CDROM stuff from apt-cdromArch Librarian2004-09-202-0/+180
| | | | | | Author: jgg Date: 1998-11-29 01:19:27 GMT CDROM stuff from apt-cdrom
* Fixes for file openingArch Librarian2004-09-201-4/+8
| | | | | | Author: jgg Date: 1998-11-27 04:20:52 GMT Fixes for file opening
* Patchs for apt-cdromArch Librarian2004-09-202-4/+4
| | | | | | Author: jgg Date: 1998-11-27 01:14:06 GMT Patchs for apt-cdrom
* More CD supportArch Librarian2004-09-203-5/+37
| | | | | | Author: jgg Date: 1998-11-25 23:54:06 GMT More CD support