test-dns so that NXDOMAIN does not rise errors
[platform/upstream/nodejs.git] / lib /
2010-04-26 Jérémy LalAdd support for MX queries in dns module, works with...
2010-04-26 Ryan DahlFix typos
2010-04-24 Ryan DahlRemove http_old tcp_old
2010-04-23 Ryan DahlCatch errors from stream events in net.js
2010-04-23 Brian HammondLeave pos as undefined to allow reads from unseekable...
2010-04-23 Ryan DahlOptimize for few args in EventEmitter.emit
2010-04-23 Ryan DahlUnhandled 'error' events kill program
2010-04-21 Ryan DahlForce no body on http 204 and 304
2010-04-21 isaacsMove the module loading framework into lib/module.js...
2010-04-21 isaacsrefactor path module to lib/path.js
2010-04-21 isaacsRefactor events module to lib/events.js
2010-04-20 Julian Lambadd setKeepAlive function, which enables and sets the...
2010-04-16 Matt RanneyAdd docs for new REPL options and fill out description...
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Micheil SmithFix upgradeHead bounds.
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Ryan DahlDefault to UTF8 on stream write
2010-04-15 Ryan DahlUse new method of getting chars written for UTF8
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Rhys JonesUpdated https support
2010-04-15 Ryan DahlAdd execFile() for Orlando
2010-04-14 Ryan DahlAdd timeout and maxBuffer options to child_process...
2010-04-14 Ryan DahlSupport Upgrade in HTTP messages
2010-04-14 Ryan Dahlnet.js: Slice the right buffer in _writeOut
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-13 Ryan DahlUse === instead of == for END_OF_FILE compares
2010-04-12 Micheil SmithMoving the http.js, net.js FreeList to being standalone.
2010-04-12 Ryan DahlRecycle http client parsers
2010-04-12 Rhys JonesMoved Credentials into crypto module. Added node_crypto...
2010-04-12 Ryan DahlFix a race condition or two in net.js
2010-04-12 Rhys JonesAdded https server support
2010-04-12 Rhys JonesAdded https support
2010-04-12 Tim CaswellReplace slow and broken for..in loops with faster for...
2010-04-12 Matt RanneyREPL can be run from multiple different streams.
2010-04-11 Matt RanneyFix typo in comments.
2010-04-11 Ryan DahlAdd incoming.httpVersion
2010-04-11 isaacstrailing whitespace fixes
2010-04-09 Ryan DahlServers shouldn't die on EMFILE
2010-04-09 Tim CaswellFix child_process to use end() instead of close() in...
2010-04-08 Ryan DahlUse some more Binary/F methods for Buffer
2010-04-08 Ryan DahlClose child process stdin on SIGCHLD
2010-04-08 Ryan DahlUpdate stream API: forceClose() -> destroy(), close...
2010-04-08 Ryan DahlPut file stream methods into prototype, small style...
2010-04-08 Ryan DahlRename binding reference in fs.js
2010-04-08 isaacsAdd line breaks to the code when the user types a line...
2010-04-08 Ryan DahlRevert "Enable TCP timeout by default"
2010-04-08 Ryan DahlEnable TCP timeout by default
2010-04-08 Ryan DahlRemove udns
2010-04-07 Ryan DahlRemove debugging statements from dns_cares
2010-04-07 Ryan DahlUse c-ares in lib/net.js
2010-04-07 Ryan DahlCheck for ip address in dns_cares.lookup
2010-04-07 Ryan DahlAdd a simple c-ares test, dns_cares.lookup() for easy...
2010-04-07 Ryan DahlBugfix: net.js flushing, _doFlush typo
2010-04-07 Krishna Rajendranc-ares based dns module
2010-04-06 Ryan DahlFix bug in buffer.utf8Write() which included \u0000
2010-04-06 isaacsAdd ini.stringify functionality, a test, and some TODOs...
2010-04-05 Ryan DahlAllow stream to write on close
2010-04-03 Ryan DahlFix style in SSL patch
2010-04-03 Rhys JonesInitial openssl support for net2
2010-04-02 Ryan DahlEmit 'error' on tcp connection DNS error
2010-04-02 Ryan DahlRemove multipart library
2010-04-02 Ryan DahlFix test-http-chunked. Need to check for \0 at end...
2010-04-02 Ryan DahlUse AF_INET sockets instead of always AF_INET6
2010-04-01 Ryan DahlMove buffer constants at the top of net.js
2010-04-01 Ryan DahlHack to support UTF8 writes again!
2010-04-01 Ryan DahlBetter flushing
2010-04-01 Tim CaswellDon't put an extra comma after bases in inspect.
2010-03-31 Johan DahlbergBugfix: watchFile, unwatch, watch causes error
2010-03-31 Herbert Vojcikmissing return after forceClose
2010-03-27 Ryan DahlMore efficient Stream.write
2010-03-26 Ryan DahlChange Buffer.toString to conform to CommonJS Binary/F
2010-03-26 Ryan DahlIncrease pool.used before making 'data' event
2010-03-25 Ryan DahlChange Buffer toString() output
2010-03-24 Ryan DahlAdd req.connection and res.connection
2010-03-24 Ryan DahlDon't free http parser for the client!
2010-03-24 Ryan Dahlsnake to camel in HTTP
2010-03-24 Ryan DahlFix HTTP keep-alive
2010-03-24 Ryan DahlFix idle timeouts
2010-03-24 Ryan DahlDon't use sys.puts for debug in net.js
2010-03-23 isaacsFix debug statement that was using puts instead of...
2010-03-20 Ryan DahlrecvBuffer -> pool
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlDon't deprecate readyState, yet
2010-03-20 Ryan DahlDon't use sys.debug, it gets preprocessed out
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-20 Ryan DahlSupport old 'binary' encoding in net.js
2010-03-20 Ryan Dahlold tcp module is now tcp_old
2010-03-20 Ryan DahlMove Buffer into own module
2010-03-20 Ryan DahlAdd legacy 'binary' encoding/decoding methods to Buffer
2010-03-20 Ryan Dahlhttp2 now default
2010-03-19 Ryan DahlAdd note about Buffer abstraction
2010-03-19 Ryan DahlBuffer.utf8ByteLength -> Buffer.byteLength
2010-03-19 Ryan DahlRandom net.js clean ups
2010-03-19 Ryan DahlRemove send fd functionality
2010-03-19 Ryan Dahl[net2] inline write on empty write buffer for performance
2010-03-18 Ryan Dahlhttp2 now passes all tests
2010-03-18 Ryan DahlAdd 'opening' readyState
2010-03-18 Ryan Dahlnet2 HTTPClient work
2010-03-17 Ryan Dahls/Socket/Stream/g
2010-03-17 Ryan DahlMerge branch 'master' into net2
next