Merge branch 'master' into net2
[platform/upstream/nodejs.git] / src / node.cc
2010-02-22 Ryan DahlMerge branch 'master' into net2
2010-02-22 Jérémy LalFix for when EV_MULTIPLICITY=1
2010-02-22 Ryan DahlEncoding 0 length data, returns '' instead of null
2010-02-22 Zoran TomicicConfigurable debug ports, and --debug-brk
2010-02-21 Jeremy AshkenasRemove '--' from command line parsing
2010-02-21 Ryan DahlSimplify call to V8::IdleNotification
2010-02-21 Ryan DahlExperimental idle garbage compact
2010-02-17 Ryan DahlMerge branch 'master' into net2
2010-02-17 Ryan Dahl[debug] Give debug_watcher maximum priority
2010-02-17 Ryan Dahl[debug] Use ProcessDebugMessage() instead of executing...
2010-02-17 Jérémy LalCalculate page size with getpagesize for armel
2010-02-16 Ryan DahlRemove unused variable
2010-02-12 Ryan Dahls/tinyclouds.org/nodejs.org/
2010-02-12 Ryan DahlFix whitespace and warnings in node.cc
2010-02-10 Ryan DahlMerge branch 'master' into net2
2010-02-08 Michael CarterAdd process.setuid(), getuid()
2010-02-08 Ryan DahlAdd handlescope and flush to process.reallyExit()
2010-02-08 Ryan DahlFix stdout flush issue
2010-02-06 Ryan DahlMerge branch 'master' into net2
2010-02-03 Ryan DahlDowncase process.ARGV/ENV to process.argv/env
2010-02-03 Ryan DahlMerge branch 'master' into net2
2010-01-31 Ryan DahlReorganize the start-up process
2010-01-29 Ryan DahlMerge branch 'master' into net2
2010-01-27 Ryan DahlReimplment Buffers
2010-01-24 Ryan DahlImplement new http-parser binding using Buffer
2010-01-20 Ryan DahlMerge branch 'develop' into net2
2010-01-20 Ryan Dahlgetmem() for solaris
2010-01-18 Ryan DahlAdd process.IdleWatcher
2010-01-15 Ryan DahlHack to display more useful SyntaxError exceptions.
2010-01-13 Ryan DahlMerge branch 'master' into net2
2010-01-09 Ryan DahlFix another problem with the EIO interface
2010-01-07 Vanilla Hsugetmem for freebsd
2010-01-06 Ryan Dahllibeio bugfix part 4
2010-01-06 Ryan Dahllibeio bugfix part 3
2010-01-06 Ryan Dahllibeio bugfix part 2
2009-12-31 Ryan DahlMerge branch 'master' into net2
2009-12-29 Ryan DahlStart on net2
2009-12-29 Ryan Dahladd io watcher
2009-12-29 Ryan DahlRename blob to buffer.
2009-12-29 Ryan Dahlinitial blobs
2009-12-29 Ryan DahlSimplify exception reporting
2009-12-29 Ryan DahlBugfix: libeio race condition
2009-12-09 Ryan DahlStatically define symbols
2009-12-06 Ryan DahlImplement promises entirely in JS
2009-12-05 Ryan DahlClean up context creation
2009-11-28 Ryan DahlAdd V8 heap info to process.memoryUsage()
2009-11-28 choonkeatStat::Callback has 2 arguments for callback: current...
2009-11-22 Ryan DahlAdd process.loop() process.unloop()!!!
2009-11-22 Friedemann Altrockadd process.umask()
2009-11-17 Ryan DahlAdd process.watchFile() process.unwatchFile()
2009-11-14 Felix GeisendörferImplement process "uncaughtException" event
2009-11-12 Ryan DahlRemove debug message
2009-11-11 Felix GeisendörferTemporary function to determine str byte length
2009-11-07 Ryan DahlCombine all compiled javascript files into src/node.js
2009-11-03 Brandon BeacherAdded process.chdir()
2009-11-03 Ryan DahlMove memoryUsage() into C on Linux
2009-11-03 Ryan DahlAdd sys.memoryUsage()
2009-11-02 Ryan DahlAdd process.platform
2009-10-29 Ryan DahlNamespace EVERYTHING under process; introduce GLOBAL
2009-10-27 Ryan DahlPrefix all source files with node_
2009-10-15 Ryan DahlAccept string representations of signals in node.kill...
2009-10-15 Brandon BeacherAdded external interface for signal handlers.
2009-10-09 Ryan DahlInternalize node_version.h.
2009-10-09 Ryan DahlAdd comments to node.cc
2009-10-09 Ryan DahlEnable debugging.
2009-10-08 Ryan DahlImprove build for V8
2009-10-07 Ryan DahlFix --v8-options command line argument.
2009-10-06 Brandon BeacherAdded signal handler.
2009-10-06 Ryan DahlOnly arguments before -- should be passed to V8.
2009-10-06 Ryan DahlAlso accept 'utf-8' to specify utf8 encodings.
2009-09-28 Ryan DahlAPI: Move node.exit() to process.exit().
2009-09-28 Ryan DahlMove http library to /http.js
2009-09-26 Ryan DahlChanges to compile on Andrew Miller's very old machine
2009-09-22 Ryan Dahldelete[] instead of delete for arrays.
2009-09-21 Ryan DahlRemove "raw" encoding. Rename "raws" to "binary".
2009-09-17 Ryan DahlAdd node.installPrefix
2009-09-13 Ryan DahlBugfix: ReportException shouldn't forget the top frame.
2009-09-12 RyanLint
2009-09-11 RyanAdd '--' to seperate v8 args from program args
2009-09-11 Ryancpplint.py node.cc and node.h
2009-09-10 RyanAdd 'extern char **environ' so that the new ENV code...
2009-09-10 RyanAdd access to user environment via ENV
2009-09-10 RyanMan page generation.
2009-09-10 RyanRemove debug agent. It shouldn't have been commited!
2009-09-10 RyanMove arg parsing to beginning of main()
2009-09-09 RyanAdd a few fflush(stderr) calls to track down missing...
2009-09-09 RyanIntroduce "raws" encoding. Raw String.
2009-09-09 RyanByte stream to V8 decoding and encoding.
2009-09-08 Ryannode.assert() was broken.
2009-09-04 RyanFix slowness in debug run of test-tcp-many-clients
2009-09-02 RyanAdd limits.h to src/node.cc for PATH_MAX
2009-09-01 RyanRemove --lib option since there is no more libnode
2009-09-01 RyanRevert static library build.
2009-09-01 Michael CarterFeature: add node.cwd() to access the current working...
2009-08-31 RyanThrow Error exceptions from node.dlopen()
2009-08-31 RyanStack traces for mjsunit errors, better error reporting...
2009-08-31 RyanBuild static executable.
2009-08-27 RyanAdd command line arguments for accessing build flags.
2009-08-27 RyanFirst attempt at node.dlopen
2009-08-26 RyanAPI: rename node.Process to node.ChildProcess
next