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-12-19
log: bump default minimum log level to "warn"
Bert Belder
2018-12-19
build: fix RLS-invoked 'cargo check' build
Bert Belder
2018-12-14
remove repeative permission checks (#1350)
F001
2018-12-13
Check that IsolateState is thread safe. (#1321)
Ryan Dahl
2018-12-13
Merge deno_new_snapshotter behavior into deno_new (#1318)
Ryan Dahl
2018-12-13
Fix deno.open permission check (#1336)
Kevin (Kun) "Kassimo" Qian
2018-12-13
Read version from Cargo.toml (#1267)
Goffert van Gool
2018-12-12
Flesh out open() modes (#1282)
Bartek Iwańczuk
2018-12-12
Change default to false Base.bool
Tnarita0000
2018-12-12
js_errors: rename source_url to script_name (#1329)
ggtmtmgg
2018-12-12
use byte array instead of string for code fetch (#1307)
F001
2018-12-12
Simplify src fetch logic and auto append suffix in cache search (#1322)
Kevin (Kun) "Kassimo" Qian
2018-12-12
readDir entry mode (#1326)
Kevin (Kun) "Kassimo" Qian
2018-12-11
Remove custom panic handler.
Ryan Dahl
2018-12-11
Use default filename for Isolate::execute.
Ryan Dahl
2018-12-11
Remove dead code: ASSET_PREFIX
Ryan Dahl
2018-12-11
deno_dir: move tests into submodule
Ryan Dahl
2018-12-11
Minor rename for CodeFetch parameters
Ryan Dahl
2018-12-11
Replace blocking! macro by generic function (#1305)
F001
2018-12-10
Use stderr for exceptions (#1303)
Ryan Dahl
2018-12-09
Add TooLarge error code for buffers (#1298)
binaryta
2018-12-07
v0.2.2
Ryan Dahl
2018-12-07
Don't crash when .mime file not exist in cache (#1291)
Kevin (Kun) "Kassimo" Qian
2018-12-06
Process source maps in Rust instead of JS (#1280)
Ryan Dahl
2018-12-05
Isolate::from_raw_ptr and other cleanups.
F001
2018-12-04
Add deno_config struct for isolate creation. (#1277)
Ryan Dahl
2018-12-04
Remove static lifetime bound in OpCreator (#1276)
F001
2018-12-03
Avoid memory leak (#1265)
F001
2018-12-03
Use include_bytes! instead of incbin.
Ryan Dahl
2018-11-30
v0.2.1
Ryan Dahl
2018-11-30
clippy fixes (#1250)
Andy Hayden
2018-11-29
Replace mutex by atomics (#1238)
F001
2018-11-29
Handle Location header relative URI (#1240)
Kevin (Kun) "Kassimo" Qian
2018-11-28
REPL unblock event loop AND fix REPL setTimeout fire problems
Kevin (Kun) "Kassimo" Qian
2018-11-27
Don't use snapshot for src/isolate.rs tests.
Ryan Dahl
2018-11-23
Revert "Use include_bytes! instead of incbin. (#1182)"
Ryan Dahl
2018-11-16
v0.2.0
Ryan Dahl
2018-11-16
First pass at running subprocesses (#1156)
Bert Belder
2018-11-16
improve flag parsing
Bartek Iwańczuk
2018-11-16
Support uploading data from fetch()
Ryan Dahl
2018-11-16
Lift snapshot to be an argument of Isolate::new().
Ryan Dahl
2018-11-16
Support shebang
Ryan Dahl
2018-11-16
Simplify NotFound code.
Ryan Dahl
2018-11-14
Support request method and headers in fetch() (#1188)
Ryan Dahl
2018-11-13
Support streaming response bodies from fetch()
Ryan Dahl
2018-11-13
Wrapper around hyper::Body so it can be used as AsyncRead
Ryan Dahl
2018-11-12
Use include_bytes! instead of incbin. (#1182)
Ryan Dahl
2018-11-12
v0.1.12
Ryan Dahl
2018-11-08
Local filenames starting with 'http' shouldn't be remote. (#1167)
Ryan Dahl
2018-11-06
Fix many of the clippy::pedantic warnings
Andy Hayden
[next]