summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | http: split Agent into its own fileTimothy J Fontaine2013-04-171-0/+1
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-04-051-1/+2
|\ \ | |/
| * crypto: use better memory BIO implementationFedor Indutny2013-04-051-1/+2
| * build: allow building with dtrace on osxDave Pacheco2013-04-031-9/+25
* | build: depend on v8 postmortem-metadata if enabledPaddy Byers2013-04-041-0/+3
* | build: allow building with dtrace on osxDave Pacheco2013-03-301-9/+25
|/
* Revert "sunos: unbreak build after v8 downgrade"Fedor Indutny2013-02-261-10/+16
* sunos: unbreak build after v8 downgradeBen Noordhuis2013-02-261-16/+10
* buffer: floating point read/write improvementsTrevor Norris2013-01-161-1/+0
* dtrace: x64 ustack helperFedor Indutny2013-01-071-10/+16
* windows: improve Visual Studio Express build supportScott Blomquist2013-01-031-13/+13
* build: allow to specify custom tagsMaciej MaƂecki2012-12-211-0/+1
* Ease building with VS Express by checking in generated files.Scott Blomquist2012-12-211-12/+16
* Revert "build: enable DEAD_CODE_STRIPPING on OS X"Fedor Indutny2012-12-171-3/+0
* streams2: The new stream base classesisaacs2012-12-131-0/+5
* windows: add tracing with performance countersScott Blomquist2012-11-211-20/+44
* build: make python executable configurableBen Noordhuis2012-11-201-2/+2
* build: allow linking against system libuvStephen Gallagher2012-11-161-1/+5
* build: enable DEAD_CODE_STRIPPING on OS XTimothy J Fontaine2012-11-061-0/+3
* build: allow linking against system c-aresStephen Gallagher2012-11-061-1/+5
* build: allow linking against system http_parserStephen Gallagher2012-11-061-1/+5
* tracing: add systemtap supportJan Wynholds2012-11-011-2/+31
* windows: correct outputs list in "node_etw" gyp targetScott Blomquist2012-10-291-2/+5
* deps: upgrade libuv to 47b2cd3Ben Noordhuis2012-10-111-1/+1
* windows: fix typo in node.gypBert Belder2012-09-251-1/+1
* build: set `process.platform` to "sunos" on SunOSNathan Rajlich2012-08-291-0/+8
* Remove node_io_watcherBert Belder2012-08-211-3/+0
* process: use uv_signal instead of ev_signalBert Belder2012-08-211-1/+1