Skip to content
Snippets Groups Projects
  1. Feb 09, 2010
  2. Feb 08, 2010
  3. Feb 06, 2010
  4. Feb 05, 2010
  5. Feb 04, 2010
  6. Feb 03, 2010
  7. Feb 02, 2010
  8. Jan 31, 2010
  9. Jan 30, 2010
  10. Jan 28, 2010
  11. Jan 27, 2010
    • Stanislav Opichal's avatar
      Adding OS X .dmg build scripts. · 5a702240
      Stanislav Opichal authored
      
      Simply place this into the root of your nodejs git working copy and
      run ./tools/osx-dist.sh. It will create an dist-osx folder which will
      comprise of the resulting .dmg file (install path is
      /usr/local/nodejs with symlinks added to /usr/local/bin) along with
      other files used during its construction.
      
      $ ls -1 dist-osx/
      nodejs-v0.1.26-11-gcd6397c
      nodejs-v0.1.26-11-gcd6397c.dmg
      nodejs-v0.1.26-11-gcd6397c.pkg
      nodejs-v0.1.26-11-gcd6397c.plist
      
      The resulting installed package is going to be visible using the
      OS X 'pkgutil --packages' command. You can even safely uninstall
      sudoing 'pkgutil --unlink org.nodejs.NodeJS-...' and subsequently
      let the system forget about the package being ever seen by
      'pkgutil --forget org.nodejs.NodeJS-...'.
      
      Here is the current package ID I have installed:
      
      $ pkgutil --pkgs | grep node
      org.nodejs.NodeJS-v0.1.26-11-gcd6397c
      
      Use this patch freely without hesitation.
      
      Signed-off-by: default avatarStanda Opichal <opichals@gmail.com>
      5a702240
    • Ryan Dahl's avatar
      1bb52947
    • Ryan Dahl's avatar
      Bugfix: HTTP client automatically reconnecting · 30b05221
      Ryan Dahl authored
      Test case by tlynn.
      30b05221
  12. Jan 25, 2010
  13. Jan 24, 2010
  14. Jan 22, 2010
    • Felix Geisendörfer's avatar
      Implemented __dirname · a76c7a89
      Felix Geisendörfer authored
      It seems that the current __filename module global is mainly used to
      determine the directory the current module is in. To make that
      easier, this patch adds support for a __dirname module global
      directly.
      a76c7a89
  15. Jan 21, 2010
Loading