Skip to content
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.

Pull from origin fork #1

Merged
merged 33 commits into from
Dec 17, 2018
Merged

Pull from origin fork #1

merged 33 commits into from
Dec 17, 2018

Commits on Jun 4, 2018

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

Commits on Jun 5, 2018

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

Commits on Jun 6, 2018

  1. #19 -> Check for interface classes in correct package is default DBus…

    … interface name is returned in introspection; Fallback to DBusInterface if no suitable interface could be found
    hypfvieh committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    baba02b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ef27e View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Update README.md

    hypfvieh authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    5c718e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2018

  1. Fixed formatting

    hypfvieh committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    5df35ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2c048 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa3501d View commit details
    Browse the repository at this point in the history
  4. Fixed junit5 was not used when build with maven; Reverted changes to …

    …Message class as this will break structs
    hypfvieh committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    a50e9eb View commit details
    Browse the repository at this point in the history
  5. Rewrite of MarshallingTest which has not tested what it wants to be t…

    …ested; Disabled two unit tests which will sometimes fail in maven (has to be investigated)
    hypfvieh committed Jul 24, 2018
    Configuration menu
    Copy the full SHA
    06f68f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Configuration menu
    Copy the full SHA
    32442c1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    hypfvieh authored Jul 25, 2018
    Configuration menu
    Copy the full SHA
    7db49fc View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    67b5670 View commit details
    Browse the repository at this point in the history
  2. #16: Refactored DBusDaemon to start embedded

    #16
    * return from a running loop if thread has been interrupted
    lbeuster-cts committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    be363fd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #24 from lbeuster/embedded_daemon

    #16 Refactor DBusDaemon to start embedded
    hypfvieh authored Jul 30, 2018
    Configuration menu
    Copy the full SHA
    ee0d298 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2018

  1. fixed Marshalling.getJavaType to return correct number of parsed char…

    …acters
    
    when parsing a struct.
    mdo authored and mdo committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    59e137a View commit details
    Browse the repository at this point in the history
  2. Changed verbose logging of written messages to debug level

    mdo authored and mdo committed Aug 17, 2018
    Configuration menu
    Copy the full SHA
    cb327c0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from littlefreaky/remove_verbose_logging

    Changed verbose logging of written messages to debug level
    littlefreaky authored Aug 17, 2018
    Configuration menu
    Copy the full SHA
    5d64a5d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

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

Commits on Aug 22, 2018

  1. Merge pull request #27 from littlefreaky/remove_verbose_logging

    Changed verbose logging of written messages to debug level
    hypfvieh authored Aug 22, 2018
    Configuration menu
    Copy the full SHA
    0efc2f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    2d132d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c134cb View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. release preparation

    hypfvieh committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    4276a4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c522dd1 View commit details
    Browse the repository at this point in the history
  3. Next development iteration

    hypfvieh committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    b90aa21 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Configuration menu
    Copy the full SHA
    ca5a12f View commit details
    Browse the repository at this point in the history
  2. fixed DBusConnection exception with certain locales (e.g. Turkish)

    - Use Locale.ROOT as locale for toLowerCase operations in BusAddress. 
      Otherwise the toEnum method may fail because e.g. in Turkish the
      enum constant UNIX is not lower cased to 'unix' but 'unıx'
    - Pass source exception to DBusException in AbstractConnection constructor
    - check if we are actually connected in DBusConnection.disconnect() and
      return immediately if we are not (similar to super implementation). 
      Otherwise the disconnect may throw an NPE because the address is null
      if disconnect is called from the AbstractConnection constructor.
    MDoswaldSchiller committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    80021ac View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from littlefreaky/connection_error_depending_o…

    …n_locale
    
    Connection error depending on locale
    hypfvieh authored Oct 4, 2018
    Configuration menu
    Copy the full SHA
    d7e12ac View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2018

  1. Fixed various warnings

    hypfvieh committed Nov 11, 2018
    Configuration menu
    Copy the full SHA
    b21fa2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e014de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d751c11 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2018

  1. feat: reads machine-id from /etc/machine-id

    It seems like on the default installation of some OS, the machine-id can only be found in /etc/machine-id instead of /var/lib/dbus/machine-id. Knowing that the content of both files must match in the event that they both exist (usually via a symlink), the library might as well check for both locations.
    
    See https://www.freedesktop.org/software/systemd/man/machine-id.html
    Michivi committed Nov 25, 2018
    Configuration menu
    Copy the full SHA
    9e70f8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #31 from michivi/feat/machine-id-missing

    feat: reads machine-id from /etc/machine-id
    hypfvieh authored Nov 25, 2018
    Configuration menu
    Copy the full SHA
    8876514 View commit details
    Browse the repository at this point in the history