Bert Belder
961202d1c2
Merge branch 'v0.10'
...
Conflicts:
ChangeLog
config-unix.mk
src/version.c
2013-05-14 17:03:24 -07:00
isaacs
11e6613e62
2013.05.15, Version 0.10.6 (Stable)
...
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)
2013-05-14 14:39:58 -07:00
Ben Noordhuis
ebdeaed2e3
Merge remote-tracking branch 'origin/v0.10'
...
Conflicts:
ChangeLog
src/version.c
2013-05-02 09:22:39 +02:00
isaacs
6595a7732c
2013.04.24, Version 0.10.5 (Stable)
...
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)
2013-04-22 17:37:22 -07:00
isaacs
85827e2640
2013.04.12, Version 0.10.4 (Stable)
...
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)
2013-04-11 09:00:06 -07:00
Bert Belder
5c10e82ae0
2013.04.11, Version 0.11.1 (Unstable)
...
This is the first versioned release from the current unstable libuv
branch.
Changes since Node.js v0.11.0:
* all platforms: nanosecond resolution support for uv_fs_[fl]stat
(Timothy J. Fontaine)
* all platforms: add netmask to uv_interface_address (Ben Kelly)
* unix: make sure the `status` parameter passed to the `uv_getaddrinfo`
is 0 or -1 (Ben Noordhuis)
* unix: limit the number of iovecs written in a single `writev` syscall
to IOV_MAX (Fedor Indutny)
* unix: add dtrace probes for tick-start and tick-stop (Timothy J.
Fontaine)
* mingw-w64: don't call _set_invalid_parameter_handler (Nils Maier)
* windows: fix memory leak in fs__sendfile (Shannen Saez)
* windows: fix edge case bugs in uv_cpu_info (Bert Belder)
* include: no longer ship with / include ngx-queue.h (Ben Noordhuis)
* include: remove UV_VERSION_* macros from uv.h (Ben Noordhuis)
* documentation updates (Kristian Evensen, Ben Kelly, Ben Noordhuis)
* build: fix dtrace-enabled builds (Ben Noordhuis, Timothy J. Fontaine)
* build: gyp disable thin archives (Timothy J. Fontaine)
* build: add support for Visual Studio 2012 (Nicholas Vavilov)
2013-04-10 19:43:07 +02:00
Bert Belder
eeeb07934b
Update AUTHORS and .mailmap
2013-03-25 15:36:20 +01:00
Ben Noordhuis
34fb759508
Update AUTHORS
2012-06-25 03:58:17 +02:00
isaacs
6e995bd0b0
Update AUTHORS
2012-01-31 19:43:13 -08:00
Ben Noordhuis
ec8c5008aa
Update AUTHORS and .mailmap
2011-12-20 20:47:33 +01:00
Daisuke Murase
3cbe7c3f79
Fixes for iOS
...
replace AbsoluteToNanoseconds to alternate implementation in uv_hrtime when
target OS is iOS which does not have CoreServices.framework
Fixes #243
2011-12-20 11:07:11 -08:00
Ben Noordhuis
12cc4f7d3d
Update AUTHORS and .mailmap
2011-12-14 14:32:13 +01:00
Ben Noordhuis
12cefcaa86
Update AUTHORS and .mailmap
2011-12-12 02:14:25 +01:00
Ben Noordhuis
fadfd0f5b2
Update AUTHORS and .mailmap
2011-12-01 14:24:25 +01:00
Ben Noordhuis
62d15a1e62
Update AUTHORS and .mailmap
2011-11-13 20:02:46 +01:00
Ben Noordhuis
cdb3601746
Update AUTHORS and .mailmap
2011-10-15 02:20:42 +02:00
Ben Noordhuis
11944b948f
Update AUTHORS and .mailmap
2011-10-06 17:01:28 +02:00
Ben Noordhuis
e53d125d5c
Update AUTHORS and .mailmap
2011-09-29 15:39:57 +02:00
Ben Noordhuis
6beeb5fc07
Update AUTHORS and .mailmap
2011-09-20 06:30:14 +02:00
Ben Noordhuis
8fd1d71049
Update AUTHORS
2011-09-08 13:26:08 +02:00
Ben Noordhuis
9e657fa5b2
Update .mailmap
2011-08-31 19:35:41 +02:00
Ben Noordhuis
c23f789f9e
Update AUTHORS, add .mailmap
2011-08-31 16:50:11 +02:00
Bert Belder
cc5aa51fdf
Small correction to AUTHORS
2011-08-17 16:00:05 +03:00
Bert Belder
f71acf1988
Update AUTHORS
2011-08-17 14:42:06 +02:00
Ben Noordhuis
f1df74dd5c
Add Peter Bright to AUTHORS
2011-08-13 00:09:18 +02:00
Ryan Dahl
ac005f0a04
Add Matt to the authors
2011-06-28 14:11:47 +02:00
Ryan Dahl
e78275c64b
Add rm to authors
2011-06-27 20:14:26 +02:00
Bert Belder
b0ea919254
Igor, welcome back
2011-06-25 17:47:40 +02:00
Henry Rawas
4aeee38484
c-ares integration on windows
2011-06-22 15:21:01 +02:00
Bert Belder
ff8485ac11
Add Ben to AUTHORS
2011-06-13 12:31:03 -07:00
Vanilla Hsu
fb5262abdc
Support FreeBSD
2011-06-03 06:46:16 +02:00
Bert Belder
be1bfe6c4c
Revert AUTHORS update
...
This reverts commit 9467a92390 .
2011-05-27 22:04:14 +02:00
Bert Belder
9467a92390
Add Igor to AUTHORS
2011-05-24 14:34:55 -07:00
Ryan Dahl
c19bbff4d1
Update AUTHORS
2011-04-21 09:23:18 -07:00
Ryan Dahl
cf4fbc0925
Add copyright headers, license file.
...
closes #17 .
2011-04-18 11:11:30 -07:00