summaryrefslogtreecommitdiff
path: root/main/streams/filter.c
Commit message (Expand)AuthorAgeFilesLines
...
* MF52 fix Bug #46147: after stream seek, appending stream filter reads incorre...Greg Beaver2008-09-221-9/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Fixed compile warningsJani Taskinen2007-07-211-1/+1
* MFH: add trailing '\0' to stream hashesAntony Dovgal2007-01-151-5/+5
* revert the patch temporarily, I need to test a bigger patch in HEAD..Antony Dovgal2007-01-151-5/+5
* MFHAntony Dovgal2007-01-151-5/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed heap overflowDmitry Stogov2006-12-251-1/+2
* ensure that bucket->brigade is NULL in newly created bucketAntony Dovgal2006-11-211-0/+1
* MFH(r-1.38) Bugfix 38648: Don't assume all buckets are part of a brigadeSara Golemon2006-10-111-2/+2
* Last set of zend_hash_init() optimizationsIlia Alshanetsky2006-10-031-1/+1
* MFH: initialize factoryAntony Dovgal2006-05-191-1/+1
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* Fixed bug #35916 (Duplicate calls to stream_bucket_append() lead to a crash).Ilia Alshanetsky2006-01-101-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* BugFix #31137 stream_filter_remove() segfaults when stream already closedSara Golemon2005-03-291-0/+5
* Added stream_filter_remove() to cancel a stream filter.Sara Golemon2004-09-141-0/+82
* Allocating hash tables should be done via macro, not directlySara Golemon2004-09-131-1/+1
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-211-3/+27
* Fix silly mistake.Wez Furlong2004-05-261-2/+2
* Only wind filters when appending to the read chain.Sara Golemon2004-04-011-1/+1
* BugFix#27619Sara Golemon2004-03-311-2/+73
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Stop looking once we've found a matching filter.Sara Golemon2003-10-281-1/+1
* Extend Filter matching to check wildcards at multiple levels.Sara Golemon2003-10-281-10/+17
* updating license information in the headers.James Cox2003-06-101-3/+3
* Changed stream filter factory to be capable of accepting a zval as a parameterMoriyoshi Koizumi2003-04-161-3/+3
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-2/+1
* TSRMLS!Wez Furlong2003-02-181-1/+1
* Implement new filter API, stage 1.Wez Furlong2003-02-181-19/+188
* Move streams files around a bit, to ease maintenance.Wez Furlong2003-02-161-0/+164