4362 Commits (2e23da1a12293e0336b794839241d8972d4a8107)

Author SHA1 Message Date
Eugene Ostroukhov 756ec80d50 string_bytes: Make base64 encode/decode reusable 9 years ago
Saúl Ibarra Corretgé 36ed4a2d7a udp: use libuv API to get file descriptor 9 years ago
Saúl Ibarra Corretgé f3e3eebec8 unix,stream: fix getting the correct fd for a handle 9 years ago
Anna Henningsen 0841496992 src: fix without-intl build 9 years ago
Evan Lucas 7b2949a7bf Working on v6.2.1 9 years ago
Evan Lucas a4705f62de 2016-05-17, Version 6.2.0 (Stable) 9 years ago
Sakthipriyan Vairamani e3920d12ef src: fix check-imports.py linter errors 9 years ago
Jeremiah Senkpiel f31a5ec34a handle_wrap: IsRefed() -> HasRef() 9 years ago
Jeremiah Senkpiel cc2af793d2 Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" 9 years ago
Ben Noordhuis bbf3b3ebbb src: simplify handlewrap state tracking logic 9 years ago
Ben Noordhuis 965274d384 src: use libuv's refcounting directly 9 years ago
Jeremiah Senkpiel 2000072903 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Ben Noordhuis 316871f268 src: fix -Wunused-variable compiler warning 9 years ago
Jeremiah Senkpiel d3132048cb handle_wrap: expose an `isRefed()` check to JS 9 years ago
James M Snell 95b7560d8e src,module: add --preserve-symlinks command line flag 9 years ago
Ben Noordhuis 1def098b9f src: fix sporadic deadlock in SIGUSR1 handler 9 years ago
Ali Ijaz Sheikh bd4454fa0f src,lib: minor --debug-brk cleanup 9 years ago
Ben Noordhuis 477e61db9f src: don't use locale-sensitive strcasecmp() 9 years ago
Ben Noordhuis 1e99643fc9 src: remove unused #include statement 9 years ago
Ben Noordhuis 62593bd44c src: remove pre-openssl 1.0 legacy code 9 years ago
Ben Noordhuis e8c9f01cdd crypto: disable ssl compression at build time 9 years ago
Steven R. Loomis 59666502c5 intl: Don't crash if v8BreakIterator not available 9 years ago
Anna Henningsen 27c17ce9d1 src: fix FindFirstCharacter argument alignment 9 years ago
Rich Trott 37736f4dad src: add O_NOATIME constant 9 years ago
Anna Henningsen 9cd14ced09 buffer: fix UCS2 indexOf for odd buffer length 9 years ago
Anna Henningsen a550ddbf3c buffer: fix needle length misestimation for UCS2 9 years ago
Anna Henningsen 6fc20c5a97 buffer: fix lastIndexOf crash for overlong needle 9 years ago
Anna Henningsen 44015754a3 buffer: fix lastIndexOf index underflow issue 9 years ago
Jeremiah Senkpiel c63687de24 Working on v6.1.1 9 years ago
Jeremiah Senkpiel 7f82130067 2016-05-05, Version 6.1.0 (Current) 9 years ago
James M Snell 0bca959617 util: fix inspecting of proxy objects 9 years ago
Patrick Mueller 1b9fdba04e process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Anna Henningsen fa9d82d120 src: unify implementations of Utf8Value etc. 9 years ago
James M Snell 152bf323b4 Working on v6.0.1 9 years ago
James M Snell ce3e3c5fe1 2016-04-26, Version 6.0.0 (Current) Release 9 years ago
Stefan Budeanu d6237aa7c6 crypto: Read OpenSSL config before init 9 years ago
dcposch@dcpos.ch 3350b4712b buffer: add Buffer.prototype.lastIndexOf() 9 years ago
Sakthipriyan Vairamani 633268c6df src: fix check-imports.py linter errors 9 years ago
Ben Noordhuis b0b7f6a12b src: squelch -Wunused-variable in non-icu builds 9 years ago
Anna Henningsen b6a41d6120 src: fix out-of-bounds write in TwoByteValue 9 years ago
James M Snell 86ff8447f3 src: add intl and icu configs to process.binding('config') 9 years ago
James M Snell 5b7a011e1b src: add process.binding('config') 9 years ago
Robert Jefe Lindstaedt edc6970a1f doc: git mv to .md 9 years ago
Fedor Indutny 479344f695 stream_base: expose `bytesRead` getter 9 years ago
Anna Henningsen 54f2218018 child_process: add nullptr checks after allocs 9 years ago
Sakthipriyan Vairamani f286e1e1ad src: fix -Wunused-result warning in e38bade 9 years ago
Fedor Indutny 1ede900ff0 http: skip body and next message of CONNECT res 9 years ago
Brian White c3ad97d3cc events: don't inherit from Object.prototype 9 years ago
Calvin Metcalf 47cca06412 crypto: better error message for createHash 9 years ago
Ben Noordhuis 2a4998c5c0 src: don't set non-primitive values on templates 9 years ago