Thanks to visit codestin.com
Credit goes to github.com

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: openresty/array-var-nginx-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: travis-ci
Choose a base ref
...
head repository: openresty/array-var-nginx-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 4 files changed
  • 4 contributors

Commits on Oct 27, 2017

  1. Configuration menu
    Copy the full SHA
    2b7ab11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b572087 View commit details
    Browse the repository at this point in the history
  3. tests: valgrind.suppress: removed too aggressive suppressions in ngin…

    …x mem pools and luajit lj_str_new.
    agentzh committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a5e8ba1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    927e1e1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

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

Commits on Jul 8, 2021

  1. travis-ci: bump the NGINX core to 1.19.9, remove clang compiler mode …

    …from travis to save credits. (#7)
    xiaocang authored Jul 8, 2021
    Configuration menu
    Copy the full SHA
    95e9fd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

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

Commits on May 23, 2022

  1. optimize: fix potential null pointer dereference found by coverity (#9)

    568    dd("array var map: array size: %d", (int) array->nelts);
    569
       CID 258181 (#1 of 1): Dereference null return value (NULL_RETURNS)7. dereference: Dereferencing array_it, which is known to be NULL.
    570    array_it->not_found = 0;
    571    array_it->valid = 1;
    chipitsine authored May 23, 2022
    Configuration menu
    Copy the full SHA
    32188f8 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Aug 17, 2024

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