| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | - Moved ext/dio to PECL. | foobar | 2005-02-02 | 7 | -802/+0 |
| | | |||||
| * | - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings) | foobar | 2005-01-25 | 1 | -0/+2 |
| | | |||||
| * | Gracefully handle allocation failure. | Ilia Alshanetsky | 2004-11-17 | 1 | -6/+16 |
| | | |||||
| * | Adjusted input check. | Ilia Alshanetsky | 2004-09-03 | 1 | -2/+2 |
| | | |||||
| * | Added missing input validation to dio_write(). | Ilia Alshanetsky | 2004-08-30 | 1 | -0/+5 |
| | | |||||
| * | Fixed possible crash inside dio_read(). | Ilia Alshanetsky | 2004-08-23 | 1 | -0/+5 |
| | | |||||
| * | Allow compilation on Win32. | Frank M. Kromann | 2004-06-09 | 2 | -0/+37 |
| | | | | | | Need to implement a few Windows specific functions. | ||||
| * | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 1 | -2/+0 |
| | | |||||
| * | "The Visa to Sibiria" (work in progress) | Hartmut Holzgraefe | 2004-03-23 | 1 | -0/+46 |
| | | | | | | | | | | Adding a package.xml to a bundled extension does not only ease the transition to PECL whereever suitable but also allows to build and install an extension as "shared" using the PEAR installer without having to deal with phpize and friends by hand | ||||
| * | Added missing safe_mode & open_basedir checks. | Ilia Alshanetsky | 2004-02-20 | 1 | -0/+4 |
| | | |||||
| * | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -1/+1 |
| | | |||||
| * | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
| * | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | | |||||
| * | WS fix | foobar | 2003-12-01 | 1 | -5/+5 |
| | | |||||
| * | - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c) | foobar | 2003-12-01 | 1 | -0/+9 |
| | | |||||
| * | Fixed compiler warnings. | Ilia Alshanetsky | 2003-08-31 | 1 | -2/+2 |
| | | |||||
| * | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
| | | |||||
| * | WS & CS fixes | foobar | 2003-03-20 | 1 | -85/+81 |
| | | |||||
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-06 | 1 | -9/+9 |
| | | | | | | @64-bit correction to variables passed to zend_parse_parameters (Dave) | ||||
| * | zend_error() -> php_error_docref(). | Ilia Alshanetsky | 2003-01-24 | 1 | -5/+5 |
| | | |||||
| * | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -16/+8 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | | |||||
| * | O_ASYNC is not defined in cygwin | Marcus Boerger | 2002-12-12 | 1 | -0/+2 |
| | | |||||
| * | Fix leak when read call fails (see comment in #16635). | Wez Furlong | 2002-11-03 | 1 | -0/+1 |
| | | |||||
| * | Silence compile warning. | Ilia Alshanetsky | 2002-10-19 | 1 | -1/+0 |
| | | |||||
| * | - Use tabs instead of spaces for indentation! | Andi Gutmans | 2002-08-16 | 1 | -158/+143 |
| | | | | | | | | - Fix all sorts of ugly whitespace things. - People, please write code according to our standards even if you don't - like them. | ||||
| * | changed default stop bits to a valid value | Alan Knowles | 2002-08-15 | 1 | -2/+2 |
| | | |||||
| * | changed default stop bits | Alan Knowles | 2002-08-15 | 1 | -1/+1 |
| | | |||||
| * | adding dio_tcsetattr and ASYNC support | Alan Knowles | 2002-08-15 | 2 | -0/+183 |
| | | |||||
| * | ws fix | foobar | 2002-07-07 | 1 | -7/+7 |
| | | |||||
| * | Fix the fix properly. | foobar | 2002-07-07 | 1 | -4/+4 |
| | | |||||
| * | Fix bug: #16707 | foobar | 2002-07-05 | 1 | -2/+2 |
| | | |||||
| * | Don't use headers if the module contains only one phpinfo() entry, just | Sander Roobol | 2002-06-09 | 1 | -1/+1 |
| | | | | | | stick to ordinary rows. | ||||
| * | allocate space for NUL | Sascha Schumann | 2002-04-20 | 1 | -1/+1 |
| | | |||||
| * | realloc buffer down | Sterling Hughes | 2002-04-20 | 1 | -1/+3 |
| | | |||||
| * | fix freebsd compile | Sterling Hughes | 2002-03-24 | 1 | -0/+4 |
| | | |||||
| * | revert out accidental code | Sterling Hughes | 2002-03-23 | 1 | -166/+0 |
| | | |||||
| * | remove experimental status | Sterling Hughes | 2002-03-23 | 1 | -0/+166 |
| | | |||||
| * | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -9/+1 |
| | | |||||
| * | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 2 | -5/+3 |
| | | |||||
| * | - Unified error messages. | Markus Fischer | 2002-01-10 | 1 | -10/+35 |
| | | | | | | - Improved argument handling in dio_fcntl(). | ||||
| * | Added the O_NOCTTY option, for terminal i/o. | Sterling Hughes | 2002-01-04 | 1 | -0/+1 |
| | | |||||
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -2/+2 |
| | | |||||
| * | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 1 | -2/+2 |
| | | |||||
| * | Unified the configure messages. | foobar | 2001-11-30 | 1 | -2/+6 |
| | | |||||
| * | @ Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling) | Sterling Hughes | 2001-11-06 | 6 | -0/+502 |
