Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | querystring: Removing typecasting of numeric strings to numbers | Micheil Smith | 2010-07-19 | 2 | -8/+9 | |
| | | | | | The tests did not accurately test for a strict equality, meaning that the number == to the string. | |||||
* | querystring.js: JSLint warnings fixed | Jan Kassens | 2010-07-19 | 1 | -8/+11 | |
| | ||||||
* | querystring doc fix | Jan Kassens | 2010-07-19 | 1 | -1/+1 | |
| | ||||||
* | querystring.stringify is now more solid | Jan Kassens | 2010-07-19 | 2 | -30/+21 | |
| | | | | | * handles NaN and Infinity * works with arrays from other contexts | |||||
* | Add todo item | Ryan Dahl | 2010-07-19 | 1 | -0/+3 | |
| | ||||||
* | Fix for issue #214 | Ryan Dahl | 2010-07-19 | 1 | -6/+10 | |
| | ||||||
* | added test for Issue #214 | Benjamin Fritsch | 2010-07-19 | 2 | -0/+11 | |
| | ||||||
* | Fix style in readline | Ryan Dahl | 2010-07-19 | 1 | -3/+2 | |
| | ||||||
* | Support DEL in the REPL. | Jérémy Lal | 2010-07-18 | 1 | -0/+5 | |
| | ||||||
* | Apple's SUN_LEN is broken, override | Ryan Dahl | 2010-07-17 | 1 | -6/+5 | |
| | ||||||
* | Set SO_REUSEADDR on all sockets | Ryan Dahl | 2010-07-17 | 1 | -0/+2 | |
| | ||||||
* | Upgrade http-parser | Ryan Dahl | 2010-07-17 | 3 | -50/+89 | |
| | ||||||
* | Fix solaris build | Ryan Dahl | 2010-07-16 | 1 | -2/+6 | |
| | ||||||
* | bump versionv0.1.101 | Ryan Dahl | 2010-07-16 | 5 | -5/+33 | |
| | ||||||
* | fs.writeSync should return bytes written | Ryan Dahl | 2010-07-16 | 2 | -2/+3 | |
| | ||||||
* | Fix console formatter to recognize json properly | Marco Rogers | 2010-07-15 | 1 | -1/+1 | |
| | ||||||
* | Upgrade V8 to 2.3.0 | Ryan Dahl | 2010-07-15 | 36 | -423/+1012 | |
| | ||||||
* | added env to child_process.exec | Сергей Крыжановский | 2010-07-15 | 2 | -7/+40 | |
| | ||||||
* | Fix unix dgram socket address resolution on Linux. | Matt Ranney | 2010-07-15 | 1 | -2/+9 | |
| | ||||||
* | instanceof Buffer to Buffer.isBuffer() | Ryan Dahl | 2010-07-15 | 3 | -7/+11 | |
| | ||||||
* | More instanceof Array fixes | Ryan Dahl | 2010-07-15 | 1 | -5/+6 | |
| | ||||||
* | Update TODO | Ryan Dahl | 2010-07-15 | 1 | -0/+6 | |
| | ||||||
* | Fix test-executable-path.js | Ryan Dahl | 2010-07-15 | 1 | -11/+10 | |
| | | | | Now that process.version doesn't say if the build is debug or not. | |||||
* | Remove race conditions and simplify test-http-exceptions.js | Ryan Dahl | 2010-07-15 | 1 | -57/+13 | |
| | ||||||
* | Adjust tests for error reporting on JSON.parse(undefined) | Ryan Dahl | 2010-07-15 | 1 | -2/+2 | |
| | | | | The V8 upgrade changed the stacktrace reports (?) | |||||
* | Update tests to work with module contexts | Ryan Dahl | 2010-07-15 | 141 | -499/+624 | |
| | ||||||
* | Fix reference to root global context | Ryan Dahl | 2010-07-15 | 1 | -1/+1 | |
| | ||||||
* | Add TODO list | Ryan Dahl | 2010-07-15 | 1 | -0/+2 | |
| | ||||||
* | Use Array.isArray instead of instanceof | Ryan Dahl | 2010-07-15 | 1 | -2/+2 | |
| | ||||||
* | Add 'root' global variable as reference to sandbox | Ryan Dahl | 2010-07-15 | 1 | -0/+2 | |
| | ||||||
* | Load modules in individual contexts | Ryan Dahl | 2010-07-15 | 4 | -10/+56 | |
| | | | | | | | | | | | Add NODE_MODULE_CONTEXTS env var Only one test was modified to check that this works. NEED to go through all tests and modify them so that NODE_MODULE_CONTEXTS=1 make test passes. | |||||
* | Datagram socket refactor. Add tests and documentation. | Matt Ranney | 2010-07-15 | 8 | -252/+547 | |
| | | | | Support setTTL() and setBroadcast() socket options. | |||||
* | Buffer.copy() should liberally allow empty copies. | Peter Griess | 2010-07-15 | 2 | -1/+25 | |
| | ||||||
* | Buffer('') should create a 0-length buffer | Peter Griess | 2010-07-15 | 1 | -3/+3 | |
| | ||||||
* | Upgrade V8 to 2.2.24 | Ryan Dahl | 2010-07-14 | 81 | -5752/+6627 | |
| | ||||||
* | Move evals to extension module. | Paul Querna | 2010-07-14 | 4 | -5/+12 | |
| | ||||||
* | Move the Stat structure functions to node_file.cc | Paul Querna | 2010-07-14 | 4 | -92/+98 | |
| | | | | from node.cc, so we can convert fs to a module. | |||||
* | Move Buffer to extension model. | Paul Querna | 2010-07-14 | 3 | -4/+3 | |
| | ||||||
* | Move child process to extension model. | Paul Querna | 2010-07-14 | 3 | -4/+3 | |
| | ||||||
* | Move http parser to extension model. | Paul Querna | 2010-07-14 | 3 | -4/+2 | |
| | ||||||
* | Move signal_watcher to extension model. | Paul Querna | 2010-07-14 | 3 | -4/+3 | |
| | ||||||
* | Move cares to extension model | Paul Querna | 2010-07-14 | 3 | -5/+3 | |
| | ||||||
* | Move stdio to extension model. | Paul Querna | 2010-07-14 | 3 | -7/+4 | |
| | ||||||
* | Use the top level check for the bindings cache | Paul Querna | 2010-07-14 | 1 | -100/+58 | |
| | | | | (rather than each potential module having its own if check) | |||||
* | Register builtin extensions via a macro, rather than a manual strcmp | Paul Querna | 2010-07-14 | 7 | -27/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | Set the stage for making the builtin modules more dynamic. Note: this only converts crypto and net, I will add more extensions in a later commit. * node.h: Add utility macro for converting macro values to strings. * node.h: Include the actual module name inside the module structure, not just the file it was built from. * node.h: New Macro, NODE_MODULE_DECL, for declaring an external reference to a module structure. * node_extensions.cc: New File, implements get_builtin_module, which iterates over the module structures that are compiled into node. * node.cc(node::Binding): Use the new module lookup function to find modules. * node_{net,crypto}.c: Add NODE_MODULEs to generate the module structure. | |||||
* | Use execPath for default NODE_PATH, not installPrefix | isaacs | 2010-07-14 | 1 | -1/+1 | |
| | ||||||
* | Update ronnjs (fix rendering of html self-closing tags) | Jérémy Lal | 2010-07-14 | 2 | -17/+19 | |
| | ||||||
* | Update README, remove ref to Ronn | Ryan Dahl | 2010-07-14 | 1 | -2/+2 | |
| | ||||||
* | Adds "pause" and "resume" events to pump and it's readable argument. | Mikeal Rogers | 2010-07-13 | 1 | -0/+11 | |
| | ||||||
* | fix corner-case bug in Module | David Siegel | 2010-07-13 | 3 | -1/+18 | |
| | | | | and added a test to expose it |