1335 Commits (e33e7d1a3712add02cd08c0069bb56ba76e49aa5)

Author SHA1 Message Date
Ryan Dahl 8abeffa9ea Add process.nextTick() 15 years ago
Ryan Dahl aeb7d6d168 Add process.IdleWatcher 15 years ago
Joseph Pecoraro fd183bdb07 Fixed typo in comments. 15 years ago
Ryan Dahl 70293a43c9 API: Move Promise and EventEmitter into 'events' module 15 years ago
Ryan Dahl 8e6dd52683 Hack to display more useful SyntaxError exceptions. 15 years ago
Ryan Dahl df59f06734 recvMsg shouldn't return array for efficiency. 15 years ago
Ryan Dahl 1b2c57907d Lazy initialize symbols for HTTP. 15 years ago
Ben Williamson bba23c0998 Fix issue #44, eof on connect to http. 15 years ago
Ryan Dahl c9e21435c0 Upgrade http-parser 15 years ago
David Sklar a876df6c71 Initial take on passing FDs between processes 15 years ago
isaacs b21056d63a Rename path.filename() to path.basename() 15 years ago
Benjamin Thomas 73266cb486 Added extname function to path module that returns the extension. 15 years ago
Ryan Dahl 53413598b6 Fix another problem with the EIO interface 15 years ago
Vanilla Hsu d22952bfe0 getmem for freebsd 15 years ago
Ryan Dahl b1e126f415 libeio bugfix part 4 15 years ago
Ryan Dahl f80cc69c23 libeio bugfix part 3 15 years ago
Ryan Dahl 3f39772834 libeio bugfix part 2 15 years ago
Charles Lehner caf22c8e0a Fixed clearTimeout to check if timer is a Timer 15 years ago
isaacs 7342fecaec Improve path module slightly: 15 years ago
Ryan Dahl 9553503be5 Bugfix: Don't segfault on unknown http method 15 years ago
Ryan Dahl 8d0f756158 [net2] delete unix sockfile on server start and shutdown 15 years ago
Ryan Dahl 0d31e9875f [net2] socket.setNoDelay 15 years ago
David Sklar de9bfdea8e [net2] toRead() for non-linux (SIOCINQ -> FIONREAD) 15 years ago
Ryan Dahl 2582560f91 [net2] Do hostname lookups in connect and listen 15 years ago
Ryan Dahl 8330316014 Fix errors in getaddrinfo 15 years ago
Ryan Dahl 07333a4ab0 [net2] Set FD_CLOEXEC on created socket fds. 15 years ago
Ryan Dahl 25700e65ee [net2] Better EOF marking, rename events 15 years ago
Ryan Dahl 153b755936 Change IOWatcher constructor to have no arguments 15 years ago
Ryan Dahl 6e5abf4551 implement getaddrinfo 15 years ago
Ryan Dahl 0618f02f6f Implement half-closed streams 15 years ago
Ryan Dahl bddd6e9ca3 Implement stream.send() 15 years ago
Ryan Dahl 1da15d623e Fix buffer bug, implement tcp recv 15 years ago
Ryan Dahl 0ecd0fa598 IOWatcher callback isn't internal, fix bug in Accept 15 years ago
Ryan Dahl 469e2648e5 More bindings, beginning tcp server code in js 15 years ago
Ryan Dahl c819abccb6 Start on net2 15 years ago
Ryan Dahl f219938b69 add io watcher 15 years ago
Ryan Dahl 3377a30fb8 Move cb_persist functions out of dns module 15 years ago
Ryan Dahl 630bb7a012 Rename blob to buffer. 15 years ago
Ryan Dahl 0afed52329 initial blobs 15 years ago
Ryan Dahl 359d0170ab Better error message on bad ARGV[1] 15 years ago
Ryan Dahl 53a841d96a Simplify exception reporting 15 years ago
Ryan Dahl 0d7e88a429 Bugfix: libeio race condition 15 years ago
Ryan Dahl 64fe9fb85d fix whitespace 15 years ago
Jonas Pfenniger e6c5ac4f73 posix.cat not using call() correctly 15 years ago
Ryan Dahl 120492e5c2 export path.normalizeArray for the uri module 15 years ago
isaacs 4dcdfaf929 Fix require("../blah") issues 15 years ago
isaacs 0ea2f9e04b Remove two debug statements that are a bit much. 15 years ago
isaacs 6301f18e62 Bugfix: child modules get wrong id with "index.js" 15 years ago
isaacs c2454a0d06 Inadvertently introduced a bug in how single-dot path parts are handled. 15 years ago
isaacs 3b8e47755a Bugfix: require("../foo") 15 years ago