Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: iotivity/iotivity-lite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.5.11
Choose a base ref
...
head repository: iotivity/iotivity-lite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.5.12
Choose a head ref
  • 13 commits
  • 180 files changed
  • 2 contributors

Commits on Dec 4, 2023

  1. Version 2.2.5.12

    Danielius1922 authored and Daniel Adam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    e4d5f7e View commit details
    Browse the repository at this point in the history
  2. Enable address and undefined behavior sanitizer on Windows

    Danielius1922 authored and Daniel Adam committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    b770e20 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fix parameter in clean-up job

    Danielius1922 authored and Daniel Adam committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    54ad2d4 View commit details
    Browse the repository at this point in the history
  2. Fix Alpine build

    Danielius1922 authored and Daniel Adam committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    fed38c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. apps/cloud_server: enable a mocked software update resource

    jkralik authored and Daniel Adam committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    44fabaa View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Upgrade mbedTLS to v3.5.0

    Danielius1922 authored and Daniel Adam committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    cb1203d View commit details
    Browse the repository at this point in the history
  2. ESP32: update port to esp-idf v5.1 release

    The ESP-OTA and ESP-HTTP-CLIENT have fixes required by https OTA to work.
    It also requires update of mbedTLS to v3.5.0.
    Danielius1922 authored and Daniel Adam committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    18bfe19 View commit details
    Browse the repository at this point in the history
  3. Use OC_LOG_IS_ENABLED instead of OC_DEBUG

    Danielius1922 authored and Daniel Adam committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    8ff30d1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Refactor oc_sec_cred_t

    - fix issues reported by SonarCloud
    - add oc_cred_serialize function to serialize selected certificates
    to PEM string
    Danielius1922 authored and Daniel Adam committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8f16eca View commit details
    Browse the repository at this point in the history
  2. ESP32: software update using hawkbit over HTTPS

    Danielius1922 authored and Daniel Adam committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f74b116 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix workflows for pull-requests from forks

    Danielius1922 authored and Daniel Adam committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a4ef10f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Cloud: Add custom scheduler for improved cloud action handling

    Enhance scheduling flexibility by enabling the setting of delay
    and timeout for actions, including jitter for added randomness.
    jkralik authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c98b759 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Validate CoAP request before processing

    - validation is executed before processing
    - some data parsed during the validation is stored and passed to processing
    to avoid duplicate parsing
    jkralik authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a882b59 View commit details
    Browse the repository at this point in the history
Loading