summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-12-13deps: upgrade libuv to e079a99Ben Noordhuis
2012-12-06process: add getgroups(), setgroups(), initgroups()Ben Noordhuis
2012-12-06buffer: remove unused #includesBen Noordhuis
2012-12-03os: throw when os.networkInterfaces() failsBert Belder
2012-12-03crypto: fix leak in GetPeerCertificateFedor Indutny
2012-11-24crypto: allow negative numbers in setOptions()Ben Noordhuis
2012-11-22constants: fix wrapping of large constantsBen Noordhuis
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-11-17crypto: fix ssl error handlingSergey Kholodilov
2012-11-16node: remove eio-emul.hBen Noordhuis
2012-11-08os: add os.endianness() functionNathan Rajlich
2012-11-06net: More accurate IP address validation and IPv6 dotted notation.Joshua Erickson
2012-11-06typed arrays: add slice() support to ArrayBufferAnthony Pesch
2012-11-01windows: generate ETW events to track v8 compiled code positionsScott Blomquist
2012-11-01tracing: add systemtap supportJan Wynholds
2012-10-31zlib: s/clear/close/ and match other close() semanticsisaacs
2012-10-30zlib: pass object size hint to V8Ben Noordhuis
2012-10-30zlib: reduce memory consumption, release earlyBen Noordhuis
2012-10-29Print warning when maxTickDepth is reachedisaacs
2012-10-24Now working on v0.9.4isaacs
2012-10-242012.10.24, Version 0.9.3 (Unstable)isaacs
2012-10-23crypto: Style. Prefer 'char*' over 'char *'isaacs
2012-10-23crypto: Remove many unnecessary toObjectsisaacs
2012-10-23crypto: Clean up buffer handling and DH methodsisaacs
2012-10-23crypto: Binding only accepts buffersisaacs
2012-10-23Merge remote-tracking branch 'ry/v0.8'isaacs
2012-10-23typed arrays: use `signed char` for signed int8sAaron Jacobs
2012-10-22crypto: fix DH use-after-free and memory leakBen Noordhuis
2012-10-22crypto: fix DH 1 byte buffer underflowBen Noordhuis
2012-10-20node: update description of --printBen Noordhuis
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich
2012-10-14typed arrays: remove unnecessary special-casingDean McNamee
2012-10-14typed arrays: simplify typed array get() and set()Dean McNamee
2012-10-13crypto: add crypto.getHashes()Ben Noordhuis
2012-10-13crypto: add crypto.getCiphers()Ben Noordhuis
2012-10-12Now working on 0.8.13isaacs
2012-10-112012.10.12, Version 0.8.12 (Stable)isaacs
2012-10-11buffer: report proper retained size in profilerBen Noordhuis
2012-10-09crypto: fix -Wtautological-compare warningBen Noordhuis
2012-10-07Fix -Wsizeof-array-argument compiler warning.Andrew Paprocki
2012-10-04buffer: fix byteLength with UTF-16LEkoichik
2012-10-02node_http_parser: fix whitespace errorsBen Noordhuis
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-27Now working on 0.8.12isaacs
2012-09-272012.09.27, Version 0.8.11 (Stable)isaacs
2012-09-26fs: fix stat() reporting for large filesBen Noordhuis
2012-09-25Now working on 0.8.11isaacs
2012-09-252012.09.25, Version 0.8.10 (Stable)isaacs
2012-09-22handle_wrap: don't abort if wrap == NULLBen Noordhuis
2012-09-18crypto: bring module into modern ageFedor Indutny