summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2012-09-17Now working on v0.9.3isaacs
2012-09-172012.09.17, Version 0.9.2 (Unstable)isaacs
2012-09-17process: fix setuid() and setgid() error reportingBen Noordhuis
2012-09-14fs: fix assert in fs.watch()Ben Noordhuis
2012-09-14fs: don't segfault on deeply recursive stat()Ben Noordhuis
2012-09-13buffer: update constructor prototypePavel Lang
2012-09-13crypto: use uv_thread_self()Ben Noordhuis
2012-09-11Now working on 0.8.10isaacs
2012-09-112012.09.11, Version 0.8.9 (Stable)isaacs
2012-09-11buffer: change prototype of Data() and Length()Ben Noordhuis
2012-09-11crypto: remove legacy openssl compatibility codeBen Noordhuis
2012-09-05tls: async session storageFedor Indutny
2012-09-04Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis