Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes from Iotivity for draft-ietf-core-coap-tcp-tls and cross-platform support #47

Open
wants to merge 49 commits into
base: develop
Choose a base branch
from

Commits on Jul 27, 2016

  1. Patches from IoTivity

    Change-Id: Idddee819530e8eb497a8abf72aa1f94a7b30d40b
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    1b3818d View commit details
    Browse the repository at this point in the history
  2. Patches from IoTivity

    Change-Id: Idddee819530e8eb497a8abf72aa1f94a7b30d40b
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    c1bda6e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…

    …elop
    
    Change-Id: I92dee387c3d58b2d348366e923be007efe833b3e
    dthaler committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    673a575 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2016

  1. Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…

    …elop
    
    Change-Id: I92dee387c3d58b2d348366e923be007efe833b3e
    dthaler committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    c11591d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…

    …elop
    
    Change-Id: Ib573dd192fdb84622e9bd24b2e5932dad1dd9501
    dthaler committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    0e35a2f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…

    …elop
    
    Change-Id: Ib573dd192fdb84622e9bd24b2e5932dad1dd9501
    dthaler committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    40a6d09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c044245 View commit details
    Browse the repository at this point in the history
  5. More work on merging IoTivity patches

    Change-Id: I41875348e9667a999bbb223bca3d99d4201fc8fb
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jul 28, 2016
    Configuration menu
    Copy the full SHA
    62c0186 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2016

  1. More work on merging IoTivity patches

    Change-Id: I41875348e9667a999bbb223bca3d99d4201fc8fb
    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    fd5c9ec View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/dthaler/libcoap into dev…

    …elop
    
    Change-Id: I02a8a520b3743f13b5ab957773c012587263fc83
    dthaler committed Jul 29, 2016
    Configuration menu
    Copy the full SHA
    72c7ce6 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2016

  1. Fix merge bug

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    42aedb2 View commit details
    Browse the repository at this point in the history
  2. Windows-specific fix

    dthaler committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    65e7398 View commit details
    Browse the repository at this point in the history
  3. Port tests to windows

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    e43531b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Fix for x86 Windows

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Oct 11, 2016
    Configuration menu
    Copy the full SHA
    749514f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. Fix release build error

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    9feaa9e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Linux compilation fix

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    9373a4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0012bae View commit details
    Browse the repository at this point in the history
  3. Fixes from merging

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    fa987b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d03c8a0 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    ccc0f01 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Merge pull request #1 from dthaler/develop

    Pulling changes from dthaler/libcoap
    PawelWMS authored Jan 27, 2017
    Configuration menu
    Copy the full SHA
    ee5123d View commit details
    Browse the repository at this point in the history
  2. Fixing C4018 warnings for x86 builds.

    Signed-off-by: Pawel Winogrodzki <[email protected]>
    PawelWMS committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    092d7e2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from PawelWMS/develop

    Fixing C4018 warnings for x86 builds.
    dthaler authored Jan 27, 2017
    Configuration menu
    Copy the full SHA
    a455214 View commit details
    Browse the repository at this point in the history
  4. Fix travis issues

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    bc69a9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d3805f View commit details
    Browse the repository at this point in the history
  6. Fix more travis issues

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    2238ebb View commit details
    Browse the repository at this point in the history
  7. Fix more travis issues

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    c38dc95 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d34f47 View commit details
    Browse the repository at this point in the history
  9. Fix more travis issues

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    8c39fe4 View commit details
    Browse the repository at this point in the history
  10. Fix more travis issues

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    62c6792 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39fabf2 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2017

  1. Configuration menu
    Copy the full SHA
    d0ed3e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60a0af0 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2017

  1. Fix pdu length truncation

    Apparently caused by an incorrect merge.
    
    Signed-off-by: Dan Mihai <[email protected]>
    danmihai1 committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    40a2641 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from danmihai1/develop

    Fix pdu length truncation
    dthaler authored Mar 8, 2017
    Configuration menu
    Copy the full SHA
    a8b1149 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. Configuration menu
    Copy the full SHA
    f21c7fb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2017

  1. Merge remote-tracking branch 'upstream/develop' into develop

    Signed-off-by: Dave Thaler <[email protected]>
    dthaler committed Apr 3, 2017
    Configuration menu
    Copy the full SHA
    358bd58 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Fixing libcoap W4 warnings.

    This commit makes sure libcoap doesn't generate any W4
    warnings when building with a Visual Studion 2013 and 2015
    compiler.
    PawelWMS committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    d54f001 View commit details
    Browse the repository at this point in the history
  2. Bracket fixes.

    Making sure that "if" statements have opening brackets
    on the same line to fit the with the rest of the code.
    PawelWMS committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    9f1d956 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Merge pull request #5 from PawelWMS/origin_W4_fix

    Removing W4 warnings
    dthaler authored Apr 5, 2017
    Configuration menu
    Copy the full SHA
    577804c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2017

  1. Added CoAP over WebSocket support.

    This change contains only packet format changes in the library
    to support coap+ws and coaps+ws.
    
    Signed-off-by: G S Senthil Kumar <[email protected]>
    SenthilKumarGS committed Apr 28, 2017
    Configuration menu
    Copy the full SHA
    2f6ff0c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2017

  1. Merge pull request #6 from SenthilKumarGS/develop

    Added CoAP over WebSocket PDU support.
    dthaler authored May 30, 2017
    Configuration menu
    Copy the full SHA
    f4d20bc View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Update pdu.c

    Koushik4082 authored May 17, 2018
    Configuration menu
    Copy the full SHA
    5f2d238 View commit details
    Browse the repository at this point in the history
  2. Update pdu.c

    Koushik4082 authored May 17, 2018
    Configuration menu
    Copy the full SHA
    5dc2fdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7164418 View commit details
    Browse the repository at this point in the history
  4. Update pdu.h

    Koushik4082 authored May 17, 2018
    Configuration menu
    Copy the full SHA
    bd60461 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Merge pull request #7 from Koushik4082/develop

    Adding API to add token to empty message
    dthaler authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    fa8b2b9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Fix for where WITH_TCP is defined, WITH_WS is not.

    The function coap_pdu_parse2() as changed by iotivity patches has a
    block of code bracketed by
    
      #if defined(WITH_TCP) || defined(WITH_WS)
    
    the problem is this block contains a reference to a structure member
    that is defined only if WITH_WS is defined, and it is possible to build
    this code in iotivity in the presence of WITH_TCP and the absence of
    WITH_WS. Whether that should ever happen is a separate question; the
    change keeps these two conditions separate so this can be used in the
    iotivity CI system which does build some targets in the way noted.
    
    Signed-off-by: Mats Wichmann <[email protected]>
    mwichmann committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    b497109 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from mwichmann/ws-fix

    Fix for where WITH_TCP is defined, WITH_WS is not.
    dthaler authored Sep 13, 2018
    Configuration menu
    Copy the full SHA
    5a16b17 View commit details
    Browse the repository at this point in the history