summaryrefslogtreecommitdiff
path: root/ext/dio
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-312-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* bump year and license versionfoobar2006-01-012-8/+8
* MFH: - Fixed bug #31684 (dio_tcsetattr(): misconfigured termios settings)foobar2005-01-251-0/+2
* MFH: Gracefully handle allocation failure.Ilia Alshanetsky2004-11-171-6/+16
* MFH: Adjusted input check.Ilia Alshanetsky2004-09-031-2/+2
* MFH: Added missing input validation to dio_write().Ilia Alshanetsky2004-08-301-0/+6
* MFH: Fixed possible crash inside dio_read().Ilia Alshanetsky2004-08-231-0/+5
* MFH: missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-02-201-0/+4
* MFH: ws fixesfoobar2003-12-011-6/+6
* MFH: - Fixed bug #26488 (Missing declaration of CRTSCTS in ext/dio/dio.c)foobar2003-12-011-0/+9
* Compiler warning fixes.Ilia Alshanetsky2003-08-281-2/+2
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-9/+9
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
* MFHMarcus Boerger2002-12-121-0/+2
* Fix leak when read call fails (see comment in #16635).Wez Furlong2002-11-031-0/+1
* Silence compile warning.Ilia Alshanetsky2002-10-191-1/+0
* - Use tabs instead of spaces for indentation!Andi Gutmans2002-08-161-158/+143
* changed default stop bits to a valid valueAlan Knowles2002-08-151-2/+2
* changed default stop bitsAlan Knowles2002-08-151-1/+1
* adding dio_tcsetattr and ASYNC supportAlan Knowles2002-08-152-0/+183
* ws fixfoobar2002-07-071-7/+7
* Fix the fix properly.foobar2002-07-071-4/+4
* Fix bug: #16707foobar2002-07-051-2/+2
* Don't use headers if the module contains only one phpinfo() entry, justSander Roobol2002-06-091-1/+1
* allocate space for NULSascha Schumann2002-04-201-1/+1
* realloc buffer downSterling Hughes2002-04-201-1/+3
* fix freebsd compileSterling Hughes2002-03-241-0/+4
* revert out accidental codeSterling Hughes2002-03-231-166/+0
* remove experimental statusSterling Hughes2002-03-231-0/+166
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
* Maintain headers.Sebastian Bergmann2002-02-282-5/+3
* - Unified error messages.Markus Fischer2002-01-101-10/+35
* Added the O_NOCTTY option, for terminal i/o.Sterling Hughes2002-01-041-0/+1
* Update headers.Sebastian Bergmann2001-12-112-2/+2
* proto fixesHartmut Holzgraefe2001-12-061-2/+2
* Unified the configure messages.foobar2001-11-301-2/+6
* @ Add Direct I/O extension for lowlevel access to the POSIX layer. (sterling)Sterling Hughes2001-11-066-0/+502