System EV compatibility fix : use EV_DEFAULT_UC
[platform/upstream/nodejs.git] / src / node.cc
2010-05-13 Jérémy LalSystem EV compatibility fix : use EV_DEFAULT_UC
2010-05-10 Ryan DahlJust add an extra include for strings.h - don't try...
2010-05-10 Ryan DahlRevert "Check for strings.h"
2010-05-10 Ryan DahlCheck for strings.h
2010-05-09 Ryan DahlChange string.h to strings.h compile on solaris
2010-05-09 Ryan DahlImprove error reporting
2010-05-09 rentzschfs.Stats.size V8::Integer => V8::Number.
2010-05-08 Ryan DahlChange GC idle notify so that it runs along side setInt...
2010-05-04 Ryan DahlIgnore SIGPIPE
2010-04-28 Ryan DahlFix signo_string for linux and solaris
2010-04-28 Felix GeisendörferProperly handle child process exit codes
2010-04-28 Ryan DahlResolve EWOULDBLOCK to string if different thatn EAGAIN
2010-04-24 Ryan DahlRemove http_old tcp_old
2010-04-23 Ryan DahlUnify ErrnoException creation
2010-04-22 Ryan DahlRemove assert for no-such-module
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-18 Ryan DahlRemove old EvalCX
2010-04-18 Herbert VojcikScript class with eval-function-family in binding(...
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Ryan DahlSimplify GC idle notification
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-14 Ryan DahlUpgrade V8 to 2.2.3.1
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-13 Ryan DahlDisable IdleWatcher
2010-04-13 Ryan DahlChange nextTick implementation for the better
2010-04-12 Micheil SmithMoving the http.js, net.js FreeList to being standalone.
2010-04-12 Rhys JonesMoved Credentials into crypto module. Added node_crypto...
2010-04-08 Ryan DahlRemove udns
2010-04-07 Krishna Rajendranc-ares based dns module
2010-04-07 Vanilla Hsu[FreeBSD] use /dev/null instead /dev/mem
2010-04-06 Ryan DahlTry out Flatten API
2010-04-06 Ryan DahlAdd mising EV_DEFAULT_UC in ev_now()
2010-04-05 Ryan DahlBetter, faster, idle notification
2010-04-03 Rhys JonesInitial openssl support for net2
2010-04-02 Ryan DahlRemove multipart library
2010-04-02 Ryan DahlFix test-http-chunked. Need to check for \0 at end...
2010-03-24 Ryan DahlFix idle timeouts
2010-03-20 Ryan DahlMerge branch 'net2'
2010-03-20 Ryan DahlMerge branch 'master' into net2
2010-03-20 Ryan Dahlold tcp module is now tcp_old
2010-03-20 Ryan DahlMove Buffer into own module
2010-03-20 Ryan Dahlhttp2 now default
2010-03-18 Tim-Smartnode.cc: EvalCX: Third argument as filename
2010-03-17 Ryan DahlMerge branch 'master' into net2
2010-03-17 Ryan Dahlchild process now use net.Socket
2010-03-17 isaacsevalcx shouldn't be too fancy
2010-03-16 isaacsMake evalcx work like it's supposed to.
2010-03-15 Ryan DahlMove net2 bindings out of process
2010-03-15 Ryan DahlUse streams for stdout and stdin
2010-03-15 Ryan DahlMerge branch 'master' into net2
2010-03-15 Ryan DahlAdd missing lib/events.js
2010-03-15 Ryan DahlMove native js files into binding object
2010-03-15 Ryan DahlUse uniform watcher names
2010-03-15 Ryan DahlLoad c++ modules on demand
2010-03-15 Ryan DahlFix gcc warnings in node.cc
2010-03-15 Ryan DahlInclude lib/ directory in node executable. Compile...
2010-03-12 Ryan DahlMerge branch 'master' into net2
2010-03-12 Ryan DahlMerge branch 'master' into HEAD
2010-03-12 Tim-SmartInitial implementation of process.evalcx
2010-03-12 Ryan DahlDepreciation -> Deprecation
2010-03-12 Vanilla Hsuuse getpagesize() to get PAGE_SIZE on FreeBSD.
2010-03-11 Ryan DahlAdd process.now
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-10 Ryan DahlMerge branch 'master' into net2
2010-03-09 Ryan DahlRemove the 'Error: (no message)' exceptions print stack...
2010-03-09 Ryan DahlRemove the 'Error: (no message)' exceptions print stack...
2010-03-09 Ryan DahlMerge branch 'master' into net2
2010-03-08 Ryan DahlMerge branch 'master' into net2
2010-03-08 Ryan DahlReplace --cflags with --vars
2010-03-08 Ryan DahlAdd environmental varibles to help text
2010-03-07 Rasmus AnderssonUpdated patch of node.cc for supporting reading of...
2010-03-06 Ryan DahlMerge branch 'master' into net2
2010-03-06 Ryan DahlDepreciation process.unloop()
2010-03-05 Ryan DahlRevert "Use kqueue on macintosh"
2010-03-05 Ryan DahlMerge remote branch 'felixge/file2'
2010-03-04 Ryan DahlRevert "Remove process.unloop()"
2010-03-04 Ryan DahlRemove process.unloop()
2010-03-04 Ryan DahlUse kqueue on macintosh
2010-03-03 isaacsFix a bug that was suppressing the error in setgid...
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlUse EVBACKEND_SELECT on Solaris
2010-02-26 Ryan DahlMerge branch 'master' into net2
2010-02-26 Zoran TomicicEdit PrintHelp() text
2010-02-24 Jonas PfennigerRemoved deprecation errors in src/node.cc
2010-02-23 James DuncanAdd setgid,getgid
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
next