projects
/
platform
/
upstream
/
nodejs.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/nodejs.git
2010-09-16
Ryan Dahl
Handle writeStream errors in sys.pump
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Herbert Vojčík
Common subexpression in emit.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Herbert Vojčík
No need to do if (internalModuleCache...), it's in...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Herbert Vojčík
Module system moved to the bottom, where only is it...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Herbert Vojčík
m.id unneccessary, id is enough.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-16
Herbert Vojčík
Natives having their own self-contained minimalistic...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Ryan Dahl
Remove a few old deprecation warnings
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Sam Stephenson
Send multiple header lines in ServerResponse#writeHead...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Ryan Dahl
shorten some lines in events.js
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Ryan Dahl
Optimize emit for two arguments
commit
|
commitdiff
|
tree
|
snapshot
2010-09-15
Ryan Dahl
Make a list of known globals
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Ryan Dahl
Default value for second arg of Buffer#slice
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Mark Nottingham
Support for outgoing HTTP trailing headers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
Ryan Dahl
Use child_process.exec rather than sys.exec
commit
|
commitdiff
|
tree
|
snapshot
2010-09-14
isaacs
Bug in realpath with symlinks to absolute folder paths...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Ryan Dahl
Upgrade libeio
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Peter Griess
Get rid of PHP/Rails style parameter munging.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Tony Metzidis
Catch Exceptions thrown when openssl is disabled
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Tony Metzidis
- fix AttributeError on "use_openssl" when doing ....
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Ryan Dahl
Fix style in node_object_wrap.h
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Ryan Dahl
Add lfs flags to node addon script
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Ryan Dahl
Fix style in readline
commit
|
commitdiff
|
tree
|
snapshot
2010-09-13
Ryan Dahl
Add SIGWINCH handler for readline
commit
|
commitdiff
|
tree
|
snapshot
2010-09-12
Ryan Dahl
add to todo
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
Paul Querna
Expose fingerproint from getPeerCertificate
commit
|
commitdiff
|
tree
|
snapshot
2010-09-10
Ryan Dahl
Fix fs.realpathSync('/')
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
isaacs
Better temporary directory handling for tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Don't use empty.js - breaks module test
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Felix Geisendörfer
Simple benchmark for node's startup time
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Use SetPointerInInternalField
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Merge branch 'fast-buffer'
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Rename SlowBuffer in binding
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Remove blobs, simplify SlowBuffer
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Remove dead code
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fix big string bug
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Remove fancy SlowBuffer constructor
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Simplify fast buffer constructor
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Improve long buffer test
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Expose fast-buffer bug in tests
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Update fast buffer benchmarks
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
defineProperty is slow, don't use it for fastbuffer
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Expose SlowBuffer
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fix ByteLength hangup
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Expose Buffer.poolSize
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
fast buffers for crypto
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fast buffers for http-parser
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
map charsWritten to fast buffer
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fix base64 write for buffers
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
remove unnecessary casts
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
More fast buffer work
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
fast buffer bounds checking in copy()
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Tim-Smart
string.length !== Buffer.byteLength(string)
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Work to get C++ fast buffers. incomplete
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fast Buffer safe constructor
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fix buffer binding
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Fix fastbuffer style
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Tim-Smart
Some silly fixes to buffer.js
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Tim-Smart
FastBuffer implementation. API needs migration
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Felix Geisendörfer
Fix: uncaughtException was broken for main module
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Call Tick() after coming out of select()
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
isaacs
Fix issue #262. Allow fs.realpath to traverse above...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
V8 Cygwin patch
commit
|
commitdiff
|
tree
|
snapshot
2010-09-09
Ryan Dahl
Upgrade V8 to 2.4.2
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Tobie Langel
Test for ReadStream typo
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Ryan Dahl
Fix style; undefined reference bug
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Tobie Langel
Do not emit WriteStream's drain event before ws.write...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Tobie Langel
Avoid closing a WriteStream before it has been opened.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Tobie Langel
Avoid missing ref error in WriteStream.prototype.destroy().
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Herbert Vojčík
Make test-global work with NODE_MODULE_CONTEXTS.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Herbert Vojčík
Modifying test-global to accomodate v8 inter-context...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Herbert Vojčík
Removing test-global-between-modules.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Herbert Vojčík
Removed comment-out code.
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Ryan Dahl
Increase ReadStream bufferSize to 64k
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Trent Mick
add ANSI coloring option to sys.inspect and, by default...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Trent Mick
Ctrl+W support for the REPL
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Felix Geisendörfer
Test case showing a bug in nextTick ordering
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Ryan Dahl
test-http-parser should not use private API
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Ryan Dahl
Don't refer to private API in test-repl
commit
|
commitdiff
|
tree
|
snapshot
2010-09-08
Ryan Dahl
Special deepEquals for buffer
commit
|
commitdiff
|
tree
|
snapshot
2010-09-05
Ryan Dahl
typo: forceClose -> destroy for WriteStreams
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
Benjamin Thomas
Fix bug in process._tickCallback where callbacks can...
commit
|
commitdiff
|
tree
|
snapshot
2010-09-02
isaacs
Treat "//some_path" as pathname rather than hostname...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-31
Ryan Dahl
Make sure setInterval(cb, 0) loops infinitely
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Ryan Dahl
Fix style
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Ryan Dahl
Fix style in test/simple/test-dgram-unix.js
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Ryan Dahl
Remove timer from test/simple/test-dgram-unix.js
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Marco Rogers
fix for fs.readFile to return string when encoding...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Marco Rogers
Fixed async fs writes with length 0, it should fire...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Bradley Meck
Allow Strings for ports on net.Server.listen
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Fedor Indutny
Constants should be readOnly and DontDelete
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Ryan Dahl
Add failing uncaughtException test
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Johan Euphrosine
add readline support for meta-d
commit
|
commitdiff
|
tree
|
snapshot
2010-08-30
Russell Haering
Pass an error to the sys.pump callback if one occurs
commit
|
commitdiff
|
tree
|
snapshot
2010-08-28
Benjamin Thomas
Fix process.nextTick so thrown errors don't confuse it.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Ryan Dahl
Safe constructor: net.Server, net.Stream
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Ryan Dahl
Safe Constructor: Buffer
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Ryan Dahl
Safe constructors: http.Server and http.Client
commit
|
commitdiff
|
tree
|
snapshot
2010-08-27
Ryan Dahl
Only check for execinfo lib in freebsd
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
Johan Euphrosine
add test for readline putty support
commit
|
commitdiff
|
tree
|
snapshot
2010-08-23
Brian
Fix home/end keys in repl for putty/xterm.
commit
|
commitdiff
|
tree
|
snapshot
next