| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | suggest parentheses around ‘&&’ within ‘||’ | Xinchen Hui | 2015-08-11 | 1 | -1/+1 | |
| * | | | add EAGAIN checks | Anatol Belski | 2015-08-11 | 1 | -3/+5 | |
| * | | | Fixed bug #70198 Checking liveness does not work as expected | Anatol Belski | 2015-08-11 | 1 | -1/+11 | |
| * | | | fix pipe peek timeout | Anatol Belski | 2015-07-02 | 1 | -3/+3 | |
| * | | | Fix alignment on 32-bit | Christoph M. Becker | 2015-07-02 | 1 | -1/+2 | |
| * | | | fix c/p issue | Anatol Belski | 2015-07-02 | 1 | -6/+6 | |
| * | | | initial stuff to make allow blocking pipes on windows | Anatol Belski | 2015-07-02 | 1 | -2/+22 | |
| * | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 5 | -31/+31 | |
| * | | | Only call stream_flush if anything was written | Bob Weinand | 2015-06-30 | 1 | -4/+16 | |
| * | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 | |
| * | | | further cleanups with S_IF* macros generalized declarations | Anatol Belski | 2015-05-25 | 1 | -4/+0 | |
| * | | | Fix undeclared identifier 'PHP_STREAM_KEEP_RSRC' | Di Wu | 2015-04-09 | 1 | -1/+1 | |
| * | | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 2 | -10/+5 | |
| * | | | Cleanup | Dmitry Stogov | 2015-04-07 | 1 | -16/+4 | |
| * | | | no more winxp, but really | Anatol Belski | 2015-04-04 | 1 | -4/+2 | |
| * | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 | |
| * | | | fix condition | Anatol Belski | 2015-03-19 | 1 | -1/+1 | |
| * | | | use portable fseek | Anatol Belski | 2015-03-11 | 1 | -1/+1 | |
| * | | | Revert "Add stream_socket_crypto_info() function" | Daniel Lowrey | 2015-03-09 | 2 | -34/+1 | |
| * | | | Fixed build | Wei Dai | 2015-03-09 | 1 | -1/+1 | |
| * | | | Fix #67626 | Julien Pauli | 2015-03-08 | 1 | -2/+12 | |
| * | | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -1/+1 | |
| * | | | Merge branch 'PHP-5.6' | Daniel Lowrey | 2015-03-05 | 1 | -4/+10 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fixed bug (#69195 Inconsistent stream crypto values across versions) | Daniel Lowrey | 2015-03-05 | 1 | -4/+10 | |
| * | | | Merge branch 'PHP-5.6' | Daniel Lowrey | 2015-03-05 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Fix stream_select() issue with OpenSSL buffer | Chris Wright | 2015-03-05 | 1 | -4/+4 | |
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-02-05 | 1 | -0/+4 | |
| | |\ \ | | |/ | ||||||
| | | * | Conflicts: | Nayana Hettiarachchi | 2015-02-05 | 1 | -0/+4 | |
| * | | | Avoid repeatable strlen() calls | Dmitry Stogov | 2015-03-05 | 1 | -10/+9 | |
| * | | | Merge branch 'pull-request/1142' | Reeze Xia | 2015-03-05 | 2 | -2/+2 | |
| |\ \ \ | ||||||
| | * | | | Fixed wrong parameter type of php_stream_mmap_range() | Reeze Xia | 2015-03-04 | 2 | -2/+2 | |
| * | | | | Merge branch 'tls-alpn' | Daniel Lowrey | 2015-03-04 | 2 | -1/+34 | |
| |\ \ \ \ | ||||||
| | * | | | | Add stream_socket_crypto_info() function | Daniel Lowrey | 2015-02-28 | 2 | -1/+34 | |
| * | | | | | Silence a empty while loop warning | Reeze Xia | 2015-03-04 | 1 | -1/+3 | |
| | |/ / / |/| | | | ||||||
| * | | | | Use zend_string* instead of char* for opened_patch handling. Avoid reallocati... | Dmitry Stogov | 2015-03-04 | 7 | -53/+45 | |
| |/ / / | ||||||
| * | | | Use new ZEND_HASH_FOREACH_... API. | Dmitry Stogov | 2015-02-10 | 1 | -16/+9 | |
| * | | | Remove extra space | Xinchen Hui | 2015-02-05 | 1 | -1/+1 | |
| * | | | return size_t | Xinchen Hui | 2015-02-05 | 1 | -1/+1 | |
| * | | | #68986 bug fix | Nayana Hettiarachchi | 2015-02-05 | 1 | -0/+4 | |
| * | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 3 | -5/+5 | |
| * | | | Merge branch 'pull-request/1032' | Stanislav Malyshev | 2015-02-01 | 1 | -3/+6 | |
| |\ \ \ | ||||||
| | * | | | do_fstat changes | Joshua Rogers | 2015-02-01 | 1 | -3/+6 | |
| * | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 | |
| |\ \ \ \ | | |/ / | |/| | | ||||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 | |
| | |\ \ \ | | | |/ | | |/| | ||||||
| | | * | | fix group name handling | Stanislav Malyshev | 2015-01-31 | 1 | -1/+1 | |
| * | | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -0/+3 | |
| | |_|/ |/| | | ||||||
| * | | | Merge branch 'PHP-5.6' | Bob Weinand | 2015-01-26 | 1 | -1/+1 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge remote-tracking branch 'origin/PHP-5.5' into PHP-5.6 | Bob Weinand | 2015-01-26 | 1 | -1/+1 | |
| | |\ \ | | |/ | ||||||
| | | * | Fix call after close if multiple filters are attached | Bob Weinand | 2015-01-26 | 1 | -1/+1 | |
| | | * | Bump year | Xinchen Hui | 2015-01-15 | 18 | -18/+18 | |
