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: masterzen/nginx-upload-progress-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 463d60b
Choose a base ref
...
head repository: masterzen/nginx-upload-progress-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c6101be
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 21, 2009

  1. v0.7 - updated make and README

    Signed-off-by: Brice Figureau <[email protected]>
    Brice Figureau committed Nov 21, 2009
    Configuration menu
    Copy the full SHA
    23b8950 View commit details
    Browse the repository at this point in the history
  2. Fix template system crashes

    * global templates were not inited before their use
    * relying on unpushed array made nelts == 0 and no array use
    * code deduplication when initializing global templates
    
    Signed-off-by: Brice Figureau <[email protected]>
    Brice Figureau committed Nov 21, 2009
    Configuration menu
    Copy the full SHA
    d1ad9df View commit details
    Browse the repository at this point in the history
  3. Fix how the templates are merged

    It was impossible to inherit the templates from an higher config level,
    because the templates were overwritten when the config were merged.
    
    Signed-off-by: Brice Figureau <[email protected]>
    Brice Figureau committed Nov 21, 2009
    Configuration menu
    Copy the full SHA
    c6101be View commit details
    Browse the repository at this point in the history
Loading