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-02-17
Ryan Dahl
Remove references to wait() in docs
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
documentation clean up
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
Add asciidoc-xhtml11.js for use with asciidoc 8.5.1
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
API: OutgoingMessage.prototype.finish() renamed to...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Tim Caswell
File API tweaks
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
API: Make request/response object closer to stream...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
isaacs
Add some puts() to test-multipart.js to show what it...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
[debug] Give debug_watcher maximum priority
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Ryan Dahl
[debug] Use ProcessDebugMessage() instead of executing...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-17
Jérémy Lal
Calculate page size with getpagesize for armel
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Ryan Dahl
Throw from connection.connect if resolving.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Ryan Dahl
API: connection.send() renamed to connection.write()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Ryan Dahl
Revert "Add process.startTime"
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Zoka
Use InstanceTemplate() instead of PrototypeTemplate...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Felix Geisendörfer
Fix Promise.wait() for fired promises
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Jonas Pfenniger
Added failing test: promise.wait() after promise.emitXXX()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Ryan Dahl
Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Yuichiro MASUI
Fixed: promise late chain
commit
|
commitdiff
|
tree
|
snapshot
2010-02-16
Mark Hansen
sys.inspect(Date) now shows the date value
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
visionmedia
Added multiple arg support for sys.puts(), print()...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Ryan Dahl
Rename 'posix' module to 'fs'
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Ryan Dahl
Add process.startTime
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Ryan Dahl
API: tcp events 'receive' to 'data', 'eof' to 'end'
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Ryan Dahl
s/tinyclouds.org/nodejs.org/
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Ryan Dahl
Fix whitespace and warnings in node.cc
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Felix Geisendörfer
Simple test case for require.async()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-12
Felix Geisendörfer
Implemented posix.catSync()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Ryan Dahl
Small clean up to test-timers.js
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Ryan Dahl
Return chunk & bytes read for posix.readSync()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-11
Felix Geisendörfer
Fix: Module cache did not propagate
commit
|
commitdiff
|
tree
|
snapshot
2010-02-10
masuidrive
Build system: support spaces in directory names
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Michael Stillwell
Add test: modifying event listeners during callback.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Ryan Dahl
Ignore EAGAIN in stderr dumps.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Ryan Dahl
Fix stderr flushing problem
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Ryan Dahl
bump version
v0.1.28
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Tim Caswell
Document the changes to sys.inspect's API.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-09
Tim Caswell
Rewrite sys.inspect to be more reliable and handle...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
isaacs
A rewrite of multipart library.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Use Google's jsmin.py so that Node can be used for...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Michael Carter
Add process.setuid(), getuid()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Add handlescope and flush to process.reallyExit()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Fix stdout flush issue
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Add failing test for stdout flush on exit
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Add posix.truncate()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-08
Ryan Dahl
Throw errors from server.listen()
commit
|
commitdiff
|
tree
|
snapshot
2010-02-06
Matt Brubeck
Fix the documentation of dns error handling.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-06
Ryan Dahl
Bugfix: blocked pumping in stdio coupling
commit
|
commitdiff
|
tree
|
snapshot
2010-02-05
Mikeal Rogers
Adding test for bug in stdio.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-04
Felix Geisendörfer
Simplified module system
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Revert "Adding output of Platform information into...
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
bump version
v0.1.27
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Downcase process.ARGV/ENV to process.argv/env
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Aaron Heckmann
look for -1 instead of false returned from string.indexOf
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Disable dns and fs-sendfile tests.
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Upgrade V8 to 2.1.0
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Remove some HandleScopes from HTTP
commit
|
commitdiff
|
tree
|
snapshot
2010-02-03
Ryan Dahl
Upgrade http-parser
commit
|
commitdiff
|
tree
|
snapshot
2010-02-02
Ryan Dahl
Callbacks from process.fs always start with error object
commit
|
commitdiff
|
tree
|
snapshot
2010-01-31
Ryan Dahl
Remove __wrap__s
commit
|
commitdiff
|
tree
|
snapshot
2010-01-31
Ryan Dahl
Reorganize the start-up process
commit
|
commitdiff
|
tree
|
snapshot
2010-01-31
Jonas Pfenniger
Was using the old node object to get the int from the...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-30
Micheil Smith
Adding output of Platform information into the test...
commit
|
commitdiff
|
tree
|
snapshot
2010-01-30
Felix Geisendörfer
Bugfix: Handle Content-Type headers with charset
commit
|
commitdiff
|
tree
|
snapshot
2010-01-28
Ryan Dahl
ObjectWrap fixed - buffers working!
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Standa Opichal
Adding OS X .dmg build scripts.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Ryan Dahl
Forgot to include fix from HTTP client bug (30b0522)
commit
|
commitdiff
|
tree
|
snapshot
2010-01-27
Ryan Dahl
Bugfix: HTTP client automatically reconnecting
commit
|
commitdiff
|
tree
|
snapshot
2010-01-25
Blaine Cook
Add support for MX, TXT, and SRV records in DNS module.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Ryan Dahl
Make assert.AssertionError instance of Error
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
cloudhead
removed inline require call for querystring
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Felix Geisendörfer
Bug Fix: Late promise promise callbacks firing
commit
|
commitdiff
|
tree
|
snapshot
2010-01-24
Joseph Pecoraro
Fix minor issues in the documentation.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-22
Felix Geisendörfer
Implemented __dirname
commit
|
commitdiff
|
tree
|
snapshot
2010-01-21
Ryan Dahl
credit Erich in ChangeLog
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Jonas Pfenniger
FIX: Promise timeout should not addErrback
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Jonas Pfenniger
FIX: EventEmitter call in Promise
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Jonas Pfenniger
Factorized deprecation messages
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
Fix author in ChangeLog
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
bump version
v0.1.26
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
getmem() for solaris
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
test-http-eof-on-connect missing require('./common')
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
Remove -Werror from V8
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Felix Geisendörfer
Treat 'typeof Error' promise errors properly
commit
|
commitdiff
|
tree
|
snapshot
2010-01-20
Ryan Dahl
Initial Solaris support
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Ryan Dahl
Upgrade V8 to 2.0.6.1
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Felix Geisendörfer
Make unhandled Promise errors throw an exception
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Felix Geisendörfer
Support late callback binding for Promises
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Felix Geisendörfer
Fixed misnamed Promise property
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Felix Geisendörfer
Removed Promise.cancel()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-19
Michaeljohn...
set default encoding in sendBody
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Micheil Smith
Allow optional params to setTimeout, setInterval
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Ryan Dahl
Add process.nextTick()
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Ryan Dahl
Add process.IdleWatcher
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Joseph Pecoraro
Updated out of date LICENSE file.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-18
Joseph Pecoraro
Fixed typo in comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-15
Ryan Dahl
API: Move Promise and EventEmitter into 'events' module
commit
|
commitdiff
|
tree
|
snapshot
2010-01-15
Ryan Dahl
Hack to display more useful SyntaxError exceptions.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-15
Vanilla Hsu
use SUN_LEN to calculate length of unix address @ FreeBSD.
commit
|
commitdiff
|
tree
|
snapshot
2010-01-12
Ryan Dahl
Make sure GNUTLS is first on uselib
commit
|
commitdiff
|
tree
|
snapshot
2010-01-12
Ben Williamson
Added regression test for issue #44
commit
|
commitdiff
|
tree
|
snapshot
next