summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Slab allocator: don't attempt to shrink a non-bufferBert Belder2012-04-112-5/+13
* Fix #3052 Handle errors properly in zlibisaacs2012-04-021-32/+83
* build: add support for DTrace and postmortemDave Pacheco2012-04-013-87/+87
* zlib: fix uninitialized variable compiler warningBen Noordhuis2012-03-311-1/+1
* node: provide snprintf implementation on windowsBen Noordhuis2012-04-011-1/+11
* node: don't check return value of unsetenv()Ben Noordhuis2012-03-311-8/+4
* Alias _snprintf to snprintf, fix Windows build.Ben Noordhuis2012-03-311-0/+4
* Revert "Re-add top-level v8::Locker"Bert Belder2012-03-301-30/+24
* udp_wrap: simplify AddressToJS() functionBen Noordhuis2012-03-301-23/+11
* udp_wrap: use new slab allocatorBen Noordhuis2012-03-301-27/+29
* stream_wrap: use new slab allocatorBen Noordhuis2012-03-301-82/+15
* core: add reusable slab allocatorBen Noordhuis2012-03-302-0/+176
* core: add ROUND_UP() macroBen Noordhuis2012-03-301-3/+7
* typed arrays: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* tcp: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-10/+11
* stat_watcher: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* http: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-3/+3
* crypto: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-11/+10
* udp: root JS objects in HandleScope with Local<>Ben Noordhuis2012-03-301-5/+6
* udp: remove slab allocatorBen Noordhuis2012-03-301-61/+5
* Now working on 0.7.8isaacs2012-03-301-2/+2
* Merge branch 'v0.7.7-release'isaacs2012-03-301-1/+1
|\
| * 2012.03.30, Version 0.7.7 (unstable)v0.7.7isaacs2012-03-291-1/+1
* | Fix Engrish in error messages.Ben Noordhuis2012-03-303-6/+6
* | node: remove unused functionBen Noordhuis2012-03-301-7/+0
* | node: fix signedness compiler warningsBen Noordhuis2012-03-301-1/+1
* | crypto: fix signedness compiler warningsBen Noordhuis2012-03-301-6/+2
* | buffer: fix signedness compiler warningsBen Noordhuis2012-03-302-20/+19
* | stream_wrap: fix signedness compiler warningsBen Noordhuis2012-03-301-1/+1
|/
* zlib: don't use C++ templatesssuda2012-03-291-41/+47
* Reapply "debug: Wait 50ms before running the main module"isaacs2012-03-281-4/+25
* typed arrays: prevent unaligned typed array views on top of buffersErik Lundin2012-03-291-7/+8
* typed arrays: add Uint8ClampedArrayMikael Bourges-Sevenier2012-03-281-0/+13
* repl: add a 'useColors' option to the replNathan Rajlich2012-03-271-0/+3
* Revert "debug: Wait 50ms before running the main module"Fedor Indutny2012-03-281-25/+4
* debugger: use v8 api to wait for a connectionFedor Indutny2012-03-281-9/+3
* repl: fix 'terminal' mode autodetection on global replsNathan Rajlich2012-03-261-4/+6
* readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich2012-03-261-1/+11
* Avoiding unnecessary ToString() callsssuda2012-03-2312-62/+62
* cmd: add a -i / --interactive flag to force the REPLNathan Rajlich2012-03-212-2/+12
* debug: Wait 50ms before running the main moduleisaacs2012-03-201-4/+25
* process: don't use strdup()ssuda2012-03-201-11/+6
* Expose http parse error codesFelix Geisendörfer2012-03-191-0/+6
* process: add `process.config`Nathan Rajlich2012-03-151-0/+16
* process: fix process.title setterBen Noordhuis2012-03-151-3/+3
* Expose original argv as process.execArgv for cluster and child_process.fork()Micheil Smith2012-03-151-1/+49
* process: use NODE_STRINGIFY macro to set process.versions.uvNathan Rajlich2012-03-141-3/+4
* Now working on 0.7.7isaacs2012-03-131-2/+2
* Merge branch 'v0.7.6-release'isaacs2012-03-131-1/+1
|\
| * 2012.03.13, Version 0.7.6 (unstable)v0.7.6isaacs2012-03-131-1/+1