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-08-05
Felix Geisendörfer
Support inspecting objects with console.log
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Update AUTHORS
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Print warning when OpenSSL not found
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Nick Stenning
Standardise module load order for native and registered...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Nick Stenning
Don't attempt to load a directory.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
bump version
v0.1.103
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Upgrade V8 to 2.3.5
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Fix toString('base64') bug
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Samuel Shull
Add node_version.h to install
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Revert "Expose the V8 debug object process.debug"
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
Ryan Dahl
Allow null context in Script
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
isaacs
SetBlocking should set blocking, not toggle it
commit
|
commitdiff
|
tree
|
snapshot
2010-08-04
isaacs
When the parent's stdio FDs are passed to a child,...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-03
Ryan Dahl
Upgrade V8 to 2.3.4
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Ben Noordhuis
Client.onend: Anticipate that the HTTP parser object...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Ryan Dahl
Expose the V8 debug object process.debug
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Mikeal Rogers
Implement keep-alive for http.Client
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Brian
Allow signals to be used with process.on in addition...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
isaacs
Don't let path.normalize get above the root.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-02
Danny Coates
remove node::CheckBreak in favor of using the v8 debugg...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-31
Ryan Dahl
Upgrade http-parser for clang compat
commit
|
commitdiff
|
tree
|
snapshot
2010-07-30
Ryan Dahl
[v8] Remove global.print from v8natives.js (fixes issue...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-30
Ryan Dahl
Fix style
commit
|
commitdiff
|
tree
|
snapshot
2010-07-30
Ben Noordhuis
Buffer: graciously handle padding in base64-encoded...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-30
Ryan Dahl
Fix email address in AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2010-07-29
Ryan Dahl
Fix ending \0 in base64 decoding
commit
|
commitdiff
|
tree
|
snapshot
2010-07-28
Ben Noordhuis
Buffer: adjust buffer size so the base64-decoded input...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-28
Ryan Dahl
Fix --debug-brk; hacky solution
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Ryan Dahl
Add todos
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Ryan Dahl
Clarify string encoding docs
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Ryan Dahl
Globalize the Buffer object
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Ryan Dahl
Only one line break before stacktrace
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Ryan Dahl
Use kqueue on recent macintosh builds
commit
|
commitdiff
|
tree
|
snapshot
2010-07-27
Matt Ranney
Check for socket on Unix domain connect.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
Upgrade http-parser
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
Upgrade V8 to 2.3.3
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Benjamin Kramer
Constify read-only global data
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Benjamin Kramer
Add missing parentheses
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Benjamin Kramer
Fix addrlen for unix_dgram sockets
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
Add write() callback TODO item
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Chandra Sekar S
Support for HOME and END in REPL.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
Fix DNS example in docs
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
bump version
v0.1.102
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Ryan Dahl
Add reference to base64 encoding
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Dmitry Baranovskiy
Added ability to pass offset to buffer write and toStri...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-26
Dmitry Baranovskiy
Fixed format, so it wouldn’t blow up if %d argument...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Ryan Dahl
Implement buffer.write for base64
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Ryan Dahl
Implement buffer.toString('base64')
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Ryan Dahl
Fix case in docs
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
isaacs
Fix dirname so that dirname('/a/b/') -> '/a', like...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-23
Andrew Naylor
Buffer for Cipher, Decipher, Hmac, Sign and Verify
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ryan Dahl
Remove Werror from SConstruct
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ryan Dahl
Upgrade V8 to 2.3.2
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Ryan Dahl
TODO items
commit
|
commitdiff
|
tree
|
snapshot
2010-07-21
Chandra Sekar S
Support for reading byte ranges from files using fs...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Peter Griess
Fix Buffer.toString() on 0-length slices.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Sam Shull
Add parenthesis to NODE_VERSION_AT_LEAST
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Robert Keizer
Added process.binding('stdio').getRows()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
isaacs
Support including modules that don't have an extension.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-20
Ryan Dahl
Specify env differently in execFile
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Brian
Consistency changes in api docs
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
isaacs
Cache modules based on filename rather than ID
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Peter Griess
Document setuid/setgid sync resolution capability.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Micheil Smith
querystring: Removing typecasting of numeric strings...
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Jan Kassens
querystring.js: JSLint warnings fixed
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Jan Kassens
querystring doc fix
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Jan Kassens
querystring.stringify is now more solid
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ryan Dahl
Add todo item
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ryan Dahl
Fix for issue #214
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Benjamin Fritsch
added test for Issue #214
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Ryan Dahl
Fix style in readline
commit
|
commitdiff
|
tree
|
snapshot
2010-07-19
Jérémy Lal
Support DEL in the REPL.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-18
Ryan Dahl
Apple's SUN_LEN is broken, override
commit
|
commitdiff
|
tree
|
snapshot
2010-07-18
Ryan Dahl
Set SO_REUSEADDR on all sockets
commit
|
commitdiff
|
tree
|
snapshot
2010-07-17
Ryan Dahl
Upgrade http-parser
commit
|
commitdiff
|
tree
|
snapshot
2010-07-17
Ryan Dahl
Fix solaris build
commit
|
commitdiff
|
tree
|
snapshot
2010-07-17
Ryan Dahl
bump version
v0.1.101
commit
|
commitdiff
|
tree
|
snapshot
2010-07-17
Ryan Dahl
fs.writeSync should return bytes written
commit
|
commitdiff
|
tree
|
snapshot
2010-07-16
Marco Rogers
Fix console formatter to recognize json properly
commit
|
commitdiff
|
tree
|
snapshot
2010-07-16
Ryan Dahl
Upgrade V8 to 2.3.0
commit
|
commitdiff
|
tree
|
snapshot
2010-07-16
Сергей Крыжановский
added env to child_process.exec
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Matt Ranney
Fix unix dgram socket address resolution on Linux.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
instanceof Buffer to Buffer.isBuffer()
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
More instanceof Array fixes
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Update TODO
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Fix test-executable-path.js
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Remove race conditions and simplify test-http-exceptions.js
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Adjust tests for error reporting on JSON.parse(undefined)
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Update tests to work with module contexts
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Fix reference to root global context
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Add TODO list
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Use Array.isArray instead of instanceof
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Add 'root' global variable as reference to sandbox
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Ryan Dahl
Load modules in individual contexts
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Matt Ranney
Datagram socket refactor. Add tests and documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Peter Griess
Buffer.copy() should liberally allow empty copies.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-15
Peter Griess
Buffer('') should create a 0-length buffer
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Ryan Dahl
Upgrade V8 to 2.2.24
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Paul Querna
Move evals to extension module.
commit
|
commitdiff
|
tree
|
snapshot
2010-07-14
Paul Querna
Move the Stat structure functions to node_file.cc
commit
|
commitdiff
|
tree
|
snapshot
next