Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-05async-wrap: don't call init callback unnecessarilyTrevor Norris
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-03-27timers: make Timer.close idempotentPetka Antonov
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-03-22vm: fix crash on fatal error in debug contextBen Noordhuis
2015-02-26src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-25node: implement unhandled rejection trackingPetka Antonov
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-12src: switch from QUEUE to intrusive listBen Noordhuis
2015-02-06asyncwrap: fix constructor condition for early retTrevor Norris
2015-01-31fs: improve error messagesBert Belder
2015-01-21v8: optimize `getHeapStatistics`Vladimir Kurchatkin
2015-01-13http: optimize on_headers_completeBert Belder
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-09async-wrap: add event hooksTrevor Norris
2014-12-09src: remove Async ListenerTrevor Norris
2014-11-03src: move debug agent from deps/ to src/Ben Noordhuis
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-09-30buffer: fix and cleanup fill()Trevor Norris
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-08-13src: change kIsolateSlot to 3Cheng Zhao
2014-05-13node: remove duplicate tickInfo assignmentTrevor Norris
2014-04-29buffer: add compare and equals methodsSean McArthur
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-04-18tls: `getPeerCertificate(detailed)`Fedor Indutny
2014-04-18tls: support OCSP on client and serverFedor Indutny
2014-04-01fs: improve performance of all stat functionsJames Pickard
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-18crypto: allow custom generator for DiffieHellmanBrian White
2014-02-18tls: introduce asynchronous `newSession`Fedor Indutny
2014-02-11bindings: add spawn_sync bindingsBert Belder
2014-02-06node: do not print SyntaxError hints to stderrFedor Indutny
2014-02-06env: add watched_providers for AsyncListenerTrevor Norris
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-02-04tls: fix crash in SNICallbackFedor Indutny
2014-01-29stream_wrap: use `uv_try_write` where possibleFedor Indutny
2014-01-24tls_wrap: propagate errors to write callbacksFedor Indutny
2014-01-21async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris
2014-01-10node: AsyncListener use separate storage mechanismTrevor Norris
2014-01-10src: revert domain using AsyncListenersTrevor Norris
2013-12-20http: parse the status message in a http response.Cam Swords
2013-11-26tls: add serialNumber to getPeerCertificate()Ben Noordhuis
2013-11-01domain: use AsyncListener APITrevor Norris
2013-11-01async-wrap: integrate with WeakObjectTrevor Norris