13157 Commits (6cf8ec5bd177912dee1554c2f5d44a9d76d3dc31)
 

Author SHA1 Message Date
Ben Noordhuis 149007c9f0 doc: replace node-forward link in CONTRIBUTING.md 9 years ago
Roman Reiss a6aaf2caab doc: improve scrolling, various CSS tweaks 9 years ago
Brian White 46be1f4d0c querystring: improve escape() performance 9 years ago
Brian White 27e323e8c1 querystring: improve unescapeBuffer() performance 9 years ago
Brian White 301023b2b4 querystring: improve parse() performance 9 years ago
Rich Trott 1494d6f213 test: minimal repl eval option test 9 years ago
Rich Trott b611caa0ba tools: add recommended linting rules 9 years ago
Trevor Norris e7bf951136 test: add addons test for MakeCallback 9 years ago
Trevor Norris 830bb04d90 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris 7f22c8c8a6 src: remove unused TickInfo::in_tick() 9 years ago
Trevor Norris 406eb1f516 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris bcec2fecbd src: add AsyncCallbackScope 9 years ago
Trevor Norris 2cb1594279 src: fix MakeCallback error handling 9 years ago
Fedor Indutny 35c3832994 deps: sync with upstream c-ares/c-ares@4ef6817 9 years ago
Mikeal Rogers 18b00deeac doc: update DCO to v1.1 9 years ago
Adam Langley 3048ac0b57 crypto: have fixed NodeBIOs return EOF 9 years ago
Bryon Leung 98596a94fa test: run v8 tests from node tree 10 years ago
Brian White 7e82a566b3 http: allow async createConnection() 9 years ago
Brian White 9e6ad2d8ff child_process: fix data loss with readable event 9 years ago
Brian White 25513a473a string_decoder: fix performance regression 9 years ago
Rich Trott 3955bc4cd0 doc: fix minor inconsistencies in repl doc 9 years ago
Johan Bergström 356acb39d7 build: treat aarch64 as arm64 9 years ago
Rich Trott 69c544f245 test: fix flaky test-http-regr-gh-2928 9 years ago
Santiago Gimeno 7c88410507 test: fix child-process-fork-regr-gh-2847 again 9 years ago
Trevor Norris eb6d07327a buffer: add encoding parameter to fill() 9 years ago
Rich Trott b1a16d1202 tools: remove excessive comments from .eslintrc 9 years ago
Rich Trott 2c2cb6700d test: remove unneeded common.indirectInstanceOf() 9 years ago
Michael Dawson 6340974f21 test: don't run test-tick-processor.js on Aix 9 years ago
Jackson Tian c4ed5ece4d tools: enable no-proto rule for linter 9 years ago
Prince J Wesley 7bac743f36 debugger: assert test before accessing this.binding 9 years ago
Brian White 4dae8caf7a path: performance improvements on all platforms 9 years ago
Brian White a8f4db236c test: improve path tests 9 years ago
Brian White edf8f8a7da benchmark: split path benchmarks 9 years ago
Brian White 8d713d8d51 benchmark: allow empty parameters 9 years ago
Santiago Gimeno 8301773c1e test: fix child-process-fork-regr-gh-2847 9 years ago
Rich Trott bcc26f747f tools,doc: fix linting errors 9 years ago
Rich Trott 86f8477b56 tools: disallow mixed spaces and tabs for indents 9 years ago
Rich Trott 21fd1496a9 tools: alphabetize eslint stylistic issues section 9 years ago
Felix Becker 3b83d42b4a build: fix build when python path contains spaces 9 years ago
Prince J Wesley c551da8cb4 repl: handle quotes within regexp literal 9 years ago
Alejandro Oviedo 287bce7b48 doc: merging behavior of writeHead vs setHeader 9 years ago
Claudio Rodriguez 529e749d88 doc: fix type references for link gen, link css 9 years ago
Claudio Rodriguez 22c8d50a1f tools: parse types into links in doc html gen 9 years ago
Ruben Bridgewater f2e4f621c5 node: improve process.nextTick performance 9 years ago
Matteo Collina f706cb0189 streams: 5% throughput gain when sending small chunks 9 years ago
Rich Trott 5c54d4987d tools: enable no-redeclare rule for linter 9 years ago
Brian White 275f6dbcbb doc: correct tlsSocket.getCipher() description 9 years ago
Brian White c3f8aab652 tls: add getProtocol() to TLS sockets 9 years ago
Rich Trott b4db31822f dgram: scope redeclared variables 9 years ago
Fedor Indutny c397ba8fa3 contextify: use offset/length from Uint8Array 9 years ago