|
| 1 | +2014.07.32, Version 0.11.27 (Unstable) |
| 2 | + |
| 3 | +Changes since version 0.11.26: |
| 4 | + |
| 5 | +* unix, windows: use the same threadpool implementation (Saúl Ibarra Corretgé) |
| 6 | + |
| 7 | +* unix: use struct sockaddr_storage for target UDP addr (Saúl Ibarra Corretgé) |
| 8 | + |
| 9 | +* doc: add documentation to uv_udp_start_recv (Andrius Bentkus) |
| 10 | + |
| 11 | +* common: use common uv__count_bufs code (Andrius Bentkus) |
| 12 | + |
| 13 | +* unix, win: add send_queue_size and send_queue_count to uv_udp_t (Andrius |
| 14 | + Bentkus) |
| 15 | + |
| 16 | +* unix, win: add uv_udp_try_send (Andrius Bentkus) |
| 17 | + |
| 18 | +* unix: return UV_EAGAIN if uv_try_write cannot write any data (Saúl Ibarra |
| 19 | + Corretgé) |
| 20 | + |
| 21 | +* windows: fix compatibility with cygwin pipes (Jameson Nash) |
| 22 | + |
| 23 | +* windows: count queued bytes even if request completed immediately (Saúl |
| 24 | + Ibarra Corretgé) |
| 25 | + |
| 26 | +* windows: disable CRT debug handler on MinGW32 (Saúl Ibarra Corretgé) |
| 27 | + |
| 28 | +* windows: map ERROR_INVALID_DRIVE to UV_ENOENT (Saúl Ibarra Corretgé) |
| 29 | + |
| 30 | +* unix: try to write immediately in uv_udp_send (Saúl Ibarra Corretgé) |
| 31 | + |
| 32 | +* unix: remove incorrect assert (Saúl Ibarra Corretgé) |
| 33 | + |
| 34 | +* openbsd: avoid requiring privileges for uv_resident_set_memory (Aaron Bieber) |
| 35 | + |
| 36 | +* unix: guarantee write queue cb execution order in streams (Andrius Bentkus) |
| 37 | + |
| 38 | +* img: add logo files (Saúl Ibarra Corretgé) |
| 39 | + |
| 40 | +* aix: improve AIX compatibility (Andrew Low) |
| 41 | + |
| 42 | +* windows: return bind error immediately when implicitly binding (Saúl Ibarra |
| 43 | + Corretgé) |
| 44 | + |
| 45 | +* windows: don't use atexit for cleaning up the threadpool (Saúl Ibarra |
| 46 | + Corretgé) |
| 47 | + |
| 48 | +* windows: destroy work queue elements when colsing a loop (Saúl Ibarra |
| 49 | + Corretgé) |
| 50 | + |
| 51 | +* unix, windows: add uv_fs_mkdtemp (Pavel Platto) |
| 52 | + |
| 53 | +* build: handle platforms without multiprocessing.synchronize (Saúl Ibarra |
| 54 | + Corretgé) |
| 55 | + |
| 56 | +* windows: change GENERIC_ALL to GENERIC_WRITE in fs__create_junction (Tony |
| 57 | + Kelman) |
| 58 | + |
| 59 | +* windows: relay TCP bind errors via ipc (Alexis Campailla) |
| 60 | + |
| 61 | + |
1 | 62 | 2014.06.28, Version 0.11.26 (Unstable), 115281a1058c4034d5c5ccedacb667fe3f6327ea
|
2 | 63 |
|
3 | 64 | Changes since version 0.11.25:
|
|
0 commit comments