Age | Commit message (Expand) | Author |
2012-04-23 | /dev/null is a special absolute path as it has no subdirectories | David Kalnischkies |
2012-04-23 | normalize a bit by replacing // and /./ with / in FindFile | David Kalnischkies |
2012-04-22 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2012-04-21 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2012-04-20 | * apt-pkg/contrib/sha2_internal.cc: | David Kalnischkies |
2012-04-19 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2012-04-11 | use a static FileFd::Write overload to reduce duplication of write()-retry code | David Kalnischkies |
2012-04-05 | - add libbz2-dev as new build-dependency | David Kalnischkies |
2012-04-05 | if we have zlib builtin insert add a dummy gzip compressor for FileFD | David Kalnischkies |
2012-04-05 | detect zlib correctly. We still don't allow to build without it to remain | David Kalnischkies |
2012-03-20 | * apt-pkg/acquire-worker.cc: | David Kalnischkies |
2012-03-06 | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies |
2012-03-05 | as we parse datestrings from external sources a lot specify the length | David Kalnischkies |
2012-02-11 | * apt-pkg/cachefile.cc: | David Kalnischkies |
2012-02-03 | rework previous patch to avoid changing the inline code | Michael Vogt |
2012-02-03 | * apt-pkg/contrib/fileutl.h: | Michael Vogt |
2012-01-30 | * apt-pkg/contrib/configuration.cc: | David Kalnischkies |
2012-01-18 | * apt-pkg/contrib/fileutl.h: | David Kalnischkies |
2012-01-18 | improve error reporting in case of errors in combination with zlib | David Kalnischkies |
2012-01-16 | * apt-pkg/contrib/fileutils.h: | Michael Vogt |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2012-01-02 | g++ 4.7 fixes | Michael Vogt |
2011-12-18 | usage of Skipping in pipes can't work, so we ignore-read instead | David Kalnischkies |
2011-12-17 | try to avoid direct usage of .Fd() if possible and do read()s and co | David Kalnischkies |
2011-12-17 | keep track of where we are in a filedescriptor so we can use it as Tell() | David Kalnischkies |
2011-12-16 | try seeking on fds opened with OpenDescriptor before giving up | David Kalnischkies |
2011-12-15 | refactor compressor calling so that we don't (need to) export ExecCompressor | David Kalnischkies |
2011-12-14 | use FileFd instead of forking the compression childs by hand | David Kalnischkies |
2011-12-13 | allow Open() and OpenDescriptor() to be called with a Compressor | David Kalnischkies |
2011-12-13 | note to myself: In case you rename something, make sure that you have | David Kalnischkies |
2011-12-13 | revert 2184.1.3: forward declaration instead of headers | David Kalnischkies |
2011-12-13 | revert 2184.1.2: do not pollute namespace in headers | David Kalnischkies |
2011-12-13 | Allow the FileFd to use an external Compressor to uncompress a given file | David Kalnischkies |
2011-12-11 | - add a ReadLine method | David Kalnischkies |
2011-12-10 | * apt-pkg/contrib/fileutl.{h,cc}: | David Kalnischkies |
2011-12-10 | enable FileFd to guess the compressor based on the filename if requested or | David Kalnischkies |
2011-11-29 | split up the OpenMode into OpenMode and CompressionMode and | David Kalnischkies |
2011-10-30 | * apt-pkg/contrib/sha2_internal.cc: | David Kalnischkies |
2011-10-30 | merge with my debian-sid branch | David Kalnischkies |
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies |
2011-10-05 | merge with current debian apt/experimental | David Kalnischkies |
2011-10-05 | * apt-pkg/contrib/configuration.cc: | Michael Vogt |
2011-09-21 | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |
2011-09-14 | * apt-pkg/contrib/configuration.cc: | Michael Vogt |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |
2011-09-13 | * apt-pkg/contrib/configuration.cc: | Michael Vogt |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |