forked from engineyard/loudmouth
-
Notifications
You must be signed in to change notification settings - Fork 15
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mcabber/loudmouth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 11 files changed
- 3 contributors
Commits on Nov 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a2d6254 - Browse repository at this point
Copy the full SHA a2d6254View commit details
Commits on Nov 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a6f1a7c - Browse repository at this point
Copy the full SHA a6f1a7cView commit details
Commits on Nov 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bc818cc - Browse repository at this point
Copy the full SHA bc818ccView commit details
Commits on Jan 11, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 1b90bd4 - Browse repository at this point
Copy the full SHA 1b90bd4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 447a66f - Browse repository at this point
Copy the full SHA 447a66fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 74d6f24 - Browse repository at this point
Copy the full SHA 74d6f24View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fa02d0e - Browse repository at this point
Copy the full SHA fa02d0eView commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for b1c6636 - Browse repository at this point
Copy the full SHA b1c6636View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7aa592 - Browse repository at this point
Copy the full SHA a7aa592View commit details -
Merge pull request #22 from moench-tegeder/build_20160111
assorted minor build fixes
Configuration menu - View commit details
-
Copy full SHA for 1edbabf - Browse repository at this point
Copy the full SHA 1edbabfView commit details
Commits on Jan 25, 2016
-
Check for __res_query in libresolv
Changeset 74d6f24 breaks builds here (Debian Jessie), because __res_query is not found...
Configuration menu - View commit details
-
Copy full SHA for 73b91d5 - Browse repository at this point
Copy the full SHA 73b91d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f06ad5 - Browse repository at this point
Copy the full SHA 8f06ad5View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.5.1...1.5.2