index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
syscall
/
fs_js.go
Age
Commit message (
Expand
)
Author
2025-02-18
syscall: disable O_DIRECTORY on Windows for js/wasm
Zxilly
2024-08-21
syscall: add O_DIRECTORY for js
Kir Kolyshkin
2024-08-09
syscall,misc/wasm: fix path expansion on non-unix platforms
Zxilly
2023-05-11
os: make Chtimes accept empty time values to skip file time modification
Constantin Konstantinidis
2022-11-18
all: add missing periods in comments
cui fliter
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-02-20
all: go fmt std cmd (but revert vendor)
Russ Cox
2020-10-13
syscall: remove dependency on io
Russ Cox
2020-03-01
syscall: fix Fchdir on js/wasm
Richard Musiol
2020-02-22
syscall: release a js.Func object in fsCall
Hajime Hoshi
2020-02-04
syscall: Revert "release a js.Func object in fsCall"
Dmitri Shuralyov
2020-02-02
syscall: release a js.Func object in fsCall
Hajime Hoshi
2019-12-05
os: reset dirinfo when seeking on Darwin
Keith Randall
2019-11-04
syscall/js: garbage collect references to JavaScript values
Richard Musiol
2019-09-04
syscall: redirect writes to runtime.write in faketime mode
Austin Clements
2019-05-24
syscall/js: replace TypedArrayOf with CopyBytesToGo/CopyBytesToJS
Richard Musiol
2019-04-30
syscall: on wasm, do not use typed array asynchronously
Richard Musiol
2019-04-09
syscall: gofmt -w -s
Mikio Hara
2019-03-22
os,syscall: implement functions related to uid, gid and pid on js/wasm
Richard Musiol
2018-12-13
syscall/js: rename js.Callback to js.Func
Richard Musiol
2018-11-10
all: add support for synchronous callbacks to js/wasm
Richard Musiol
2018-10-04
syscall: use asynchronous operations on js/wasm
Richard Musiol
2018-07-31
syscall: remove support for O_NONBLOCK and O_SYNC on js/wasm
Richard Musiol
2018-06-27
syscall/js: add TypedArrayOf
Richard Musiol
2018-06-25
syscall/js: turn constant package vars into functions
Richard Musiol
2018-06-01
os: add js/wasm architecture
Richard Musiol