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

Enhancement 1 #114

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Enhancement 1 #114

wants to merge 13 commits into from

Commits on Sep 2, 2016

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

Commits on Sep 5, 2016

  1. Enhancement-1: Code clean up and new features

    Clean up: Added GelfSenderConfiguration,
    GelfSenderConfigurationException and GelfSenderFactory classes
    Enhancement: Added support for ResourceBundles
    skorhone committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    016ab80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c92695 View commit details
    Browse the repository at this point in the history
  3. Fix: Changed UDP to use blocking mode for sends. Non-blocking mode

    results in packet loss, when sends runs out of buffer space. This is a
    valid solution, because UDP packets are considered as sent, even if
    packets do not reach the destination
    skorhone committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    32dd2a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    256ec3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cf4133 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e16c42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cf66817 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6249edc View commit details
    Browse the repository at this point in the history
  9. Clean up: Reordering code

    skorhone committed Sep 5, 2016
    Configuration menu
    Copy the full SHA
    3c32a9f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79bfe30 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9c3c728 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

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