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

Storing client data in tdb #1145

Closed
wants to merge 2,430 commits into from
Closed

Storing client data in tdb #1145

wants to merge 2,430 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 19, 2018

  1. Merge pull request #952 from tempesta-tech/ao-903

    Fix #903: add logging for all error responses.
    aleksostapenko authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    723f781 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #966 from tempesta-tech/vlad-fix-wrk

    fix wrk command
    vladtcvs authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    5734131 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Configuration menu
    Copy the full SHA
    e586ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2065d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f7197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e44375 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae107da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d038360 View commit details
    Browse the repository at this point in the history
  7. Fix code review comments

    vankoven committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    bc7f686 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #969 from tempesta-tech/ik-fix-pending-for-srv-issue

    Fix releasing of requests and responses on client disconnects
    vankoven authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    1717c14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa7583f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #970 from tempesta-tech/ao-coverity

    Resolve issues from static analyzer report.
    aleksostapenko authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    8d9dc49 View commit details
    Browse the repository at this point in the history
  11. Fix #971: more the assertion to the places where we are unsure about …

    …pair of the freed request
    krizhanovsky committed Mar 20, 2018
    Configuration menu
    Copy the full SHA
    5756d54 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a35399c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Update changelog

    vankoven committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    eb2caf3 View commit details
    Browse the repository at this point in the history
  2. Return code if failures

    vladtcvs committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    a4d457e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #974 from tempesta-tech/release-0.5.0

    Update changelog
    vankoven authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    5fa25d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c65e8a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. Configuration menu
    Copy the full SHA
    30ffca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0af2b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Merge pull request #979 from tempesta-tech/ao-978

    Fix #978: mark started flag as false after failed start on reload.
    aleksostapenko authored Mar 26, 2018
    Configuration menu
    Copy the full SHA
    6e8b616 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    221bf79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #982 from tempesta-tech/vlad-unittest

    Return 1 for failed unit tests
    vladtcvs authored Mar 26, 2018
    Configuration menu
    Copy the full SHA
    479fc5d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    108c207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56865e5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2018

  1. func tests: fix handling return from inlined function

    tfw_http_msg_alloc_resp_light() is inlined function and overriding
    return code is not possible for it. Set stap for __tfw_http_msg_alloc()
    function and check for arguments in order to override return only for
    tfw_http_msg_alloc_resp_light.
    vankoven committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    0415f30 View commit details
    Browse the repository at this point in the history
  2. func tests: replace message update with simple append

    Message parsing in deproxy was improved and garbage after
    headers end no more treated as body. Manually append garbage
    to string representation of the message.
    vankoven committed Mar 28, 2018
    Configuration menu
    Copy the full SHA
    550fbdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2bd25 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2018

  1. Merge pull request #986 from tempesta-tech/ik-fix-tests

    Fix some issues in functional tests
    vankoven authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    6e65b75 View commit details
    Browse the repository at this point in the history
  2. Fix cfg misprint

    vankoven committed Mar 29, 2018
    Configuration menu
    Copy the full SHA
    2e7c33a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #990 from tempesta-tech/ik-fix-cfg-misprint

    Fix misprint in configuration handling
    vankoven authored Mar 29, 2018
    Configuration menu
    Copy the full SHA
    ba5c2cf View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Configuration menu
    Copy the full SHA
    e220b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cc4cb9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #983 from tempesta-tech/ao-918

    Fix #918: release connection if its' reference count is zero.
    aleksostapenko authored Mar 30, 2018
    Configuration menu
    Copy the full SHA
    246d180 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Fix #938.

    See PoC and benchmarks at
    tempesta-tech/blog@d0b016d
    krizhanovsky committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    a6b1dc1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    1b05128 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #994 from tempesta-tech/ak-938

    Fix #938. See PoC and benchmarks at tempesta-tech/blog@d0b016d
    krizhanovsky authored Apr 4, 2018
    Configuration menu
    Copy the full SHA
    aa59248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70e0eb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91a3b59 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Configure TCP fin timeout

    vladtcvs committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    6468a7a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #999 from tempesta-tech/vlad-919

    Set tcp fin timeout for faster reuse the same TCP ports
    vladtcvs authored Apr 5, 2018
    Configuration menu
    Copy the full SHA
    16da0c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    20fcb63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b17b88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2868c6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1001 from tempesta-tech/vlad-919

    Move TCP config to helpers/prepare.py
    vladtcvs authored Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3d5eb93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63b7432 View commit details
    Browse the repository at this point in the history
  6. Measure socket errors

    vladtcvs committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    7bcedaa View commit details
    Browse the repository at this point in the history
  7. measure socket errors

    vladtcvs committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    49b723c View commit details
    Browse the repository at this point in the history
  8. Remove outdated code

    vladtcvs committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    4df23de View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. Configuration menu
    Copy the full SHA
    90ef69e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21540ca View commit details
    Browse the repository at this point in the history
  3. Add comments

    vladtcvs committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    3b3b397 View commit details
    Browse the repository at this point in the history
  4. Set timeout 60 in wrk

    vladtcvs committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    2efc0e7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #997 from tempesta-tech/vlad-backends-502

    Temporary don't measure 502 and 504 errors
    vladtcvs authored Apr 9, 2018
    Configuration menu
    Copy the full SHA
    78f2da0 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

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

Commits on Apr 11, 2018

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

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    92a6421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf11c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

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

Commits on Apr 14, 2018

  1. Merge pull request #1000 from tempesta-tech/ao-166

    Fix #166: transition to standard skb linkage inside TempstaFW.
    aleksostapenko authored Apr 14, 2018
    Configuration menu
    Copy the full SHA
    37044a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Configuration menu
    Copy the full SHA
    55ba25d View commit details
    Browse the repository at this point in the history
  2. Fix review comments

    krizhanovsky committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    2b36ea1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1005 from tempesta-tech/ak-628

    Fix #628: Custom characters set for URI and HTTP headers
    krizhanovsky authored Apr 15, 2018
    Configuration menu
    Copy the full SHA
    67e44e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2018

  1. Merge pull request #1004 from tempesta-tech/vlad-tests-submodule

    Move tests to submodule
    vladtcvs authored Apr 19, 2018
    Configuration menu
    Copy the full SHA
    949e8c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2018

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

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    852ef49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2294085 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. Configuration menu
    Copy the full SHA
    429fc49 View commit details
    Browse the repository at this point in the history
  2. Minor cleanups (#688).

    aleksostapenko committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    9703bf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49d0c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4570df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2018

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

Commits on Apr 29, 2018

  1. Configuration menu
    Copy the full SHA
    72cc287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3b479f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbbcc21 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. Fix #635:

    1. Move assembly memcpy(), memset() and memcmp() as well as tdb_hash_calc()
       to the new Tempesta library in tempesta/lib - a new module is introduced;
    2. Remvoe several *_fast() calls as they're called in process context;
    3. Fixed __tfw_strcmp() and __tfw_strcmpspn() and appropriate tests for
       strings with zero lengths.
    krizhanovsky committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    53771f0 View commit details
    Browse the repository at this point in the history
  2. Rempace tfw_cstricmp() by strncasecmp() as tfw_sg_name_match() is cal…

    …led from process context
    krizhanovsky committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    1c1ef5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08db158 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6a3f9e View commit details
    Browse the repository at this point in the history
  5. Add forgotten header

    krizhanovsky committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    1903775 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b101cb2 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2018

  1. Configuration menu
    Copy the full SHA
    b338c90 View commit details
    Browse the repository at this point in the history
  2. Fix include paths

    krizhanovsky committed May 1, 2018
    Configuration menu
    Copy the full SHA
    dd86632 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    648e282 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ba7d65 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    1796178 View commit details
    Browse the repository at this point in the history
  2. Move TLS tests from the module initialization phase to tempesta_fw un…

    …it test.
    
    Call all the TLS tests, not just a few as previously.
    Allocate and free per-cpu buffers for bignum on the module load/unload.
    Even more cleanups.
    Entropy test fails - need to explore & adopt the module more.
    krizhanovsky committed May 2, 2018
    Configuration menu
    Copy the full SHA
    9231ca9 View commit details
    Browse the repository at this point in the history
  3. Fix and cleanup entropy

    krizhanovsky committed May 2, 2018
    Configuration menu
    Copy the full SHA
    300b02c View commit details
    Browse the repository at this point in the history
  4. Add missed copyrights

    krizhanovsky committed May 2, 2018
    Configuration menu
    Copy the full SHA
    e7f153e View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Merge pull request #1007 from tempesta-tech/ak-635

    Fix #635: SIMD implementations for memcpy(), memset(), and memcmp()
    krizhanovsky authored May 4, 2018
    Configuration menu
    Copy the full SHA
    6e9802e View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    17fa527 View commit details
    Browse the repository at this point in the history
  2. Fix build vector flags

    krizhanovsky committed May 5, 2018
    Configuration menu
    Copy the full SHA
    618997f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1010 from tempesta-tech/ak-mbedtls-2.8.0

    Move to mbedTLS 2.8.0
    krizhanovsky authored May 5, 2018
    Configuration menu
    Copy the full SHA
    59c0785 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. Configuration menu
    Copy the full SHA
    6dac0c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1181a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc1f49d View commit details
    Browse the repository at this point in the history
  4. Perl script cleanups

    krizhanovsky committed May 6, 2018
    Configuration menu
    Copy the full SHA
    21587c0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

  1. Configuration menu
    Copy the full SHA
    b1d1243 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1008 from tempesta-tech/ao-688

     Fix #688: Make frang directives location-specific.
    aleksostapenko authored May 7, 2018
    Configuration menu
    Copy the full SHA
    97769f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a732777 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2018

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

Commits on May 13, 2018

  1. Replace 4 spaces by tabs

    krizhanovsky committed May 13, 2018
    Configuration menu
    Copy the full SHA
    ef1b36f View commit details
    Browse the repository at this point in the history
  2. Fix braces and spaces

    krizhanovsky committed May 13, 2018
    Configuration menu
    Copy the full SHA
    f917bbf View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1014 from tempesta-tech/ak-tls-coding-style

    Trivial & automatic tls coding style adjustments
    krizhanovsky authored May 13, 2018
    Configuration menu
    Copy the full SHA
    d4124ae View commit details
    Browse the repository at this point in the history
  4. Fix #852: don't drop a connection if it coulnd't be created due to an…

    … error.
    
    Move non-configured certificate error to start phase.
    Cleanups and more user-friendly error messages.
    krizhanovsky committed May 13, 2018
    Configuration menu
    Copy the full SHA
    000c557 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2018

  1. Fix code review comments

    krizhanovsky committed May 14, 2018
    Configuration menu
    Copy the full SHA
    60d934c View commit details
    Browse the repository at this point in the history
  2. Even more review fixes

    krizhanovsky committed May 14, 2018
    Configuration menu
    Copy the full SHA
    36231b5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1015 from tempesta-tech/ak-852

    Fix #852: don't drop a connection if it coulnd't be created due to an error.
    krizhanovsky authored May 14, 2018
    Configuration menu
    Copy the full SHA
    4609499 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    1141fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a3383 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    64230af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9da6a7 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge pull request #1018 from tempesta-tech/ik-fix-unit-tests

    Fix missed function in unit tests.
    vankoven authored May 18, 2018
    Configuration menu
    Copy the full SHA
    c29c1ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fdb7a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41b5b16 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    df1e6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0042e93 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1023 from tempesta-tech/ak-fast-str-no-avx

    Compatibility fast str implementations
    krizhanovsky authored May 23, 2018
    Configuration menu
    Copy the full SHA
    49d3328 View commit details
    Browse the repository at this point in the history
  4. Fix skb leakage on HTTP request processing errors.

    tfw_http_resp_process() calls ss_skb_queue_purge() on bad_msg label, however
    tfw_http_req_process() on TFW_BLOCK returned from the parser calls
    tfw_client_drop() which not always free the request. (The ingress skb is
    linked with the request in tfw_http_msg_process(), so we have to call
    ss_skb_queue_purge() even on not parsed request.)
    
    There is a case when we do not free skb on HTTP request processing errors.
    tfw_http_cli_error_resp_and_log() -> tfw_http_req_mark_error()
    -> __tfw_http_send_resp(): on bad return code from tfw_strcpy_desc()
    just returns w/o calling tfw_http_resp_build_error().
    krizhanovsky committed May 23, 2018
    Configuration menu
    Copy the full SHA
    d4c2313 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd4fc0b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Merge pull request #1024 from tempesta-tech/ak-http-req-skb-leak

    Fix skb leakage on HTTP request processing errors.
    krizhanovsky authored May 24, 2018
    Configuration menu
    Copy the full SHA
    e34e269 View commit details
    Browse the repository at this point in the history
  2. fix debug build

    vankoven committed May 24, 2018
    Configuration menu
    Copy the full SHA
    0c77d6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42bdbdd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1026 from tempesta-tech/ik-fix-missing-attr_check

    Fix missing configuration attributes check
    vankoven authored May 24, 2018
    Configuration menu
    Copy the full SHA
    001bafb View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Configuration menu
    Copy the full SHA
    1ef091b View commit details
    Browse the repository at this point in the history
  2. fix #1029 Close client connection if backend closed tempesta connecti…

    …on after error code
    vankoven committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    52ad57d View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2018

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

Commits on Jun 8, 2018

  1. Configuration menu
    Copy the full SHA
    8296bf5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1030 from tempesta-tech/ik-fix-missed-connection-…

    …header
    
    Fix missed connection header
    vankoven authored Jun 8, 2018
    Configuration menu
    Copy the full SHA
    a021315 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8722e06 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2018

  1. Configuration menu
    Copy the full SHA
    042d08f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1017 from tempesta-tech/ao-731

    Fix #731: HTTP tables introduction.
    aleksostapenko authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    17aee39 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2018

  1. Configuration menu
    Copy the full SHA
    688cad1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1035 from tempesta-tech/ao-1013

     Fix #1013: Avoid gcc-7 warning in conditional ternary operator (#1013).
    aleksostapenko authored Jul 5, 2018
    Configuration menu
    Copy the full SHA
    211452d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2018

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

Commits on Jul 12, 2018

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

Commits on Jul 14, 2018

  1. Configuration menu
    Copy the full SHA
    727c681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8930102 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

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

Commits on Jul 18, 2018

  1. Configuration menu
    Copy the full SHA
    0bfd5ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1036 from tempesta-tech/ao-1033

    Fix #1033: Change header name format in HTTP tables configuration.
    aleksostapenko authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    88252a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1039 from tempesta-tech/ao-772

     Fix #772: Change 'keepalive' and 'client_body' timeouts applying.
    aleksostapenko authored Jul 18, 2018
    Configuration menu
    Copy the full SHA
    2c88221 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

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

Commits on Aug 5, 2018

  1. Configuration menu
    Copy the full SHA
    bfc5e90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1086abb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Merge pull request #1051 from tempesta-tech/ao-900

    Fix #900: Change some comments and add unit tests.
    aleksostapenko authored Aug 10, 2018
    Configuration menu
    Copy the full SHA
    0801674 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Fix misspells

    vankoven committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    d147160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34b21b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    86676b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b44561d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. Configuration menu
    Copy the full SHA
    864c969 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef34eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c80e93 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. gfsm: fix incorrect fsm hook call

    tfw_gfsm_switch() can be called multiple times during tfw_gfsm_move()
    call. After each tfw_gfsm_switch() call current FSM is switched
    to FSM stated in fsm_hooks. Thus FSM(st) actually points on
    child FSM state, not parent one.
    vankoven committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    a6a492c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ddd07c View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

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

Commits on Sep 4, 2018

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

Commits on Sep 5, 2018

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

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    2a54b5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a349d8c View commit details
    Browse the repository at this point in the history
  3. unit tests: fail test case if there are unparsed data

    Normally string buffer represents full message from start to end,
    we can't treat parsing as successful, if http parser returned TFW_PASS.
    but parsing was stopped before the buffer end.
    vankoven committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    f72a776 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Configuration menu
    Copy the full SHA
    8f9cf81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0020298 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1047 from tempesta-tech/ao-535

    Fix #535: Block clients which requests have no session cookie.
    aleksostapenko authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    8268856 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5475237 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6cf7bf0 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Merge pull request #1062 from tempesta-tech/ik-test-parser-fixes

    Don't treat message parsing as successful unless message has expected length
    vankoven authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    f4c4e6b View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Correct link to patchset

    craig authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    fd6720f View commit details
    Browse the repository at this point in the history
  2. Use exact patch URL, not repo

    craig authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    cd93315 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1069 from craig/patch-1

    Correct link to patchset
    vankoven authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    c693198 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Configuration menu
    Copy the full SHA
    192e441 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bf02de View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2018

  1. Describe case of absent proxy_pass

    vladtcvs authored and vankoven committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    e1f3fe4 View commit details
    Browse the repository at this point in the history
  2. sample config: fix misspels

    vankoven committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    8918cba View commit details
    Browse the repository at this point in the history
  3. sample config: unify format

    - Replace tabs with spaces to use the same format in the whole file
    - enclose directives with single quotes and values with double quotes
    to distinguish them from the usual English words.
    - same line width for the whole file
    - same unordered lists indentations
    vankoven committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    c827df8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b77470 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fd603d View commit details
    Browse the repository at this point in the history
  6. sample config: update 'proxy_pass' description

    There is no such entity as "default vhost", it actually means
    vhost with name "default". Add quotes to show that.
    vankoven committed Oct 4, 2018
    Configuration menu
    Copy the full SHA
    fb04fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2018

  1. Fix code review comments

    vankoven committed Oct 5, 2018
    Configuration menu
    Copy the full SHA
    258583e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1046 from tempesta-tech/vlad-cfg-doc

    Describe case of absent proxy_pass
    vankoven authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    0a5586c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1060 from tempesta-tech/ao-1058

    Fix #1058: Protocol/port persistence support during redirection.
    aleksostapenko authored Oct 5, 2018
    Configuration menu
    Copy the full SHA
    ee9d70c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    22d1548 View commit details
    Browse the repository at this point in the history
  2. Fix JS challenge validation

    - Fix incorrect calculation of allowed time frame for a new request.
    'delay_range' was stored in Tempesta in jiffies while it was used
    in msecs in JS code. That could lead to defferent calculation results
    on TempestaFW and client.
    - Don't close connection, if non-chalengeable resource was requested
    before passing JS challenge.
    vankoven committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    ccfe55b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88f2b40 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

  1. Configuration menu
    Copy the full SHA
    4e57350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a9486 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Configuration menu
    Copy the full SHA
    ec7ae42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1072 from tempesta-tech/ao-806

     Fix #806: Reduce count of IPI during work_queue processing.
    aleksostapenko authored Oct 15, 2018
    Configuration menu
    Copy the full SHA
    5984a4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aba9de View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. tdb: make tdbq depend on libtdb

    Sometimes with make -jN, tdbq fails to link with libtdb, since there is
    no libtdb yet.
    i-rinat committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    efbb48c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1082 from tempesta-tech/ri-tdb-makefile-dependencies

    tdb: make tdbq depend on libtdb
    i-rinat authored Oct 16, 2018
    Configuration menu
    Copy the full SHA
    0d019c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Merge pull request #1079 from tempesta-tech/ao-fix-vhost-cfg

    Reset default vhost during start of Tempesta FW
    aleksostapenko authored Oct 17, 2018
    Configuration menu
    Copy the full SHA
    18dd99e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Unify internal representation of TfwAddr, make it use sockaddr_in6

    Drops everything from the TfwAddr union, making it essentially an alias for
    struct sockaddr_in6. IPv4 addresses are converted to IPv4-mapped addresses
    at the parsing stage.
    
    Macros for log reporting with addresses of both IPv4 and IPv6 are unified.
    They got a new parameter controlling whenever ports should be reported too.
    i-rinat committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    a0afc1b View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2018

  1. Merge pull request #1081 from tempesta-tech/ri-775-always-use-ipv6

    Use struct sockaddr_in6 for all addresses
    i-rinat authored Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d6ca803 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. fix code review comments

    vankoven committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    5b8986c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1055 from tempesta-tech/ik-fix-gfsm-move

    Preserve correct fsm state when moving to a next state
    vankoven authored Oct 22, 2018
    Configuration menu
    Copy the full SHA
    076669b View commit details
    Browse the repository at this point in the history
  3. fix code review comments

    vankoven committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    c13ee1a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1077 from tempesta-tech/ik-fix-jsc

    Fix unstable JS challange passing
    vankoven authored Oct 22, 2018
    Configuration menu
    Copy the full SHA
    fe69e97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b32eb4c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2018

  1. Merge pull request #1083 from tempesta-tech/ri-remove-unused-parameter

    drop unused "unused" parameter of frang_conn_limit()
    i-rinat authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    cc3568b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. make tfw_str_collect_cmp() reset its output variable before use

    Also adds a rare case of empty slice handling.
    i-rinat committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    ad37acf View commit details
    Browse the repository at this point in the history
  2. handle multiple chunks of sticky cookie string

    When data are in multiple chunks, it's necessary to initialize 'tr' at the
    beginning of every new chunk.
    i-rinat committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    24000b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ff3cd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1088 from tempesta-tech/ri-sticky-cookie-len-calc…

    …ulation
    
    fixups for sticky cookie calculation in case of segmented data
    i-rinat authored Oct 30, 2018
    Configuration menu
    Copy the full SHA
    38548d6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2018

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

Commits on Nov 1, 2018

  1. Merge pull request #1092 from tempesta-tech/ri-parser-test-cookie-spl…

    …itting
    
    test cookie parser splitting string in the right places
    i-rinat authored Nov 1, 2018
    Configuration menu
    Copy the full SHA
    a5373cd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. do not check tfw_cfg_sticky.sess_lifetime, it's always greater than 0

    If it was 0 for some reason, we force it to be UINT_MAX instead, exactly
    to avoid such checks at run time.
    i-rinat committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    0c3e11b View commit details
    Browse the repository at this point in the history
  2. prevent possible integer overflows

    Some variable values come from a configuration file, and can be arbitrary.
    Then, some additional care is needed to prevent overflows.
    i-rinat committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    f0daf10 View commit details
    Browse the repository at this point in the history
  3. use time_t for time difference in tfw_cache_calc_lifetime

    Since time_t is a 64-bit type, in some contrived cases it's possible to
    overflow 32-bit integer. Let's use 64-bit instead.
    i-rinat committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    edcbbf5 View commit details
    Browse the repository at this point in the history
  4. limit server_forward_retries by USHRT_MAX

    It's compared to tfw_http_req_t::retries, which is unsigned short. So there
    are no sense in values larger than USHRT_MAX
    i-rinat committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ab68a24 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Merge pull request #1094 from tempesta-tech/ri-integer-overflows

    Contrived integer overflows
    i-rinat authored Nov 8, 2018
    Configuration menu
    Copy the full SHA
    69dea64 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Configuration menu
    Copy the full SHA
    0b80020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99ecdb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Merge pull request #1098 from tempesta-tech/ak-jspl-cleanup

    Small cleanup in the perl JS generator
    krizhanovsky authored Nov 13, 2018
    Configuration menu
    Copy the full SHA
    522038d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Configuration menu
    Copy the full SHA
    b032e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8394f57 View commit details
    Browse the repository at this point in the history
  3. copy network headers in ss_skb_split()

    We need to copy network headers from the original skb to the newly
    allocated remainder, as ss_skb_fmt_src_addr() expects at least IP headers.
    i-rinat committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    8af6937 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2018

  1. Merge pull request #1100 from tempesta-tech/ri-copy-network-headers-i…

    …n-ss-skb-split
    
    copy network headers in ss_skb_split()
    i-rinat authored Nov 15, 2018
    Configuration menu
    Copy the full SHA
    2a038e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76e961e View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2018

  1. Configuration menu
    Copy the full SHA
    730153a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1097 from tempesta-tech/ao-1073

    Fix #1073: Add support MSI/MSI-X interrupts during NIC queues configuration
    aleksostapenko authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    fb7701f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

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

Commits on Nov 23, 2018

  1. Merge pull request #1110 from tempesta-tech/ri-resource-cleanups-on-e…

    …rrors
    
    remove request from seq_list when errors occur
    i-rinat authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    d07ee69 View commit details
    Browse the repository at this point in the history
  2. Limit upper border for JS challenge to deny hardcoding the challenge

    Detailed information in my comment to #1102 issue
    vankoven committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    83aef86 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1109 from tempesta-tech/ik-jsch-upper-border

    Limit upper border for JS challenge to deny hardcoding the challenge
    vankoven authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    7a3fa58 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2018

  1. Configuration menu
    Copy the full SHA
    724a278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3222dac View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    190b02b View commit details
    Browse the repository at this point in the history
  2. parse Pragma header field in response

    There are no anything about "Pragma" in response headers, but at least
    Firefox and Chrome/Chromium recognize that field in response headers, and
    do not cache such responses.
    i-rinat committed Nov 27, 2018
    Configuration menu
    Copy the full SHA
    b4d9061 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c75dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c51b88d View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. Merge pull request #1120 from tempesta-tech/ri-pragma-no-cache

    Parse "pragma" field in response, honor "pragma" field in request
    i-rinat authored Nov 28, 2018
    Configuration menu
    Copy the full SHA
    f7ebc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6340290 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

  1. Merge pull request #1124 from tempesta-tech/ri-follow-up-for-1120

    reorder enum a bit in http parser
    i-rinat authored Nov 29, 2018
    Configuration menu
    Copy the full SHA
    b896eea View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    e5d20e6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1118 from tempesta-tech/ao-1034

    Fix #1034: Counting of client objects to avoid use-after-free case.
    aleksostapenko authored Nov 30, 2018
    Configuration menu
    Copy the full SHA
    846cdec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24a4f94 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

  1. Merge pull request #1123 from tempesta-tech/ri-larger-content-length-…

    …limit
    
    relax Content-Length limit from UINT_MAX to ULONG_MAX
    i-rinat authored Dec 2, 2018
    Configuration menu
    Copy the full SHA
    96381d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Configuration menu
    Copy the full SHA
    ac77660 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1126 from tempesta-tech/ao-1019

    Fix #1019: Unload Tempesta modules after failed start.
    aleksostapenko authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    e8644a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

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

Commits on Dec 6, 2018

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

Commits on Dec 7, 2018

  1. Merge pull request #1127 from tempesta-tech/ik-sched-fixes

    Fix bugs affecting load balancers
    vankoven authored Dec 7, 2018
    Configuration menu
    Copy the full SHA
    0cfcee2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2018

  1. Configuration menu
    Copy the full SHA
    8555feb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1130 from tempesta-tech/ri-fix-typo

    fix a typo in the http_parser comment
    i-rinat authored Dec 8, 2018
    Configuration menu
    Copy the full SHA
    b59da84 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. Correct spelling mistakes

    vankoven committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    4005c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6951859 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1132 from tempesta-tech/ik-fix-misspells

    Fix various misspells
    vankoven authored Dec 14, 2018
    Configuration menu
    Copy the full SHA
    ae921a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    4160e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    941dbdb View commit details
    Browse the repository at this point in the history