summaryrefslogtreecommitdiff
path: root/src/node_options.h
AgeCommit message (Expand)Author
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-01-27src: simplify inspector initialization in node::Start()Joyee Cheung
2019-01-25src: remove has_experimental_policy optionAnna Henningsen
2019-01-18src: merge into coreGireesh Punathil
2019-01-17policy: manifest with subresource integrity checksBradley Farias
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-20src: add kUInteger parsingMatteo Collina
2018-12-20src: mark options parsers as constAnna Henningsen
2018-12-09http: switch default parser to llhttpAnna Henningsen
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-13tls: disable TLS v1.0 and v1.1 by defaultBen Noordhuis
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-05src: add virtual desctructor to Options classDaniel Bevenius
2018-09-25src: fix a typo in the commentGireesh Punathil
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-21tools: add bash completion for nodeDaniel Bevenius
2018-09-09src: remove abort_on_uncaught_exception node.ccDaniel Bevenius
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2015-06-01Revert "src: add getopt option parser"Evan Lucas
2015-06-01src: add getopt option parserEvan Lucas