Age | Commit message (Expand) | Author | Files | Lines |
2012-01-01 | - Year++ | Felipe Pena | 1 | -1/+1 |
2011-08-09 | Avoiding strcpy, strcat, sprintf usage to make static analyzer happy | Xinchen Hui | 1 | -1/+1 |
2011-02-01 | - Fixed several comparisons that always result in true of false | Gustavo André dos Santos Lopes | 1 | -1/+1 |
2011-01-01 | - Year++ | Felipe Pena | 1 | -1/+1 |
2010-01-03 | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 1 | -1/+1 |
2009-01-08 | MFH: Fixed error conditions handling in stream_filter_append() | Arnaud Le Blanc | 1 | -15/+35 |
2008-12-31 | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 1 | -1/+1 |
2008-09-22 | MF52 fix Bug #46147: after stream seek, appending stream filter reads incorre... | Greg Beaver | 1 | -9/+6 |
2007-12-31 | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 1 | -1/+1 |
2007-07-21 | MFH: Fixed compile warnings | Jani Taskinen | 1 | -1/+1 |
2007-01-15 | MFH: add trailing '\0' to stream hashes | Antony Dovgal | 1 | -5/+5 |
2007-01-15 | revert the patch temporarily, I need to test a bigger patch in HEAD.. | Antony Dovgal | 1 | -5/+5 |
2007-01-15 | MFH | Antony Dovgal | 1 | -5/+5 |
2007-01-01 | MFH: Bump year. | Sebastian Bergmann | 1 | -1/+1 |
2006-12-25 | Fixed heap overflow | Dmitry Stogov | 1 | -1/+2 |
2006-11-21 | ensure that bucket->brigade is NULL in newly created bucket | Antony Dovgal | 1 | -0/+1 |
2006-10-11 | MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigade | Sara Golemon | 1 | -2/+2 |
2006-10-03 | Last set of zend_hash_init() optimizations | Ilia Alshanetsky | 1 | -1/+1 |
2006-05-19 | MFH: initialize factory | Antony Dovgal | 1 | -1/+1 |
2006-02-26 | - Warning fixes by Steph | Marcus Boerger | 1 | -1/+1 |
2006-01-10 | Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash). | Ilia Alshanetsky | 1 | -0/+4 |
2006-01-01 | bump year and license version | foobar | 1 | -3/+3 |
2005-08-03 | - Bumber up year | foobar | 1 | -1/+1 |
2005-03-29 | BugFix #31137 stream_filter_remove() segfaults when stream already closed | Sara Golemon | 1 | -0/+5 |
2004-09-14 | Added stream_filter_remove() to cancel a stream filter. | Sara Golemon | 1 | -0/+82 |
2004-09-13 | Allocating hash tables should be done via macro, not directly | Sara Golemon | 1 | -1/+1 |
2004-06-21 | BugFix#28868 (Part Two): This fixes thread unsafety in the userspace | Sara Golemon | 1 | -3/+27 |
2004-05-26 | Fix silly mistake. | Wez Furlong | 1 | -2/+2 |
2004-04-01 | Only wind filters when appending to the read chain. | Sara Golemon | 1 | -1/+1 |
2004-03-31 | BugFix#27619 | Sara Golemon | 1 | -2/+73 |
2004-01-08 | - A belated happy holidays and PHP 5 | Andi Gutmans | 1 | -2/+2 |
2003-10-28 | Stop looking once we've found a matching filter. | Sara Golemon | 1 | -1/+1 |
2003-10-28 | Extend Filter matching to check wildcards at multiple levels. | Sara Golemon | 1 | -10/+17 |
2003-06-10 | updating license information in the headers. | James Cox | 1 | -3/+3 |
2003-04-16 | Changed stream filter factory to be capable of accepting a zval as a parameter | Moriyoshi Koizumi | 1 | -3/+3 |
2003-02-19 | ws fixes + missing $Id$ tags, headers added | foobar | 1 | -2/+1 |
2003-02-18 | TSRMLS! | Wez Furlong | 1 | -1/+1 |
2003-02-18 | Implement new filter API, stage 1. | Wez Furlong | 1 | -19/+188 |
2003-02-16 | Move streams files around a bit, to ease maintenance. | Wez Furlong | 1 | -0/+164 |