8000 Tags · NZXTCorp/ipc-channel · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: NZXTCorp/ipc-channel

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#272 - tdgne:windows-rebased-20210227, r=jdm

Windows (rebased and updated)

This is a rebase of servo#233 with some updates, namely
 * fixed unresolved dependencies
 * impls of error conversions
 * remaining work explained in servo#233 (comment)

Existing tests passed on my Windows 10 PC with toolchain `nightly-x86_64-pc-windows-msvc` running `cargo test --features="windows-shared-memory-equality,unstable"`, `cargo test --features="windows-shared-memory-equality"` and `cargo test --features="force-inprocess,windows-shared-memory-equality"` so far.

Happened to need this, hope it helps...

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#260 - gterzian:add_router_shutdown, r=asajeffrey

Add router shutdown

Adding a shutdown operation to the router, see for context servo/servo#25685 (review)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#247 - Eijebong:crossbeam-channel, r=jdm

Update dependencies and bump version

Unfortunately crossbeam-channel is in the public API of `RouterProxy` so
updating it is a breaking change.

v0.12.2

Toggle v0.12.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#245 - servo:uuid, r=jdm

Bump uuid to 0.8

v0.12.1

Toggle v0.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#244 - servo:rand, r=SimonSapin

Update rand to 0.7

v0.10.1

Toggle v0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Auto merge of servo#195 - antrik:ci-backtrace, r=jdm

Enable backtraces on CI

Make it easier to debug test failures caught by CI.

This also includes two extra commits refactoring `.travis.yml`, which are only related in that they touch the same code -- but since I now learned how the build matrix works, I can just as well do some tweaking while at it... And it's probably not worth the trouble to push this in a separate PR.

v0.8.0

Toggle v0.8.0's commit message
Auto merge of servo#164 - Eijebong:serde1.0, r=jdm

Bump serde to 1.0, bincode to 0.8 and bump version

v0.7.2

Toggle v0.7.2's commit message
Auto merge of servo#163 - Gankro:patch-1, r=glennw

Bump version to 0.7.2

v0.7.1

Toggle v0.7.1's commit message
Auto merge of servo#159 - servo:versionbump, r=metajack

Bump 0.7.1 to publish recent changes.

v0.7.0

Toggle v0.7.0's commit message
Merge pull request servo#136 from nox/serde

Update serde to 0.9
0