1995 Commits (cf5ae13f85063b907dd73719015529da3e5ada7a)
 

Author SHA1 Message Date
Ryan Dahl cf5ae13f85 Remove completed TODO task 14 years ago
Ryan Dahl 7068912fbb Export Interface from readline.js 14 years ago
Trent Mick e8c2453f6d spelling correction 14 years ago
Bert Belder aaa1f451e6 Expose cwd option to child_process.exec() 14 years ago
Bert Belder 94914135df New api for child_process.spawn; ability to set cwd for spawn()ed process 14 years ago
Ryan Dahl d408de87fc Remove module.js - put code into src/node.js 14 years ago
Tj Holowaychuk e8795cea30 Added console.trace() 14 years ago
Tj Holowaychuk a8e1e8d057 Added console.{time,timeEnd}() 14 years ago
Tj Holowaychuk e15221a8de console formatter appends extra arguments 14 years ago
cloudhead fe3e419687 querystring.parse: handle undefined value properly 14 years ago
Felix Geisendörfer ffbbc465d3 Support inspecting objects with console.log 14 years ago
Ryan Dahl 6cd32fb62e Update AUTHORS 14 years ago
Ryan Dahl a4906c7c83 Print warning when OpenSSL not found 14 years ago
Nick Stenning 0a3eff8021 Standardise module load order for native and registered file extensions. 14 years ago
Nick Stenning 78520ba482 Don't attempt to load a directory. 14 years ago
Ryan Dahl 0b925d075d bump version 14 years ago
Ryan Dahl 81f5ed5c65 Upgrade V8 to 2.3.5 14 years ago
Ryan Dahl 7db5c8a10d Fix toString('base64') bug 14 years ago
Samuel Shull 24c6d26cca Add node_version.h to install 14 years ago
Ryan Dahl adec544fdd Revert "Expose the V8 debug object process.debug" 14 years ago
Ryan Dahl 31b59400f8 Allow null context in Script 14 years ago
isaacs 1a1214866f SetBlocking should set blocking, not toggle it 14 years ago
isaacs e9aacd40c6 When the parent's stdio FDs are passed to a child, make them temporarily blocking. 14 years ago
Ryan Dahl a6bc68a83b Upgrade V8 to 2.3.4 14 years ago
Ben Noordhuis 4b19bd2896 Client.onend: Anticipate that the HTTP parser object is uninitialized when the client setup failed. 14 years ago
Ryan Dahl d9fbb8a580 Expose the V8 debug object process.debug 14 years ago
Mikeal Rogers 3214116be6 Implement keep-alive for http.Client 14 years ago
Brian 71009ad3fe Allow signals to be used with process.on in addition to process.addListener. 14 years ago
isaacs 65037eeb32 Don't let path.normalize get above the root. 14 years ago
Danny Coates dc8c079d90 remove node::CheckBreak in favor of using the v8 debugger js object 14 years ago
Ryan Dahl e59b3f0eb3 Upgrade http-parser for clang compat 14 years ago
Ryan Dahl b2a2bb736b [v8] Remove global.print from v8natives.js (fixes issue 791) 14 years ago
Ryan Dahl c38dd24dc5 Fix style 14 years ago
Ben Noordhuis f72ac17c89 Buffer: graciously handle padding in base64-encoded input. 14 years ago
Ryan Dahl cf49fc7bfe Fix email address in AUTHORS file 14 years ago
Ryan Dahl f291fbc8a7 Fix ending \0 in base64 decoding 14 years ago
Ben Noordhuis 95638c9b0d Buffer: adjust buffer size so the base64-decoded input fits snugly. 14 years ago
Ryan Dahl b5b83b210b Fix --debug-brk; hacky solution 14 years ago
Ryan Dahl 505178d82b Add todos 14 years ago
Ryan Dahl 8052dd0022 Clarify string encoding docs 14 years ago
Ryan Dahl 5459e5c606 Globalize the Buffer object 14 years ago
Ryan Dahl b3c0359b56 Only one line break before stacktrace 14 years ago
Ryan Dahl d489555553 Use kqueue on recent macintosh builds 14 years ago
Matt Ranney f7c5334195 Check for socket on Unix domain connect. 14 years ago
Ryan Dahl 23cf556c6c Upgrade http-parser 14 years ago
Ryan Dahl 552cf28260 Upgrade V8 to 2.3.3 14 years ago
Benjamin Kramer eeaf1ef970 Constify read-only global data 14 years ago
Benjamin Kramer 93cb09642d Add missing parentheses 14 years ago
Benjamin Kramer eeb54c63d8 Fix addrlen for unix_dgram sockets 14 years ago
Ryan Dahl 28db0c2562 Add write() callback TODO item 14 years ago