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-05-15
visionmedia
Added better error messages for async and sync fs calls...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Jonas Pfenniger
FIX: EventEmitter#removeAllListeners signature
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Jonas Pfenniger
FIX: EventEmitter#removeListener logic
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Jonas Pfenniger
FIX: signal-unregister bug
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Jonas Pfenniger
Thinner SignalWatcher, only using callback
commit
|
commitdiff
|
tree
|
snapshot
2010-05-15
Andrew Johnston
Added posix fsync and fdatasync to fs module
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ryan Dahl
Changes to work on Solaris 10
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ryan Dahl
Add --without-ssl configure option
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ryan Dahl
Remove some unused cruft from wscript
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ryan Dahl
Simplify stack trace reporting using new V8 API
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Ryan Dahl
Fix AUTHORS file
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Matt Ranney
Add test for exceptions in HTTP parser event handlers.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Matt Ranney
Remove unused CSS reference.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-14
Matt Ranney
Add process.version description.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Jérémy Lal
System EV compatibility fix : use EV_DEFAULT_UC
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Ryan Dahl
bump version
v0.1.95
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Ryan Dahl
Allow parallel jobs to be passed to V8 build
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Ryan Dahl
Change the 'make dist' to remove v8 test dir
commit
|
commitdiff
|
tree
|
snapshot
2010-05-13
Elijah Insua
Handle empty files with fs.readFile
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ben Noordhuis
Support for fstat(2) through fs.fstat() and fs.fstatSyn...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Disable test-signal-unregister.js as functionality...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Remove reference to C++ EventEmitter in docs
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Deprecate sendHeader() and writeHeader(), ppl should...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Default to 2 second timeout for http servers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Add note about 'error' event to docs
commit
|
commitdiff
|
tree
|
snapshot
2010-05-12
Ryan Dahl
Idle timeout changes
commit
|
commitdiff
|
tree
|
snapshot
2010-05-11
Ryan Dahl
Quote variables in configure script
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Just add an extra include for strings.h - don't try...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Revert "Check for strings.h"
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Check for strings.h
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Patch v8 build for solaris
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Upgrade V8 to 2.2.9
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Revert "destroy instead of end http connection at end...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-10
Ryan Dahl
Disable test-remote-module-loading
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Change string.h to strings.h compile on solaris
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Add failing test - http responses not all complete
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Improve error reporting
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Better logic for testing if an argument is a port
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Don't emit 'exit' twice from child process
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Forgot to add child_process_should_emit_error.js
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
Ryan Dahl
Fix error reporting in child_process callbacks
commit
|
commitdiff
|
tree
|
snapshot
2010-05-09
rentzsch
fs.Stats.size V8::Integer => V8::Number.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-08
Ryan Dahl
Change GC idle notify so that it runs along side setInt...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
isaacs
Add binding.close to fs.readFile
commit
|
commitdiff
|
tree
|
snapshot
2010-05-07
Tim Caswell
fs.readFile uses a buffer internally and will return...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Ryan Dahl
fix authors file
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Ryan Dahl
Install node_buffer.h on make install
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Ryan Dahl
bump version
v0.1.94
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Ryan Dahl
Upgrade V8 to 2.2.8
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Ryan Dahl
destroy instead of end http connection at end of pipeline
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Thomas Lee
Fix a bug in http.Client where parsers may be premature...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Jonathan Knezek
Changed undefined pos to null to prevent hanging on...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-06
Jonathan Knezek
Added c-ares headers for linux-arm
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Ryan Dahl
Add buffer response to http_simple.js
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Ryan Dahl
Use test port instead of 8000 in test-http-304
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
isaacs
Look in /usr/local/lib/node for modules, so that there...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Matt Ranney
Add proper HTML header for changelog so UTF-8 works.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
Ryan Dahl
Fix whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-05-05
isaacs
Emit a better error message when something strange...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Ryan Dahl
Lazy load crypto
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Rhys Jones
Added default CAs, updated openssl verify behaviour...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Ryan Dahl
Ignore SIGPIPE
commit
|
commitdiff
|
tree
|
snapshot
2010-05-04
Peter Griess
Fix SEGV by setting msg_controllen earlier.
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Rhys Jones
Additional OpenSSL tests
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Paulo Matias
Read all records to always empty the OpenSSL reading...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Paulo Matias
Make it possible to use client certificates to connect...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Implement writeSync for buffers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Implement fs.readSync for buffers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Implement fs.read() for Buffers (again)
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Fix memory leak with fs.writeSync
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Add another http upgrade test
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Don't emit error twice from http.Client
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Michaeljohn...
documentation typos and tweaks
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Add symbols to release build
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Revert changes to node_file.cc
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Allow different ports for http_simple.js
commit
|
commitdiff
|
tree
|
snapshot
2010-05-03
Ryan Dahl
Fix memory leak in fs.writeSync()
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Ryan Dahl
GnuTLS -> OpenSSL on website
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
dpb587
Fix a couple mistypes in API doc
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Micheil Smith
Documenting http.Server#event:upgrade
commit
|
commitdiff
|
tree
|
snapshot
2010-05-02
Micheil Smith
Fixing the 1 byte off error in http.Server's upgradeHead
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Ryan Dahl
Fix deprecation message
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Micheil Smith
Making requestListener for the construction of a http...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Micheil Smith
Implementing the event emit for Upgrade requests, with...
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
Ryan Dahl
Implement fs.read() for buffers
commit
|
commitdiff
|
tree
|
snapshot
2010-05-01
kriskowal
Fixed/Completed buffer copy range checks.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ryan Dahl
Fix docs in node_file.cc
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ryan Dahl
Fix some styling in the docs
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ryan Dahl
Add http server 'request' event to docs
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ryan Dahl
http server emits 'clientError'
commit
|
commitdiff
|
tree
|
snapshot
2010-04-30
Ryan Dahl
bump version
v0.1.93
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ryan Dahl
Chunk strings together on Stream buffer
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ryan Dahl
fix typos
commit
|
commitdiff
|
tree
|
snapshot
2010-04-29
Ryan Dahl
Upgrade http-parser, fixes issue 77
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Thomas Lee
Allow callers to disable PHP/Rails style parameter...
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Herbert Vojčík
DRY binding('stdio')
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Ryan Dahl
basicRequest -> module.requireNative
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Ryan Dahl
Fix signo_string for linux and solaris
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Herbert Vojčík
process.evalcx has a deprecation message.
commit
|
commitdiff
|
tree
|
snapshot
2010-04-28
Herbert Vojčík
Minor stylistic changes.
commit
|
commitdiff
|
tree
|
snapshot
next