summaryrefslogtreecommitdiff
path: root/src/process_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1
* src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-2/+2
* node: add AsyncListener supportTrevor Norris2013-10-311-5/+1
* src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-3/+3
* src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-1/+1
* src: use function to get internal pointerTrevor Norris2013-10-291-4/+4
* src: add multi-context supportBen Noordhuis2013-09-061-25/+30
* uv: upgrade to v0.11.12Ben Noordhuis2013-09-031-1/+1
* process_wrap: don't coerce process exit code to int32_tBert Belder2013-08-251-1/+1
* process_wrap: update after libuv api changeBert Belder2013-08-231-1/+3
* src: fix build break from generic macro nameTrevor Norris2013-08-121-2/+2
* src: centralize class wrap/unwrapTrevor Norris2013-08-121-2/+4
* src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-27/+44
* src: remove no-op HandleWrap::Initialize()Ben Noordhuis2013-08-071-2/+0
* process_wrap: omit superfluous Number creationBen Noordhuis2013-08-061-4/+3
* src: lint c++ codeFedor Indutny2013-07-311-4/+4
* src, lib: update after internal api changeBen Noordhuis2013-07-201-14/+6
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-32/+17
* src: clean up `using` directivesBen Noordhuis2013-06-171-12/+10
* process: abstract out HandleToStreamFedor Indutny2013-06-151-19/+3
* src: simplify HandleWrap initializationBen Noordhuis2013-05-301-3/+6
* src: replace c-style casts with c++-style castsBen Noordhuis2013-05-301-1/+1
* src: pass Isolate to all applicable apiTrevor Norris2013-03-201-9/+9
* src, test: downgrade to v8 3.14 apiBen Noordhuis2013-02-251-4/+4
* src: pass node_isolate to Integer::NewBen Noordhuis2013-01-071-4/+5
* child_process: emit error on exec failureBen Noordhuis2012-08-211-0/+5
* process_wrap: set duplex flags when creating a pipeBert Belder2012-06-111-1/+2
* child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell2012-06-081-0/+5
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-071-0/+3
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-011-41/+59
* deps: upgrade libuv to 7556590Fedor Indutny2012-05-291-3/+21
* Make UNWRAP macro generic.Oleg Efimov2012-05-211-14/+2
* process_wrap: don't use uv_spawn2Bert Belder2012-04-291-2/+2
* Merge branch 'v0.6'Bert Belder2012-04-291-13/+50
|\
| * process: don't use strdup()ssuda2012-04-281-10/+5
| * process_wrap: avoid leaking memory when throwing due to invalid argumentsBert Belder2012-04-281-30/+30
| * Child process: support the `gid` and `uid` optionsBert Belder2012-04-271-13/+50
* | MakeCallback: Consistent symbol usageisaacs2012-04-171-1/+5
* | Avoiding unnecessary ToString() callsssuda2012-03-231-2/+2
* | process: don't use strdup()ssuda2012-03-201-11/+6
* | core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* | Revert support for isolates.Ben Noordhuis2012-02-061-4/+3
* | Merge branch 'v0.6'Fedor Indutny2012-01-121-6/+8
|\ \ | |/
| * child_process: fix segfault after failed spawnBen Noordhuis2012-01-091-6/+8
* | Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl2011-12-291-4/+4
* | Remove node_isolate.h from node.hRyan Dahl2011-12-291-0/+1
* | isolates: isolate-ify the main loopBen Noordhuis2011-12-291-3/+3
|/
* Remove stray NODE_MODULE() semi-colons.Ben Noordhuis2011-11-091-1/+1
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* Display sys_errno when UV_UNKNOWN is returnedRyan Dahl2011-10-191-3/+5