summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "src: call uv_loop_delete() on exit in debug mode"Ben Noordhuis2013-08-301-1/+0
* Revert "src: close libuv handles on exit"Ben Noordhuis2013-08-301-71/+5
* src: close libuv handles on exitBen Noordhuis2013-08-301-5/+71
* src: remove two pointless globals from node.ccBen Noordhuis2013-08-271-16/+14
* src: call uv_loop_delete() on exit in debug modeBen Noordhuis2013-08-271-0/+1
* src: remove --max-stack-size optionBen Noordhuis2013-08-271-19/+0
* vm, core, module: re-do vm to fix known issuesDomenic Denicola2013-08-211-1/+0
* src: add MakeCallback() that takes an array indexBen Noordhuis2013-08-151-0/+17
* domain: share object and state with native landTrevor Norris2013-08-091-0/+33
* node: remove domain nextTickTrevor Norris2013-08-091-8/+0
* src: fix windows build breakage from f674b09Ben Noordhuis2013-08-091-1/+6
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-131/+202
* process: set key properties as ReadOnlyTrevor Norris2013-08-021-25/+35
* src: remove non-isolate PersistentToLocal()Ben Noordhuis2013-08-021-8/+8
* src: don't include <string.h> twice in src/node.ccBen Noordhuis2013-08-011-1/+0
* build: un-break the windows buildBert Belder2013-08-011-1/+1
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-41/+41
* src: lint c++ codeFedor Indutny2013-07-311-63/+52
* node: add inTick and lastThrew to infoBoxTrevor Norris2013-07-311-1/+16
* string_bytes: don't use named imports in headerBen Noordhuis2013-07-301-0/+3
* src: don't use NewExternal() with unaligned stringsBen Noordhuis2013-07-291-3/+3
* src: remove unused tick_spinnerBen Noordhuis2013-07-281-4/+0
* src, lib: update after internal api changeBen Noordhuis2013-07-201-56/+14
* src: add IsFunction() assert to MakeCallbackBen Noordhuis2013-07-191-0/+1
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-07-121-0/+3
|\
| * node: call MakeDomainCallback in all domain casesTrevor Norris2013-07-101-0/+3
* | build: fix windows buildBen Noordhuis2013-07-111-1/+1
* | src: cast strong persistent handles to localsBen Noordhuis2013-07-071-9/+9
* | src: enable native v8 typed arraysBen Noordhuis2013-07-061-0/+34
* | src: abort() on fatal error in debug modeBen Noordhuis2013-07-061-0/+4
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-267/+235
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-051-0/+1
|\ \ | |/
| * src: fix memory leak in UsingDomains()Ben Noordhuis2013-07-051-0/+1
* | smalloc: use malloc instead of newTrevor Norris2013-07-031-0/+7
* | src: break on uncaught exceptionMiroslav Bajtos2013-06-261-31/+59
* | build: add android supportLinus Mårtensson2013-06-171-5/+5
* | process: abstract out HandleToStreamFedor Indutny2013-06-151-0/+5
* | src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-041-6/+6
* | process: remove spinnerTrevor Norris2013-05-301-42/+0
* | process: remove max tick check for domainsTrevor Norris2013-05-301-3/+1
* | process: remove maxTickDepth from _tickCallbackTrevor Norris2013-05-301-1/+0
* | src: replace c-style casts with c++-style castsBen Noordhuis2013-05-301-3/+3
* | dtrace: unify dtrace and systemtap interfacesTimothy J Fontaine2013-05-221-1/+1
* | src: upgrade to new v8 apiTrevor Norris2013-05-221-5/+1
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-100/+6
|\ \ | |/
| * src: use StringBytes for DecodeWrite/DecodeBytes/Encodeisaacs2013-05-141-90/+7
* | src: add node_isolatesTrevor Norris2013-05-161-3/+3
* | src: initialize debug-related uv_async_t handlesMiroslav Bajtoš2013-05-081-11/+14
* | debugger, cluster: each worker has new debug portMiroslav Bajtoš2013-05-081-19/+44
* | Merge branch 'v0.10'Fedor Indutny2013-04-121-0/+2
|\ \ | |/