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
AgeCommit message (Expand)Author
2014-04-01configure: make --v8-options switch more robustBen Noordhuis
2014-03-29crypto: move `createCredentials` to tlsFedor Indutny
2014-03-29configure: --v8-options optionFedor Indutny
2014-03-02Merge remote-tracking branch 'origin/v0.10'Fedor Indutny
2014-02-21gyp: specialize node.d for freebsdFedor Indutny
2014-02-11bindings: add spawn_sync bindingsBert Belder
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2014-01-28node: register modules from DSO constructorsKeith M Wesolowski
2014-01-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-16gyp: fix `ninja` build on linuxFedor Indutny
2014-01-07build: unconditionally disable -WerrorBen Noordhuis
2013-12-11gyp: build openssl-cli tool and use it in testsFedor Indutny
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10build: only whole archive on static v8 buildsTimothy J Fontaine
2013-12-02Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-12-02build: include postmortem symbols on linuxTimothy J Fontaine
2013-11-13base-object: add BaseObjectTrevor Norris
2013-11-01node: add AsyncListener supportTrevor Norris
2013-10-30build: use zero overhead systemtap probesBen Noordhuis
2013-09-25src: remove ObjectWrap dependency from coreBen Noordhuis
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-04build: remove unused Carbon dependencyBen Noordhuis
2013-08-26src: remove pointless node_os.h header fileBen Noordhuis
2013-08-22vm, core, module: re-do vm to fix known issuesDomenic Denicola
2013-08-06tls_wrap: DRY ClientHelloParserFedor Indutny
2013-08-06build: fix ia32 sunos, elfwrap only needs -64Timothy J Fontaine
2013-08-06build: embed the mdb_v8.so into the binaryTimothy J Fontaine
2013-08-02src: Replace macros with util functionsisaacs
2013-07-29src: don't use NewExternal() with unaligned stringsBen Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-24src: rename macros.py to notrace_macros.pyBen Noordhuis
2013-07-20src: add libuv bindings moduleBen Noordhuis
2013-07-20smalloc: create separate moduleTrevor Norris
2013-07-09configure: fix the --without-ssl optionNathan Rajlich
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-07-04slab_allocator: remove SlabAllocatorTrevor Norris
2013-06-19smalloc: initial implementationTrevor Norris
2013-06-16tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny
2013-06-16tls_wrap: embed TLS encryption into streamwrapFedor Indutny
2013-06-15process: abstract out HandleToStreamFedor Indutny
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-05-23dtrace: unify dtrace and systemtap interfacesTimothy J Fontaine
2013-05-18Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-16dtrace: enable uv's probes if enabledTimothy J Fontaine
2013-05-15src: Add StringBytes static util classisaacs
2013-04-30vm: add support for timeout argumentAndrew Paprocki
2013-04-18build: libv8_base.a is now libv8_base.<arch>.aTimothy J Fontaine
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine