summaryrefslogtreecommitdiff
path: root/erts/emulator/drivers/win32
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearRickard Green2021-12-161-1/+1
* Merge branch 'maint'Rickard Green2021-12-132-2/+2
|\
| * Update copyright yearRickard Green2021-12-132-2/+2
* | Fix typos in erts/emulator/driversKian-Meng, Ang2021-11-232-3/+3
|/
* stdlib: Fix win32reg:delete_keyRegan Heath2021-09-081-2/+6
* Merge branch 'sverker/win-compile-warnings/OTP-15800'Sverker Eriksson2020-05-032-5/+5
|\
| * erts: Fix misc Windows C compiler warningsSverker Eriksson2020-05-032-5/+5
* | Merge branch 'dgud/erts/improve-werl'Dan Gudmundsson2020-03-201-3/+5
|\ \
| * | werl: Improve about boxDan Gudmundsson2020-02-251-3/+5
* | | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ \ | |/ / |/| / | |/
| * Update copyright yearRickard Green2020-03-131-1/+1
* | werl: style fixesDan Gudmundsson2020-02-191-4/+12
* | werl: Fix x64 problemsDan Gudmundsson2020-02-191-16/+24
* | Increase werl line buffer sizeDan Gudmundsson2020-02-181-1/+1
|/
* erts: Add magic port control numbersSverker Eriksson2019-01-281-1/+3
* Reimplement efile_drv as a dirty NIFJohn Högberg2017-11-301-2058/+0
* update copyright-yearHenrik Nord2016-03-155-5/+5
* erts: Change erl_exit into erts_exitSverker Eriksson2016-02-241-2/+2
* Change license text to APLv2Bruce Yinhe2015-06-185-49/+54
* Merge branch 'maint'Lukas Larsson2014-10-281-0/+4
|\
| * erts: Initialize links when reading file infoLukas Larsson2014-09-221-0/+4
* | kernel,ssh: Add synchronous user_drv protocolLukas Larsson2014-10-161-0/+16
|/
* Merge branch 'sverk/win-long-filenames/OTP-11813'Sverker Eriksson2014-03-241-149/+616
|\
| * erts: Cleanup debug tracing in win_efile.cSverker Eriksson2014-03-241-49/+49
| * erts: Fix file:list_dir for windows paths 258 or 259 chars longSverker Eriksson2014-03-241-1/+1
| * erts: Fix bug in efile_readlink for long win pathsSverker Eriksson2014-03-241-6/+6
| * erts: Fix compiler warning in win_efile.cSverker Eriksson2014-03-241-3/+3
| * erts: Make file:make_symlink/2 return {error,eperm} on WindowsSverker Eriksson2014-03-241-0/+2
| * erts: Revert file:set_cwd impl for windowsSverker Eriksson2014-03-131-18/+9
| * erts: Ignore reduntant slashes in windows pathsSverker Eriksson2014-03-131-2/+10
| * erts: Fix long windows paths for compressed filesSverker Eriksson2014-03-131-0/+12
| * erts: Use GetFullPathNameW to construct abs paths from relative onesSverker Eriksson2014-03-131-21/+21
| * erts: Fix file driver to handle long paths on windowsSverker Eriksson2014-03-131-149/+603
* | ose: efile driver updates.Jonas Karlsson2014-02-241-0/+5
|/
* Merge branch 'maint'Henrik Nord2013-12-021-102/+0
|\
| * erts: Remove unused file winsock_func.hSverker Eriksson2013-12-021-102/+0
* | Add sync option to file:open/2Joseph Blomstedt2013-11-151-1/+6
|/
* Remove ^L characters hidden randomly in the code. Not those used in text file...Pierre Fenoll2013-09-121-1/+1
* Initialize errno properly in win32 efile_may_openfilePatrik Nyblom2013-08-231-0/+1
* Update copyright yearsBjörn-Egil Dahlberg2013-06-122-2/+2
* Fix bogus DEBUGLOG() incantations in ttsl_drvAnthony Ramine2013-04-271-2/+2
* erts: Use correct type for ReadFile bytes readBjörn-Egil Dahlberg2013-02-221-1/+4
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Use share flags for all file operations on WindowsFilipe David Borba Manana2013-01-171-4/+6
* Add file:allocate/3 operationFilipe David Manana2013-01-091-0/+10
* Replace sprintf with erts_snprintf in beamBjörn-Egil Dahlberg2012-09-071-1/+1
* Update copyright yearsBjörn-Egil Dahlberg2012-08-312-2/+2
* Teach VM not to dump core on long pathnamesPatrik Nyblom2012-08-301-2/+3
* Teach caret to appear correctly after focus lossPatrik Nyblom2012-08-141-1/+1
* erts: rewrite efile_writev to handle partial writes correctlyRaimo Niskanen2011-12-201-2/+1