Merge branch 'v0.4'
[platform/upstream/nodejs.git] / src / node.cc
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-11 Ryan DahlUse default backend for __sun (event ports)
2011-03-08 Tom HughesAdd string class that uses ExternalAsciiStringResource.
2011-03-07 Tom HughesAdd process.uptime().
2011-03-01 Ryan DahlSIGUSR1 should break the VM without delay
2011-02-26 Ryan DahlMerge branch 'v0.4'
2011-02-24 Ryan DahlUse default backend for __sun (event ports)
2011-02-20 Ryan DahlMerge branch 'v0.4'
2011-02-20 isaacsCloses GH-695 Add 'hex' encoding to Buffer
2011-02-10 Ryan DahlNew DTrace probes from CA team
2011-02-07 isaacsSupport octal strings for modes
2011-02-07 Konstantin KäferUCS-2 support
2011-02-04 Ryan DahlExpose errno with a string.
2011-01-25 Ryan DahlLand Cantrill's DTrace patch
2011-01-18 Bert BelderImprove error reporting on windows
2011-01-18 Bert BelderDefine winsock error numbers
2011-01-18 Bert BelderClean up the way windows headers are included
2011-01-13 Ryan Dahldebugger: error out without script
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-06 Ryan DahlFix process.platform
2011-01-04 Bert BelderDon't attempt to capture SIGUSR1
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-03 Ryan DahlMerge branch 'debugger'
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2011-01-02 Ryan DahlAdd openssl version to process.versions
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
2010-12-30 Ryan DahlRather have the debugger be parent process
2010-12-30 Ryan DahlStart on frame zero - don't do extra break
2010-12-30 Ryan DahlFork out to debugger on debugger statements
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
2010-12-22 Brian WhiteAdd more functionality to the os module
2010-12-21 Ryan Dahlprocess.kill coerces args to integers
2010-12-20 Bert BelderSupport for non-overlapped sockets
2010-12-20 Bert BelderFix whitespace errors introduced by porting efforts
2010-12-20 Bert BelderDisable node.cc functions that are not supported on...
2010-12-20 Bert BelderThere's no SIGCHLD on windows
2010-12-20 Bert BelderProperly intialize winsock
2010-12-20 Bert BelderFix headers for node.cc
2010-12-17 Ryan DahlRevert "Simplify next tick logic by looping around...
2010-12-02 Ryan Dahlprint warning on process.ENV
2010-11-30 Ryan DahlFix comment
2010-11-30 Ryan DahlDon't call exit() from the signal handler
2010-11-24 Ryan DahlSaner, yet still ugly, fix to displaying syntax errors
2010-11-22 Tom HughesAdd cmake build support.
2010-11-21 Ryan DahlPrint deprecation warning on process.compile
2010-11-21 Ryan DahlRevert "Merge branch 'writev'"
2010-11-19 Ryan DahlMerge branch 'writev'
2010-11-19 Ryan DahlDump after ev_loop
2010-11-17 Ryan DahlSimplify next tick logic by looping around ev_loop
2010-11-16 Ryan DahlFix OS::GetExecutablePath for platform_none
2010-11-12 Ryan DahlMove ev_loop out of javascript
2010-11-03 Ben NoordhuisMake writes to process.env update the real environment...
2010-10-22 Ryan DahlDon't call AtExit twice
2010-10-21 Ryan DahlForce exit on SIGINT but still reset flags on stdio fds
2010-10-20 Tom HughesAdd --max-stack-size flag.
2010-10-12 Tom HughesAdd signal handlers so we clean up before exiting.
2010-10-12 Ryan DahlDynamically load native scripts
2010-10-11 Micheil SmithRemoved deprecated alias to lib/fs.js
2010-10-11 Micheil SmithSoft migration of sys -> util, Removal of deprecated...
2010-10-11 Rasmus Anderssonenviron symbol fix for Mac OS X
2010-10-11 Ryan DahlRemove old tcp module
2010-10-11 Ryan DahlAdd Stream base class with stream.pipe
2010-10-09 Ryan DahlUgly fix for clang
2010-10-09 Ryan DahlAdd flag to disable colors in REPL
2010-10-07 TJ HolowaychukAdded -e, --eval
2010-10-02 isaacsReport "weird" errors a little better.
2010-09-29 Ben NoordhuisSafe constructor for ObjectWrapped classes
2010-09-19 Ryan DahlAdd node::Start()
2010-09-17 Ryan DahlRemove process._byteLength
2010-09-17 Ryan DahlMove IOWatcher and Timer to process.binding
2010-09-17 Ryan DahlFinally remove process.unloop
2010-09-17 Ryan DahlRemove process.global
2010-09-17 Ryan DahlAdd require('constants')
2010-09-17 Ryan DahlMove constants out of process object
2010-09-17 Paul QuernaUse the Apple recommended way of detecting OSX Versions
2010-09-09 Ryan DahlCall Tick() after coming out of select()
2010-08-18 Ryan DahlFix process.platform
2010-08-17 Ryan DahlAdd process.versions
2010-08-11 Ryan DahlStub out process.title
2010-08-06 Ryan DahlRemove module.js - put code into src/node.js
2010-08-04 Ryan DahlRevert "Expose the V8 debug object process.debug"
2010-08-02 Ryan DahlExpose the V8 debug object process.debug
2010-08-02 Danny Coatesremove node::CheckBreak in favor of using the v8 debugg...
2010-07-28 Ben NoordhuisBuffer: adjust buffer size so the base64-decoded input...
2010-07-27 Ryan DahlOnly one line break before stacktrace
2010-07-27 Ryan DahlUse kqueue on recent macintosh builds
2010-07-15 Ryan DahlLoad modules in individual contexts
2010-07-14 Paul QuernaMove evals to extension module.
2010-07-14 Paul QuernaMove the Stat structure functions to node_file.cc
2010-07-14 Paul QuernaMove Buffer to extension model.
2010-07-14 Paul QuernaMove child process to extension model.
2010-07-14 Paul QuernaMove http parser to extension model.
2010-07-14 Paul QuernaMove signal_watcher to extension model.
2010-07-14 Paul QuernaMove cares to extension model
2010-07-14 Paul QuernaMove stdio to extension model.
2010-07-14 Paul QuernaUse the top level check for the bindings cache
2010-07-14 Paul QuernaRegister builtin extensions via a macro, rather than...
2010-07-13 Paul QuernaAdd support for the module structure to process.dlopen.
2010-07-12 Peter GriessCoverity stack size warnings in DefineConstants().
next