summaryrefslogtreecommitdiff
path: root/src/node.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-11-181-0/+12
|\
| * src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine2013-11-121-0/+11
| * process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-081-1/+1
* | src: Remove unused refs to node_object_wrap.hScott Blomquist2013-10-291-1/+0
* | src: add multi-context supportBen Noordhuis2013-09-061-9/+23
* | src: clean up CLI argument parserBen Noordhuis2013-09-021-5/+0
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-7/+20
* | src: more lint after cpplint tighteningBen Noordhuis2013-07-311-9/+7
* | src: lint c++ codeFedor Indutny2013-07-311-2/+2
* | src: move NODE_MODULE_VERSION to node_version.hBen Noordhuis2013-07-241-8/+2
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-2/+0
* | node: always set function nameTrevor Norris2013-07-191-1/+4
* | build: fix windows buildBen Noordhuis2013-07-111-27/+30
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-40/+17
* | src: break on uncaught exceptionMiroslav Bajtos2013-06-261-1/+1
* | src: unexport node_isolateBen Noordhuis2013-06-071-9/+8
* | fs: uv_[fl]stat now reports subsecond resolutionTimothy J Fontaine2013-03-231-1/+1
* | src: bump NODE_MODULE_VERSION after abi changeBen Noordhuis2013-03-201-1/+1
* | bindings: update apiTrevor Norris2013-03-201-3/+5
|/
* node: don't malloc in FromConstructorTemplateBen Noordhuis2013-02-111-12/+0
* addon: Pass module object to NODE_MODULE init functionisaacs2013-01-251-3/+8
* node: remove ev-emul.hBen Noordhuis2013-01-031-4/+0
* constants: fix wrapping of large constantsBen Noordhuis2012-11-221-1/+1
* node: remove eio-emul.hBen Noordhuis2012-11-161-1/+0
* crypto: bring module into modern ageFedor Indutny2012-09-181-1/+1
* Merge remote-tracking branch 'ry/v0.8'isaacs2012-08-031-8/+8
|\
| * node: tag Encode and friends NODE_EXTERNBen Noordhuis2012-08-021-8/+8
* | node: bump NODE_MODULE_VERSIONBen Noordhuis2012-07-271-2/+2
|/
* Externalize node::no_deprecationisaacs2012-06-211-0/+2
* node: replace NODE_STAT_STRUCT with uv_statbuf_tBen Noordhuis2012-06-211-13/+1
* node: fix namespacing issue in ev-emul.hBen Noordhuis2012-06-191-1/+2
* node: preemptively unbreak windows buildBen Noordhuis2012-06-191-1/+1
* build: install eio-emul.hBen Noordhuis2012-06-191-0/+1
* build: install ev-emul.hBen Noordhuis2012-06-191-0/+5
* add NODE_EXTERN to node::StartJoel Brandt2012-06-061-1/+1
* addon: add AtExit() functionBen Noordhuis2012-05-031-0/+5
* Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-181-0/+8
|\
| * windows: use 64bit offsets for uv_fs apisIgor Zinkovsky2012-04-051-0/+8
| * fix windows buildIgor Zinkovsky2012-01-231-0/+4
* | MakeCallback: Return the callback return valueisaacs2012-04-171-14/+17
* | MakeCallback: Accept Function or Symbol argumentisaacs2012-04-171-1/+10
* | core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* | Revert support for isolates.Ben Noordhuis2012-02-061-4/+0
* | add node::SetMethod and node::SetPrototypeMethodRoman Shtylman2012-01-301-13/+19
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-2/+4
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-1/+0
* | build: move internals to separate header fileBen Noordhuis2011-12-291-14/+2
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-0/+3
|/
* Rename FSError to UVException and move to node.ccBert Belder2011-12-021-0/+6
* Fixes #2140. Fix illumos build.Ryan Dahl2011-11-171-0/+1