History log of /haiku/src/bin/package/command_add.cpp
Revision Date Author Comments
# f9ecc54e 12-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Explicitly use B_HPKG_COMPRESSION_NONE


# 796343ed 18-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Allow specifying the compression level for package creation

* Introduce BPackageWriterParameters which comprises all parameters
for package creation, currently flags and compression level. Such an
object can be passed to BPackageWriter::Init() and is passed on to
PackageWriterImpl and WriterImplBase.
* PackageFileHeapWriter: Add compressionLevel property and pass the
value on to ZlibCompressor.
* package add/create: Add options -0 ... -9 to specify the compression
level to be used.


# 0816749e 01-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package_repo: Removes dependency to package

* Move StandardErrorOutput to libpackage and into proper namespace to
avoid "package_repo" having to reuse the "package" source file.
* package_repo: Fix incorrect includes of "package.h".


# 2fac6eaa 02-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.


# c1b5ec40 02-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.


# f9ecc54e69fc65d83cd642faa5af5b21c0cb3ae7 12-Jul-2014 Ingo Weinhold <ingo_weinhold@gmx.de>

package: Explicitly use B_HPKG_COMPRESSION_NONE


# 796343ed73b1707ed97e91e22b72b8ca81bcdbad 18-May-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

Allow specifying the compression level for package creation

* Introduce BPackageWriterParameters which comprises all parameters
for package creation, currently flags and compression level. Such an
object can be passed to BPackageWriter::Init() and is passed on to
PackageWriterImpl and WriterImplBase.
* PackageFileHeapWriter: Add compressionLevel property and pass the
value on to ZlibCompressor.
* package add/create: Add options -0 ... -9 to specify the compression
level to be used.


# 0816749e41c0757e4e3269e18ffc333b64deb1c8 01-Apr-2013 Ingo Weinhold <ingo_weinhold@gmx.de>

package_repo: Removes dependency to package

* Move StandardErrorOutput to libpackage and into proper namespace to
avoid "package_repo" having to reuse the "package" source file.
* package_repo: Fix incorrect includes of "package.h".


# 2fac6eaa6020569bf461de7a5884cb60362698dd 02-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.


# c1b5ec4065becc1c7bb35390ac88800de9012e34 02-Jul-2011 Ingo Weinhold <ingo_weinhold@gmx.de>

Add "package add" command.