index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2018-10-09
Add redirect follow feature (#934)
Kevin (Kun) "Kassimo" Qian
2018-10-09
Re-enable test_fetch_sync_string
Ryan Dahl
2018-10-08
Remove deno_get_data()
Bert Belder
2018-10-08
Abide by the rules when passing Isolate between c and rust
Bert Belder
2018-10-08
Remove ntasks aliasing workaround
Bert Belder
2018-10-08
Rename Deno.data to Deno.user_data
Bert Belder
2018-10-08
Rename Isolate.ptr to Isolate.libdeno_isolate
Bert Belder
2018-10-06
docs: fix urls in comments
Yoshiya Hinosawa
2018-10-06
Make ntasks an atomic counter.
Ryan Dahl
2018-10-06
Fix symlink error message
Kevin (Kun) "Kassimo" Qian
2018-10-05
Replace panic with error on windows for symlink
Kevin (Kun) "Kassimo" Qian
2018-10-05
Clean up helpers in src/errors.rs
Ryan Dahl
2018-10-05
Always die on panic.
Ryan Dahl
2018-10-05
Implement closeRead/closeWrite using TcpStream::shutdown (#903)
Kevin (Kun) "Kassimo" Qian
2018-10-04
v0.1.7
Ryan Dahl
2018-10-04
Use underscores in filenames.
Ryan Dahl
2018-10-04
Rename flatbuffer base.msg to base.inner
Ryan Dahl
2018-10-04
Rename msg_from_js() to dispatch().
Ryan Dahl
2018-10-04
Rename handler.rs to ops.rs
Ryan Dahl
2018-10-03
First pass at support for TCP servers and clients. (#884)
Ryan Dahl
2018-10-03
Implemented readDirSync, readDir
J2P
2018-10-03
isolate: work around a rust compiler bug
Bert Belder
2018-10-03
timers: remove the old timer implementation
Bert Belder
2018-10-03
timers: implement timers in javascript
Bert Belder
2018-10-02
Guess extensions on extension not provided (#859)
Kevin (Kun) "Kassimo" Qian
2018-10-01
Adjust how handle_read handle_write function.
Ryan Dahl
2018-10-01
Rename FdTable to ResourceTable.
Ryan Dahl
2018-10-01
Format.
Ryan Dahl
2018-10-01
rename parse_core_args to v8_set_flags_preprocess (#871)
ztplz
2018-09-30
Add copyFile/copyFileSync (#863)
Kevin (Kun) "Kassimo" Qian
2018-09-30
Remove unused table WriteFileSync
Kevin (Kun) "Kassimo" Qian
2018-09-30
Add deno.truncate (#805)
ztplz
2018-09-29
v0.1.6
Ryan Dahl
2018-09-28
Adds basic File I/O and FD table.
Ryan Dahl
2018-09-27
Support zero-copy data in libdeno.send(). (#838)
Ryan Dahl
2018-09-26
Use the thread pool for blocking I/O
Ryan Dahl
2018-09-25
Disable test_fetch_sync_string.
Ryan Dahl
2018-09-25
Add SetGlobalTimeout().
Ryan Dahl
2018-09-25
Make Deno multithreaded.
Ryan Dahl
2018-09-25
Use lazy_static for HttpsConnector
Ryan Dahl
2018-09-25
format
Ryan Dahl
2018-09-25
Clean up flags.
Ryan Dahl
2018-09-25
Implement deno.readlink() (#797)
Mani Maghsoudlou
2018-09-24
Add flag --recompile (#801)
Bartek IwaĆczuk
2018-09-22
Rename deno.argv, libdeno::DenoC and deno_set_flags (#796)
ztplz
2018-09-21
v0.1.5
Ryan Dahl
2018-09-18
Implement deno.symlink() (#742)
Mani Maghsoudlou
2018-09-17
Isolate::execute doesn't need mutability.
Ryan Dahl
2018-09-17
Rename Deno to Isolate and move to own file.
Ryan Dahl
2018-09-17
Make mode always u32 and switch to has_mode for StatRes fbs (#761)
Kevin (Kun) "Kassimo" Qian
[prev]
[next]