[commits] Horde branch master updated. 1ff04e208e6a2ff26898152e07f82f90ea957d17
Michael M Slusarz
slusarz at horde.org
Mon Mar 4 03:53:17 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 8c6fdd6851be42f05a69471d7a9e1127917d30f7
214fa01 fix package.xml
f54e57f Development mode for Horde_Compress_Fast-1.0.1
1ff04e2 Initial commit for the horde_lz4 PECL package
-----------------------------------------------------------------------
commit 214fa0179964cb8fc9256037de90578b3c2f655e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 18:36:18 2013 -0700
fix package.xml
framework/Compress_Fast/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/214fa0179964cb8fc9256037de90578b3c2f655e
-----------------------------------------------------------------------
commit f54e57f3f6a2ccbd19ec6fc3320985c2ae51795e
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 18:41:46 2013 -0700
Development mode for Horde_Compress_Fast-1.0.1
framework/Compress_Fast/package.xml | 17 +++++++++++++++--
1 files changed, 15 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/f54e57f3f6a2ccbd19ec6fc3320985c2ae51795e
-----------------------------------------------------------------------
commit 1ff04e208e6a2ff26898152e07f82f90ea957d17
Author: Michael M Slusarz <slusarz at horde.org>
Date: Sun Mar 3 20:06:50 2013 -0700
Initial commit for the horde_lz4 PECL package
framework/lz4/CREDITS | 11 +
framework/lz4/LICENSE | 68 +++
framework/lz4/LICENSE.lz4 | 30 ++
framework/lz4/README.md | 84 ++++
framework/lz4/config.m4 | 37 ++
framework/lz4/horde_lz4.c | 176 ++++++++
framework/lz4/lz4.c | 906 +++++++++++++++++++++++++++++++++++++++++
framework/lz4/lz4.h | 128 ++++++
framework/lz4/lz4hc.c | 730 +++++++++++++++++++++++++++++++++
framework/lz4/lz4hc.h | 60 +++
framework/lz4/package.xml | 82 ++++
framework/lz4/php_horde_lz4.h | 27 ++
framework/lz4/php_verdep.h | 65 +++
framework/lz4/tests/001.phpt | 30 ++
framework/lz4/tests/002.phpt | 41 ++
framework/lz4/tests/003.phpt | 21 +
framework/lz4/tests/004.phpt | 19 +
framework/lz4/tests/005.phpt | 47 +++
framework/lz4/tests/006.phpt | 30 ++
framework/lz4/tests/007.phpt | 21 +
framework/lz4/tests/008.phpt | 23 +
framework/lz4/tests/data.inc | 87 ++++
22 files changed, 2723 insertions(+), 0 deletions(-)
create mode 100644 framework/lz4/CREDITS
create mode 100644 framework/lz4/LICENSE
create mode 100644 framework/lz4/LICENSE.lz4
create mode 100644 framework/lz4/README.md
create mode 100644 framework/lz4/config.m4
create mode 100644 framework/lz4/horde_lz4.c
create mode 100644 framework/lz4/lz4.c
create mode 100644 framework/lz4/lz4.h
create mode 100644 framework/lz4/lz4hc.c
create mode 100644 framework/lz4/lz4hc.h
create mode 100644 framework/lz4/package.xml
create mode 100644 framework/lz4/php_horde_lz4.h
create mode 100644 framework/lz4/php_verdep.h
create mode 100644 framework/lz4/tests/001.phpt
create mode 100644 framework/lz4/tests/002.phpt
create mode 100644 framework/lz4/tests/003.phpt
create mode 100644 framework/lz4/tests/004.phpt
create mode 100644 framework/lz4/tests/005.phpt
create mode 100644 framework/lz4/tests/006.phpt
create mode 100644 framework/lz4/tests/007.phpt
create mode 100644 framework/lz4/tests/008.phpt
create mode 100644 framework/lz4/tests/data.inc
http://git.horde.org/horde-git/-/commit/1ff04e208e6a2ff26898152e07f82f90ea957d17
More information about the commits
mailing list