[riot-commits] [RIOT-OS/RIOT] fa8159: gcoap: Move from gnrc directory up to net director...
Martine Lenders
authmillenon at gmail.com
Sat Jan 21 10:40:15 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: fa815993ae45c113601218390024ac516102925f
https://github.com/RIOT-OS/RIOT/commit/fa815993ae45c113601218390024ac516102925f
Author: Ken Bannister <kb2ma at runbox.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M Makefile.dep
M sys/Makefile
A sys/include/net/gcoap.h
M sys/include/net/gnrc/coap.h
A sys/net/application_layer/coap/Makefile
A sys/net/application_layer/coap/gcoap.c
M sys/net/gnrc/Makefile
R sys/net/gnrc/application_layer/coap/Makefile
R sys/net/gnrc/application_layer/coap/gcoap.c
Log Message:
-----------
gcoap: Move from gnrc directory up to net directory
Commit: af1eca907fd90339a9ae58839176200013a25d55
https://github.com/RIOT-OS/RIOT/commit/af1eca907fd90339a9ae58839176200013a25d55
Author: Ken Bannister <kb2ma at runbox.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M sys/include/net/gcoap.h
M sys/net/application_layer/coap/gcoap.c
Log Message:
-----------
gcoap: Rebase messaging on sock API
Commit: e10e57959334f797df45ac83f31a27e6bdc1dbbb
https://github.com/RIOT-OS/RIOT/commit/e10e57959334f797df45ac83f31a27e6bdc1dbbb
Author: Ken Bannister <kb2ma at runbox.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M examples/gcoap/Makefile
M examples/gcoap/Makefile.slip
M examples/gcoap/README.md
M examples/gcoap/gcoap_cli.c
Log Message:
-----------
gcoap: Update CLI example for rebase on sock
Commit: acda73c9c77eec7f4c581a988b64bcc07e5415cd
https://github.com/RIOT-OS/RIOT/commit/acda73c9c77eec7f4c581a988b64bcc07e5415cd
Author: Ken Bannister <kb2ma at runbox.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M tests/unittests/tests-gcoap/Makefile.include
Log Message:
-----------
gcoap: Update unit tests for rebase on sock
Commit: 342c3f2ed313b78cc29b70c1d7b577cea3b77de0
https://github.com/RIOT-OS/RIOT/commit/342c3f2ed313b78cc29b70c1d7b577cea3b77de0
Author: Ken Bannister <kb2ma at runbox.com>
Date: 2017-01-20 (Fri, 20 Jan 2017)
Changed paths:
M examples/gcoap/gcoap_cli.c
M examples/gcoap/main.c
M sys/auto_init/auto_init.c
R sys/include/net/gnrc/coap.h
M tests/unittests/tests-gcoap/tests-gcoap.c
Log Message:
-----------
gcoap: Remove coap.h include file, which is no longer used.
Also change references in dependencies to the net/gcoap.h include.
Commit: 85d8397464e69405c8a632b0c28801440f41efe4
https://github.com/RIOT-OS/RIOT/commit/85d8397464e69405c8a632b0c28801440f41efe4
Author: Martine Lenders <authmillenon at gmail.com>
Date: 2017-01-21 (Sat, 21 Jan 2017)
Changed paths:
M Makefile.dep
M examples/gcoap/Makefile
M examples/gcoap/Makefile.slip
M examples/gcoap/README.md
M examples/gcoap/gcoap_cli.c
M examples/gcoap/main.c
M sys/Makefile
M sys/auto_init/auto_init.c
A sys/include/net/gcoap.h
R sys/include/net/gnrc/coap.h
A sys/net/application_layer/coap/Makefile
A sys/net/application_layer/coap/gcoap.c
M sys/net/gnrc/Makefile
R sys/net/gnrc/application_layer/coap/Makefile
R sys/net/gnrc/application_layer/coap/gcoap.c
M tests/unittests/tests-gcoap/Makefile.include
M tests/unittests/tests-gcoap/tests-gcoap.c
Log Message:
-----------
Merge pull request #6117 from kb2ma/gcoap/sock
gcoap: rebase networking on sock
Compare: https://github.com/RIOT-OS/RIOT/compare/9d55b3a49b8c...85d8397464e6
More information about the commits
mailing list