contiki/apps
Arthur Fabre 5403b2a211 Fix default CoAP header block2 size
When a client sends a CoAP request with no block2 size,
the default one would be set to REST_MAX_CHUNK_SIZE.
However, this is not guaranteed to be a power of 2.
This can lead to clients receiving a bigger payload than expected as
part of the header, and ending up with duplicated content.
Setting the default to COAP_MAX_BLOCK_SIZE,
which is guaranteed to be a power of 2, fixes this.
2015-07-29 16:37:09 +01:00
..
about A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
antelope
calc
cmdd
codeprop [doc] added faulty esb and msp430 references 2014-11-10 23:53:32 +01:00
collect-view
deluge
dhcp Fix DHCP client retries. 2015-06-21 14:25:52 +02:00
directory
email
er-coap Fix default CoAP header block2 size 2015-07-29 16:37:09 +01:00
ftp Updated include paths for the moved files under net/ 2014-01-26 23:20:23 +01:00
http-post-auth
httpd-ws A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
irc
json New MACRO for creating jsontree_array 2014-02-26 19:38:10 +01:00
mqtt Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
netconf Integrates uip-nameserver API 2015-01-09 09:44:06 +01:00
ping6
powertrace Cleanup packetbuf: use rime attributes and addresses only when rime is enabled. Saves 32 byte per queuebuf in the non-rime case. 2014-12-02 16:54:58 +01:00
process-list A massive all-tree automated update of all double inclusion guard #defines that changes from using two underscores as a prefix, which are reserved, to not using two underscores as a prefix 2013-11-24 20:20:11 +01:00
program-handler [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
rest-engine Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
serial-shell [doc] Give files a common structure by placing license first (partial) 2014-11-10 23:54:49 +01:00
servreg-hack Doxygen fixes 2014-12-02 12:39:16 +01:00
shell Reconfigured Telnet server. 2015-06-21 21:07:41 +02:00
slip-cmd
telnet
telnetd Added missing charset abstraction. 2015-07-16 17:55:26 +02:00
unit-test
webbrowser Added support for form with multiple submit buttons. 2015-06-07 00:29:29 +02:00
webserver Made server variant of HTTP strings a superset of the client variant again. 2015-06-08 14:29:34 +02:00
webserver-nano Network layer configuration: replace UIP_CONF_* with NETSTACK_CONF_WITH_* 2014-12-01 21:02:57 +01:00