824 Commits (29e867aaa062e6d05e3469aa16a5f4089c294033)

Author SHA1 Message Date
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
visionmedia 45948e054d Added better error messages for async and sync fs calls with paths 15 years ago
Jonas Pfenniger 4274e6b7d0 FIX: signal-unregister bug 15 years ago
Jonas Pfenniger 50148022d1 Thinner SignalWatcher, only using callback 15 years ago
Andrew Johnston 9599607065 Added posix fsync and fdatasync to fs module 15 years ago
Ryan Dahl ac3a2d899a Changes to work on Solaris 10 15 years ago
Ryan Dahl da9323040f Simplify stack trace reporting using new V8 API 15 years ago
Jérémy Lal 4e40e8804b System EV compatibility fix : use EV_DEFAULT_UC 15 years ago
Ben Noordhuis c6c77d535f Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases, updated documentation. 15 years ago
Ryan Dahl c90e44e582 Just add an extra include for strings.h - don't try to be cute 15 years ago
Ryan Dahl 8e5b91c79b Revert "Check for strings.h" 15 years ago
Ryan Dahl 032f651824 Check for strings.h 15 years ago
Ryan Dahl b78508266b Change string.h to strings.h compile on solaris 15 years ago
Ryan Dahl ab068db9b1 Improve error reporting 15 years ago
rentzsch a5b132ad63 fs.Stats.size V8::Integer => V8::Number. 15 years ago
Ryan Dahl 3ac6deefa8 Change GC idle notify so that it runs along side setInterval 15 years ago
Rhys Jones afce4c3ae8 Added default CAs, updated openssl verify behaviour, added crypto and https documentation 15 years ago
Ryan Dahl b6c5cf60b7 Ignore SIGPIPE 15 years ago
Peter Griess d9882395e2 Fix SEGV by setting msg_controllen earlier. 15 years ago
Rhys Jones 1a317135c5 Additional OpenSSL tests 15 years ago
Paulo Matias 430cfd1825 Read all records to always empty the OpenSSL reading buffer. 15 years ago
Paulo Matias 3fed1cf36f Make it possible to use client certificates to connect with a nodejs server, and make verifyPeer behaviour consistant. 15 years ago
Ryan Dahl ea37d98949 Implement writeSync for buffers 15 years ago
Ryan Dahl 3202bce288 Implement fs.readSync for buffers 15 years ago
Ryan Dahl d76091d7d1 Implement fs.read() for Buffers (again) 15 years ago
Ryan Dahl 7a9c81d2dc Fix memory leak with fs.writeSync 15 years ago
Ryan Dahl d13f518010 Revert changes to node_file.cc 15 years ago
Ryan Dahl 5457eae28c Fix memory leak in fs.writeSync() 15 years ago
Ryan Dahl 692f580a07 Implement fs.read() for buffers 15 years ago
kriskowal 8d1f1186ca Fixed/Completed buffer copy range checks. 15 years ago
Ryan Dahl 20372d2df3 Fix docs in node_file.cc 15 years ago
Herbert Vojčík 039d13b0c3 DRY binding('stdio') 15 years ago