summaryrefslogtreecommitdiff
path: root/src/env.h
Commit message (Expand)AuthorAgeFilesLines
* domains: port caeb677 from v0.10 to v0.12v0.12Jeremy Whitlock2015-09-301-0/+1
* asyncwrap: fix constructor condition for early retTrevor Norris2015-02-091-0/+4
* async-wrap: add event hooksTrevor Norris2014-12-051-0/+28
* src: remove Async ListenerTrevor Norris2014-12-051-29/+0
* deps: re-implement debugger-agentFedor Indutny2014-10-081-4/+48
* buffer: fix and cleanup fill()Trevor Norris2014-09-291-1/+0
* src: remove Environment::GetCurrentChecked()Ben Noordhuis2014-09-051-2/+0
* src: change kIsolateSlot to 3Cheng Zhao2014-08-131-3/+11
* node: remove duplicate tickInfo assignmentTrevor Norris2014-05-121-1/+0
* buffer: add compare and equals methodsSean McArthur2014-04-281-0/+1
* vm: assign Environment to created contextDenys Zariaiev2014-04-261-0/+2
* tls: `getPeerCertificate(detailed)`Fedor Indutny2014-04-181-0/+2
* tls: support OCSP on client and serverFedor Indutny2014-04-181-0/+4
* fs: improve performance of all stat functionsJames Pickard2014-03-311-1/+1
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-0/+2
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-0/+77
* crypto: allow custom generator for DiffieHellmanBrian White2014-02-181-0/+1
* tls: introduce asynchronous `newSession`Fedor Indutny2014-02-181-0/+1
* bindings: add spawn_sync bindingsBert Belder2014-02-101-0/+21
* node: do not print SyntaxError hints to stderrFedor Indutny2014-02-061-0/+7
* env: add watched_providers for AsyncListenerTrevor Norris2014-02-051-0/+3
* src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-2/+60
* tls: fix crash in SNICallbackFedor Indutny2014-02-041-0/+1
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-0/+1
* tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-0/+1
* async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-3/+1
* node: AsyncListener use separate storage mechanismTrevor Norris2014-01-091-3/+3
* src: revert domain using AsyncListenersTrevor Norris2014-01-091-0/+29
* http: parse the status message in a http response.Cam Swords2013-12-201-0/+1
* tls: add serialNumber to getPeerCertificate()Ben Noordhuis2013-11-261-0/+1
* domain: use AsyncListener APITrevor Norris2013-10-311-29/+0
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-0/+2
* node: add AsyncListener supportTrevor Norris2013-10-311-0/+29
* node: don't share state with in_tick/last_threwTrevor Norris2013-10-291-5/+6
* http: remove MethodToString()Ben Noordhuis2013-10-281-5/+0
* src: update after v8 api changesBen Noordhuis2013-10-231-1/+1
* src: notify V8 profiler when we're idleBen Noordhuis2013-10-031-0/+9
* src: add multi-context supportBen Noordhuis2013-09-061-0/+324