Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nginx-push-stream-module
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
nginx-push-stream-module
Commits
5566c365
Commit
5566c365
authored
Apr 23, 2015
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright
parent
29e0551b
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
14 additions
and
14 deletions
+14
-14
LICENSE
LICENSE
+1
-1
ngx_http_push_stream_module.h
include/ngx_http_push_stream_module.h
+1
-1
ngx_http_push_stream_module_publisher.h
include/ngx_http_push_stream_module_publisher.h
+1
-1
ngx_http_push_stream_module_setup.h
include/ngx_http_push_stream_module_setup.h
+1
-1
ngx_http_push_stream_module_subscriber.h
include/ngx_http_push_stream_module_subscriber.h
+1
-1
ngx_http_push_stream_module_utils.h
include/ngx_http_push_stream_module_utils.h
+1
-1
ngx_http_push_stream_module_version.h
include/ngx_http_push_stream_module_version.h
+1
-1
ngx_http_push_stream_module_websocket.h
include/ngx_http_push_stream_module_websocket.h
+1
-1
ngx_http_push_stream_module.c
src/ngx_http_push_stream_module.c
+1
-1
ngx_http_push_stream_module_publisher.c
src/ngx_http_push_stream_module_publisher.c
+1
-1
ngx_http_push_stream_module_setup.c
src/ngx_http_push_stream_module_setup.c
+1
-1
ngx_http_push_stream_module_subscriber.c
src/ngx_http_push_stream_module_subscriber.c
+1
-1
ngx_http_push_stream_module_utils.c
src/ngx_http_push_stream_module_utils.c
+1
-1
ngx_http_push_stream_module_websocket.c
src/ngx_http_push_stream_module_websocket.c
+1
-1
No files found.
LICENSE
View file @
5566c365
Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
it under the terms of the GNU General Public License as published by
...
...
include/ngx_http_push_stream_module.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_publisher.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_setup.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_subscriber.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_utils.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_version.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
include/ngx_http_push_stream_module_websocket.h
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module_publisher.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module_setup.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module_subscriber.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module_utils.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
src/ngx_http_push_stream_module_websocket.c
View file @
5566c365
/*
/*
* Copyright (C) 2010-201
3
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
5
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
*
*
* This file is part of Nginx Push Stream Module.
* This file is part of Nginx Push Stream Module.
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment