| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-20 | CIv20240620.1 | Arshia Ghafoori | |
| 2024-06-20 | CI | Arshia Ghafoori | |
| 2024-06-20 | CI | Arshia Ghafoori | |
| 2024-06-20 | CI | Arshia Ghafoori | |
| 2024-06-20 | CI | Arshia Ghafoori | |
| 2024-06-14 | Fix expected symbols for wasm64 | Arshia Ghafoori | |
| 2024-06-14 | Fix CI | Arshia Ghafoori | |
| 2024-06-14 | Always build cxx as part of build32.sh | Arshia Ghafoori | |
| 2024-06-14 | Prevent build from failing with stale output from a previous build | Arshia Ghafoori | |
| 2024-06-07 | introduce `proc_exec2` (#38) | M.Amin Rayej | |
| 2024-06-07 | update submodule | M.Amin Rayej | |
| 2024-05-27 | remove printf | M.Amin Rayej | |
| 2024-05-27 | revert changes to the unmodified version | M.Amin Rayej | |
| 2024-05-27 | refactor the common code | M.Amin Rayej | |
| 2024-05-27 | introduce proc_exec2 syscall | M.Amin Rayej | |
| 2024-05-23 | Fix gethostbyname* reporting addresses from the wrong family | Arshia Ghafoori | |
| 2024-05-23 | Fix receiving multiple addresses back from resolve | Arshia Ghafoori | |
| 2024-05-14 | Remove deprecated WS- and HTTP-related types and functions | Arshia Ghafoori | |
| 2024-04-22 | Merge pull request #32 from rodjjo/epoll-please | Syrus Akbary | |
| Expose the epoll support. | |||
| 2024-04-22 | Merge pull request #36 from daichifukui/fix-clock-nanosleep | Syrus Akbary | |
| clock_nanosleep: Use timespec_to_timestamp_exact instead | |||
| 2024-04-11 | clock_nanosleep: Use timespec_to_timestamp_exact instead | Daichi Fukui | |
| commit ffba88fb5737f37202ea53e4dac593f096166765 is applied for curl to work. However, that commit affects clock_nanosleep in the way as reported in #26. timespec_to_timestamp_clamp allows immediate return as *timestamp = 1 shows, resulting in the issue, but timespec_to_timestamp_exact does not allow such a behaviour. Hence we use timespec_to_timestamp_exact for this fix. Closes: #26 Signed-off-by: Daichi Fukui <daichi1.fukui@toshiba.co.jp> | |||
| 2024-03-18 | Merge pull request #33 from wasix-org/fix/longjmp-with-zero-arg | Johnathan Sharratt | |
| Fix longjmp being invoked with a 0 arg | |||
| 2024-03-18 | Fix longjmp being invoked with a 0 arg | Arshia Ghafoori | |
| 2024-02-28 | Add missing symbols for build64.sh | rodrigo araujo | |
| 2024-02-27 | adding epoll support | rodrigo araujo | |
| 2024-01-17 | Wired the wakes back up to wasix | Johnathan Sharratt | |
| 2024-01-17 | Updated the futex implementation to be hybrid between atomic wakes and wasix ↵ | Johnathan Sharratt | |
| waits | |||
| 2023-10-16 | Fix predefined-macros for 64-bit build | Arshia Ghafoori | |
| 2023-09-22 | Merge pull request #25 from wasix-org/c++23 | Syrus Akbary | |
| 23 | |||
| 2023-09-19 | 23 | Arshia Ghafoori | |
| 2023-09-14 | Fixed setsockopt when level is not SOL_SOCKET (return -1, ENOSYS instead of ↵ | ptitSeb | |
| aplying random stuffs) | |||
| 2023-09-13 | Merge pull request #24 from wasix-org/feat-unix-streams | Arshia001 | |
| Feat unix streams | |||
| 2023-09-13 | Fix port endianness + make sure alignment of __wasi_addr_port_t is 2 | Arshia Ghafoori | |
| 2023-09-13 | Use sizeof instead of magic constant | Arshia Ghafoori | |
| 2023-09-13 | Merge pull request #19 from SanderVocke/main | Arshia001 | |
| Github Actions Workflow for building a C/C++ sysroot with CI tests. | |||
| 2023-09-13 | Fix duplicate memcpy/memset declarations | Arshia Ghafoori | |
| 2023-09-13 | Merge branch 'main' into main | Arshia001 | |
| 2023-09-12 | Add TIOCGWINSZ implementation | Arshia Ghafoori | |
| 2023-09-08 | Add AF_UNIX socket address translation | Arshia Ghafoori | |
| Add flow_info and scope_id to IPv6 address translation | |||
| 2023-09-07 | Update witx sources | Arshia Ghafoori | |
| 2023-09-07 | Fixed timeout handling for poll function | ptitSeb | |
| 2023-09-07 | Fix README.md | Sander Vocke | |
| 2023-09-07 | Link all emulated WASI libs | Sander Vocke | |
| 2023-09-07 | Use build32.sh instead of Make directly. (#1) | Sander Vocke | |
| 2023-09-07 | Workflow for building a C/C++ sysroot. | Sander Vocke | |
| 2023-09-04 | Convert socket type from wasix to libc for getsockopt | ptitSeb | |
| 2023-08-31 | Added some more functions and fixes | ptitSeb | |
| 2023-08-31 | Merge pull request #16 from wasix-org/fix-sockets | ptitSeb | |
| Fix sockets | |||
| 2023-08-31 | Fix getsockname calling sock_addr_peer instead of sock_addr_local | Arshia Ghafoori | |
| 2023-08-31 | Fix serialization of timeval at syscall boundary | Arshia Ghafoori | |
