1. Aug 20, 2011
  2. Aug 18, 2011
  3. Aug 16, 2011
  4. Aug 15, 2011
  5. Aug 14, 2011
  6. Aug 12, 2011
  7. Aug 11, 2011
  8. Aug 10, 2011
  9. Aug 08, 2011
    • Ben Noordhuis's avatar
      fc57df28
    • Tom Hughes's avatar
      cmake: Various fixes. · b267dc45
      Tom Hughes authored
      * Allow overriding install path with CMAKE_INSTALL_PREFIX.
      * make sure js2min.py can be found when building out of source.
      * Replace empty macros with void(0).
        Expressions like "debug(x) && foo()" fail if debug(x) is an empty macro.
      * Make sure node-natives.h creation is deterministic.
      * Fix version string.
        The copyright header made the node_version.h file larger
        than the previously set file read limit.
      b267dc45
  10. Aug 06, 2011
  11. Jul 30, 2011
  12. Jul 29, 2011
  13. Jul 28, 2011
  14. Jul 27, 2011
  15. Jul 25, 2011
  16. Jul 23, 2011
  17. Jul 22, 2011
  18. Jul 21, 2011
  19. Jul 20, 2011
  20. Jul 19, 2011
    • Reid Burke's avatar
      Properly respond to HEAD during end(body) hot path · 973153d1
      Reid Burke authored
      During write(), _hasBody is checked to make sure a body
      is allowed -- this is now also checked during end(body)
      when write() isn't used.
      
      Concise final chunk for HEAD req's res.end(data).
      
      Instead of simply clearing data, check _hasBody
      earlier to avoid sending cruft when chunkedEncoding
      is used.
      
      Fixes #1291.
      973153d1
  21. Jul 16, 2011
  22. Jul 15, 2011