The branch "master" has been updated. The following is a summary of the commits.
from: 0f82e4d4ee5c34f5ad4e73e42b901b3b4d66e1d6 c09823a Slightly more efficient, easier to read, request parameter parsing. 373413c More efficient/cleaner multipart output handling. f0ec480 Use a separate stream when handling multipart. ----------------------------------------------------------------------- commit c09823ab5a88118f7e56ad64f049e8bfe6575ad3 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 15:03:04 2013 -0400 Slightly more efficient, easier to read, request parameter parsing. framework/ActiveSync/lib/Horde/ActiveSync.php | 81 +--------- framework/ActiveSync/lib/Horde/ActiveSync/Utils.php | 113 +++++++++----- framework/ActiveSync/test/Horde/ActiveSync/UtilsTest.php | 35 ++--- 3 files changed, 96 insertions(+), 133 deletions(-) http://git.horde.org/horde-git/-/commit/c09823ab5a88118f7e56ad64f049e8bfe6575ad3 ----------------------------------------------------------------------- commit 373413c66eff22ac6c8e1d2542477cb830b4fb14 Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 16:15:16 2013 -0400 More efficient/cleaner multipart output handling. framework/ActiveSync/lib/Horde/ActiveSync.php | 1 + framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 23 +++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/373413c66eff22ac6c8e1d2542477cb830b4fb14 ----------------------------------------------------------------------- commit f0ec480119625c15f0797ab7e47f989235db054d Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 14 16:39:55 2013 -0400 Use a separate stream when handling multipart. Avoids fringe case of output buffer overflowing before we get to multipart output. framework/ActiveSync/lib/Horde/ActiveSync/Wbxml/Encoder.php | 31 ++++++++--- 1 files changed, 23 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/f0ec480119625c15f0797ab7e47f989235db054d -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
