Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | erts: Re-Implement shell using nif | Lukas Larsson | 2022-08-29 | 3 | -3181/+0 |
* | Update copyright year | Rickard Green | 2021-12-16 | 1 | -1/+1 |
* | Merge branch 'maint' | Rickard Green | 2021-12-13 | 2 | -2/+2 |
|\ | |||||
| * | Update copyright year | Rickard Green | 2021-12-13 | 2 | -2/+2 |
* | | Fix typos in erts/emulator/drivers | Kian-Meng, Ang | 2021-11-23 | 2 | -3/+3 |
|/ | |||||
* | stdlib: Fix win32reg:delete_key | Regan Heath | 2021-09-08 | 1 | -2/+6 |
* | Merge branch 'sverker/win-compile-warnings/OTP-15800' | Sverker Eriksson | 2020-05-03 | 2 | -5/+5 |
|\ | |||||
| * | erts: Fix misc Windows C compiler warnings | Sverker Eriksson | 2020-05-03 | 2 | -5/+5 |
* | | Merge branch 'dgud/erts/improve-werl' | Dan Gudmundsson | 2020-03-20 | 1 | -3/+5 |
|\ \ | |||||
| * | | werl: Improve about box | Dan Gudmundsson | 2020-02-25 | 1 | -3/+5 |
* | | | Merge branch 'maint' | Rickard Green | 2020-03-13 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Update copyright year | Rickard Green | 2020-03-13 | 1 | -1/+1 |
* | | werl: style fixes | Dan Gudmundsson | 2020-02-19 | 1 | -4/+12 |
* | | werl: Fix x64 problems | Dan Gudmundsson | 2020-02-19 | 1 | -16/+24 |
* | | Increase werl line buffer size | Dan Gudmundsson | 2020-02-18 | 1 | -1/+1 |
|/ | |||||
* | erts: Add magic port control numbers | Sverker Eriksson | 2019-01-28 | 1 | -1/+3 |
* | Reimplement efile_drv as a dirty NIF | John Högberg | 2017-11-30 | 1 | -2058/+0 |
* | update copyright-year | Henrik Nord | 2016-03-15 | 5 | -5/+5 |
* | erts: Change erl_exit into erts_exit | Sverker Eriksson | 2016-02-24 | 1 | -2/+2 |
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 5 | -49/+54 |
* | Merge branch 'maint' | Lukas Larsson | 2014-10-28 | 1 | -0/+4 |
|\ | |||||
| * | erts: Initialize links when reading file info | Lukas Larsson | 2014-09-22 | 1 | -0/+4 |
* | | kernel,ssh: Add synchronous user_drv protocol | Lukas Larsson | 2014-10-16 | 1 | -0/+16 |
|/ | |||||
* | Merge branch 'sverk/win-long-filenames/OTP-11813' | Sverker Eriksson | 2014-03-24 | 1 | -149/+616 |
|\ | |||||
| * | erts: Cleanup debug tracing in win_efile.c | Sverker Eriksson | 2014-03-24 | 1 | -49/+49 |
| * | erts: Fix file:list_dir for windows paths 258 or 259 chars long | Sverker Eriksson | 2014-03-24 | 1 | -1/+1 |
| * | erts: Fix bug in efile_readlink for long win paths | Sverker Eriksson | 2014-03-24 | 1 | -6/+6 |
| * | erts: Fix compiler warning in win_efile.c | Sverker Eriksson | 2014-03-24 | 1 | -3/+3 |
| * | erts: Make file:make_symlink/2 return {error,eperm} on Windows | Sverker Eriksson | 2014-03-24 | 1 | -0/+2 |
| * | erts: Revert file:set_cwd impl for windows | Sverker Eriksson | 2014-03-13 | 1 | -18/+9 |
| * | erts: Ignore reduntant slashes in windows paths | Sverker Eriksson | 2014-03-13 | 1 | -2/+10 |
| * | erts: Fix long windows paths for compressed files | Sverker Eriksson | 2014-03-13 | 1 | -0/+12 |
| * | erts: Use GetFullPathNameW to construct abs paths from relative ones | Sverker Eriksson | 2014-03-13 | 1 | -21/+21 |
| * | erts: Fix file driver to handle long paths on windows | Sverker Eriksson | 2014-03-13 | 1 | -149/+603 |
* | | ose: efile driver updates. | Jonas Karlsson | 2014-02-24 | 1 | -0/+5 |
|/ | |||||
* | Merge branch 'maint' | Henrik Nord | 2013-12-02 | 1 | -102/+0 |
|\ | |||||
| * | erts: Remove unused file winsock_func.h | Sverker Eriksson | 2013-12-02 | 1 | -102/+0 |
* | | Add sync option to file:open/2 | Joseph Blomstedt | 2013-11-15 | 1 | -1/+6 |
|/ | |||||
* | Remove ^L characters hidden randomly in the code. Not those used in text file... | Pierre Fenoll | 2013-09-12 | 1 | -1/+1 |
* | Initialize errno properly in win32 efile_may_openfile | Patrik Nyblom | 2013-08-23 | 1 | -0/+1 |
* | Update copyright years | Björn-Egil Dahlberg | 2013-06-12 | 2 | -2/+2 |
* | Fix bogus DEBUGLOG() incantations in ttsl_drv | Anthony Ramine | 2013-04-27 | 1 | -2/+2 |
* | erts: Use correct type for ReadFile bytes read | Björn-Egil Dahlberg | 2013-02-22 | 1 | -1/+4 |
* | Update copyright years | Björn-Egil Dahlberg | 2013-01-25 | 1 | -1/+1 |
* | Use share flags for all file operations on Windows | Filipe David Borba Manana | 2013-01-17 | 1 | -4/+6 |
* | Add file:allocate/3 operation | Filipe David Manana | 2013-01-09 | 1 | -0/+10 |
* | Replace sprintf with erts_snprintf in beam | Björn-Egil Dahlberg | 2012-09-07 | 1 | -1/+1 |
* | Update copyright years | Björn-Egil Dahlberg | 2012-08-31 | 2 | -2/+2 |
* | Teach VM not to dump core on long pathnames | Patrik Nyblom | 2012-08-30 | 1 | -2/+3 |
* | Teach caret to appear correctly after focus loss | Patrik Nyblom | 2012-08-14 | 1 | -1/+1 |