summaryrefslogtreecommitdiff
path: root/src/spawn_sync.h
AgeCommit message (Expand)Author
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-17src: changed stdio_pipes_ to std::vectorSteven Auger
2018-10-15src: use default initializers over settings fields on the constructorAndrew J D McCann
2018-09-02src: rework (mostly internal) functions to use MaybesUjjwal Sharma
2018-07-05src: remove using directives from spawn_sync.hDaniel Bevenius
2017-11-16src: make ownership of stdio_pipes explicitFranziska Hinkelmann
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-17child_process: allow Infinity as maxBuffer valuecjihrig
2016-06-29src: fix bad logic in uid/gid checksBen Noordhuis
2016-06-28src: fix readability/namespace cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-05-05src: fix minor inefficiency in Buffer::New() callBen Noordhuis
2015-04-30src: fix deprecation warningsBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-04-07src: update uv callbacks after API changesSaúl Ibarra Corretgé
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-10bindings: add spawn_sync bindingsBert Belder