|
doc
|
2011-06-02
|
Olaf Bergmann
|
[1c6bb8]
turned on JAVADOC_AUTOBRIEF
|
|
examples
|
2014-02-04
|
Olaf Bergmann
|
[a3a17f]
use coap_opt_block_num() instead of COAP_OPT_BL...
|
|
tests
|
2013-11-10
|
Olaf Bergmann
|
[652bdd]
resolved conflict after cherry-picking from bra...
|
|
AUTHORS
|
2010-10-18
|
Olaf Bergmann
|
[94cc2c]
added license information and general project i...
|
|
ChangeLog
|
2014-02-04
|
Olaf Bergmann
|
[46a107]
update
|
|
LICENSE.BSD
|
2011-06-01
|
Olaf Bergmann
|
[301200]
The new licensing option you can use from now o...
|
|
LICENSE.GPL
|
2011-05-24
|
Olaf Bergmann
|
[c9c76a]
Include BSD as additional licensing option (see...
|
|
Makefile.contiki
|
2012-01-20
|
Olaf Bergmann
|
[273bbd]
set virtual addresses for platform minimal-net
|
|
Makefile.in
|
2014-02-04
|
Olaf Bergmann
|
[160f57]
include tests with distribution
|
|
Makefile.libcoap
|
2012-01-06
|
Olaf Bergmann
|
[d1e394]
functions required for coap-observe
|
|
README
|
2013-01-21
|
Olaf Bergmann
|
[107f6c]
fixed year in copyright note
|
|
address.h
|
2013-05-24
|
chrysn
|
[8fac6e]
introduce WITH_POSIX (as compared to WITH_COAP ...
|
|
async.c
|
2013-02-01
|
Olaf Bergmann
|
[6a6135]
removed unused option iterator
|
|
async.h
|
2011-06-23
|
Olaf Bergmann
|
[8dcaf0]
More support for asynchronous transactions ('se...
|
|
bits.h
|
2012-03-09
|
Olaf Bergmann
|
[45e536]
added missing header include
|
|
block.c
|
2014-02-04
|
Olaf Bergmann
|
[b5fe35]
Fixed handling of zero-length options in COAP_O...
|
|
block.h
|
2014-02-04
|
Olaf Bergmann
|
[b5fe35]
Fixed handling of zero-length options in COAP_O...
|
|
coap-observer.c
|
2012-05-29
|
Olaf Bergmann
|
[28a6d4]
fixed bug #3524612 (Double free error when coap...
|
|
coap-server.c
|
2012-08-29
|
Thomas Pötsch
|
[f64a83]
fixed typo in coap_resource_t
|
|
coap.h
|
2013-11-19
|
Dag Björklund
|
[07065b]
adding extern C to make libcoap c++ compilable
|
|
coap_list.c
|
2011-12-11
|
Olaf Bergmann
|
[830a4c]
more debug stuff
|
|
coap_list.h
|
2011-12-07
|
Olaf Bergmann
|
[2746d0]
Initial version for Contiki-Server (target mini...
|
|
coap_time.h
|
2013-11-19
|
Dag Björklund
|
[07065b]
adding extern C to make libcoap c++ compilable
|
|
config.h.contiki
|
2013-05-24
|
chrysn
|
[e74a4c]
further use of WITH_POSIX
|
|
config.h.in
|
2013-12-30
|
Olaf Bergmann
|
[3f69cd]
Use log levels from syslog.h when available.
|
|
config.h.lwip
|
2013-06-06
|
chrysn
|
[49ad7b]
use lwip provided time function
|
|
configure.in
|
2014-02-05
|
Olaf Bergmann
|
[6e2933]
Updated version number after merging with branc...
|
|
debug.c
|
2013-12-30
|
Olaf Bergmann
|
[3f69cd]
Use log levels from syslog.h when available.
|
|
debug.h
|
2013-12-30
|
Olaf Bergmann
|
[3f69cd]
Use log levels from syslog.h when available.
|
|
encode.c
|
2012-03-14
|
Olaf Bergmann
|
[c6473c]
improved encoding of zero-length options
|
|
encode.h
|
2012-03-07
|
Olaf Bergmann
|
[783aca]
resolved naming issue reported by Silke Schaefer
|
|
hashkey.c
|
2011-06-13
|
Olaf Bergmann
|
[ae79b6]
minor fixes
|
|
hashkey.h
|
2011-06-13
|
Olaf Bergmann
|
[ae79b6]
minor fixes
|
|
lwippools.h
|
2013-06-05
|
chrysn
|
[119932]
fix wrong name for memp resource
|
|
mem.h
|
2011-06-02
|
Olaf Bergmann
|
[3358f2]
Fixed license info.
|
|
net.c
|
2014-02-04
|
Olaf Bergmann
|
[660dee]
Support for block-wise transfer of /.well-known...
|
|
net.h
|
2013-12-30
|
Olaf Bergmann
|
[2d5701]
removed comment
|
|
option.c
|
2013-04-27
|
chrysn
|
[1715b8]
declare the inline function opt_finished static
|
|
option.h
|
2013-09-03
|
Olaf Bergmann
|
[3e47b6]
increased size of argument type to support larg...
|
|
pdu.c
|
2013-10-19
|
chrysn
|
[c983c8]
check for an error case
|
|
pdu.h
|
2013-06-05
|
chrysn
|
[205520]
zero-copy package reception
|
|
prng.h
|
2013-08-09
|
Olaf Bergmann
|
[e4f922]
bugfix: set new random value when more than siz...
|
|
resource.c
|
2014-02-04
|
Olaf Bergmann
|
[660dee]
Support for block-wise transfer of /.well-known...
|
|
resource.h
|
2014-02-04
|
Olaf Bergmann
|
[660dee]
Support for block-wise transfer of /.well-known...
|
|
str.c
|
2011-12-11
|
Olaf Bergmann
|
[fae51d]
cleaned debug stuff
|
|
str.h
|
2011-06-02
|
Olaf Bergmann
|
[3358f2]
Fixed license info.
|
|
subscribe.c
|
2013-07-23
|
Olaf Bergmann
|
[accc09]
notifications and observer removal according to...
|
|
subscribe.h
|
2013-11-14
|
chrysn
|
[42296f]
introduce partiallydirty resources and dirty su...
|
|
t_list.h
|
2013-11-19
|
Dag Björklund
|
[c23483]
renaming parameters named list, as there is a s...
|
|
uri.c
|
2013-01-07
|
Olaf Bergmann
|
[c6412f]
Rework of option parser to support "Klaus encod...
|
|
uri.h
|
2013-01-07
|
Olaf Bergmann
|
[c6412f]
Rework of option parser to support "Klaus encod...
|
|
uthash.h
|
2011-12-11
|
Olaf Bergmann
|
[9af40a]
quick hack to make hash tables from uthash comp...
|
|
utlist.h
|
2011-06-16
|
Olaf Bergmann
|
[a9fe11]
added missing file
|