summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/v0.10'Fedor Indutny2014-03-021-2/+32
|\
| * gyp: specialize node.d for freebsdFedor Indutny2014-02-211-2/+32
* | bindings: add spawn_sync bindingsBert Belder2014-02-101-0/+1
* | src: add tracing.v8.on('gc') statistics hooksBen Noordhuis2014-02-051-0/+2
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-2/+0
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-241-6/+6
|\ \ | |/
| * gyp: fix `ninja` build on linuxFedor Indutny2014-01-161-5/+5
* | build: unconditionally disable -WerrorBen Noordhuis2014-01-071-3/+0
* | gyp: build openssl-cli tool and use it in testsFedor Indutny2013-12-111-1/+6
* | Merge branch 'v0.10'Fedor Indutny2013-12-101-1/+1
|\ \ | |/
| * build: only whole archive on static v8 buildsTimothy J Fontaine2013-12-101-1/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-011-0/+6
|\ \ | |/
| * build: include postmortem symbols on linuxTimothy J Fontaine2013-12-011-0/+6
* | base-object: add BaseObjectTrevor Norris2013-11-121-2/+2
* | node: add AsyncListener supportTrevor Norris2013-10-311-0/+2
* | build: use zero overhead systemtap probesBen Noordhuis2013-10-291-25/+43
* | src: remove ObjectWrap dependency from coreBen Noordhuis2013-09-251-0/+2
* | src: add multi-context supportBen Noordhuis2013-09-061-0/+5
* | build: remove unused Carbon dependencyBen Noordhuis2013-09-041-1/+0
* | src: remove pointless node_os.h header fileBen Noordhuis2013-08-261-1/+0
* | vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-2/+2
* | tls_wrap: DRY ClientHelloParserFedor Indutny2013-08-061-0/+2
* | build: fix ia32 sunos, elfwrap only needs -64Timothy J Fontaine2013-08-051-1/+1
* | build: embed the mdb_v8.so into the binaryTimothy J Fontaine2013-08-051-0/+34
* | src: Replace macros with util functionsisaacs2013-08-011-1/+0
* | src: don't use NewExternal() with unaligned stringsBen Noordhuis2013-07-291-2/+0
* | lib: macro-ify type checksBen Noordhuis2013-07-241-0/+1
* | src: rename macros.py to notrace_macros.pyBen Noordhuis2013-07-241-9/+8
* | src: add libuv bindings moduleBen Noordhuis2013-07-201-0/+1
* | smalloc: create separate moduleTrevor Norris2013-07-191-0/+1
* | configure: fix the --without-ssl optionNathan Rajlich2013-07-091-2/+2
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-2/+0
* | slab_allocator: remove SlabAllocatorTrevor Norris2013-07-031-2/+0
* | smalloc: initial implementationTrevor Norris2013-06-181-0/+2
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-0/+2
* | tls_wrap: embed TLS encryption into streamwrapFedor Indutny2013-06-161-1/+6
* | process: abstract out HandleToStreamFedor Indutny2013-06-151-0/+1
* | src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-041-1/+1
* | dtrace: unify dtrace and systemtap interfacesTimothy J Fontaine2013-05-221-21/+1
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-0/+2
|\ \ | |/
| * src: Add StringBytes static util classisaacs2013-05-141-0/+2
| * Revert "crypto: use better memory BIO implementation"Ben Noordhuis2013-04-101-2/+1
* | dtrace: enable uv's probes if enabledTimothy J Fontaine2013-05-151-3/+4
* | vm: add support for timeout argumentAndrew Paprocki2013-04-291-0/+2
* | build: libv8_base.a is now libv8_base.<arch>.aTimothy J Fontaine2013-04-181-1/+1
* | http: split Client into _http_client.jsTimothy J Fontaine2013-04-171-0/+1
* | http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-0/+1
* | http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-171-0/+1
* | http: move parsers into _http_common.jsTimothy J Fontaine2013-04-171-0/+1
* | http: move IncomingMessage into its own fileTimothy J Fontaine2013-04-171-0/+1