Skip to content

Some minor changes in source structure #16

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file modified src/ddebug.h
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_base32.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_default_value.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_escape_uri.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_hashed_upstream.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_misc_module.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_quote_sql.c
100755 → 100644
Empty file.
Empty file modified src/ngx_http_set_unescape_uri.c
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion t/base32.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use Test::Nginx::Socket;

Expand Down
2 changes: 1 addition & 1 deletion t/base32_no_padding.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use Test::Nginx::Socket;

Expand Down
2 changes: 1 addition & 1 deletion t/base64.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use lib 'lib';
use Test::Nginx::Socket;
Expand Down
Empty file modified t/default-value.t
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion t/formatted-time.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use lib 'lib';
use Test::Nginx::Socket;
Expand Down
2 changes: 1 addition & 1 deletion t/hashed-upstream.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use lib 'lib';
use Test::Nginx::Socket;
Expand Down
2 changes: 1 addition & 1 deletion t/hmac.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use lib 'lib';
use Test::Nginx::Socket;
Expand Down
Empty file modified t/quote-json.t
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion t/quote-sql.t
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use lib 'lib';
use Test::Nginx::Socket;
Expand Down
2 changes: 1 addition & 1 deletion t/rotate.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use Test::Nginx::Socket;

Expand Down
2 changes: 1 addition & 1 deletion t/secure-random.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# vi:filetype=
# vi:filetype=perl

use Test::Nginx::Socket;

Expand Down
Empty file modified t/unescape-uri.t
100755 → 100644
Empty file.