Activity

From 05/24/2010 to 06/22/2010

06/23/2010

10:37 PM Revision f5410436 (main_repo): Remove ini.js
Ryan Dahl
10:33 PM Revision fc175a08 (main_repo): Remove mjsunit from repo
Ryan Dahl
08:58 PM Revision f62979da (main_repo): Add sys.pump
Mikeal Rogers

06/22/2010

04:23 PM Revision 20905d9d (main_repo): Fix names in AUTHORS file
Ryan Dahl
04:19 PM Revision 1b5ec701 (main_repo): Don't use NULL in realpath() on darwin, doesn't work in older vers...
Thanks to Peter Griess <pg@std.in> for the bug report. Ryan Dahl
05:09 AM Revision 7105aeb2 (main_repo): Doc process.execPath
Ryan Dahl
05:02 AM Revision ca35ba64 (main_repo): Initial implementation of process.execPath
Darwin, Linux, Solaris. FreeBSD still needs testing.
TODO: Amend the tests where we use spawn with argv[0].
Marshall Culpepper
11:41 PM Revision 95b252e8 (main_repo): Fix bad email addresses in authors file
Ryan Dahl
10:40 PM Revision a8e9923b (main_repo): Add Contributor License Agreement.
Ryan Dahl
08:03 PM Revision 9bb89027 (main_repo): Add other OSes to website
Ryan Dahl

06/21/2010

04:34 PM Revision a620b729 (main_repo): bump version
Ryan Dahl
03:01 PM Revision 51bd1b44 (main_repo): Only concatenate some incoming HTTP headers.
- Concatenate 'accept', 'accept-charset', 'accept-encoding',
'accept-language', 'connection', 'cookie', and 'x-*' h...
Peter Griess
01:21 PM Revision 545e10f2 (main_repo): wscript shouldn't fail if 'git describe' doesn't work
Ryan Dahl

06/20/2010

02:56 PM Revision cb79614f (main_repo): Don't encourage strange ideas about req race conditions
Ryan Dahl
02:13 AM Revision eda21ccc (main_repo): Fix race condition in test-http-exceptions.js
Ryan Dahl
01:51 AM Revision b93faf9a (main_repo): Comment out lines with full paths in message test.
Note that * in the .out files is a special wildcard. Ryan Dahl
11:30 PM Revision 1c7057f0 (main_repo): Execute message tests by default
Ryan Dahl
10:31 PM Revision f1a4f178 (main_repo): script.runIn*Context not throwing errors properly.
Ryan Dahl
08:41 PM Revision 7d0252ea (main_repo): Fix message tests
Ryan Dahl

06/19/2010

09:14 PM Revision 125b868e (main_repo): Add message tests
Ryan Dahl

06/18/2010

01:39 PM Revision 70c3e661 (main_repo): test-child-process-custom-fds to cleanup after running
Micheil Smith
01:34 PM Revision e0d30b54 (main_repo): Renaming tcp tests to net tests
Micheil Smith
01:21 PM Revision 3f48276b (main_repo): Coding style changes, added tests in for the md5, sha256, etc methods
Micheil Smith
12:46 PM Revision 9bd3942f (main_repo): Add platform_none for cygwin build
Ryan Dahl
09:36 PM Revision 84c10265 (main_repo): Fix platform_linux.cc, missing include
Ryan Dahl
09:23 PM Revision 01a8d270 (main_repo): Add platform files, move getmem to node::OS class.
Ryan Dahl

06/17/2010

06:38 PM Revision 964ed973 (main_repo): Fix text about threads on homepage
Ryan Dahl

06/16/2010

02:46 PM Revision 1c6671aa (main_repo): Upgrade V8 to 2.2.18
Ryan Dahl
02:27 PM Revision 187f1915 (main_repo): Support 'upgrade' event in HTTP client.
- Add a unit test for client HTTP upgrade.
- Move around unit tests for server HTTP upgrade.
Peter Griess
02:03 PM Revision cbf2a223 (main_repo): Add callback to dgramSocket.send()
Ryan Dahl
01:45 PM Revision 81ad8106 (main_repo): Add UDP broadcast support
David Siegel
01:28 PM Revision cf86527a (main_repo): Fix writeFile(buffer) test
Ryan Dahl
01:26 PM Revision b05daaaf (main_repo): Adding path.existsSync (with tests.)
Micheil Smith
01:11 PM Revision 73f207fe (main_repo): Throw exceptions, not strings
isaacs
02:58 AM Revision 1d088fb9 (main_repo): fs.writeFile accepts Buffers
Aaron Heckmann
11:04 PM Revision c2e2479c (main_repo): Fix Linux build
Ryan Dahl
10:52 PM Revision e48f0d1d (main_repo): Fixed incorrect mask for determining fs.Stats types
Peter Dekkers
10:28 PM Revision 4ce100fa (main_repo): A replacement for decodeURIComponent that doesn't throw.
And add a few more tests. isaacs
09:29 PM Revision ed5f4f3a (main_repo): RootCaCerts shouldn't be global
Ryan Dahl
09:19 PM Revision 6bed15e0 (main_repo): Refactor: Utf8Decoder -> StringDecoder
Instead of just decoding Utf8, this will proxy requests to buffer.toString()
for other encodings. This makes for a si...
Ryan Dahl

06/15/2010

06:10 PM Revision 4b48042c (main_repo): Wrap FD in closure before emitting from Stream.
- Without this, recvMsg can be invoked before the event emitter gets a
chance to run. In this case, recvMsg.fd will...
Peter Griess
05:52 PM Revision bc76624e (main_repo): Upgrade V8 to 2.2.17
Ryan Dahl
05:44 PM Revision f3cd7bbe (main_repo): Coerce each argument to a String before attempting to print it via...
Ben Lowery
04:36 PM Revision 45944084 (main_repo): More lint on node_crypto
Ryan Dahl
04:31 PM Revision 9854216d (main_repo): Fix a bunch of memory leaks in node_crypto
Ryan Dahl
04:16 PM Revision 5bc00abe (main_repo): Lint node_crypto.cc
Ryan Dahl
03:41 PM Revision 5f88097e (main_repo): Remove unused code from node_crypto
Ryan Dahl
03:38 PM Revision 14414f81 (main_repo): Soft deprecation of 'listening' event.
Add callback param to listen() instead Ryan Dahl
02:44 PM Revision c9dde726 (main_repo): Test case for net.Server.listenFD()
Peter Griess

06/14/2010

06:10 PM Revision 1ffdad01 (main_repo): Expose the FD numbers for stdin and stderr on process.binding("std...
isaacs
05:38 PM Revision d6072766 (main_repo): Fix memory leak in hash.update()
Ryan Dahl
04:10 PM Revision 009b4569 (main_repo): Merge Hash.init() function into JS constructor
Ryan Dahl
01:58 PM Revision 5f3906b6 (main_repo): Fix: fs.writeFile could not handle utf8
Felix Geisendörfer

06/12/2010

05:41 AM Revision 02da5ed4 (main_repo): Implement datagram sockets
- Adds new dgram module, for all data-gram type transports
- Supports both UDP client and servers
- Supports Unix Dae...
Paul Querna

06/11/2010

05:04 PM Revision e65e6039 (main_repo): Fix #169. Expose require members in the repl.
This fixes #169 by putting the require members onto the cwdRequire function
which is exposed to the repl scope.
isaacs
04:25 PM Revision 431e72cb (main_repo): Make addon building work for Cygwin.
Brian McKenna
04:19 PM Revision 94be898f (main_repo): Remove "uri" module.
The deprecation warning was broken, so clearly no one is using this thing. isaacs
04:16 PM Revision 4e80587c (main_repo): Add Orlando to changelog
Ryan Dahl
03:58 PM Revision 10d8adb0 (main_repo): bump version
Ryan Dahl
03:48 PM Revision 9c853578 (main_repo): Upgrade C-Ares to 1.7.3
Ryan Dahl
03:48 PM Revision d127d15d (main_repo): License file maintenance.
- reference to OpenSSL
- note about http-parser
Ryan Dahl
02:55 AM Revision cbd1f148 (main_repo): Remove setTimeout from initial example and description.
Matt Ranney

06/10/2010

06:17 PM Revision fe89caba (main_repo): Improve fs.write tests
Ryan Dahl
10:58 AM Revision 0e390d69 (main_repo): Don't use bzero
Ryan Dahl
10:15 AM Revision ce347124 (main_repo): The underscores are not meant to emphasize. Escape them.
Jérémy Lal

06/09/2010

06:08 PM Revision b3b81d67 (main_repo): Port to cygwin
Raffaele Sena
01:09 PM Revision cd232a9c (main_repo): Upgrade V8 to 2.2.16
Ryan Dahl
03:52 AM Revision cec775a0 (main_repo): Web site example fixes.
Matt Ranney
03:52 AM Revision 0bb47b6c (main_repo): Upgrade V8 to 2.2.15
Ryan Dahl
09:09 PM Revision de6d663a (main_repo): Add 'type' parameter to net.Server.listenFD()
This is needed in case the provided socket is not the default 'tcp4' type
(i.e. and needs different read/write/etc me...
Peter Griess
08:49 PM Revision bca16a05 (main_repo): Handle ctrl+z from readline
Ryan Dahl

06/08/2010

06:44 PM Revision adc06dd7 (main_repo): Add NODE_NO_READLINE check for REPL
Setting this environmental variable to a non-zero integer will start all
REPL interfaces without readline. For use wi...
Ryan Dahl
01:00 PM Revision 0377b129 (main_repo): Use strings instead of buffers in readline
For eventual large character support. Ryan Dahl
08:39 PM Revision a6942b34 (main_repo): Fix test-repl
Ryan Dahl

06/07/2010

07:51 PM Revision 09af242c (main_repo): Support more readline navigation keys.
Matt Ranney
07:23 PM Revision 0c3b6aba (main_repo): Do not output \n on stderr on output, breaks tests
Ryan Dahl
07:15 PM Revision 6056d2ea (main_repo): node without arguments starts the REPL
Ryan Dahl
07:03 PM Revision e43d6fc8 (main_repo): Fix misspelling
Ryan Dahl
06:24 PM Revision 41f213be (main_repo): Add binding to termios, implement readline for repl
Ryan Dahl
01:13 PM Revision a0134ff0 (main_repo): add net.Server.listenFD
Now that FD passing is in master, it'd be great to be able to use a received
socket (which has already had bind(2) an...
Peter Griess
08:41 PM Revision 9be6c501 (main_repo): Upgrade http-parser
Ryan Dahl

06/04/2010

05:30 PM Revision 935f8437 (main_repo): Allow ObjectWrap destructors before Wrap()
Ryan Dahl
02:42 PM Revision 9e8df0e8 (main_repo): More dynamic linking options (again)
Original commit: 75f0cf471af3c029290d4bf55c34d1fc470ef600 Ryan Dahl
11:29 AM Revision 78d33f4f (main_repo): Fix options parsing
The current node has a bug where it will fail to pass the option argument
immediately preceding the first non-option ...
Peter Griess
09:50 PM Revision 0055dd13 (main_repo): Apply fix for V8 bug 728
Ryan Dahl
09:45 PM Revision 3104662b (main_repo): Use a less common port in docs
Ryan Dahl

06/03/2010

02:01 PM Revision 62d9bff0 (main_repo): Fix ability to disable TCP timeouts with setTimeout(0)
Ryan Dahl
12:59 PM Revision 987cbe35 (main_repo): Fix: require.async module exception delegation
The fs.readFile bug was hiding another bug that was causing this test
to pass, even so it was broken:
require.async(...
Felix Geisendörfer
12:40 PM Revision 55e964ec (main_repo): Fix: fs.readFile would execute callbacks twice
fs.readFile was executing a callback in a try..catch context, which is
a problem in itself. To make matters worse, it...
Felix Geisendörfer
03:26 AM Revision 55d73521 (main_repo): DOC note stats.isSymbolicLink() is only valid with fs.lstat().
ref: <http://github.com/ry/node/issues#issue/153> rentzsch
09:16 PM Revision 8f0b4e91 (main_repo): Send and receive file descriptors through net.Stream.
a) create a layer of indirection in net.Stream to allow swapping in
different read/write implementations and
b) emit...
Peter Griess

06/02/2010

06:07 PM Revision 55a6f017 (main_repo): Server responses should have a body if HEAD request
Ryan Dahl
04:03 PM Revision ef9f4046 (main_repo): Better 'make' output
Removes 'make all-debug' since it is unnecessary now. Ryan Dahl
01:41 PM Revision 92da636b (main_repo): Add a parameter to spawn() that sets the child's stdio file descri...
After the child is forked, these file descriptors will get dup2()'d to STDIN,
STDIO, and STDERR.
(API may be changed.)
Orlando Vazquez
12:16 PM Revision 501136b9 (main_repo): Revert "More dynmaic linking options"
Broke the build. Will fix and reapply soon.
This reverts commit 75f0cf471af3c029290d4bf55c34d1fc470ef600.
Ryan Dahl
11:18 PM Revision 75f0cf47 (main_repo): More dynmaic linking options
This adds the following options to the `configure` program
--shared-v8 Link to a shared V8 DLL instead o...
Ryan Dahl

06/01/2010

12:28 PM Revision d62b0f44 (main_repo): Fix style in sys.js
Ryan Dahl

05/31/2010

02:52 PM Revision f86a2143 (main_repo): Upgrade to V8 2.2.13
Ryan Dahl

05/30/2010

10:37 PM Revision 0c1aa368 (main_repo): bump version
Ryan Dahl
10:37 PM Revision 16818ff2 (main_repo): Remove throttling bug notes
Ryan Dahl

05/29/2010

04:38 PM Revision 1a5acd98 (main_repo): API: readFileSync without encoding argument now returns a Buffer
Correctly load utf8 data; add a test test-fs-read-file-sync.js Ryan Dahl
04:14 PM Revision c82d6464 (main_repo): Deprecate the 'ini' module
Ryan Dahl
04:08 PM Revision 78e49f1c (main_repo): Rename node_net2.cc to node_net.cc
Ryan Dahl
03:35 PM Revision a26f7d75 (main_repo): Make require() from the repl be relative to cwd
isaacs
03:33 PM Revision 82813f2f (main_repo): Execute repl code in new context
isaacs
03:31 PM Revision 3c7873bd (main_repo): Use duck-typing as well as instanceof in sys.inspect
This makes it so that inspecting objects from other contexts works as expected. isaacs
03:25 PM Revision 2fa4de00 (main_repo): addons should have debugging symbols
Ryan Dahl

05/28/2010

06:40 PM Revision b480184f (main_repo): Check for a couple of edge cases on the inspect hook.
Don't treat sys.inspect special, same with prototype objects. Tim Caswell
05:29 PM Revision 7f5320b1 (main_repo): Provide a hook for user-specified inspect functions
Tim Caswell
11:43 PM Revision 80a8e71f (main_repo): Insert some hot paths into HTTP
Ryan Dahl
11:41 PM Revision 74b7fa29 (main_repo): Refactor HTTP
Allow throttling from outgoing messages. Ryan Dahl
11:41 PM Revision 0e713e74 (main_repo): :%s/8000/PORT/g for a few tests
Ryan Dahl

05/27/2010

05:02 PM Revision 72262060 (main_repo): Added support for OpenBSD 32-bit for c-ares
Brian White
09:33 PM Revision 8840ce34 (main_repo): Bugfix: fs.ReadStream.setEncoding
Improve test-fs-read-stream test. Ryan Dahl
09:05 PM Revision 31854c79 (main_repo): Fix Solaris V8 build
Patch submitted to V8: http://codereview.chromium.org/2282003/show Ryan Dahl

05/26/2010

04:37 PM Revision d89de077 (main_repo): Adding experimental support for fs.chown and fs.chownSync.
Notes:
- Currently only accepts numeric user and group ids.
- No tests, as tests depend on getpwuid and getgrgid.
- N...
Micheil Smith
04:37 PM Revision 29e867aa (main_repo): Simplify a few internal HTTP events.
Ryan Dahl
04:07 PM Revision 311a62de (main_repo): Fix JOBS for Solaris make
Ryan Dahl
01:48 PM Revision 4b216d26 (main_repo): Remove -Werror from V8 SConstruct
Ryan Dahl
01:15 PM Revision d4345e1f (main_repo): Upgrade V8 to 2.2.12
Ryan Dahl
01:58 AM Revision 895f89d6 (main_repo): Avoided sending empty chunkedEncoding chunks in the middle of http...
Sam Hughes
10:25 PM Revision 15ec99ec (main_repo): Fix issue 89, parsing responses to HEAD requests
Test from Mark Hansen (mark at markhansen.co.nz) Ryan Dahl
10:25 PM Revision 35c14f63 (main_repo): In HTTP parser, proxy return value of onHeadersComplete
Ryan Dahl
10:25 PM Revision 2fca40e4 (main_repo): Upgrade http-parser
Ryan Dahl

05/25/2010

08:14 PM Revision e97a4817 (main_repo): Destroy REPL pipes instead of shutting down.
Ryan Dahl

05/24/2010

06:47 PM Revision 19f475c5 (main_repo): fs.ReadStream should emit Buffers
And do proper utf8 encoding. Ryan Dahl
04:26 PM Revision 3768aaae (main_repo): Create a public Buffer constructor for use in addons.
Ryan Dahl
12:56 PM Revision c4876d01 (main_repo): Change the behavior of path.extname
Make path.extname return an empty string also if:
- The last dot is not in the last path component
- The last dot sta...
Aapo Laitinen
 

Also available in: Atom