Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: decompals/wibo

1.0.0-beta.1

23 Oct 20:13

Choose a tag to compare

What's Changed

  • Added: Thread pool async I/O backend by @encounter in #97
  • Fixed: GetOverlappedResult without event & improve overlapped handling by @encounter in #96

Full Changelog: 1.0.0-alpha.5...1.0.0-beta.1

1.0.0-alpha.5

22 Oct 16:01
24fa3ef

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-alpha.4...1.0.0-alpha.5

1.0.0-alpha.4

16 Oct 00:40

Choose a tag to compare

What's Changed

  • Added: Implement kernel32::FlushViewOfFile and ntdll::memset (2e2128b)
  • Fixed: ProcessManager: use unique_lock when erasing (0f3b984)

Full Changelog: 1.0.0-alpha.3...1.0.0-alpha.4

1.0.0-alpha.3

09 Oct 23:08

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-alpha.2...1.0.0-alpha.3

1.0.0-alpha.2

09 Oct 18:59

Choose a tag to compare

What's Changed

  • Add CMakePresets.json and update README
  • Replace hand-rolled MD5/SHA-1 with faster versions
  • Improve heapapi implementation
  • Reduce some shim logging verbosity
  • Simplify process spawning using SYS_clone

Full Changelog: 1.0.0-alpha.1...1.0.0-alpha.2

1.0.0-alpha.1

07 Oct 23:47

Choose a tag to compare

wibo has been rewritten from the ground up with support for:

  • External DLLs
  • Module resolution
  • Resources
  • Threading
  • Processes
  • Synchronization
  • Async (overlapped) I/O via io_uring
  • Proper handles
  • CLI interface
  • wibo path
  • Testing framework

...and much more!

Things are still in flux, and a lot of testing is required, so please open issues with reproducible cases to help get things stabilized.

Additional thanks to @rjkiv and @pixel-stuck for API implementations targeting MSVC.

Full Changelog: 0.7.0...1.0.0-alpha.1

0.7.0

15 Aug 16:10

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.16...0.7.0

0.6.16

20 Aug 03:00
9386240

Choose a tag to compare

What's Changed

  • Move empty pattern check into while loop by @Pheenoh in #81

New Contributors

Full Changelog: 0.6.15...0.6.16

0.6.15

23 Jul 06:31
bcc6eae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.14...0.6.15

0.6.14

30 May 15:40
ca9364a

Choose a tag to compare

What's Changed

  • Proper implementation for GetSystemTime and GetLocalTime by @AngheloAlf in #73
  • Add trailing periods support to FindFirstFileA by @AngheloAlf in #75

Full Changelog: 0.6.13...0.6.14