Age | Commit message (Expand) | Author |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2014-01-27 | erts/kernel: sendfile no longer uses async threads | Lukas Larsson |
2013-11-15 | Add sync option to file:open/2 | Joseph Blomstedt |
2013-02-20 | prim_file: Fix error return from prim_file:list_dir/1 | Björn Gustavsson |
2013-02-18 | Fix broken prim_file:list_dir_all/1 | Björn Gustavsson |
2013-02-11 | prim_file: Add list_dir_all() and read_link_all() | Björn Gustavsson |
2013-02-11 | Teach prim_file:set_cwd() to avoid entering non-translatable directories | Björn Gustavsson |
2013-02-11 | Make prim_file skip invalid filenames in unicode mode | Patrik Nyblom |
2013-02-11 | prim_file: Refactor functions that return filenames | Björn Gustavsson |
2013-02-11 | prim_file: Refactor handling of responses | Björn Gustavsson |
2013-02-11 | prim_file: Always open non-file ports in binary mode | Björn Gustavsson |
2013-01-25 | Extend char() to Unicode characters | Hans Bolinder |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2012-08-29 | Merge branch 'maint' | Henrik Nord |
2012-07-19 | erts: Remove VxWorks from preloaded | Björn-Egil Dahlberg |
2012-07-05 | Fix various code typos for R15B02 | Tuncer Ayaz |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Merge branch 'maint' | Patrik Nyblom |
2012-03-22 | Remove code causing dialyzer warning from prim_file | Patrik Nyblom |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder |
2011-12-08 | Change name of bif universaltime_to_seconds/1 | Björn-Egil Dahlberg |
2011-12-08 | Change options to prim_file:*_file_info/* | Björn-Egil Dahlberg |
2011-12-08 | Catch errors from prim_file:*_file_info | Björn-Egil Dahlberg |
2011-12-08 | Let prim_file validate ctime in file_info | Björn-Egil Dahlberg |
2011-12-02 | Silence warnings in prim_file | Björn-Egil Dahlberg |
2011-12-02 | Fix validate structure in file_info | Björn-Egil Dahlberg |
2011-12-02 | Fix prim_file time conversions | Björn-Egil Dahlberg |
2011-12-02 | Move datetime into prim_file | Björn-Egil Dahlberg |
2011-12-02 | Use epoch seconds instead of datetime() | Björn-Egil Dahlberg |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-02 | Only allow tcp sockets as target for sendfile | Lukas Larsson |
2011-12-01 | Preliminary work on header/trailer | 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 |
2011-12-01 | Create erlang fallback for sendfile | Lukas Larsson |
2011-11-29 | Implement file:sendfile | Tuncer Ayaz |
2011-09-20 | Merge branch 'dev' into major | Henrik Nord |
2011-09-16 | Fix typos in erts/preloaded/src | Tuncer Ayaz |
2011-09-15 | Fix misspelling of successful | Tuncer Ayaz |
2011-06-08 | Teach prim_file:list_dir/1,2 to use fname chunks | Björn-Egil Dahlberg |
2011-06-08 | Replace atom in DRV macro in prim_file with string | Stavros Aronis |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg |
2011-05-06 | Remove unnecessary copy in prim_file:drv_command/3 | Björn-Egil Dahlberg |
2011-04-27 | Driver names should be strings, not atoms | Kostis Sagonas |
2011-04-27 | Cleanup and cosmetic changes | Kostis Sagonas |
2010-11-30 | Teach prim_file not to accept atoms and not to throw exceptions | Patrik Nyblom |