Skip to content
Snippets Groups Projects
  1. Apr 07, 2014
    • Fedor Indutny's avatar
      2014.04.07, Version 0.10.26 (Stable) · d8649076
      Fedor Indutny authored
      
      Changes since version 0.10.25:
      
      * process: don't close stdio fds during spawn (Tonis Tiigi)
      
      * build, windows: do not fail on Windows SDK Prompt (Marc Schlaich)
      
      * build, windows: fix x64 configuration issue (Marc Schlaich)
      
      * win: fix buffer leak on error in pipe.c (Fedor Indutny)
      
      * kqueue: invalidate fd in uv_fs_event_t (Fedor Indutny)
      
      * linux: always deregister closing fds from epoll (Geoffry Song)
      
      * error: add ENXIO for O_NONBLOCK FIFO open() (Fedor Indutny)
      
      Signed-off-by: default avatarFedor Indutny <fedor@indutny.com>
      v0.10.26
      d8649076
  2. Feb 18, 2014
    • Timothy J. Fontaine's avatar
      2014.02.19, Version 0.10.25 (Stable) · d778dc58
      Timothy J. Fontaine authored
      Changes since version 0.10.24:
      
      * stream: start thread after assignments (Oguz Bastemur)
      
      * unix: correct error when calling uv_shutdown twice (Saúl Ibarra
        Corretgé)
      
      * windows: freeze in uv_tcp_endgame (Alexis Campailla)
      
      * sunos: handle rearm errors (Fedor Indutny)
      v0.10.25
      d778dc58
  3. Jan 29, 2014
  4. Jan 22, 2014
    • Bert Belder's avatar
      2014.01.23, Version 0.10.23 (Stable) · dbd218e6
      Bert Belder authored
      Changes since version 0.10.22:
      
      * linux: relax assumption on /proc/stat parsing (Luca Bruno)
      
      * openbsd: fix obvious bug in uv_cpu_info (Fedor Indutny)
      
      * process: close stdio after dup2'ing it (Fedor Indutny)
      v0.10.23
      dbd218e6
  5. Dec 18, 2013
  6. Dec 12, 2013
  7. Nov 12, 2013
    • Timothy J. Fontaine's avatar
      2013.11.13, Version 0.10.19 (Stable) · 33959f75
      Timothy J. Fontaine authored
      Changes since version 0.10.18:
      
      * darwin: avoid calling GetCurrentProcess (Fedor Indutny)
      
      * unix: update events from pevents between polls (Fedor Indutny)
      
      * fsevents: support japaneese characters in path (Chris Bank)
      
      * linux: don't turn on SO_REUSEPORT socket option (Ben Noordhuis)
      
      * build: fix windows smp build with gyp (Geert Jansen)
      
      * linux: handle EPOLLHUP without EPOLLIN/EPOLLOUT (Ben Noordhuis)
      
      * unix: fix reopened fd bug (Fedor Indutny)
      
      * core: fix fake watcher list and count preservation (Fedor Indutny)
      v0.10.19
      33959f75
  8. Jul 09, 2013
    • Isaac Z. Schlueter's avatar
      2013.07.10, Version 0.10.12 (Stable) · 58a46221
      Isaac Z. Schlueter authored
      Changes since version 0.10.11:
      
      * linux: add support for MIPS (Andrei Sedoi)
      
      * windows: uv_spawn shouldn't reject reparse points (Bert Belder)
      
      * windows: use WSAGetLastError(), not errno (Ben Noordhuis)
      
      * build: darwin: disable -fstrict-aliasing warnings (Ben Noordhuis)
      
      * build: `all` now builds static and dynamic lib (Ben Noordhuis)
      
      * unix: fix build when !defined(PTHREAD_MUTEX_ERRORCHECK) (Ben
        Noordhuis)
      v0.10.12
      58a46221
  9. Jun 04, 2013
    • Isaac Z. Schlueter's avatar
      2013.06.05, Version 0.10.10 (Stable) · 0d95a88b
      Isaac Z. Schlueter authored
      Changes since version 0.10.9:
      
      * include: document uv_update_time() and uv_now() (Ben Noordhuis)
      
      * linux: fix cpu model parsing on newer arm kernels (Ben Noordhuis)
      
      * linux: fix memory leak in uv_cpu_info() error path (Ben Noordhuis)
      
      * linux: don't ignore OOM errors in uv_cpu_info() (Ben Noordhuis)
      
      * unix, windows: move uv_now() to uv-common.c (Ben Noordhuis)
      
      * darwin: make uv_fs_sendfile() respect length param (Wynn Wilkes)
      v0.10.10
      0d95a88b
  10. May 14, 2013
    • Isaac Z. Schlueter's avatar
      2013.05.15, Version 0.10.6 (Stable) · 11e6613e
      Isaac Z. Schlueter authored
      Changes since version 0.10.5:
      
      * stream: fix osx select hack (Fedor Indutny)
      
      * stream: fix small nit in select hack, add test (Fedor Indutny)
      
      * build: link with libkvm on openbsd (Ben Noordhuis)
      
      * stream: use harder sync restrictions for osx-hack (Fedor Indutny)
      
      * unix: fix EMFILE error handling (Ben Noordhuis)
      
      * darwin: fix unnecessary include headers (Daisuke Murase)
      
      * darwin: rename darwin-getproctitle.m (Ben Noordhuis)
      
      * build: convert predefined $PLATFORM to lower case (Elliot Saba)
      
      * build: set soname in shared library (Ben Noordhuis)
      
      * build: make `make test` link against .a again (Ben Noordhuis)
      
      * darwin: fix ios build, don't require ApplicationServices (Ben
        Noordhuis)
      
      * build: only set soname on shared object builds (Timothy J. Fontaine)
      v0.10.6
      11e6613e
  11. Apr 23, 2013
    • Isaac Z. Schlueter's avatar
      2013.04.24, Version 0.10.5 (Stable) · 6595a773
      Isaac Z. Schlueter authored
      Changes since version 0.10.4:
      
      * unix: silence STATIC_ASSERT compiler warnings (Ben Noordhuis)
      
      * windows: make timers handle large timeouts (Miroslav Bajtoš)
      
      * windows: remove superfluous assert statement (Bert Belder)
      
      * unix: silence STATIC_ASSERT compiler warnings (Ben Noordhuis)
      
      * linux: don't use fopen() in uv_resident_set_memory() (Ben Noordhuis)
      v0.10.5
      6595a773
  12. Apr 11, 2013
    • Isaac Z. Schlueter's avatar
      2013.04.12, Version 0.10.4 (Stable) · 85827e26
      Isaac Z. Schlueter authored
      Changes since version 0.10.3:
      
      * include: update uv_backend_fd() documentation (Ben Noordhuis)
      
      * unix: include uv.h in src/version.c (Ben Noordhuis)
      
      * unix: don't write more than IOV_MAX iovecs (Fedor Indutny)
      
      * mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
      
      * build: gyp disable thin archives (Timothy J. Fontaine)
      
      * sunos: re-export entire library when static (Timothy J. Fontaine)
      
      * unix: dtrace probes for tick-start and tick-stop (Timothy J. Fontaine)
      
      * windows: fix memory leak in fs__sendfile (Shannen Saez)
      
      * windows: remove double initialization in uv_tty_init (Shannen Saez)
      
      * build: fix dtrace-enabled out of tree build (Ben Noordhuis)
      
      * build: squelch -Wdollar-in-identifier-extension warnings (Ben
        Noordhuis)
      
      * inet: snprintf returns int, not size_t (Brian White)
      
      * win: refactor uv_cpu_info (Bert Belder)
      
      * build: add support for Visual Studio 2012 (Nicholas Vavilov)
      
      * build: -Wno-dollar-in-identifier-extension is clang only (Ben
        Noordhuis)
      v0.10.4
      85827e26
  13. Mar 25, 2013
  14. Jun 25, 2012
  15. Feb 01, 2012
  16. Dec 12, 2011
  17. Dec 01, 2011
  18. Nov 13, 2011
  19. Oct 15, 2011
  20. Oct 06, 2011
  21. Sep 29, 2011
  22. Dec 20, 2011
  23. Dec 14, 2011
  24. Sep 20, 2011
  25. Sep 08, 2011
  26. Aug 31, 2011
  27. Aug 17, 2011
  28. Aug 12, 2011
  29. Jun 28, 2011
  30. Jun 27, 2011
  31. Jun 25, 2011
  32. Jun 22, 2011
  33. Jun 13, 2011
  34. Jun 03, 2011
  35. May 27, 2011
  36. May 24, 2011
  37. Apr 21, 2011
Loading