summaryrefslogtreecommitdiff
path: root/src/spawn_sync.h
Commit message (Expand)AuthorAgeFilesLines
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-021-5/+7
* src: remove using directives from spawn_sync.hDaniel Bevenius2018-07-051-27/+15
* src: make ownership of stdio_pipes explicitFranziska Hinkelmann2017-11-161-1/+1
* src: do not include internals from node_buffer.hAnna Henningsen2017-09-221-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* child_process: allow Infinity as maxBuffer valuecjihrig2017-01-171-1/+1
* src: fix bad logic in uid/gid checksBen Noordhuis2016-06-291-1/+0
* src: fix readability/namespace cpplint warningsBen Noordhuis2016-06-281-1/+2
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+4
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* src: fix minor inefficiency in Buffer::New() callBen Noordhuis2015-05-051-1/+1
* src: fix deprecation warningsBen Noordhuis2015-04-301-1/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: update uv callbacks after API changesSaúl Ibarra Corretgé2014-04-071-2/+2
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-2/+2
* bindings: add spawn_sync bindingsBert Belder2014-02-101-0/+247