Merge branch 'v0.4'
[platform/upstream/nodejs.git] / src / node.h
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-09 Ryan DahlAdd missing v8:: namespace prefix
2011-02-26 Ryan DahlMerge branch 'v0.4'
2011-02-20 Ryan DahlMerge branch 'v0.4'
2011-02-20 isaacsCloses GH-695 Add 'hex' encoding to Buffer
2011-02-07 Konstantin KäferUCS-2 support
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2010-12-20 Bert BelderUse unicode and bigfile aware stat/fstat
2010-11-24 Ryan DahlSaner, yet still ugly, fix to displaying syntax errors
2010-09-29 Ben NoordhuisSafe constructor for ObjectWrapped classes
2010-09-19 Ryan DahlAdd node::Start()
2010-08-30 Fedor IndutnyConstants should be readOnly and DontDelete
2010-07-28 Ben NoordhuisBuffer: adjust buffer size so the base64-decoded input...
2010-07-14 Paul QuernaRegister builtin extensions via a macro, rather than...
2010-07-13 Paul QuernaAdd basic structure and macros for node modules.
2010-05-15 visionmediaAdded better error messages for async and sync fs calls...
2010-04-28 Felix GeisendörferProperly handle child process exit codes
2010-04-24 Ryan DahlRemove http_old tcp_old
2010-04-23 Ryan DahlUnify ErrnoException creation
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-17 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan DahlMerge branch 'master' into net2
2010-03-08 Ryan DahlMerge branch 'master' into net2
2010-03-06 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-02-26 Ryan DahlMerge branch 'master' into net2
2010-02-22 Ryan DahlMerge branch 'master' into net2
2010-02-17 Ryan DahlMerge branch 'master' into net2
2010-02-10 Ryan DahlMerge branch 'master' into net2
2010-02-06 Ryan DahlMerge branch 'master' into net2
2010-02-03 Ryan DahlMerge branch 'master' into net2
2010-01-29 Ryan DahlMerge branch 'master' into net2
2010-01-20 Ryan DahlMerge branch 'develop' into net2
2010-01-13 Ryan DahlMerge branch 'master' into net2
2009-12-31 Ryan DahlMerge branch 'master' into net2
2009-12-29 Ryan DahlMove cb_persist functions out of dns module
2009-12-09 Ryan DahlStatically define symbols
2009-11-28 choonkeatStat::Callback has 2 arguments for callback: current...
2009-10-27 Ryan DahlPrefix all source files with node_
2009-10-09 Ryan DahlACTUALLY remove node_version.h from node.h
2009-09-21 Ryan DahlRemove "raw" encoding. Rename "raws" to "binary".
2009-09-11 Ryancpplint.py node.cc and node.h
2009-09-09 RyanIntroduce "raws" encoding. Raw String.
2009-09-09 RyanByte stream to V8 decoding and encoding.
2009-09-07 RyanCreate NODE_UNIXTIME macros
2009-09-01 RyanRevert static library build.
2009-08-27 RyanAdd command line arguments for accessing build flags.
2009-08-27 RyanFirst attempt at node.dlopen
2009-08-27 Ryanbump version v0.1.7
2009-08-26 Ryanlint
2009-08-25 RyanExperimental support for Promise.block()
2009-08-24 RyanRefactor node.Process to take advantage of evcom_reader...
2009-08-22 Ryanbump version v0.1.6
2009-08-21 Ryanbump version v0.1.5
2009-08-13 Ryanbump version v0.1.4
2009-08-06 Ryanbump version v0.1.3
2009-08-03 RyanAdd node.version
2009-07-25 RyanRename evnet to evcom.
2009-07-13 RyanUpgrade liboi, which is now called evnet.
2009-07-10 RyanSimplify and cleanup ObjectWrap.
2009-06-28 RyanImplement Promises for file i/o
2009-06-22 RyanMove oi_buf creation to node.cc
2009-06-22 RyanRemove eio_warmup. Use ev_ref instead.
2009-06-13 Ryansmall superficial clean-ups
2009-05-26 RyanRename fatal_exception to FatalException
2009-05-26 RyanClean up outgoing encoding API. Generally: send(chunk...
2009-05-26 RyanLarge refactor of file code.
2009-05-15 RyanInform V8 of external allocations.
2009-05-14 RyanIntroduce NODE_SET_PROTOTYPE_METHOD which properly...
2009-05-05 RyanReference counting. Network bugs.
2009-05-03 RyanBegin refactor of http.cc. Remove libebb add http_parser.
2009-04-29 Ryanremove process.{cc,h} process.exit() now exit()
2009-04-28 RyanUse ObjectWrap base class for File, Socket, Server.
2009-04-28 RyanCreate a node namespace
2009-04-28 RyanUpdate liboi. Use EV_MULTIPLICITY=0.
2009-04-21 RyanRename JS_ to NODE_ for method macros. add marcos to...
2009-04-18 Ryanfix a bug with eio polling.
2009-04-16 Ryanadd file.read only. raw encoding right now.
2009-04-16 Ryanfile operations are queued.
2009-04-15 Ryaneverything is changed. i've waited much too long to...
2009-04-04 Ryanenable support for the thread pool
2009-04-04 Ryanuse the WAF build system