This project is archived. Its data is
read-only
.
Commits · master
coap-handler-implementations
Browse files
Jan 12, 2024
Bump version, update NEWS
· 1842648f
chrysn
authored
Jan 12, 2024
View commits for tag v0.5.0-alpha.2
v0.5.0-alpha.2
1842648f
Document features
· 0554387a
chrysn
authored
Jan 12, 2024
0554387a
error: Add optional Max-Age
· b0f42cc5
chrysn
authored
Jan 12, 2024
b0f42cc5
error: Add service_unavailable
· d2ba2c24
chrysn
authored
Jan 12, 2024
d2ba2c24
cleanup: Group the empty constructors of Error at the end
· 67226fa1
chrysn
authored
Jan 12, 2024
67226fa1
Jan 10, 2024
Bump version, add NEWS file
· 6d9cc2dd
chrysn
authored
Jan 10, 2024
View commits for tag v0.5.0-alpha.1
v0.5.0-alpha.1
6d9cc2dd
Add unified Error type
· 4f523d24
chrysn
authored
Jan 11, 2024
4f523d24
error: Fix linter not seeing through cfg
· 4a0539c9
chrysn
authored
Jan 11, 2024
4a0539c9
Add tests
· 1d47a5df
chrysn
authored
Jan 11, 2024
1d47a5df
error: Implement serialization of RBEP
· 9d885907
chrysn
authored
Jan 11, 2024
9d885907
refactor: more use, fewer prefixes
· 23e96295
chrysn
authored
Jan 10, 2024
23e96295
Replace Code with Error, gainign a few more simplifications
· 70f6ad63
chrysn
authored
Jan 10, 2024
70f6ad63
Replace BadRequest with Error struct
· ad173036
chrysn
authored
Jan 10, 2024
ad173036
Aug 28, 2023
Adjust to fallible option writing
· 09ef7244
chrysn
authored
Aug 28, 2023
09ef7244
Aug 24, 2023
Adjust to fallible messager writing
· f0af675f
chrysn
authored
Aug 24, 2023
f0af675f
Fix building with nontrivia_option_processing
· 72656319
chrysn
authored
Aug 24, 2023
72656319
Remove depredcated items
· b680b69b
chrysn
authored
Aug 24, 2023
b680b69b
May 16, 2023
Add Block1 options with refactored backing
· de9d434c
chrysn
authored
May 17, 2023
de9d434c
Relax take_block2 deprecation
· 61ace421
chrysn
authored
May 17, 2023
61ace421
Make Renderable trait pub
· 391a2b29
chrysn
authored
May 17, 2023
391a2b29
options processing: Add `take_into` with corresponding `TryFromOption` trait
· 943bc579
chrysn
authored
May 16, 2023
943bc579
Mar 06, 2023
Bump version
· b6e1ba7c
chrysn
authored
Mar 07, 2023
View commits for tag v0.4.2
v0.4.2
b6e1ba7c
meta: Note oldest testable serde version
· bd01dcd2
chrysn
authored
Mar 07, 2023
bd01dcd2
meta: Add categories to Cargo.toml
· a624d74f
chrysn
authored
Mar 07, 2023
a624d74f
Add serde-std feature that enables serde_cbor/std
· 5617e181
chrysn
authored
Mar 07, 2023
5617e181
Feb 23, 2023
Bump version
· 473e54aa
chrysn
authored
Feb 24, 2023
View commits for tag v0.4.1
v0.4.1
473e54aa
Fix minicbor TypeHandler
· 162367cb
chrysn
authored
Feb 23, 2023
162367cb
Feb 18, 2023
Add 'leaky_names' feature ...
· d2b1452a
chrysn
authored
Feb 18, 2023
d2b1452a
Feb 07, 2023
Bump version
· 6eb3edb5
chrysn
authored
Feb 07, 2023
View commits for tag v0.4.0
v0.4.0
6eb3edb5
CI: Run on official images
· 8ac6654f
chrysn
authored
Feb 07, 2023
8ac6654f
options processing: Constrain associated type lifetimes
· 40eea114
chrysn
authored
Feb 07, 2023
40eea114
Pull minicbor to 0.19
· dd8a2e84
chrysn
authored
Feb 07, 2023
dd8a2e84
wkc: Don't re-export coap_handler traits
· 796dbe08
chrysn
authored
Feb 07, 2023
796dbe08
Merge branch 'master' into next
· 4c6dc0e2
chrysn
authored
Feb 07, 2023
4c6dc0e2
Bump version
· 6bb99e5c
chrysn
authored
Feb 07, 2023
View commits for tag v0.3.6
v0.3.6
6bb99e5c
Use and re-export Reporting trait (& co) from coap-handler
· 3967df98
chrysn
authored
Feb 07, 2023
3967df98
Feb 06, 2023
Describe BadOption as not exclusive to critical options, implement one elective special case
· 7dcc8ee8
chrysn
authored
Feb 05, 2023
7dcc8ee8
Rename CriticalOptionsRemain to BadOption
· 6cd8229c
chrysn
authored
Feb 05, 2023
6cd8229c
Typed: Use option extensions in GET/POST/PUT to utilize RFC9290 responses
· 08c91394
chrysn
authored
Feb 04, 2023
08c91394
CriticalOptionsRemain: Use dedicated error codes
· d25560d4
chrysn
authored
Feb 04, 2023
d25560d4
Loading