| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: add internal check macros | Gus Caplan | 2018-03-05 | 1 | -0/+7 |
* | src: Remove lttng support. | Glen Keane | 2018-03-01 | 1 | -14/+0 |
* | build: allow x86_64 as a dest_cpu alias for x64 | Rod Vagg | 2018-02-04 | 1 | -1/+4 |
* | build: remove unused vars from configure | Ben Noordhuis | 2018-01-19 | 1 | -5/+0 |
* | deps: ICU 60.2 bump | Steven R. Loomis | 2018-01-17 | 1 | -2/+2 |
* | build: refine static and shared lib build | Yihong Wang | 2018-01-17 | 1 | -1/+8 |
* | build: allow running configure from any directory | Gibson Fahnestock | 2017-12-10 | 1 | -8/+10 |
* | build: replace runtime flag with compiler option | Peter Marshall | 2017-12-06 | 1 | -0/+4 |
* | build: add serial commas to messages in configure script | Rich Trott | 2017-12-05 | 1 | -2/+2 |
* | build: fix bsd build with gcc | Matheus Marchini | 2017-11-27 | 1 | -2/+1 |
* | build: Allow linking against an external copy of nghttp2. | Ed Schouten | 2017-11-20 | 1 | -0/+22 |
* | build: minor corrections to configure descriptions | Daniel Bevenius | 2017-11-18 | 1 | -4/+4 |
* | Revert "build: for --enable-static, run only cctest" | Daniel Bevenius | 2017-11-16 | 1 | -2/+0 |
* | src: add openssl-system-ca-path configure option | Daniel Bevenius | 2017-11-10 | 1 | -0/+8 |
* | deps: ICU 60 bump | Steven R. Loomis | 2017-11-09 | 1 | -2/+2 |
* | build,src: Add CloudABI as a POSIX-like runtime environment. | Ed Schouten | 2017-11-01 | 1 | -1/+1 |
* | build: skip bin override on windows | Hitesh Kanwathirtha | 2017-10-26 | 1 | -2/+5 |
* | build: use bin override if no `python` in PATH | Bradley T. Hughes | 2017-10-22 | 1 | -1/+3 |
* | build: correct minor typo in lttng help message | Daniel Bevenius | 2017-10-12 | 1 | -1/+1 |
* | build: allow build with system python 3 | Emily Marigold Klassen | 2017-10-08 | 1 | -1/+35 |
* | build: remove unused configuration variable | Ben Noordhuis | 2017-09-11 | 1 | -2/+0 |
* | build: display HTTP2 configure --help options | Daniel Bevenius | 2017-09-07 | 1 | -0/+2 |
* | doc: update configure to require g++ 4.9.4 | Dave Olszewski | 2017-08-27 | 1 | -2/+2 |
* | build: for --enable-static, run only cctest | Daniel Bevenius | 2017-08-24 | 1 | -0/+2 |
* | build: better support for python3 systems | Ben Noordhuis | 2017-08-23 | 1 | -1/+12 |
* | http2: introducing HTTP/2 | James M Snell | 2017-08-04 | 1 | -0/+22 |
* | deps: backport rehash strings after deserialization | Yang Guo | 2017-07-28 | 1 | -4/+4 |
* | tools: always include llvm_version in config | nanaya | 2017-07-22 | 1 | -2/+4 |
* | gyp: implement LD/LDXX for ninja and FIPS | Sam Roberts | 2017-07-17 | 1 | -0/+3 |
* | build: disable V8 snapshots | Ali Ijaz Sheikh | 2017-07-11 | 1 | -4/+4 |
* | build: allow enabling the --trace-maps flag in V8 | Evan Lucas | 2017-07-07 | 1 | -0/+6 |
* | build: remove dependency on icu io library | Ben Noordhuis | 2017-06-26 | 1 | -1/+0 |
* | build: clean up config_fips.gypi | Daniel Bevenius | 2017-06-24 | 1 | -1/+4 |
* | configure: add mips64el to valid_arch | Aditya Anand | 2017-06-13 | 1 | -2/+2 |
* | async_wrap,src: wrap promises directly | Matt Loring | 2017-05-28 | 1 | -0/+1 |
* | doc,build: update configure help messages | Gibson Fahnestock | 2017-05-26 | 1 | -3/+3 |
* | build: reduce one level of spawning in node_gyp | Refael Ackermann | 2017-05-16 | 1 | -2/+3 |
* | deps: ICU 59.1 bump | Steven R. Loomis | 2017-05-09 | 1 | -2/+2 |
* | build: use do_not_edit variable where possible | Ruslan Bekenev | 2017-04-27 | 1 | -2/+1 |
* | src: allow CLI args in env with NODE_OPTIONS | Sam Roberts | 2017-04-25 | 1 | -0/+8 |
* | doc: upgrade Clang requirement to 3.4.2 | Michaƫl Zasso | 2017-04-18 | 1 | -2/+2 |
* | build: add checks for openssl configure options | Daniel Bevenius | 2017-04-05 | 1 | -0/+9 |
* | build: make configure print statements consistent | Daniel Bevenius | 2017-04-05 | 1 | -11/+11 |
* | build: fix llvm version detection in freebsd-10 | Shigeki Ohtsu | 2017-03-07 | 1 | -2/+2 |
* | benchmark,build,doc,lib,src,test: correct typos | Benjamin Fleischer | 2017-03-03 | 1 | -1/+1 |
* | deps: switch to v8_inspector in V8 | Ali Ijaz Sheikh | 2017-02-22 | 1 | -1/+1 |
* | tools: suggest python2 command in configure | Roman Reiss | 2017-02-16 | 1 | -1/+10 |
* | tools: add compile_commands.json gyp generator | Ben Noordhuis | 2017-02-09 | 1 | -0/+9 |
* | build: support for mips64el | nanxiongchao | 2017-02-02 | 1 | -1/+4 |
* | crypto: Use system CAs instead of using bundled ones | Adam Majer | 2017-01-24 | 1 | -0/+7 |