855 Commits (1c6671aa67c3d7f731fec415a58f7676e1468a15)

Author SHA1 Message Date
David Siegel 81ad8106dc Add UDP broadcast support 15 years ago
isaacs 73f207fe59 Throw exceptions, not strings 15 years ago
Ryan Dahl c2e2479cc5 Fix Linux build 15 years ago
Peter Dekkers e48f0d1dd9 Fixed incorrect mask for determining fs.Stats types 15 years ago
isaacs 4ce100fa62 A replacement for decodeURIComponent that doesn't throw. 15 years ago
Ryan Dahl 6bed15e074 Refactor: Utf8Decoder -> StringDecoder 15 years ago
Ryan Dahl 459440842f More lint on node_crypto 15 years ago
Ryan Dahl 9854216d36 Fix a bunch of memory leaks in node_crypto 15 years ago
Ryan Dahl 5bc00abed7 Lint node_crypto.cc 15 years ago
Ryan Dahl 5f88097eb4 Remove unused code from node_crypto 15 years ago
isaacs 1ffdad010b Expose the FD numbers for stdin and stderr on process.binding("stdio") 15 years ago
Ryan Dahl d6072766ed Fix memory leak in hash.update() 15 years ago
Ryan Dahl 009b4569b3 Merge Hash.init() function into JS constructor 15 years ago
Paul Querna 02da5ed4a1 Implement datagram sockets 15 years ago
isaacs 94be898fbc Remove "uri" module. 15 years ago
Ryan Dahl 0e390d69a8 Don't use bzero 15 years ago
Raffaele Sena b3b81d67ff Port to cygwin 15 years ago
Ryan Dahl bca16a0581 Handle ctrl+z from readline 15 years ago
Ryan Dahl 0c3b6aba7a Do not output \n on stderr on output, breaks tests 15 years ago
Ryan Dahl 6056d2ea2c node without arguments starts the REPL 15 years ago
Ryan Dahl 41f213be18 Add binding to termios, implement readline for repl 15 years ago
Ryan Dahl 9be6c501ec Upgrade http-parser 15 years ago
Ryan Dahl 935f8437fd Allow ObjectWrap destructors before Wrap() 15 years ago
Ryan Dahl 9e8df0e836 More dynamic linking options (again) 15 years ago
Peter Griess 78d33f4fd5 Fix options parsing 15 years ago
Peter Griess 8f0b4e9111 Send and receive file descriptors through net.Stream. 15 years ago
Orlando Vazquez 92da636b97 Add a parameter to spawn() that sets the child's stdio file descriptors. 15 years ago
Ryan Dahl 501136b999 Revert "More dynmaic linking options" 15 years ago
Ryan Dahl 75f0cf471a More dynmaic linking options 15 years ago
Ryan Dahl 78e49f1c88 Rename node_net2.cc to node_net.cc 15 years ago
Micheil Smith d89de07758 Adding experimental support for fs.chown and fs.chownSync. 15 years ago
Ryan Dahl 35c14f637e In HTTP parser, proxy return value of onHeadersComplete 15 years ago
Ryan Dahl 2fca40e44f Upgrade http-parser 15 years ago
Ryan Dahl 3768aaaea4 Create a public Buffer constructor for use in addons. 15 years ago
Brian White ab5c0dd63e Port to OpenBSD 15 years ago
Ryan Dahl 0de138acb5 improve test for stdio non-blockingness 15 years ago
Ryan Dahl f73b6e2190 Fix opposite logic, which coincidentially works 15 years ago
Ryan Dahl 8c56284776 Remove unneeded fd variables in node_stdio.cc 15 years ago
Felix Geisendörfer c93e0aaf06 Deprecate string interface for fs.read() 15 years ago
Ryan Dahl e84395ff8c Revert "Deprecate string interface for fs.read()" 15 years ago
Felix Geisendörfer cbbf9e43d1 Deprecate string interface for fs.read() 15 years ago
Ryan Dahl cbd2c3945b Throwing in a callback should kill the process 15 years ago
Ryan Dahl 44ad6a7db2 Make buffer's c++ constructor public 15 years ago
isaacs 78be1e4930 Remove the ReportException from the Script class 15 years ago
Ryan Dahl d8af9d8edf Minor style changes for fs.write code 15 years ago
Felix Geisendörfer c46cbe0de4 Deprecate string interface for fs.write() 15 years ago
Peter Griess 2420f07e94 Allow process.setuid() and process.setgid() to accept string names in lieu of numeric IDs 15 years ago
Felix Geisendörfer caba9c70c3 Implemented Utf8Decoder module 15 years ago
Ryan Dahl 1036aa9762 Fix errno display in c-ares exceptions 15 years ago
Felix Geisendörfer 0a539865dd Support arrays and strings in buffer constructor 15 years ago