Skip to content

Tags: CyberShadow/ae

Tags

v0.0.3617

Toggle v0.0.3617's commit message
ae.sys.install.msys: Fix digest initialization

v0.0.3616

Toggle v0.0.3616's commit message
ae.sys.install: Remove static constructors

Fix a static constructor dependency cycle, which manifests when
building a Dub application with ae as a dependency and with
--build-mode=singleFile --parallel.

v0.0.3615

Toggle v0.0.3615's commit message

Verified

This commit was signed with the committer’s verified signature.
CyberShadow Vladimir Panteleev
.github/workflows/test.yml: Update ubuntu to 22.04

v0.0.3598

Toggle v0.0.3598's commit message
ae.utils.aa: Fix nested non-copyable types with indirections

v0.0.3597

Toggle v0.0.3597's commit message

Verified

This commit was signed with the committer’s verified signature.
CyberShadow Vladimir Panteleev
dub.*: Bump win32 to 2.107.1

Fix warnings in new compiler versions.

Lock to version matching CI DMD version.

v0.0.3589

Toggle v0.0.3589's commit message

Verified

This commit was signed with the committer’s verified signature.
CyberShadow Vladimir Panteleev
ae.net.x11.package: Simplify the ClientMessage decoder

I'm not sure about the reason for the previous code; I think I may
have been overthinking it. This did, however, require a fix in the
Deimos bindings.

v0.0.3584

Toggle v0.0.3584's commit message
ae.utils.parallelism: Fix unguarded unittest

v0.0.3582

Toggle v0.0.3582's commit message
ae.net.asockets: Add BufferingAdapter

v0.0.3576

Toggle v0.0.3576's commit message
ae.sys.file: Use a shared counter in tempFileNameExtension

Avoid issues due to TID reuse and TLS lifetimes.

v0.0.3574

Toggle v0.0.3574's commit message
ae.net.http.websocket: Fix case-sensitive header comparisons