[commits] Horde branch master updated. a380308983a9edea04c8519a617210bead896f13
Michael M Slusarz
slusarz at horde.org
Mon Mar 4 08:04:09 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 1ff04e208e6a2ff26898152e07f82f90ea957d17
869a8b9 Allow PECL packages to be built.
e132bb6 Development mode for horde_lz4-1.0.0beta2
b9e75d3 [mms] Add horde_lz4 compression driver.
af7332f Tweaks to LZ4 driver
8def68c Released horde_lz4-1.0.0beta2
a380308 Development mode for horde_lz4-1.0.0beta3
-----------------------------------------------------------------------
commit 869a8b9dce89232f28c670d974b7a52fcd1ed8bd
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 21:08:32 2013 -0700
Allow PECL packages to be built.
components/lib/Components/Component/Source.php | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
http://git.horde.org/horde-git/-/commit/869a8b9dce89232f28c670d974b7a52fcd1ed8bd
-----------------------------------------------------------------------
commit e132bb696c0f69020f3b07e9c4ef64f373b306b4
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 21:12:41 2013 -0700
Development mode for horde_lz4-1.0.0beta2
framework/lz4/package.xml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/e132bb696c0f69020f3b07e9c4ef64f373b306b4
-----------------------------------------------------------------------
commit b9e75d3bf202e9770f6e8e137c2504214fe59ef2
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 21:21:37 2013 -0700
[mms] Add horde_lz4 compression driver.
framework/Compress_Fast/lib/Horde/Compress/Fast.php | 10 +-
framework/Compress_Fast/lib/Horde/Compress/Fast/Lz4.php | 50 ++++
framework/Compress_Fast/package.xml | 11 +-
.../Compress_Fast/test/Horde/Compress/Fast/CompressFastTest.php | 66 ++++-
4 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644 framework/Compress_Fast/lib/Horde/Compress/Fast/Lz4.php
http://git.horde.org/horde-git/-/commit/b9e75d3bf202e9770f6e8e137c2504214fe59ef2
-----------------------------------------------------------------------
commit af7332f875724b7272d4af46872b116a0a27c8a6
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 23:15:35 2013 -0700
Tweaks to LZ4 driver
More robust header checking - eliminates the need to explicitly pass
decompression size to horde_lz4_uncompress()
Remove maxsize option to horde_lz4_uncompress() - substr() can do this
for us already.
Remove 'prefix' option to horde_lz4_compress().
Be silent when encountering decompression errors - calling code can
explicitly check for this via the boolean false return.
framework/lz4/README.md | 28 ++-------------
framework/lz4/config.m4 | 2 +-
framework/lz4/horde_lz4.c | 76 ++++++++++++++--------------------------
framework/lz4/horde_lz4.h | 28 +++++++++++++++
framework/lz4/package.xml | 3 +-
framework/lz4/php_horde_lz4.h | 27 --------------
framework/lz4/tests/001.phpt | 4 --
framework/lz4/tests/002.phpt | 13 +++----
framework/lz4/tests/003.phpt | 8 ++---
framework/lz4/tests/005.phpt | 20 ++++------
framework/lz4/tests/006.phpt | 4 --
framework/lz4/tests/007.phpt | 11 +++---
framework/lz4/tests/008.phpt | 23 ------------
13 files changed, 82 insertions(+), 165 deletions(-)
create mode 100644 framework/lz4/horde_lz4.h
delete mode 100644 framework/lz4/php_horde_lz4.h
delete mode 100644 framework/lz4/tests/008.phpt
http://git.horde.org/horde-git/-/commit/af7332f875724b7272d4af46872b116a0a27c8a6
-----------------------------------------------------------------------
commit 8def68c3d105ccb57fbac0c28744c34b76d5260a
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 4 00:59:41 2013 -0700
Released horde_lz4-1.0.0beta2
framework/lz4/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/8def68c3d105ccb57fbac0c28744c34b76d5260a
-----------------------------------------------------------------------
commit a380308983a9edea04c8519a617210bead896f13
Author: Michael M Slusarz <slusarz at horde.org>
Date: Mon Mar 4 00:59:41 2013 -0700
Development mode for horde_lz4-1.0.0beta3
framework/lz4/package.xml | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/a380308983a9edea04c8519a617210bead896f13
More information about the commits
mailing list