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: mcabber/loudmouth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.1
Choose a base ref
...
head repository: mcabber/loudmouth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Choose a head ref
  • 12 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 6, 2015

  1. Update README wrt new release

    McKael committed Nov 6, 2015
    Configuration menu
    Copy the full SHA
    a2d6254 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2015

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

Commits on Nov 15, 2015

  1. Add libasyncns to Libs.private

    McKael committed Nov 15, 2015
    Configuration menu
    Copy the full SHA
    bc818cc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2016

  1. include netinet/in.h in resolver

    On some platforms (notably FreeBSD) netinet/in.h is required
    for the struct in_addr type and IPPROTO_* constants.
    As this header and both required definitions are documented
    in IEEE Std 1003.1, this should be safe on all systems.
    moench-tegeder committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    1b90bd4 View commit details
    Browse the repository at this point in the history
  2. include the right gssapi.h

    some time ago gssapi.h moved to gssapi/gssapi.h, and on some systems
    (e.g. FreeBSD) gssapi.h carries a deprecation #warning - which becomes
    a fatal error since we're compiling with -Werror
    moench-tegeder committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    447a66f View commit details
    Browse the repository at this point in the history
  3. remove libresolv relict

    As far as I can tell, libresolv is not needed anymore.
    To avoid build breakage on systems where the resolver functions
    live in libc, just remove -lresolv
    moench-tegeder committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    74d6f24 View commit details
    Browse the repository at this point in the history
  4. try generic cc before testing for gcc

    FreeBSD has clang as it's primary C compiler (and often no gcc,
    these days). To avoid using the "wrong" compiler (gcc installed
    via ports if available), test for cc first.
    moench-tegeder committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    fa02d0e View commit details
    Browse the repository at this point in the history
  5. remove rcsid

    as loudmouth is maintained in git, the whole concept of rcsid does
    not really apply anymore - but we get warnings from -Wunused which
    are promptly upgraded to errors (-Werror)
    moench-tegeder committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    b1c6636 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7aa592 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #22 from moench-tegeder/build_20160111

    assorted minor build fixes
    mcabber committed Jan 11, 2016
    Configuration menu
    Copy the full SHA
    1edbabf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2016

  1. Check for __res_query in libresolv

    Changeset 74d6f24 breaks builds here (Debian Jessie), because
    __res_query is not found...
    McKael committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    73b91d5 View commit details
    Browse the repository at this point in the history
  2. Bumped version to 1.5.2

    McKael committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    8f06ad5 View commit details
    Browse the repository at this point in the history
Loading