Git mirror of http://hg.nginx.org/njs/

Clone this repo:
  1. 4c243e9 Fixed unicode argument trimming in parseInt(). by Dmitry Volyntsev · 12 months ago nginx
  2. 2b767b2 Fixed large non-decimal literals. by Dmitry Volyntsev · 12 months ago
  3. 30ea83b Stream: throwing an exception when s.done() is used while filtering. by Dmitry Volyntsev · 12 months ago
  4. e037cb8 Added Symbol.for() and Symbol.keyfor(). by Dmitry Volyntsev · 12 months ago
  5. 746fff2 Version bump. by Dmitry Volyntsev · 12 months ago
  6. 537513c Added tag 0.7.5 for changeset 63c258c456ca by Dmitry Volyntsev · 12 months ago
  7. 7c27555 Version 0.7.5. by Dmitry Volyntsev · 12 months ago njs-0.7.5
  8. f258ec1 Fixed working with array-like object in Promise.all() and friends. by Dmitry Volyntsev · 12 months ago
  9. 6e07e5e Propertly handling NJS_DECLINE in promise native functions. by Dmitry Volyntsev · 12 months ago
  10. e817549 Renaming promise to promise_ctor to avoid confusion. by Dmitry Volyntsev · 12 months ago
  11. 5417053 Fixed njs_array_convert_to_slow_array(). by Dmitry Volyntsev · 12 months ago
  12. 60c2119 Catching invalid njs_mp_free() calls. by Dmitry Volyntsev · 12 months ago
  13. 47ec084 Fixed memory freeing in njs_vm_compile(). by Dmitry Volyntsev · 12 months ago
  14. 297bbdd Removed njs_buffer_decode_destroy(). by Dmitry Volyntsev · 12 months ago
  15. 634ed44 Fixed njs_array_expand() for empty arrays. by Dmitry Volyntsev · 12 months ago
  16. 801eeb2 Fixed freeing of array created using njs_arr_create(). by Dmitry Volyntsev · 12 months ago
  17. 35cf399 Removed unused argument from njs_function_lambda_call(). by Dmitry Volyntsev · 12 months ago
  18. 519153b Fixed njs_iterator_to_array() with sparse arrays. by Dmitry Volyntsev · 12 months ago
  19. b8051f0 Fixed template literal from producing byte-strings. by Dmitry Volyntsev · 12 months ago
  20. e3f15fc HTTP: returing undefined for Content-Type when the header is absent. by Dmitry Volyntsev · 12 months ago