Age | Commit message (Expand) | Author |
2014-08-25 | Fix misspellings of 'another' | Tuncer Ayaz |
2014-05-14 | Fix efile_openfile() to handle stat() failure | Mikael Pettersson |
2014-02-24 | erts: Fix unix efile assert | Lukas Larsson |
2014-02-24 | ose: efile driver updates. | Jonas Karlsson |
2013-11-15 | Add sync option to file:open/2 | Joseph Blomstedt |
2013-09-12 | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg |
2013-05-14 | Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drv | Anthony Ramine |
2013-05-08 | Merge branch 'nox/wide-chars/OTP-11088' into maint | Fredrik Gustafsson |
2013-04-27 | Support wide characters in the shell through wcwidth() | Anthony Ramine |
2013-04-27 | Fix bogus DEBUGLOG() incantations in ttsl_drv | Anthony Ramine |
2013-04-22 | Fix src/dest overlap in ttsl driver | Lukas Larsson |
2013-04-21 | fix valgrind error in erts/emulator/drivers/unix/ttsl_drv.c | Steve Vinoski |
2013-03-04 | erts: Fix void * arithmetic | Björn-Egil Dahlberg |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg |
2013-01-11 | Merge branch 'fdm/file-allocate/OTP-10680' | Björn-Egil Dahlberg |
2013-01-10 | Merge branch 'pn/ansi-console/OTP-10678' | Björn-Egil Dahlberg |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2012-11-08 | Support ANSI in the console | DeadZen |
2012-11-02 | Fix oracle solaris bug in sendfile | Lukas Larsson |
2012-07-19 | erts: Remove VxWorks from drivers | Björn-Egil Dahlberg |
2012-05-09 | Correct formating in exit error messages | Michael Santos |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-20 | Fix bug when sending long files using select | Lukas Larsson |
2012-01-23 | Merge branch 'jz/error-logic-efile_sendfile' into maint | Henrik Nord |
2012-01-23 | Merge branch 'jz/sendfile_chunk_size' into maint | Henrik Nord |
2011-12-20 | erts: rewrite efile_writev to handle partial writes correctly | Raimo Niskanen |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg |
2011-12-09 | Merge branch 'raimo/64-bit-driver-api/OTP-9795' | Björn Gustavsson |
2011-12-09 | erl_driver.h: Enlarge types on driver callbacks output, control and call | Raimo Niskanen |
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-08 | Fix compiler warning in unix_efile.c | Björn-Egil Dahlberg |
2011-12-08 | unix_efile: Zero is a valid number in utime | Björn-Egil Dahlberg |
2011-12-07 | Do not use SFV_NOWAIT as it does not exist on all solaris | Lukas Larsson |
2011-12-06 | erts: minor fix for unnecessary condition | Jovi Zhang |
2011-12-06 | erts: change SENDFILE_CHUNK_SIZE from signed to unsigned | Jovi Zhang |
2011-12-05 | Clarify some code comments | Lukas Larsson |
2011-12-05 | Make solaris use sendfilev | Lukas Larsson |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-01 | Preliminary work on header/trailer | Lukas Larsson |
2011-12-01 | Remove debug printouts | Lukas Larsson |
2011-12-01 | Set chunk size to 3 GB | Lukas Larsson |
2011-12-01 | Add ifdef's for HAVE_SENDFILE | Lukas Larsson |
2011-12-01 | Fix freebsd support for sendfile | Lukas Larsson |
2011-12-01 | Change nbytes to 64 bit | Lukas Larsson |
2011-12-01 | Fix offset calculation for darwin | Lukas Larsson |
2011-12-01 | Implement sendfile when there are no async threads | Lukas Larsson |
2011-12-01 | Implement blocking calls for sendfile | Lukas Larsson |
2011-12-01 | Implement sendfile using blocking io in asynch threads | Lukas Larsson |