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
AgeCommit message (Expand)Author
2016-06-25vm: test for abort condition of current invocationAnna Henningsen
2016-06-23crypto: update root certificatesBen Noordhuis
2016-06-21src: remove unused isolate memberBen Noordhuis
2016-06-21src: use RAII for mutexes and condition variablesBen Noordhuis
2016-06-20src: fix Windows segfault with `--eval`Bryce Simonds
2016-06-19src: alias BINARY to LATIN1Ben Noordhuis
2016-06-18vm: add ability to break on sigint/ctrl+cAnna Henningsen
2016-06-17inspector: fix inspector connection cleanupEugene Ostroukhov
2016-06-17inspector: fix coverity scan errorsEugene Ostroukhov
2016-06-17src: rename "node" script to "bootstrap_node"Daniel Bevenius
2016-06-17deps: switch to upstream v8_inspectorAli Ijaz Sheikh
2016-06-14src: clean up string_searchBrian White
2016-06-14src: make Sec-WebSocket-Key check case-insensitiveMyles Borins
2016-06-13inspector: process.exit should wait for inspectorEugene Ostroukhov
2016-06-13src: fix --without-inspector buildAnna Henningsen
2016-06-13src: fix erroneous fallthrough in ParseEncoding()Ben Noordhuis
2016-06-12zlib: move constants into zlib.constantsJames M Snell
2016-06-10inspector: reduce implementation in headerEugene Ostroukhov
2016-06-10inspector: change default portAli Ijaz Sheikh
2016-06-09src: fix json payload from inspectorMyles Borins
2016-06-07src: remove final trace of raw encodingTrevor Norris
2016-06-07buffer: introduce latin1 encoding termTrevor Norris
2016-06-06buffer: improve creation performance.Ingvar Stepanyan
2016-06-06src: remove unused internals from node.ccAnna Henningsen
2016-06-04src: fix ArrayBuffer size for zero fill flagAnna Henningsen
2016-06-02src: use stack-allocated Environment instancesBen Noordhuis
2016-06-02src: move env init logic into Environment classBen Noordhuis
2016-06-02lib,src: reset zero fill flag on exceptionBen Noordhuis
2016-06-02src: add linebreak to inspector messageNicolas Romer
2016-06-02async_wrap: pass uid to JS as doubleTrevor Norris
2016-06-01src: fix --without-inspector buildAnna Henningsen
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-06-01src: move IsolateData out of EnvironmentBen Noordhuis
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24stream_base: always use Base template classTrevor Norris
2016-05-24tls_wrap: do not abort on new TLSWrap()Trevor Norris
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-05-24src: inherit first from AsyncWrapTrevor Norris
2016-05-24vm: don't abort process when stack space runs outAnna Henningsen
2016-05-24string_bytes: Make base64 encode/decode reusableEugene Ostroukhov
2016-05-24udp: use libuv API to get file descriptorSaúl Ibarra Corretgé
2016-05-19src: add node::FreeEnvironment public APICheng Zhao
2016-05-19unix,stream: fix getting the correct fd for a handleSaúl Ibarra Corretgé
2016-05-18src: fix without-intl buildAnna Henningsen
2016-05-17src: refactor require('constants')James M Snell