Commit Graph

606 Commits

Author SHA1 Message Date
o0Ignition0o 81a971c575 (cargo-release) start next development iteration 0.3.7-alpha.0 2020-08-12 11:34:07 +02:00
o0Ignition0o dfa123c959 (cargo-release) version 0.3.6 2020-08-12 11:25:52 +02:00
Jeremy Lempereur b9062ddff2
trying to work around allocations in the hot path. to be benchmarked (#260) 2020-08-12 11:22:34 +02:00
Jeremy Lempereur 36482d5575
numanji version bump (#259) 2020-08-12 11:09:11 +02:00
Jeremy Lempereur 6b69bd08c7
Rewrite try_recv as try_recv_timeout with a 0 ns timeout. (#258) 2020-08-12 10:53:18 +02:00
Andreas Monitzer 1e67a509c7
Documentation formatting fixes in cross references. (#256) 2020-08-05 09:15:04 +02:00
o0Ignition0o c6f3f9608a (cargo-release) start next development iteration 0.4.2-alpha.0 2020-08-03 13:52:57 +02:00
o0Ignition0o 0cdece361b (cargo-release) version 0.4.1 2020-08-03 13:51:52 +02:00
Jeremy Lempereur e51ed6abb8
Igni/try recv (#253) 2020-08-03 13:49:23 +02:00
Mahmut Bulut 0486a65957 (cargo-release) version 0.4.1-alpha.1 2020-07-30 11:16:05 +02:00
Mahmut Bulut 571490ac55
Update nuclei (#252) 2020-07-30 00:47:50 +02:00
creativcoder 7a5826ba6f
(docs) use run! instead of await in Bastion docs (#250) 2020-07-29 19:07:29 +02:00
Jeremy Lempereur 09d28deba9
change ci cd pipeline to let it pass through nuclei (#248) 2020-07-29 09:31:39 +02:00
Andreas Monitzer d594edd24d
Fix for typo in documention. (#247)
Co-authored-by: Andreas Monitzer <a.monitzer@dungeonfog.com>
2020-07-28 23:13:59 +02:00
Cédric 068b43c7af
[Tutorial - Getting started] Add comments on messages type (#245) 2020-07-26 19:19:20 +02:00
Cédric 8643b9b45c
[Examples - tcp-servers] Fixed small typo (#244) 2020-07-26 12:20:27 +02:00
Mahmut Bulut c4e03d7cab (cargo-release) start next development iteration 0.4.1-alpha.0 2020-07-21 16:11:01 +02:00
Mahmut Bulut a792ad801d Bump towards 0.4.0 2020-07-21 16:08:33 +02:00
Mahmut Bulut 2b6c4b5612 Make a move 2020-07-21 16:00:19 +02:00
Mahmut Bulut 1bcf6026ae Some readme rewording 2020-07-21 15:53:23 +02:00
Mahmut Bulut ba909f6812 Reword readme 2020-07-21 15:49:27 +02:00
Mahmut Bulut 455c36121b (cargo-release) start next development iteration 0.3.7-alpha.0 2020-07-21 15:47:12 +02:00
Mahmut Bulut cec6d83f3e (cargo-release) version 0.3.6 2020-07-21 15:46:33 +02:00
Mahmut Bulut 9ab79e2956 Don't building examples automatically 2020-07-21 15:46:08 +02:00
Mahmut Bulut 72e9feb54a (cargo-release) start next development iteration 0.3.6-alpha.0 2020-07-21 15:37:28 +02:00
Mahmut Bulut 4415dff645 readme not read 2020-07-21 15:36:49 +02:00
Mahmut Bulut 26c3693258 (cargo-release) version 0.3.5 2020-07-21 15:35:26 +02:00
Mahmut Bulut ce47c3fcee
IO incorporation (#241)
* Align versions to 0.3.5

* Add some examples

* Nuclei incorporation

* Cleanups
2020-07-21 15:34:57 +02:00
Mahmut Bulut 576d6487ea (cargo-release) start next development iteration 0.3.6-alpha.0 2020-07-21 12:14:49 +02:00
Mahmut Bulut 135ff01cbc (cargo-release) version 0.3.5 2020-07-21 12:14:36 +02:00
Mahmut Bulut da18f6e28d release executor 2020-07-21 12:13:56 +02:00
Mahmut Bulut ae47ecc83a (cargo-release) start next development iteration 0.3.6-alpha.0 2020-07-21 12:05:55 +02:00
Mahmut Bulut dc7337c858 (cargo-release) version 0.3.5 2020-07-21 12:05:43 +02:00
Mahmut Bulut 1b9129c6e3 Remove travis badge 2020-07-21 12:05:11 +02:00
Valeryi Savich 19bca72424
Autoscaling actor groups in runtime (#202)
Co-authored-by: o0Ignition0o <jeremy.lempereur@gmail.com>
2020-07-21 11:20:55 +02:00
Benoit Chassignol 52a21500d4
Add hello, world! example (#234) 2020-07-06 09:41:31 +02:00
Jeremy Lempereur ea2f344623
Fix: Left shift overflow on 32 bits platforms (#235) 2020-07-04 13:49:46 +02:00
Jeremy Lempereur a4f23fc6bd
pass --all-targets --all-features to cargo check and cargo test (#197) 2020-07-04 12:23:22 +02:00
Marc-Antoine Perennou b8edb356b8
executor: drop kernel32-sys dependency (#232)
Fixes #227

Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2020-07-03 10:16:14 +02:00
Marc-Antoine Perennou 1e2b7682e8
switch from fqutex to async-mutex (#231) 2020-07-02 11:37:58 +02:00
Benoit Chassignol 1c4f468edc
Update dependency versions before release (smoothest way) (#229) 2020-06-29 23:33:47 +02:00
Luca Palmieri b8fd628238
Self-contained macros (#225)
* Avoid relying on spawn_blocking from bastion_executor, forcing Bastion users to add it as direct dependency.

* Avoid relying on spawn and run from bastion_executor, forcing Bastion users to add it as direct dependency.
2020-06-26 13:21:09 +02:00
Luca Palmieri c69421d7c1
[Refactor] Explicit initialization for SYSTEM (#224) 2020-06-26 09:16:04 +02:00
Benoit Chassignol 0dcc4783fc
Add disptacher example (#217) 2020-06-25 12:53:56 +02:00
Benoit Chassignol 6220aec335
Merge pull request #223 from bastion-rs/fix-supervisor-doc 2020-06-24 23:29:12 +02:00
Benoit Chassignol d5587fb550
Merge branch 'master' into fix-supervisor-doc 2020-06-24 23:01:32 +02:00
oScape e69f34196d fix 2020-06-24 23:00:43 +02:00
o0Ignition0o 01a80a46f5 bastion executor lints 2020-06-22 21:06:41 +02:00
o0Ignition0o e88826fad1 Clippy lints: whack a mole edition 2020-06-22 21:06:41 +02:00
o0Ignition0o 713033546e Miri and clippy fixes. 2020-06-22 17:08:57 +02:00