Commit Graph

  • 21667b258d Fix MacOS build Patrick Böker 2025-11-05 21:48:51 +0100
  • 74f6de3848 ABI compat: Don't change the size of uv_process_options_t Patrick Böker 2025-11-04 23:17:43 +0100
  • d066cc1698 ABI compat: Don't change the size of uv_process_t Patrick Böker 2025-11-04 21:50:15 +0100
  • 4f7cf27b7a Better error handling and docs re non-blocking PTY on unix Patrick Böker 2025-11-04 21:45:05 +0100
  • 23657f7791 Add a BSD implementation Patrick Böker 2025-11-04 21:12:15 +0100
  • 902cbf5760 Address a few review comments Patrick Böker 2025-10-30 22:07:11 +0100
  • aee382337c Implement PTY support Patrick Böker 2025-02-22 21:47:50 +0100
  • c9fbec2c4f Add socket type to Unix domain socket #4989 aperture-it 2026-01-06 08:25:39 +0300
  • 6d0459bccf unix: Add the ability to cancel thread pool work with a signal #4976 Sam Schweigel 2026-01-02 14:10:43 -0800
  • 91ae02a63d
    unix,win: add f_frsize field to uv_statfs_t (#4984) Ben Noordhuis 2026-01-01 22:33:44 +0100
  • 8b870dab3d
    doc: remove hp-ux from supported platforms list (#4985) Ben Noordhuis 2026-01-01 21:34:36 +0100
  • db9debd536 squash! fixup for !__linux__ #4984 Ben Noordhuis 2026-01-01 21:34:03 +0100
  • 2af72a8544 squash! fixup for __APPLE__ Ben Noordhuis 2026-01-01 21:29:41 +0100
  • 16996adf91 doc: remove hp-ux from supported platforms list #4985 Ben Noordhuis 2026-01-01 21:17:12 +0100
  • 31668dc762 unix,win: add f_frsize field to uv_statfs_t Ben Noordhuis 2026-01-01 20:51:50 +0100
  • 5fbb760427 win,fs: handle AppExecLink reparse points in fstat #4936 11soda11 2025-11-17 23:44:19 +0100
  • 3e9ae1bca0
    unix: remove handle from queue on uv_spawn() error (#4980) Oblivionsage 2025-12-26 16:53:42 +0100
  • 3ad6522961 unix: remove handle from queue on uv_spawn() error #4980 Oblivionsage 2025-12-23 23:08:21 +0100
  • 92f5f1ce5c Make pipe_blocking_* tests Unix-only Sam Schweigel 2025-12-22 12:07:32 -0800
  • 309b28bdbe
    doc: add handle and request usage guidelines (#4978) Ben Noordhuis 2025-12-21 19:00:09 +0100
  • 8837141d86 doc: add handle and request usage guidelines #4978 Ben Noordhuis 2025-12-21 13:08:45 +0100
  • 9c876b2f3b
    test: run more fs tests using io_uring too (#4970) Santiago Gimeno 2025-12-20 22:30:42 +0100
  • e5f79e487b
    unix: support setting supplementary process groups (#4704) bryopsida 2025-12-20 13:08:48 -0600
  • 197c4eecc8 ci: include merge conflict resolution #4704 bryopsida 2025-12-18 20:06:39 -0600
  • 2c603ef883 ci: update macos runner images (#4967) Ben Noordhuis 2025-12-09 17:36:57 +0100
  • 5fcc8a8a37 ci: bump sanitizers-macos workflow to use macos-14 bryopsida 2025-12-18 19:47:21 -0600
  • 1977a66278 test: use the improved assert macros bryopsida 2025-12-18 19:38:21 -0600
  • 8db48e5336 Submit with uv__work_submit directly (no uv_fs_write) Sam Schweigel 2025-12-16 13:56:44 -0800
  • d442f47919 Add pipe_blocking_cancel to test cancelling blocking write on close Sam Schweigel 2025-12-16 11:02:21 -0800
  • a3c9a98e95 Write to UV_HANDLE_BLOCKING_WRITES streams in the threadpool Sam Schweigel 2025-12-12 15:01:40 -0800
  • ec7ec98b70
    build(deps): bump actions/upload-artifact from 5 to 6 (#4975) dependabot[bot] 2025-12-15 07:35:23 -0500
  • 5c91d49561
    build(deps): bump actions/download-artifact from 6 to 7 (#4974) dependabot[bot] 2025-12-15 07:34:09 -0500
  • 1eabf8c080
    build(deps): bump actions/upload-artifact from 5 to 6 #4975 dependabot[bot] 2025-12-15 06:09:21 +0000
  • 9325f9a50c
    build(deps): bump actions/download-artifact from 6 to 7 #4974 dependabot[bot] 2025-12-15 06:09:17 +0000
  • ada5131840 win: Optimize file/directory delete. chemodax 2025-12-11 20:08:50 +0100
  • 14c8fdc412
    win: Optimize file/directory delete. #4971 chemodax 2025-12-11 20:08:50 +0100
  • 234629897b
    test: run more fs tests using io_uring too #4970 Santiago Gimeno 2025-12-08 23:01:53 +0100
  • ac591507f3
    ci: add macos-15-intel to matrix (#4968) Ben Noordhuis 2025-12-10 20:43:08 +0100
  • 93539e3b90 squash! fix up fs_copyfile when run as root #4968 Ben Noordhuis 2025-12-10 19:54:24 +0100
  • 504887a339
    doc: add example usage for uv_sleep (#4955) Kartik Puri 2025-12-10 11:53:39 +0530
  • 82fab61570 ci: add macos-15-intel to matrix Ben Noordhuis 2025-12-10 00:04:28 +0100
  • 7bb967ee0c docs: add example usage and note for uv_sleep() #4969 YASHRDX0001 2025-12-10 01:13:58 +0530
  • 4eefcbeb5c
    ci: update macos runner images (#4967) Ben Noordhuis 2025-12-09 17:36:57 +0100
  • 1a19774551 try! run as root on macos-15 #4967 Ben Noordhuis 2025-12-09 08:26:45 +0100
  • 7308bb1dde ci: update macos runner images Ben Noordhuis 2025-12-09 07:16:07 +0100
  • 3c1e7013b3
    Update OS X reference to macOS in README (#4964) Bart Louwers 2025-12-09 01:02:08 +0100
  • 5b679179d4
    Update OS X reference to macOS in README #4964 Bart Louwers 2025-12-09 00:48:42 +0100
  • fd89e63f2f linux: fix uv_fs_ftruncate io_uring implementation (#4963 2/2) Santiago Gimeno 2025-12-07 22:40:22 +0100
  • e522b27da3 test: add macros to run fs tests with io_uring (#4963 1/2) Santiago Gimeno 2025-12-07 22:40:05 +0100
  • 93ec43ea67
    linux: fix uv_fs_ftruncate io_uring implementation (#4963 2/2) #4963 Santiago Gimeno 2025-12-07 22:40:22 +0100
  • eba3ef330c
    test: add macros to run fs tests with io_uring (#4963 1/2) Santiago Gimeno 2025-12-07 22:40:05 +0100
  • 9640bc6510
    unix,win: fix leak in uv_os_environ error path (#4960) Ambuj Vashistha 2025-12-07 02:34:49 +0530
  • 7cda217af3 win,fs: fix mkdir returning EPERM on network drives #4962 Aizen200 2025-12-05 10:13:53 +0530
  • 0feed10e5a win: fix mkdir returning EPERM instead of EEXIST on network drives #4961 Anishka Khurana 2025-12-04 23:27:07 +0530
  • 106e4db73a fix: correct memory cleanup index in uv_os_environ error path #4960 ambuj vashistha 2025-12-04 22:51:20 +0530
  • d17c51830e fixed harsil 2025-12-03 21:21:08 +0530
  • 09eeedb555 unix: check uv__strscpy return value in aix.c #4957 Manik Tyagi 2025-12-03 13:36:37 +0530
  • c5d71c8187 Update progress example Bitshifter-9 2025-12-03 03:44:39 +0530
  • 694645cd40 Update progress example Bitshifter-9 2025-12-03 03:41:54 +0530
  • eb6707644f Update progress example Bitshifter-9 2025-12-03 03:37:18 +0530
  • 48d4a5377f Fix race condition: use atomic_load in print_progress Bitshifter-9 2025-12-03 03:28:40 +0530
  • 1bb140818a Revert print_progress to use handle->data Bitshifter-9 2025-12-03 03:27:27 +0530
  • eee4d0baf8
    Merge branch 'v1.x' into add-uv-sleep-example #4955 Kartik Puri 2025-12-02 21:34:34 +0530
  • d7dda9edfe
    win: handle sshfs-win quirk in uv_fs_readdir() (#4953) Ben Noordhuis 2025-12-02 16:37:17 +0100
  • e637d36d97 doc: fix threading bugs in progress example Bitshifter-9 2025-12-02 15:07:51 +0530
  • e421fb44b7 doc: add example usage for uv_sleep Kartik Puri 2025-12-02 14:45:19 +0530
  • 07496fed5d win: handle sshfs-win quirk in uv_fs_readdir() #4953 Ben Noordhuis 2025-12-02 09:52:10 +0100
  • bf44c3fdcc
    unix: support nanosecond resolution in uv__fs_to_timespec (#4951) Ayush Kumar 2025-12-02 13:12:44 +0530
  • 9cf5f83947 fs: Support nanosecond resolution in uv__fs_to_timespec #4951 AyushCodes160 2025-12-01 12:42:10 +0530
  • 7a1ce4e1ef fs: fix nanosecond precision and rounding in uv__fs_to_timespec #4950 AyushCodes160 2025-12-01 12:25:34 +0530
  • 8c4198fbb0 fs: preserve nanosecond resolution in uv__fs_to_timespec AyushCodes160 2025-12-01 12:14:58 +0530
  • 8fc70344df
    win: fix race in uv_fs_event_start() (#4948) Ben Noordhuis 2025-11-29 20:21:40 +0100
  • 87dc6a7b24 win: fix race in uv_fs_event_start() #4948 Ben Noordhuis 2025-11-27 12:17:03 +0100
  • 862794da51 win: improve timestamp precision in TIME_T_TO_FILETIME #4947 Bitshifter-9 2025-11-27 09:39:57 +0530
  • 19d7a319ba unix: remove artificial nanosecond truncation in uv_fs_futime Bitshifter-9 2025-11-27 09:20:30 +0530
  • 7e048e7faf
    Merge 5c65e12a50 into 8e024629fe #4921 hev 2025-11-26 15:26:56 -0300
  • 17d0fe4c2f docs: add comments explaining internal request handling #4941 Sahilll 2025-11-26 13:06:46 +0530
  • ab23a29328 chore: remove addressed TODO in fs-poll.c Sahilll 2025-11-26 12:54:26 +0530
  • 69d991f72a fix: correct uv__fs_done logic in src/win/fs.c Sahilll 2025-11-26 03:25:37 +0530
  • 285e88f44e fix: restore include order in uv-common.h Sahilll 2025-11-26 02:58:15 +0530
  • 167b423a72 fix: use macro for UV__REQ_INTERNAL to avoid int-to-pointer cast warnings Sahilll 2025-11-26 02:42:40 +0530
  • 6a9a81ddef fs-poll: mark fs_req as internal Sahilll 2025-11-26 02:23:05 +0530
  • 6b09a94916
    Merge aa27b1f41c into 8e024629fe #4928 Ananya Gupta 2025-11-25 08:37:56 +0300
  • 8e024629fe build(deps): bump actions/checkout from 5 to 6 dependabot[bot] 2025-11-24 06:17:37 +0000
  • 95965df9be
    build(deps): bump actions/checkout from 5 to 6 #4939 dependabot[bot] 2025-11-24 06:17:37 +0000
  • f6e19be743 win: rename minimal_windows10_version1709() for libuv's convention Andy Pan 2025-09-06 10:15:18 +0800
  • 31546ff399 win: rename minimal_windows10_version1709() for libuv's convention #4937 Andy Pan 2025-09-06 10:15:18 +0800
  • 01250432eb
    doc: fix documentation for uv_utf16_to_wtf8() function (#4935) Gang Zhuo 2025-11-19 03:45:29 +0800
  • 1ad78c4ff2
    fix: documentation error in uv_utf16_to_wtf8() function #4935 Gang Zhuo 2025-11-18 08:20:12 +0800
  • 160d18c0df Replace sizeof(uv_loop_t) with uv_loop_size() in examples #4933 JHAJI01 2025-11-12 10:12:20 +0530
  • 881e0dcc38
    unix: remove deprecated errno constants #4931 Shelley Vohr 2025-11-11 12:16:49 +0100
  • ab2088d4a4
    Warn that detached threads may not call libuv #4930 Keno Fischer 2025-11-10 17:43:58 -0500
  • 3045b5f8e0 Add copy button feature for code blocks in documentation #4929 Parth 2025-11-10 21:58:43 +0530
  • aa27b1f41c Add copy button feature to documentation code blocks #4928 Ananya gupta 2025-11-10 21:36:18 +0530
  • 45fe1045e5 aix,ibmi,os390: make uv_exepath thread-safe #4927 ish1416 2025-11-10 09:41:17 +0530
  • 46ea10b069 docs: remove unused image files #4925 Uday-Choudhary 2025-11-07 22:18:53 +0530
  • 2d315ecfa6 docs: replace image directives with text art Uday-Choudhary 2025-11-07 22:17:13 +0530
  • b33162dd0b
    unix: fix use of uninitialized variable (#4924) Ben Noordhuis 2025-11-06 22:34:44 +0100
  • 6f1a6215cb unix: fix use of uninitialized variable #4924 Ben Noordhuis 2025-11-06 20:50:02 +0100
  • 5c65e12a50 linux: Fix missing memory barrier between updating SQ tail and reading SQ flags #4921 hev 2025-11-03 00:52:56 +0800