summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-04-16, Version 8.16.0 'Carbon' (LTS)v8.16.0v8.16.0-proposalMyles Borins2019-04-165-15/+62
* n-api: improve performance creating stringsAnthony Tuininga2019-04-153-6/+55
* assert: fix backport regressionRuben Bridgewater2019-04-151-1/+2
* test: shared lib build doesn't handle SIGPIPEYihong Wang2019-03-213-17/+39
* test: avoid running fsync on directory on AIXJohn Barboza2019-03-211-0/+4
* deps: V8: cherry-pick 3cc6919Farazmand2019-03-212-4/+14
* tls: fix legacy SecurePair clienthello race windowBen Noordhuis2019-03-202-0/+84
* tls: fix legacy SecurePair session resumptionBen Noordhuis2019-03-203-6/+3
* build: skip cctest on Windows shared lib buildYihong Wang2019-03-202-0/+5
* build: add loader path to rpath for cctestSam Ruby2019-03-201-0/+5
* n-api: finalize during second-pass callbackGabriel Schulhof2019-03-201-0/+15
* http: fix error check in `Execute()`Brian White2019-03-202-3/+42
* http: attach reused parser to correct domainJulien Gilli2019-03-202-6/+115
* n-api: mark thread-safe function as stableGabriel Schulhof2019-03-196-29/+29
* n-api: restrict exports by versionKyle Farnung2019-03-194-17/+204
* test: add process.stdin.end() TTY regression testMatteo Collina2019-03-192-0/+8
* test: add stdin writable regression testAnna Henningsen2019-03-192-0/+4
* process: allow reading from stdout/stderr socketsAnna Henningsen2019-03-198-20/+35
* tools: allow input for TTY testsAnna Henningsen2019-03-192-4/+21
* build: set `-blibpath:` for AIXRichard Lau2019-03-191-2/+22
* test: fix module loading error for AIX 7.1Richard Lau2019-03-151-1/+2
* test: mark test-cli-node-options flaky on armRich Trott2019-02-281-0/+2
* test: mark test_threadsafe_function/test as flakyGireesh Punathil2019-02-281-0/+11
* n-api: add missing handle scopesDaniel Bevenius2019-02-281-0/+2
* doc: fix optional parameters in n-api.mdLars-Magnus Skog2019-02-281-2/+2
* n-api: clean up thread-safe functionGabriel Schulhof2019-02-281-353/+358
* n-api: remove idle_running from TsFnLars-Magnus Skog2019-02-281-12/+6
* src: fix may be uninitialized warning in n-apiMichael Dawson2019-02-281-1/+1
* n-api: guard against cond null dereferenceGabriel Schulhof2019-02-283-29/+104
* n-api: fix compiler warningcjihrig2019-02-281-1/+0
* n-api: add API for asynchronous functionsGabriel Schulhof2019-02-288-4/+1330
* test: fix test-repl-envvarsAnna Henningsen2019-02-281-1/+1
* doc: update the http.request.setTimeout docs to be accurateJames Bunton2019-02-281-2/+3
* deps: cherry-pick 525b396 from V8 upstreamPeter Marshall2019-02-282-6/+11
* Working on v8.15.2Rod Vagg2019-02-281-2/+2
* 2019-02-28, Version 8.15.1 'Carbon' (LTS)v8.15.1Rod Vagg2019-02-283-2/+33
* deps: add -no_rand_screen to openssl s_clientShigeki Ohtsu2019-02-282-2/+20
* openssl: fix keypress requirement in apps on win32Shigeki Ohtsu2019-02-281-7/+13
* deps: fix asm build error of openssl in x86_win32Shigeki Ohtsu2019-02-281-6/+6
* deps: fix openssl assembly error on ia32 win32Fedor Indutny2019-02-281-1/+1
* deps: copy all openssl header files to include dirShigeki Ohtsu2019-02-2876-270/+38597
* deps: upgrade openssl sources to 1.0.2rShigeki Ohtsu2019-02-28119-40168/+813
* http: prevent slowloris with keepalive connectionsMatteo Collina2019-02-272-0/+73
* Working on v8.15.1Myles Borins2018-12-261-2/+2
* 2018-12-26, Version 8.15.0 'Carbon' (LTS)v8.15.0v8.15.0-proposalMyles Borins2018-12-255-6/+32
* http: add maxHeaderSize propertycjihrig2018-12-253-0/+35
* cli: add --max-http-header-size flagcjihrig2018-12-218-24/+183
* deps: cherry-pick http_parser_set_max_header_sizecjihrig2018-12-212-4/+14
* http: fix regression of binary upgrade response bodyMatteo Collina2018-12-211-3/+3
* test: move test-benchmark-path to sequentialRich Trott2018-12-211-0/+0