Nicolas Tsiftes
|
566b251797
|
Merge pull request #1243 from unmole/coap_fix
CoAP: Fix handling of Token Length greater than 8
|
2015-10-23 17:58:15 +02:00 |
|
Joakim Eriksson
|
2351ee078a
|
Fixed CoAP format to be a uint16_t since the enum might compile to 8 bit and cause problems if 16-bit format types are used
|
2015-09-24 22:51:30 +02:00 |
|
Joakim Eriksson
|
1e0b5292d7
|
Loop-unroll in CoAP for fixing some potential bugs on some platforms
where size_t is not the same as unsigned int.
|
2015-09-11 00:52:45 +02:00 |
|
Anmol Sarma
|
c084c46b9b
|
Fix handling of Token Length greater than 8
|
2015-09-05 20:46:29 +05:30 |
|
Moritz 'Morty' Strübe
|
0dab6926b3
|
Move MAX, MIN and ABS to sys/cc.h
|
2015-05-18 08:53:17 +02:00 |
|
Matthias Kovatsch
|
969d512546
|
Removed references to missing DTLS implementation.
|
2014-05-15 20:29:05 +02:00 |
|
Lars Schmertmann
|
386d708b56
|
Added function for easy block1 usage.
Fixed blocksize calculation when REST_MAX_CHUNK_SIZE != 2^x.
Added example for block1 + separate + block2.
|
2014-05-15 20:29:04 +02:00 |
|
Lars Schmertmann
|
bb737f85ae
|
Used Uncrustify and fixed Travis build errors.
|
2014-05-15 20:29:04 +02:00 |
|
Matthias Kovatsch
|
3dd5bd7a37
|
Renamed erbium to er-coap to avoid confusion and have a meaningful directory name.
|
2014-05-15 20:29:03 +02:00 |
|