summaryrefslogtreecommitdiff
path: root/src/node_options.h
AgeCommit message (Expand)Author
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