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: nginx/ngx-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nginx/ngx-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.0
Choose a head ref
  • 15 commits
  • 38 files changed
  • 1 contributor

Commits on Apr 4, 2018

  1. add nginx source as submodule

    created sys crate to generate rust binding
    Sehyo Chang committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    2f86fd3 View commit details
    Browse the repository at this point in the history
  2. add rest of NGINX module options

    Sehyo Chang committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    ab754fc View commit details
    Browse the repository at this point in the history
  3. ensure formatted bindings are generated

    Sehyo Chang committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    372c4b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. remove nginx modules

    Sehyo Chang committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    29d31c6 View commit details
    Browse the repository at this point in the history
  2. remove ngx-sys since ngix generated code to be in the same crate due …

    …to trait issue
    
    ngx-module crate will be added for higher level stuff
    Sehyo Chang committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    1fc3360 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. add module crate to workspace

    add procedure macro to parse location structure
    implemented initial macro
    Sehyo Chang committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    cf8069a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. implement derive macro

    add test suite
    Sehyo Chang committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    133ebbb View commit details
    Browse the repository at this point in the history
  2. add syntax completed macro

    Sehyo Chang committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    afda8fa View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2018

  1. auto configure nginx in rust out directory instead of source directory

    this fixes issue where rust is unnecessary cause build
    Sehyo Chang committed Apr 20, 2018
    Configuration menu
    Copy the full SHA
    8352db7 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. add location config template

    Sehyo Chang committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    421cb84 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge branch 'master' into module_exp

    Sehyo Chang committed May 18, 2018
    Configuration menu
    Copy the full SHA
    bb94457 View commit details
    Browse the repository at this point in the history
  2. minor clean up of README

    Sehyo Chang committed May 18, 2018
    Configuration menu
    Copy the full SHA
    94a42d0 View commit details
    Browse the repository at this point in the history
  3. rename ngx-binding directory to ngx-sys

    Sehyo Chang committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f634c52 View commit details
    Browse the repository at this point in the history
  4. rename ngx-binding to ngx-sys in cargo and module path

    Sehyo Chang committed May 18, 2018
    Configuration menu
    Copy the full SHA
    2715494 View commit details
    Browse the repository at this point in the history
  5. move ngx types implementation into ngx_sys crate

    Sehyo Chang committed May 18, 2018
    Configuration menu
    Copy the full SHA
    22776e0 View commit details
    Browse the repository at this point in the history
Loading