[acassen/keepalived] 4a6204: Tidy up source tree

Quentin Armitage <[email protected]> Sun, 28 Jan 2018 04:30:54 -0800
Newsgroups gmane.linux.keepalived.devel
Message-ID <5a6dc27ee08b9_cfe2ac949565bfc10715c@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
  Branch: refs/heads/master
  Home:   https://github.com/acassen/keepalived
  Commit: 4a62048b03801684680cad3f33a7dc48ee5da457
      https://github.com/acassen/keepalived/commit/4a62048b03801684680cad3f33a7dc48ee5da457
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    M .gitignore
    A utils/.gitignore
    A utils/check_cond_comp
    A utils/env
    A utils/kernel_vers.c
    A utils/kernel_vers.sh

  Log Message:
  -----------
  Tidy up source tree

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 819caef58bc5af6a923400a5012006ee0f7e756b
      https://github.com/acassen/keepalived/commit/819caef58bc5af6a923400a5012006ee0f7e756b
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-26 (Fri, 26 Jan 2018)

  Changed paths:
    R utils/.gitignore
    R utils/check_cond_comp
    R utils/env
    R utils/kernel_vers.c
    R utils/kernel_vers.sh
    R utils/update_source_copyright_year

  Log Message:
  -----------
  Remove some utility files

These are now in a separate repo github.com/pqarmitage/keepalived-devel-tools
since they don't really belong in the keepalived source tree.


  Commit: 35efce46e0771fef614725994aafe98827c6e0ca
      https://github.com/acassen/keepalived/commit/35efce46e0771fef614725994aafe98827c6e0ca
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-27 (Sat, 27 Jan 2018)

  Changed paths:
    M ChangeLog
    M configure
    M configure.ac
    M doc/man/man5/keepalived.conf.5

  Log Message:
  -----------
  Merge branch 'master' into fixes


  Commit: bd5ebf6d784cbb97ecfc577ef1aeaa44d13d0d2a
      https://github.com/acassen/keepalived/commit/bd5ebf6d784cbb97ecfc577ef1aeaa44d13d0d2a
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M genhash/http.c
    M genhash/include/main.h
    M genhash/main.c
    M genhash/ssl.c

  Log Message:
  -----------
  Make genhash exit with exit code 1 on error

Issue #766 identified that genhash always exits with exit code 1
even if an error has occurred.

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 211bc6ebda93909c9179a5a584c7e53f11f226fd
      https://github.com/acassen/keepalived/commit/211bc6ebda93909c9179a5a584c7e53f11f226fd
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M genhash/http.c

  Log Message:
  -----------
  Rationalise printing of http header in genhash

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 61c9a15d3e10f8261fd61bb0463bd57ae4306815
      https://github.com/acassen/keepalived/commit/61c9a15d3e10f8261fd61bb0463bd57ae4306815
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M genhash/http.c
    M genhash/include/sock.h
    M keepalived/check/check_http.c
    M keepalived/include/check_http.h
    M lib/html.c
    M lib/html.h

  Log Message:
  -----------
  Use http header Content-Length field in HTTP_CHECK/SSL_CHECK

If a Content-Length is supplied in the http header, use that as a
limit to the data length (as wget does). If the length of data
received does not match the Content-Length log a warning.

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: dcf8a71d0db81784b0bf34b53482c133035d1e2a
      https://github.com/acassen/keepalived/commit/dcf8a71d0db81784b0bf34b53482c133035d1e2a
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M genhash/main.c

  Log Message:
  -----------
  Optimise parameter passing to fprintf in genhash

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: a3fe2e0449f11b4ae8198f573355e72f20552fa9
      https://github.com/acassen/keepalived/commit/a3fe2e0449f11b4ae8198f573355e72f20552fa9
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M genhash/include/main.h

  Log Message:
  -----------
  Don't declare mark variable if don't have MARK socket option

Signed-off-by: Quentin Armitage <[email protected]>


  Commit: 03cf9bed66914c662a665efde85546122c4ae1e9
      https://github.com/acassen/keepalived/commit/03cf9bed66914c662a665efde85546122c4ae1e9
  Author: Quentin Armitage <[email protected]>
  Date:   2018-01-28 (Sun, 28 Jan 2018)

  Changed paths:
    M .gitignore
    M genhash/http.c
    M genhash/include/main.h
    M genhash/include/sock.h
    M genhash/main.c
    M genhash/ssl.c
    M keepalived/check/check_http.c
    M keepalived/include/check_http.h
    M lib/html.c
    M lib/html.h
    R utils/update_source_copyright_year

  Log Message:
  -----------
  Merge pull request #767 from pqarmitage/fixes

Make genhash exit code 1 if error, and sundry other changes


Compare: https://github.com/acassen/keepalived/compare/39ac904b6e07...03cf9bed6691

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

_______________________________________________
Keepalived-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/keepalived-devel