Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-09-22
| ||
14:26 | Release maintenance. Leaf check-in: f9ffae0254 user: jan tags: blather-0.11.0, trunk | |
12:02 | Docs. check-in: 69ffa6c624 user: jan tags: trunk | |
11:51 | Fixups doctests. check-in: f9a4d1a1e8 user: jan tags: trunk | |
09:55 | Happy pedantic clippy. check-in: 26f6490608 user: jan tags: trunk | |
09:18 | Remove PartialEq from Error. Change Error::IO to carry std::io::Error. Lots of pedantic clippy fixes. check-in: 28c3fe56c4 user: jan tags: trunk | |
2024-08-06
| ||
13:06 | Relase maintenance. check-in: fcdac3ca7e user: jan tags: blather-0.10.1, trunk | |
13:02 | Happy clippy. check-in: 1a365cef19 user: jan tags: trunk | |
13:00 | Rephrase. check-in: 1f76c281fe user: jan tags: trunk | |
12:58 | Dependency maintenance. check-in: 3e87609d79 user: jan tags: trunk | |
2024-05-07
| ||
22:06 | Add TryFrom<(&str, Params)> for Telegram. check-in: 44f3752a0b user: jan tags: trunk | |
2024-05-01
| ||
05:25 | Add a utility function for receiving an expected telegram over a Frame'd stream. check-in: b4762b2871 user: jan tags: trunk | |
2024-02-23
| ||
14:32 | Changlog fixup. check-in: a73f934f4c user: jan tags: blather-0.10.0, trunk | |
14:31 | Release maintenance. check-in: 8d3690239e user: jan tags: trunk | |
14:23 | Add net feature to tokio to, temporarily, work around a tokio rustdoc bug. check-in: a93479cf66 user: jan tags: trunk | |
14:20 | Make decoder wrap incoming format errors in Error::Protocol(). check-in: 256df3eb40 user: jan tags: trunk | |
12:30 | Use u64 rather than u32 for blobs that are potentially huge. Do not use use pointless double-buffering. check-in: 17753880c3 user: jan tags: trunk | |
10:55 | Fix tests. check-in: f5e7372198 user: jan tags: trunk | |
10:46 | Remove BytesMut, File and Writer codec states. check-in: 31da4c705b user: jan tags: trunk | |
10:15 | Code normalization and fix rustdoc warnings. check-in: 43692d5daf user: jan tags: trunk | |
10:08 | Include tests in publish. Add www files. check-in: 248a3e2970 user: jan tags: trunk | |
10:06 | Happy clippy. check-in: f5c317f97c user: jan tags: trunk | |
2022-03-19
| ||
13:19 | Update exclude list and repo url. check-in: 40afa6b119 user: jan tags: blather-0.9.0, trunk | |
13:15 | Edition 2021. Update dependencies. Fix renamed attributes. check-in: 47d98bfea4 user: jan tags: trunk | |
2022-03-18
| ||
16:48 | Update tokio-util and use more specific versions. Closed-Leaf check-in: 0512285eb6 user: jan tags: update-tokio-util | |
2021-05-12
| ||
18:39 | Refactor; move types into their own module. Updated documentation. check-in: ec83daf63a user: jan tags: blather-0.8.0, trunk | |
15:59 | Add an immutable Bytes decoder. Add more documentation. check-in: e514de8718 user: jan tags: trunk | |
14:44 | Rename 'buf' to 'bytesmut'. check-in: 12226f2ff6 user: jan tags: trunk | |
2021-05-11
| ||
17:25 | Documentation updates. check-in: 3b72879154 user: jan tags: trunk | |
2021-03-25
| ||
01:19 | Add an encoder for u8 slices to codec. check-in: adaf462cae user: jan tags: blather-0.7.1, trunk | |
2021-01-14
| ||
12:13 | Update to tokio 1.0. check-in: 68c2df729d user: jan tags: blather-0.7.0, trunk | |
2020-12-01
| ||
06:16 | Document structs. check-in: bf72ff9c73 user: jan tags: blather-0.6.0, trunk | |
2020-11-30
| ||
14:58 | Update version. check-in: a63869ef81 user: jan tags: trunk | |
13:49 | Add a few missing methods to Telegram for Params parity. check-in: d068199069 user: jan tags: trunk | |
13:22 | More parity between Telegram and Params. Add plenty documentation and examples. check-in: 8ae9938d0b user: jan tags: trunk | |
2020-11-28
| ||
13:14 | Add methods for getting/setting booleans. check-in: 98a90715c1 user: jan tags: blather-0.5.3, trunk | |
10:11 | Add a few utility methods for handling comma-separated values. check-in: 4e45befe10 user: jan tags: blather-0.5.2, trunk | |
2020-11-12
| ||
06:39 | Up version. check-in: 2c0f1d0d9c user: jan tags: blather-0.5.1, trunk | |
06:38 | Fix bug which limited param keys to topic characters. check-in: ed357c8ed1 user: jan tags: trunk | |
2020-11-10
| ||
23:22 | Doc updates. check-in: 07a41b6dd1 user: jan tags: blather-0.5.0, trunk | |
23:05 | Fix warning -- handle Result. check-in: 4962697bfc user: jan tags: trunk | |
22:25 | Import Codec. check-in: fa22e036e6 user: jan tags: trunk | |
2020-10-26
| ||
19:27 | Downgrade bytes dependency. check-in: f06edebb47 user: jan tags: blather-0.4.1, trunk | |
17:02 | Update bytes crate version. check-in: e78e4067f2 user: jan tags: blather-0.4.0, trunk | |
16:58 | Return Result when adding parameters. Add new test cases. check-in: fa103b1ae1 user: jan tags: trunk | |
15:52 | Reword some errors and add new test cases. check-in: 66c5975df4 user: jan tags: trunk | |
2020-09-21
| ||
12:50 | Derive PartialEq and Eq for KeyValue. check-in: c9871d2102 user: jan tags: blather-0.3.0, trunk | |
2020-09-04
| ||
13:43 | Export KeyValue. Rename add_line to append. check-in: c881cc0b4f user: jan tags: blather-0.2.1, trunk | |
13:35 | Add a KVLines type which is a order-preserving list of key/value pairs with no uniqueness constraints. check-in: 6750736374 user: jan tags: blather-0.2.0, trunk | |
2020-07-27
| ||
21:29 | Add parameter key exitence checks for Params and Telegram. check-in: 835e3b4ea4 user: jan tags: blather-0.1.4, trunk | |
17:34 | Add methods for getting integer parameters with defaults. check-in: 4051c28398 user: jan tags: blather-0.1.3, trunk | |