Skip to content

History

Revisions

  • Merge branch 'master' of github.com:quantcast/qfs

    @mikeov mikeov committed Oct 23, 2023
    0ed9689
  • Github action: install awscli on MacOS X amd64 as it is omitted from the base image.

    @mikeov mikeov committed Oct 23, 2023
    a2c7213
  • Merge pull request #261 from quantcast/topic/python3 Topic/python3

    @mikeov mikeov committed Oct 23, 2023
    46e7c18
  • Build script: install gnupg prior to updating apt keyring.

    @mikeov mikeov committed Oct 23, 2023
    b5da0ca
  • Build script: update apt keyring.

    @mikeov mikeov committed Oct 23, 2023
    35ef22d
  • Wiki: add MacOS X arm64 variant to binary distributions page.

    @mikeov mikeov committed Oct 23, 2023
    641a0db
  • Build script: use maven 3.9.5.

    @mikeov mikeov committed Oct 23, 2023
    608543f
  • Add github os X arm64 / m1 build.

    @mikeov mikeov committed Oct 23, 2023
    b3e3236
  • Format web ui python code with "black" and sort / organize import.

    @mikeov mikeov committed Oct 23, 2023
    007c1f0
  • Add .vscode to gitignore.

    @mikeov mikeov committed Oct 23, 2023
    78cccdc
  • Fix SavedChunkDataList.printDebug().

    @mikeov mikeov committed Oct 23, 2023
    59e027a
  • Build script: update Maven download URL to 3.9.3 version.

    @mikeov mikeov committed Aug 1, 2023
    bb1b04c
  • Meta server web UI: explicitly invoke python3.

    @mikeov mikeov committed Aug 1, 2023
    565ab80
  • Merge remote-tracking branch 'python3/3' into topic/python3

    @mikeov mikeov committed Jul 17, 2023
    6fda62a
  • Merge branch 'master' of github.com:quantcast/qfs

    @mikeov mikeov committed May 6, 2023
    9c788f4
  • Wiki: fix binary distributions page.

    @mikeov mikeov committed May 6, 2023
    0d9dab4
  • GitHub actions: fix typo in workflow.

    @mikeov mikeov committed May 6, 2023
    82105fd
  • Merge branch 'remove-openssl-1.0-workaround'

    @mikeov mikeov committed May 6, 2023
    86ba2c1
  • GitHub actions: turn off Debian 9 build due to end of life. Wiki: update binary distributions page and README.

    @mikeov mikeov committed May 6, 2023
    b400aa4
  • Merge pull request #259 from quantcast/remove-openssl-1.0-workaround Use TLS 1.2 with openssl versions prior to 1.1.

    @mikeov mikeov committed May 6, 2023
    a2069d5
  • Wiki and common library: prepare for 2.2.6 release by updating release notes, readme, and binary distributions.

    @mikeov mikeov committed Apr 23, 2023
    e56bcb1
  • Meta server, and annotated configuration: fix typo in parameters and variable names. Test scripts: add meta server configuration parameter in order to increase test coverage.

    @mikeov mikeov committed Apr 23, 2023
    6d69b3d
  • Annotated configuration files: add metaServer.readUsePoxoyOnDifferentHostMode and metaServer.writeUsePoxoyOnDifferentHostMode parameters description to meta server configuration file.

    @mikeov mikeov committed Apr 23, 2023
    20ee961
  • IO library: use SSLv23_*_method with openssl prior to 1.1 in order to allow to use TLS1.2 or higher, if available, and turn off SSL2 and SSL3 protocols in order to prevent SSL downgrade attacks, and ensure that PSK can be used.

    @mikeov mikeov committed Apr 22, 2023
    e0828af
  • Kfs IO library; remove conditional compilation workaround that was used for early openssl 1.0 versions. The workaround presently preventing use of TLS 1.2 with more recent openssl 1.0.x version.

    @mikeov mikeov committed Apr 22, 2023
    2fbba4b
  • Ext jerasure: remove dead code in order to eliminate warnings.

    @mikeov mikeov committed Apr 22, 2023
    820ec72
  • Ext DNS: add function pointers prototypes in order to eliminate warnings.

    @mikeov mikeov committed Apr 22, 2023
    f035a95
  • Meta server: implement additional object store chunk server / AP assignment modes. One is to select only to choose AP with matching rack only (i.e. with no fall back to choosing from all available APs), and the other is to choose AP with with matching rack only if client rack is set / known, otherwise falling back to choosing any available AP.

    @mikeov mikeov committed Mar 25, 2023
    94a6888
  • Port added to sorting Sorting fixed for 'down' servers

    @klabeeva klabeeva committed Mar 13, 2023
    690818a
  • Encoding fixed

    @klabeeva klabeeva committed Mar 10, 2023
    ed18086