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
a0fbac6e
Commit
a0fbac6e
authored
Sep 22, 2013
by
Wandenberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change the copyright
parent
7215028a
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
15 additions
and
15 deletions
+15
-15
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
pushstream.js
misc/js/pushstream.js
+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 @
a0fbac6e
Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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.
*
*
...
...
misc/js/pushstream.js
View file @
a0fbac6e
/*global PushStream WebSocketWrapper EventSourceWrapper EventSource*/
/*global PushStream WebSocketWrapper EventSourceWrapper EventSource*/
/*jshint evil: true, plusplus: false, regexp: false */
/*jshint evil: true, plusplus: false, regexp: false */
/**
/**
* Copyright (C) 2010-201
2
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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 @
a0fbac6e
/*
/*
* Copyright (C) 2010-201
1
Wandenberg Peixoto <wandenberg@gmail.com>, Rogério Carvalho Schneider <stockrt@gmail.com>
* Copyright (C) 2010-201
3
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