passenger 4.0.33 → 4.0.34
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- checksums.yaml +15 -0
- checksums.yaml.gz.asc +12 -0
- data.tar.gz.asc +7 -7
- data/NEWS +60 -0
- data/bin/passenger-config +1 -1
- data/bin/passenger-install-apache2-module +510 -40
- data/bin/passenger-install-nginx-module +26 -2
- data/build/cxx_tests.rb +1 -1
- data/build/documentation.rb +19 -21
- data/build/integration_tests.rb +39 -12
- data/build/misc.rb +18 -0
- data/build/packaging.rb +116 -56
- data/build/rpm.rb +20 -11
- data/build/ruby_tests.rb +2 -3
- data/build/test_basics.rb +9 -0
- data/debian.template/passenger.conf +2 -0
- data/debian.template/passenger.load +2 -0
- data/dev/run_travis.sh +3 -5
- data/dev/test_rpm_packaging.sh +28 -0
- data/doc/Users guide Apache.idmap.txt +6 -4
- data/doc/users_guide_snippets/installation.txt +20 -2
- data/doc/users_guide_snippets/tips.txt +1 -1
- data/ext/common/ApplicationPool2/Pool.h +1 -1
- data/ext/common/Constants.h +5 -1
- data/ext/common/agents/HelperAgent/RequestHandler.h +1 -1
- data/ext/common/agents/Watchdog/AgentWatcher.cpp +20 -0
- data/ext/common/agents/Watchdog/Main.cpp +10 -0
- data/ext/ruby/passenger_native_support.c +23 -11
- data/helper-scripts/classic-rails-loader.rb +9 -3
- data/helper-scripts/classic-rails-preloader.rb +10 -4
- data/helper-scripts/download_binaries/extconf.rb +46 -22
- data/helper-scripts/meteor-loader.rb +0 -1
- data/helper-scripts/node-loader.js +2 -1
- data/helper-scripts/prespawn +7 -1
- data/helper-scripts/rack-loader.rb +32 -3
- data/helper-scripts/rack-preloader.rb +10 -4
- data/lib/phusion_passenger.rb +40 -21
- data/lib/phusion_passenger/abstract_installer.rb +7 -4
- data/lib/phusion_passenger/analytics_logger.rb +4 -3
- data/lib/phusion_passenger/config/about_command.rb +27 -6
- data/lib/phusion_passenger/{config.rb → config/main.rb} +3 -2
- data/lib/phusion_passenger/config/restart_app_command.rb +1 -1
- data/lib/phusion_passenger/config/validate_install_command.rb +231 -0
- data/lib/phusion_passenger/constants.rb +2 -0
- data/lib/phusion_passenger/loader_shared_helpers.rb +92 -19
- data/lib/phusion_passenger/native_support.rb +33 -11
- data/lib/phusion_passenger/packaging.rb +1 -0
- data/lib/phusion_passenger/platform_info.rb +5 -2
- data/lib/phusion_passenger/platform_info/apache.rb +229 -60
- data/lib/phusion_passenger/platform_info/apache_detector.rb +26 -31
- data/lib/phusion_passenger/platform_info/depcheck_specs/apache2.rb +4 -4
- data/lib/phusion_passenger/platform_info/depcheck_specs/compiler_toolchain.rb +4 -4
- data/lib/phusion_passenger/platform_info/depcheck_specs/libs.rb +1 -1
- data/lib/phusion_passenger/platform_info/depcheck_specs/ruby.rb +1 -1
- data/lib/phusion_passenger/platform_info/linux.rb +2 -1
- data/lib/phusion_passenger/platform_info/ruby.rb +7 -0
- data/lib/phusion_passenger/preloader_shared_helpers.rb +2 -1
- data/lib/phusion_passenger/request_handler.rb +2 -1
- data/lib/phusion_passenger/request_handler/thread_handler.rb +2 -1
- data/lib/phusion_passenger/standalone/runtime_installer.rb +35 -13
- data/lib/phusion_passenger/standalone/start_command.rb +2 -2
- data/lib/phusion_passenger/utils.rb +1 -23
- data/lib/phusion_passenger/utils/ansi_colors.rb +7 -1
- data/lib/phusion_passenger/utils/download.rb +36 -2
- data/lib/phusion_passenger/utils/native_support_utils.rb +65 -0
- data/resources/templates/apache2/apache_install_broken.txt.erb +20 -0
- data/resources/templates/apache2/config_snippets.txt.erb +2 -4
- data/resources/templates/apache2/present_choice_for_no_update_config.txt.erb +5 -0
- data/resources/templates/installer_common/cannot_access_files_as_root.txt.erb +15 -0
- data/resources/templates/installer_common/run_installer_as_root.txt.erb +6 -3
- data/resources/templates/nginx/nginx_module_sources_not_available.txt.erb +1 -1
- data/resources/templates/nginx/other_nginx_installations_exist.txt.erb +17 -0
- data/rpm/apache-passenger.conf.in +26 -0
- data/rpm/config.json +30 -0
- data/rpm/passenger.logrotate +7 -0
- data/rpm/passenger.spec.template +456 -0
- data/rpm/passenger_dynamic_thread_group.patch +16 -0
- data/rpm/passenger_tests_default_config_example.patch +44 -0
- data/rpm/rubygem-passenger-4.0.18-GLIBC_HAVE_LONG_LONG.patch +21 -0
- data/rpm/rubygem-passenger-4.0.18-gcc47-include-sys_types.patch +45 -0
- data/test/config.json.rpm-automation +15 -0
- data/test/integration_tests/downloaded_binaries_tests.rb +80 -2
- data/test/integration_tests/native_packaging_spec.rb +136 -44
- data/test/integration_tests/standalone_tests.rb +2 -11
- data/test/ruby/analytics_logger_spec.rb +65 -19
- data/test/ruby/utils_spec.rb +2 -0
- metadata +532 -548
- metadata.gz.asc +7 -7
- data/resources/templates/apache2/no_write_permission_to_passenger_root.txt.erb +0 -9
- data/rpm/README.rdoc +0 -117
- data/rpm/config/apache-passenger.conf.in +0 -19
- data/rpm/config/nginx-passenger.conf.in +0 -10
- data/rpm/config/rubygem-passenger.te +0 -10
- data/rpm/doc/README.nginx-alternatives +0 -5
- data/rpm/doc/example_yum_repository_htaccess +0 -5
- data/rpm/doc/footer.shtml +0 -12
- data/rpm/doc/header.shtml +0 -156
- data/rpm/nginx-alternatives.spec +0 -97
- data/rpm/passenger-release.spec +0 -91
- data/rpm/passenger.spec +0 -667
- data/rpm/patches/passenger-force-native.patch +0 -63
- data/rpm/release/RPM-GPG-KEY-stealthymonkeys +0 -33
- data/rpm/release/build-release.sh +0 -35
- data/rpm/release/build.rb +0 -301
- data/rpm/release/create-mirrors.sh +0 -16
- data/rpm/release/mirrors +0 -1
- data/rpm/release/mock-repo/comps.xml +0 -21
- data/rpm/release/mock-repo/rubygem-daemon_controller-0.2.5-1.noarch.rpm +0 -0
- data/rpm/release/mock-repo/rubygem-file-tail-1.0.5-1.noarch.rpm +0 -0
- data/rpm/release/mock-repo/rubygem-spruz-0.2.2-1.noarch.rpm +0 -0
- data/rpm/release/mocksetup-first.sh +0 -102
- data/rpm/release/mocksetup.sh +0 -67
@@ -257,17 +257,8 @@ describe "Passenger Standalone" do
|
|
257
257
|
|
258
258
|
context "when natively packaged" do
|
259
259
|
before :each do
|
260
|
-
sh "passenger-config --make-locations-ini
|
261
|
-
|
262
|
-
data = f.read
|
263
|
-
data.sub!(/natively_packaged=.*/, 'natively_packaged=true')
|
264
|
-
if !data.sub!(/native_packaging_method=.*/, 'native_packaging_method=deb')
|
265
|
-
data << "native_packaging_method=deb\n"
|
266
|
-
end
|
267
|
-
f.rewind
|
268
|
-
f.truncate(0)
|
269
|
-
f.write(data)
|
270
|
-
end
|
260
|
+
sh "passenger-config --make-locations-ini --for-native-packaging-method=deb " +
|
261
|
+
"> '#{@runtime_dir}/locations.ini'"
|
271
262
|
ENV['PASSENGER_LOCATION_CONFIGURATION_FILE'] = "#{@runtime_dir}/locations.ini"
|
272
263
|
create_file("#{PhusionPassenger.lib_dir}/PassengerWebHelper")
|
273
264
|
end
|
@@ -205,25 +205,6 @@ describe AnalyticsLogger do
|
|
205
205
|
end
|
206
206
|
end
|
207
207
|
|
208
|
-
specify "once a Log object is closed, be becomes null" do
|
209
|
-
log = @logger.new_transaction("foobar")
|
210
|
-
log.close
|
211
|
-
log.should be_null
|
212
|
-
end
|
213
|
-
|
214
|
-
specify "null Log objects don't do anything" do
|
215
|
-
logger = AnalyticsLogger.new(nil, nil, nil, nil)
|
216
|
-
begin
|
217
|
-
log = logger.new_transaction("foobar")
|
218
|
-
log.message("hello")
|
219
|
-
log.close(true)
|
220
|
-
ensure
|
221
|
-
logger.close
|
222
|
-
end
|
223
|
-
|
224
|
-
File.exist?("#{@log_dir}/1").should be_false
|
225
|
-
end
|
226
|
-
|
227
208
|
specify "#clear_connection closes the connection" do
|
228
209
|
@logger.new_transaction("foobar").close
|
229
210
|
@logger.clear_connection
|
@@ -232,6 +213,71 @@ describe AnalyticsLogger do
|
|
232
213
|
connection.channel.should be_nil
|
233
214
|
end
|
234
215
|
end
|
216
|
+
|
217
|
+
describe "Log objects" do
|
218
|
+
it "becomes null once it is closed" do
|
219
|
+
log = @logger.new_transaction("foobar")
|
220
|
+
log.close
|
221
|
+
log.should be_null
|
222
|
+
end
|
223
|
+
|
224
|
+
it "does nothing if it's null" do
|
225
|
+
logger = AnalyticsLogger.new(nil, nil, nil, nil)
|
226
|
+
begin
|
227
|
+
log = logger.new_transaction("foobar")
|
228
|
+
log.message("hello")
|
229
|
+
log.close(true)
|
230
|
+
ensure
|
231
|
+
logger.close
|
232
|
+
end
|
233
|
+
|
234
|
+
File.exist?("#{@log_dir}/1").should be_false
|
235
|
+
end
|
236
|
+
|
237
|
+
describe "#begin_measure" do
|
238
|
+
it "sends a BEGIN message" do
|
239
|
+
log = @logger.new_transaction("foobar")
|
240
|
+
begin
|
241
|
+
log.should_receive(:message).with(/^BEGIN: hello \(.+?,.+?,.+?\) $/)
|
242
|
+
log.begin_measure("hello")
|
243
|
+
ensure
|
244
|
+
log.close
|
245
|
+
end
|
246
|
+
end
|
247
|
+
|
248
|
+
it "adds extra information as base64" do
|
249
|
+
log = @logger.new_transaction("foobar")
|
250
|
+
begin
|
251
|
+
log.should_receive(:message).with(/^BEGIN: hello \(.+?,.+?,.+?\) YWJjZA==$/)
|
252
|
+
log.begin_measure("hello", "abcd")
|
253
|
+
ensure
|
254
|
+
log.close
|
255
|
+
end
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
describe "#end_measure" do
|
260
|
+
it "sends an END message if error_countered=false" do
|
261
|
+
log = @logger.new_transaction("foobar")
|
262
|
+
begin
|
263
|
+
log.should_receive(:message).with(/^END: hello \(.+?,.+?,.+?\)$/)
|
264
|
+
log.end_measure("hello")
|
265
|
+
ensure
|
266
|
+
log.close
|
267
|
+
end
|
268
|
+
end
|
269
|
+
|
270
|
+
it "sends a FAIL message if error_countered=true" do
|
271
|
+
log = @logger.new_transaction("foobar")
|
272
|
+
begin
|
273
|
+
log.should_receive(:message).with(/^FAIL: hello \(.+?,.+?,.+?\)$/)
|
274
|
+
log.end_measure("hello", true)
|
275
|
+
ensure
|
276
|
+
log.close
|
277
|
+
end
|
278
|
+
end
|
279
|
+
end
|
280
|
+
end
|
235
281
|
end
|
236
282
|
|
237
283
|
end # module PhusionPassenger
|
data/test/ruby/utils_spec.rb
CHANGED
@@ -7,11 +7,13 @@ PhusionPassenger.require_passenger_lib 'message_channel'
|
|
7
7
|
PhusionPassenger.require_passenger_lib 'platform_info/ruby'
|
8
8
|
PhusionPassenger.require_passenger_lib 'loader_shared_helpers'
|
9
9
|
PhusionPassenger.require_passenger_lib 'utils'
|
10
|
+
PhusionPassenger.require_passenger_lib 'utils/native_support_utils'
|
10
11
|
|
11
12
|
module PhusionPassenger
|
12
13
|
|
13
14
|
describe Utils do
|
14
15
|
include Utils
|
16
|
+
include Utils::NativeSupportUtils
|
15
17
|
|
16
18
|
specify "#to_boolean works" do
|
17
19
|
LoaderSharedHelpers.to_boolean(nil).should be_false
|
metadata
CHANGED
@@ -1,20 +1,18 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passenger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
5
|
-
prerelease:
|
4
|
+
version: 4.0.34
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Phusion - http://www.phusion.nl/
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2014-01-
|
11
|
+
date: 2014-01-15 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: rake
|
16
15
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
16
|
requirements:
|
19
17
|
- - ! '>='
|
20
18
|
- !ruby/object:Gem::Version
|
@@ -22,7 +20,6 @@ dependencies:
|
|
22
20
|
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
24
|
- - ! '>='
|
28
25
|
- !ruby/object:Gem::Version
|
@@ -30,7 +27,6 @@ dependencies:
|
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: daemon_controller
|
32
29
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
30
|
requirements:
|
35
31
|
- - ! '>='
|
36
32
|
- !ruby/object:Gem::Version
|
@@ -38,7 +34,6 @@ dependencies:
|
|
38
34
|
type: :runtime
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
38
|
- - ! '>='
|
44
39
|
- !ruby/object:Gem::Version
|
@@ -46,7 +41,6 @@ dependencies:
|
|
46
41
|
- !ruby/object:Gem::Dependency
|
47
42
|
name: rack
|
48
43
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
44
|
requirements:
|
51
45
|
- - ! '>='
|
52
46
|
- !ruby/object:Gem::Version
|
@@ -54,7 +48,6 @@ dependencies:
|
|
54
48
|
type: :runtime
|
55
49
|
prerelease: false
|
56
50
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
51
|
requirements:
|
59
52
|
- - ! '>='
|
60
53
|
- !ruby/object:Gem::Version
|
@@ -75,15 +68,19 @@ extra_rdoc_files: []
|
|
75
68
|
files:
|
76
69
|
- .gitignore
|
77
70
|
- .travis.yml
|
78
|
-
- configure
|
79
|
-
- Rakefile
|
80
|
-
- README.md
|
81
|
-
- CONTRIBUTORS
|
82
71
|
- CONTRIBUTING.md
|
83
|
-
-
|
72
|
+
- CONTRIBUTORS
|
84
73
|
- INSTALL.md
|
74
|
+
- LICENSE
|
85
75
|
- NEWS
|
86
|
-
-
|
76
|
+
- README.md
|
77
|
+
- Rakefile
|
78
|
+
- bin/passenger
|
79
|
+
- bin/passenger-config
|
80
|
+
- bin/passenger-install-apache2-module
|
81
|
+
- bin/passenger-install-nginx-module
|
82
|
+
- bin/passenger-memory-stats
|
83
|
+
- bin/passenger-status
|
87
84
|
- build/agents.rb
|
88
85
|
- build/apache2.rb
|
89
86
|
- build/basics.rb
|
@@ -104,102 +101,60 @@ files:
|
|
104
101
|
- build/ruby_extension.rb
|
105
102
|
- build/ruby_tests.rb
|
106
103
|
- build/test_basics.rb
|
107
|
-
-
|
108
|
-
-
|
109
|
-
-
|
110
|
-
-
|
111
|
-
-
|
112
|
-
-
|
113
|
-
-
|
114
|
-
-
|
115
|
-
-
|
116
|
-
-
|
117
|
-
-
|
118
|
-
-
|
119
|
-
-
|
120
|
-
-
|
121
|
-
-
|
122
|
-
-
|
123
|
-
-
|
124
|
-
-
|
125
|
-
-
|
126
|
-
-
|
127
|
-
-
|
128
|
-
-
|
129
|
-
-
|
130
|
-
-
|
131
|
-
-
|
132
|
-
-
|
133
|
-
-
|
134
|
-
- lib/phusion_passenger/platform_info/binary_compatibility.rb
|
135
|
-
- lib/phusion_passenger/platform_info/compiler.rb
|
136
|
-
- lib/phusion_passenger/platform_info/curl.rb
|
137
|
-
- lib/phusion_passenger/platform_info/cxx_portability.rb
|
138
|
-
- lib/phusion_passenger/platform_info/depcheck.rb
|
139
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/apache2.rb
|
140
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/compiler_toolchain.rb
|
141
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/gems.rb
|
142
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/libs.rb
|
143
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/ruby.rb
|
144
|
-
- lib/phusion_passenger/platform_info/depcheck_specs/utilities.rb
|
145
|
-
- lib/phusion_passenger/platform_info/linux.rb
|
146
|
-
- lib/phusion_passenger/platform_info/operating_system.rb
|
147
|
-
- lib/phusion_passenger/platform_info/ruby.rb
|
148
|
-
- lib/phusion_passenger/platform_info/zlib.rb
|
149
|
-
- lib/phusion_passenger/platform_info.rb
|
150
|
-
- lib/phusion_passenger/plugin.rb
|
151
|
-
- lib/phusion_passenger/preloader_shared_helpers.rb
|
152
|
-
- lib/phusion_passenger/public_api.rb
|
153
|
-
- lib/phusion_passenger/rack/out_of_band_gc.rb
|
154
|
-
- lib/phusion_passenger/rack/thread_handler_extension.rb
|
155
|
-
- lib/phusion_passenger/request_handler/thread_handler.rb
|
156
|
-
- lib/phusion_passenger/request_handler.rb
|
157
|
-
- lib/phusion_passenger/ruby_core_enhancements.rb
|
158
|
-
- lib/phusion_passenger/simple_benchmarking.rb
|
159
|
-
- lib/phusion_passenger/standalone/app_finder.rb
|
160
|
-
- lib/phusion_passenger/standalone/command.rb
|
161
|
-
- lib/phusion_passenger/standalone/config_file.rb
|
162
|
-
- lib/phusion_passenger/standalone/help_command.rb
|
163
|
-
- lib/phusion_passenger/standalone/main.rb
|
164
|
-
- lib/phusion_passenger/standalone/package_runtime_command.rb
|
165
|
-
- lib/phusion_passenger/standalone/runtime_installer.rb
|
166
|
-
- lib/phusion_passenger/standalone/runtime_locator.rb
|
167
|
-
- lib/phusion_passenger/standalone/start_command.rb
|
168
|
-
- lib/phusion_passenger/standalone/status_command.rb
|
169
|
-
- lib/phusion_passenger/standalone/stop_command.rb
|
170
|
-
- lib/phusion_passenger/standalone/utils.rb
|
171
|
-
- lib/phusion_passenger/standalone/version_command.rb
|
172
|
-
- lib/phusion_passenger/utils/ansi_colors.rb
|
173
|
-
- lib/phusion_passenger/utils/download.rb
|
174
|
-
- lib/phusion_passenger/utils/file_system_watcher.rb
|
175
|
-
- lib/phusion_passenger/utils/hosts_file_parser.rb
|
176
|
-
- lib/phusion_passenger/utils/json.rb
|
177
|
-
- lib/phusion_passenger/utils/tee_input.rb
|
178
|
-
- lib/phusion_passenger/utils/terminal_choice_menu.rb
|
179
|
-
- lib/phusion_passenger/utils/tmpdir.rb
|
180
|
-
- lib/phusion_passenger/utils/tmpio.rb
|
181
|
-
- lib/phusion_passenger/utils/unseekable_socket.rb
|
182
|
-
- lib/phusion_passenger/utils.rb
|
183
|
-
- node_lib/phusion_passenger/httplib_emulation.js
|
184
|
-
- node_lib/phusion_passenger/line_reader.js
|
185
|
-
- node_lib/phusion_passenger/request_handler.js
|
186
|
-
- node_lib/phusion_passenger/session_protocol_parser.js
|
187
|
-
- bin/passenger
|
188
|
-
- bin/passenger-config
|
189
|
-
- bin/passenger-install-apache2-module
|
190
|
-
- bin/passenger-install-nginx-module
|
191
|
-
- bin/passenger-memory-stats
|
192
|
-
- bin/passenger-status
|
104
|
+
- configure
|
105
|
+
- debian.template/README.Debian
|
106
|
+
- debian.template/changelog
|
107
|
+
- debian.template/compat
|
108
|
+
- debian.template/control.template
|
109
|
+
- debian.template/copyright
|
110
|
+
- debian.template/libapache2-mod-passenger.install
|
111
|
+
- debian.template/libapache2-mod-passenger.postinst
|
112
|
+
- debian.template/libapache2-mod-passenger.prerm
|
113
|
+
- debian.template/locations.ini.template
|
114
|
+
- debian.template/passenger-dev.install.template
|
115
|
+
- debian.template/passenger-doc.install.template
|
116
|
+
- debian.template/passenger.conf
|
117
|
+
- debian.template/passenger.docs
|
118
|
+
- debian.template/passenger.install.template
|
119
|
+
- debian.template/passenger.load
|
120
|
+
- debian.template/passenger.manpages
|
121
|
+
- debian.template/patches/series
|
122
|
+
- debian.template/rules.template
|
123
|
+
- debian.template/source/format
|
124
|
+
- dev/copy_boost_headers.rb
|
125
|
+
- dev/find_owner_pipe_leaks.rb
|
126
|
+
- dev/install_scripts_bootstrap_code.rb
|
127
|
+
- dev/render_error_pages.rb
|
128
|
+
- dev/run_travis.sh
|
129
|
+
- dev/runner
|
130
|
+
- dev/test_rpm_packaging.sh
|
193
131
|
- doc/Architectural overview.html
|
194
132
|
- doc/Architectural overview.idmap.txt
|
195
133
|
- doc/Architectural overview.txt
|
196
134
|
- doc/DebuggingAndStressTesting.md
|
135
|
+
- doc/Packaging.html
|
136
|
+
- doc/Packaging.txt.md
|
137
|
+
- doc/Security of user switching support.html
|
138
|
+
- doc/Security of user switching support.idmap.txt
|
139
|
+
- doc/Security of user switching support.txt
|
140
|
+
- doc/Users guide Apache.html
|
141
|
+
- doc/Users guide Apache.idmap.txt
|
142
|
+
- doc/Users guide Apache.txt
|
143
|
+
- doc/Users guide Nginx.html
|
144
|
+
- doc/Users guide Nginx.idmap.txt
|
145
|
+
- doc/Users guide Nginx.txt
|
146
|
+
- doc/Users guide Standalone.html
|
147
|
+
- doc/Users guide Standalone.idmap.txt
|
148
|
+
- doc/Users guide Standalone.txt
|
149
|
+
- doc/Users guide.html
|
150
|
+
- doc/Users guide.txt
|
197
151
|
- doc/definitions.h
|
198
152
|
- doc/images/by_sa.png
|
199
153
|
- doc/images/direct_spawning.png
|
200
154
|
- doc/images/direct_spawning.svg
|
201
155
|
- doc/images/glyphicons-halflings-white.png
|
202
156
|
- doc/images/glyphicons-halflings.png
|
157
|
+
- doc/images/icons/README
|
203
158
|
- doc/images/icons/callouts/1.png
|
204
159
|
- doc/images/icons/callouts/10.png
|
205
160
|
- doc/images/icons/callouts/11.png
|
@@ -222,7 +177,6 @@ files:
|
|
222
177
|
- doc/images/icons/next.png
|
223
178
|
- doc/images/icons/note.png
|
224
179
|
- doc/images/icons/prev.png
|
225
|
-
- doc/images/icons/README
|
226
180
|
- doc/images/icons/tip.png
|
227
181
|
- doc/images/icons/up.png
|
228
182
|
- doc/images/icons/warning.png
|
@@ -239,24 +193,8 @@ files:
|
|
239
193
|
- doc/images/spawn_server_architecture.svg
|
240
194
|
- doc/images/typical_isolated_web_application.png
|
241
195
|
- doc/images/typical_isolated_web_application.svg
|
242
|
-
- doc/Packaging.html
|
243
|
-
- doc/Packaging.txt.md
|
244
|
-
- doc/Security of user switching support.html
|
245
|
-
- doc/Security of user switching support.idmap.txt
|
246
|
-
- doc/Security of user switching support.txt
|
247
196
|
- doc/templates/bootstrap.min.css
|
248
197
|
- doc/templates/markdown.html.erb
|
249
|
-
- doc/Users guide Apache.html
|
250
|
-
- doc/Users guide Apache.idmap.txt
|
251
|
-
- doc/Users guide Apache.txt
|
252
|
-
- doc/Users guide Nginx.html
|
253
|
-
- doc/Users guide Nginx.idmap.txt
|
254
|
-
- doc/Users guide Nginx.txt
|
255
|
-
- doc/Users guide Standalone.html
|
256
|
-
- doc/Users guide Standalone.idmap.txt
|
257
|
-
- doc/Users guide Standalone.txt
|
258
|
-
- doc/Users guide.html
|
259
|
-
- doc/Users guide.txt
|
260
198
|
- doc/users_guide_snippets/alternative_for_flying_passenger.txt
|
261
199
|
- doc/users_guide_snippets/analysis_and_system_maintenance.txt
|
262
200
|
- doc/users_guide_snippets/appendix_a_about.txt
|
@@ -266,9 +204,9 @@ files:
|
|
266
204
|
- doc/users_guide_snippets/enterprise_only.txt
|
267
205
|
- doc/users_guide_snippets/environment_variables.txt
|
268
206
|
- doc/users_guide_snippets/global_queueing_explained.txt
|
207
|
+
- doc/users_guide_snippets/installation.txt
|
269
208
|
- doc/users_guide_snippets/installation/run_installer.txt
|
270
209
|
- doc/users_guide_snippets/installation/verify_running_epilogue.txt
|
271
|
-
- doc/users_guide_snippets/installation.txt
|
272
210
|
- doc/users_guide_snippets/passenger_spawn_method.txt
|
273
211
|
- doc/users_guide_snippets/rackup_specifications.txt
|
274
212
|
- doc/users_guide_snippets/rvm_helper_tool.txt
|
@@ -280,232 +218,27 @@ files:
|
|
280
218
|
- doc/users_guide_snippets/under_the_hood/page_caching_support.txt
|
281
219
|
- doc/users_guide_snippets/under_the_hood/relationship_with_ruby.txt
|
282
220
|
- doc/users_guide_snippets/where_to_get_support.txt
|
283
|
-
- man/passenger-config.1
|
284
|
-
- man/passenger-memory-stats.8
|
285
|
-
- man/passenger-status.8
|
286
|
-
- man/passenger-stress-test.1
|
287
|
-
- debian.template/changelog
|
288
|
-
- debian.template/compat
|
289
|
-
- debian.template/control.template
|
290
|
-
- debian.template/copyright
|
291
|
-
- debian.template/libapache2-mod-passenger.install
|
292
|
-
- debian.template/libapache2-mod-passenger.postinst
|
293
|
-
- debian.template/libapache2-mod-passenger.prerm
|
294
|
-
- debian.template/locations.ini.template
|
295
|
-
- debian.template/passenger-dev.install.template
|
296
|
-
- debian.template/passenger-doc.install.template
|
297
|
-
- debian.template/passenger.conf
|
298
|
-
- debian.template/passenger.docs
|
299
|
-
- debian.template/passenger.install.template
|
300
|
-
- debian.template/passenger.load
|
301
|
-
- debian.template/passenger.manpages
|
302
|
-
- debian.template/patches/series
|
303
|
-
- debian.template/README.Debian
|
304
|
-
- debian.template/rules.template
|
305
|
-
- debian.template/source/format
|
306
|
-
- rpm/config/apache-passenger.conf.in
|
307
|
-
- rpm/config/nginx-passenger.conf.in
|
308
|
-
- rpm/config/rubygem-passenger.te
|
309
|
-
- rpm/doc/example_yum_repository_htaccess
|
310
|
-
- rpm/doc/footer.shtml
|
311
|
-
- rpm/doc/header.shtml
|
312
|
-
- rpm/doc/README.nginx-alternatives
|
313
|
-
- rpm/get_distro_id.py
|
314
|
-
- rpm/nginx-alternatives.spec
|
315
|
-
- rpm/passenger-release.spec
|
316
|
-
- rpm/passenger.spec
|
317
|
-
- rpm/patches/passenger-force-native.patch
|
318
|
-
- rpm/README.rdoc
|
319
|
-
- rpm/release/build-release.sh
|
320
|
-
- rpm/release/build.rb
|
321
|
-
- rpm/release/create-mirrors.sh
|
322
|
-
- rpm/release/mirrors
|
323
|
-
- rpm/release/mock-repo/comps.xml
|
324
|
-
- rpm/release/mock-repo/rubygem-daemon_controller-0.2.5-1.noarch.rpm
|
325
|
-
- rpm/release/mock-repo/rubygem-file-tail-1.0.5-1.noarch.rpm
|
326
|
-
- rpm/release/mock-repo/rubygem-spruz-0.2.2-1.noarch.rpm
|
327
|
-
- rpm/release/mocksetup-first.sh
|
328
|
-
- rpm/release/mocksetup.sh
|
329
|
-
- rpm/release/RPM-GPG-KEY-stealthymonkeys
|
330
|
-
- rpm/Vagrantfile
|
331
|
-
- helper-scripts/backtrace-sanitizer.rb
|
332
|
-
- helper-scripts/classic-rails-loader.rb
|
333
|
-
- helper-scripts/classic-rails-preloader.rb
|
334
|
-
- helper-scripts/download_binaries/extconf.rb
|
335
|
-
- helper-scripts/meteor-loader.rb
|
336
|
-
- helper-scripts/node-loader.js
|
337
|
-
- helper-scripts/prespawn
|
338
|
-
- helper-scripts/rack-loader.rb
|
339
|
-
- helper-scripts/rack-preloader.rb
|
340
|
-
- helper-scripts/system-memory-stats.py
|
341
|
-
- helper-scripts/wsgi-loader.py
|
342
|
-
- helper-scripts/wsgi-preloader.py
|
343
|
-
- ext/common/agents/Base.cpp
|
344
|
-
- ext/common/agents/HelperAgent/Main.cpp
|
345
|
-
- ext/common/agents/HelperAgent/RequestHandler.cpp
|
346
|
-
- ext/common/agents/LoggingAgent/FilterSupport.cpp
|
347
|
-
- ext/common/agents/LoggingAgent/Main.cpp
|
348
|
-
- ext/common/agents/SpawnPreparer.cpp
|
349
|
-
- ext/common/agents/Watchdog/AgentWatcher.cpp
|
350
|
-
- ext/common/agents/Watchdog/HelperAgentWatcher.cpp
|
351
|
-
- ext/common/agents/Watchdog/LoggingAgentWatcher.cpp
|
352
|
-
- ext/common/agents/Watchdog/Main.cpp
|
353
|
-
- ext/common/agents/Watchdog/ServerInstanceDirToucher.cpp
|
354
|
-
- ext/common/AgentsStarter.cpp
|
355
|
-
- ext/common/ApplicationPool2/AppTypes.cpp
|
356
|
-
- ext/common/ApplicationPool2/Implementation.cpp
|
357
|
-
- ext/common/BackgroundEventLoop.cpp
|
358
|
-
- ext/common/Exceptions.cpp
|
359
|
-
- ext/common/Logging.cpp
|
360
|
-
- ext/common/MultiLibeio.cpp
|
361
|
-
- ext/common/Utils/Base64.cpp
|
362
|
-
- ext/common/Utils/BCrypt.cpp
|
363
|
-
- ext/common/Utils/CachedFileStat.cpp
|
364
|
-
- ext/common/Utils/IOUtils.cpp
|
365
|
-
- ext/common/Utils/jsoncpp.cpp
|
366
|
-
- ext/common/Utils/LargeFiles.cpp
|
367
|
-
- ext/common/Utils/MD5.cpp
|
368
|
-
- ext/common/Utils/StrIntUtils.cpp
|
369
|
-
- ext/common/Utils/SystemTime.cpp
|
370
|
-
- ext/common/Utils.cpp
|
371
|
-
- ext/common/agents/EnvPrinter.c
|
372
|
-
- ext/common/agents/TempDirToucher.c
|
373
|
-
- ext/common/Utils/Blowfish.c
|
374
|
-
- ext/common/Utils/fib.c
|
375
|
-
- ext/common/Account.h
|
376
|
-
- ext/common/AccountsDatabase.h
|
377
|
-
- ext/common/agents/Base.h
|
378
|
-
- ext/common/agents/HelperAgent/AgentOptions.h
|
379
|
-
- ext/common/agents/HelperAgent/FileBackedPipe.h
|
380
|
-
- ext/common/agents/HelperAgent/RequestHandler.h
|
381
|
-
- ext/common/agents/HelperAgent/ScgiRequestParser.h
|
382
|
-
- ext/common/agents/LoggingAgent/AdminController.h
|
383
|
-
- ext/common/agents/LoggingAgent/DataStoreId.h
|
384
|
-
- ext/common/agents/LoggingAgent/FilterSupport.h
|
385
|
-
- ext/common/agents/LoggingAgent/LoggingServer.h
|
386
|
-
- ext/common/agents/LoggingAgent/RemoteSender.h
|
387
|
-
- ext/common/AgentsStarter.h
|
388
|
-
- ext/common/ApplicationPool2/AppTypes.h
|
389
|
-
- ext/common/ApplicationPool2/Common.h
|
390
|
-
- ext/common/ApplicationPool2/ComponentInfo.h
|
391
|
-
- ext/common/ApplicationPool2/DirectSpawner.h
|
392
|
-
- ext/common/ApplicationPool2/DummySpawner.h
|
393
|
-
- ext/common/ApplicationPool2/Group.h
|
394
|
-
- ext/common/ApplicationPool2/Options.h
|
395
|
-
- ext/common/ApplicationPool2/PipeWatcher.h
|
396
|
-
- ext/common/ApplicationPool2/Pool.h
|
397
|
-
- ext/common/ApplicationPool2/Process.h
|
398
|
-
- ext/common/ApplicationPool2/Session.h
|
399
|
-
- ext/common/ApplicationPool2/SmartSpawner.h
|
400
|
-
- ext/common/ApplicationPool2/Socket.h
|
401
|
-
- ext/common/ApplicationPool2/Spawner.h
|
402
|
-
- ext/common/ApplicationPool2/SpawnerFactory.h
|
403
|
-
- ext/common/ApplicationPool2/SuperGroup.h
|
404
|
-
- ext/common/BackgroundEventLoop.h
|
405
|
-
- ext/common/Constants.h
|
406
|
-
- ext/common/EventedBufferedInput.h
|
407
|
-
- ext/common/EventedClient.h
|
408
|
-
- ext/common/EventedMessageServer.h
|
409
|
-
- ext/common/EventedServer.h
|
410
|
-
- ext/common/Exceptions.h
|
411
|
-
- ext/common/FileDescriptor.h
|
412
|
-
- ext/common/Hooks.h
|
413
|
-
- ext/common/Logging.h
|
414
|
-
- ext/common/MessageClient.h
|
415
|
-
- ext/common/MessageReadersWriters.h
|
416
|
-
- ext/common/MessageServer.h
|
417
|
-
- ext/common/MultiLibeio.h
|
418
|
-
- ext/common/RandomGenerator.h
|
419
|
-
- ext/common/ResourceLocator.h
|
420
|
-
- ext/common/SafeLibev.h
|
421
|
-
- ext/common/ServerInstanceDir.h
|
422
|
-
- ext/common/StaticString.h
|
423
|
-
- ext/common/UnionStation.h
|
424
|
-
- ext/common/Utils/AnsiColorConstants.h
|
425
|
-
- ext/common/Utils/Base64.h
|
426
|
-
- ext/common/Utils/BCrypt.h
|
427
|
-
- ext/common/Utils/BlockingQueue.h
|
428
|
-
- ext/common/Utils/Blowfish.h
|
429
|
-
- ext/common/Utils/BufferedIO.h
|
430
|
-
- ext/common/Utils/CachedFileStat.h
|
431
|
-
- ext/common/Utils/Curl.h
|
432
|
-
- ext/common/Utils/Dechunker.h
|
433
|
-
- ext/common/Utils/fib.h
|
434
|
-
- ext/common/Utils/fibpriv.h
|
435
|
-
- ext/common/Utils/FileChangeChecker.h
|
436
|
-
- ext/common/Utils/HashMap.h
|
437
|
-
- ext/common/Utils/HttpConstants.h
|
438
|
-
- ext/common/Utils/HttpHeaderBufferer.h
|
439
|
-
- ext/common/Utils/IniFile.h
|
440
|
-
- ext/common/Utils/IOUtils.h
|
441
|
-
- ext/common/Utils/json-forwards.h
|
442
|
-
- ext/common/Utils/json.h
|
443
|
-
- ext/common/Utils/LargeFiles.h
|
444
|
-
- ext/common/Utils/Lock.h
|
445
|
-
- ext/common/Utils/MD5.h
|
446
|
-
- ext/common/Utils/MemoryBarrier.h
|
447
|
-
- ext/common/Utils/MemZeroGuard.h
|
448
|
-
- ext/common/Utils/MessageIO.h
|
449
|
-
- ext/common/Utils/MessagePassing.h
|
450
|
-
- ext/common/Utils/PriorityQueue.h
|
451
|
-
- ext/common/Utils/ProcessMetricsCollector.h
|
452
|
-
- ext/common/Utils/ScopeGuard.h
|
453
|
-
- ext/common/Utils/SmallVector.h
|
454
|
-
- ext/common/Utils/StreamBoyerMooreHorspool.h
|
455
|
-
- ext/common/Utils/StringMap.h
|
456
|
-
- ext/common/Utils/StrIntUtils.h
|
457
|
-
- ext/common/Utils/SystemTime.h
|
458
|
-
- ext/common/Utils/Template.h
|
459
|
-
- ext/common/Utils/Timer.h
|
460
|
-
- ext/common/Utils/utf8/checked.h
|
461
|
-
- ext/common/Utils/utf8/core.h
|
462
|
-
- ext/common/Utils/utf8/unchecked.h
|
463
|
-
- ext/common/Utils/utf8.h
|
464
|
-
- ext/common/Utils/VariantMap.h
|
465
|
-
- ext/common/Utils.h
|
466
|
-
- ext/common/Utils/CachedFileStat.hpp
|
467
|
-
- ext/common/ApplicationPool2/README.md
|
468
|
-
- ext/common/Constants.h.erb
|
469
221
|
- ext/apache2/Bucket.cpp
|
470
|
-
- ext/apache2/Configuration.cpp
|
471
|
-
- ext/apache2/ConfigurationCommands.cpp
|
472
|
-
- ext/apache2/ConfigurationSetters.cpp
|
473
|
-
- ext/apache2/CreateDirConfig.cpp
|
474
|
-
- ext/apache2/Hooks.cpp
|
475
|
-
- ext/apache2/MergeDirConfig.cpp
|
476
|
-
- ext/apache2/SetHeaders.cpp
|
477
222
|
- ext/apache2/Bucket.h
|
223
|
+
- ext/apache2/Configuration.cpp
|
478
224
|
- ext/apache2/Configuration.h
|
479
|
-
- ext/apache2/DirectoryMapper.h
|
480
|
-
- ext/apache2/Hooks.h
|
481
225
|
- ext/apache2/Configuration.hpp
|
482
|
-
- ext/apache2/
|
483
|
-
- ext/apache2/mod_passenger.c
|
226
|
+
- ext/apache2/ConfigurationCommands.cpp
|
484
227
|
- ext/apache2/ConfigurationCommands.cpp.erb
|
228
|
+
- ext/apache2/ConfigurationFields.hpp
|
485
229
|
- ext/apache2/ConfigurationFields.hpp.erb
|
230
|
+
- ext/apache2/ConfigurationSetters.cpp
|
486
231
|
- ext/apache2/ConfigurationSetters.cpp.erb
|
232
|
+
- ext/apache2/CreateDirConfig.cpp
|
487
233
|
- ext/apache2/CreateDirConfig.cpp.erb
|
234
|
+
- ext/apache2/DirectoryMapper.h
|
235
|
+
- ext/apache2/Hooks.cpp
|
236
|
+
- ext/apache2/Hooks.h
|
237
|
+
- ext/apache2/MergeDirConfig.cpp
|
488
238
|
- ext/apache2/MergeDirConfig.cpp.erb
|
239
|
+
- ext/apache2/SetHeaders.cpp
|
489
240
|
- ext/apache2/SetHeaders.cpp.erb
|
490
|
-
- ext/
|
491
|
-
- ext/nginx/Configuration.c
|
492
|
-
- ext/nginx/ConfigurationCommands.c
|
493
|
-
- ext/nginx/ContentHandler.c
|
494
|
-
- ext/nginx/CreateLocationConfig.c
|
495
|
-
- ext/nginx/MergeLocationConfig.c
|
496
|
-
- ext/nginx/ngx_http_passenger_module.c
|
497
|
-
- ext/nginx/StaticContentHandler.c
|
498
|
-
- ext/nginx/Configuration.h
|
499
|
-
- ext/nginx/ConfigurationFields.h
|
500
|
-
- ext/nginx/ContentHandler.h
|
501
|
-
- ext/nginx/ngx_http_passenger_module.h
|
502
|
-
- ext/nginx/StaticContentHandler.h
|
503
|
-
- ext/nginx/CacheLocationConfig.c.erb
|
504
|
-
- ext/nginx/ConfigurationCommands.c.erb
|
505
|
-
- ext/nginx/ConfigurationFields.h.erb
|
506
|
-
- ext/nginx/CreateLocationConfig.c.erb
|
507
|
-
- ext/nginx/MergeLocationConfig.c.erb
|
508
|
-
- ext/nginx/config
|
241
|
+
- ext/apache2/mod_passenger.c
|
509
242
|
- ext/boost/algorithm/string/case_conv.hpp
|
510
243
|
- ext/boost/algorithm/string/compare.hpp
|
511
244
|
- ext/boost/algorithm/string/concept.hpp
|
@@ -530,6 +263,7 @@ files:
|
|
530
263
|
- ext/boost/aligned_storage.hpp
|
531
264
|
- ext/boost/array.hpp
|
532
265
|
- ext/boost/assert.hpp
|
266
|
+
- ext/boost/atomic.hpp
|
533
267
|
- ext/boost/atomic/atomic.hpp
|
534
268
|
- ext/boost/atomic/detail/base.hpp
|
535
269
|
- ext/boost/atomic/detail/cas32strong.hpp
|
@@ -548,7 +282,7 @@ files:
|
|
548
282
|
- ext/boost/atomic/detail/lockpool.hpp
|
549
283
|
- ext/boost/atomic/detail/platform.hpp
|
550
284
|
- ext/boost/atomic/detail/type-classification.hpp
|
551
|
-
- ext/boost/
|
285
|
+
- ext/boost/bind.hpp
|
552
286
|
- ext/boost/bind/arg.hpp
|
553
287
|
- ext/boost/bind/bind.hpp
|
554
288
|
- ext/boost/bind/bind_cc.hpp
|
@@ -560,7 +294,6 @@ files:
|
|
560
294
|
- ext/boost/bind/mem_fn_template.hpp
|
561
295
|
- ext/boost/bind/placeholders.hpp
|
562
296
|
- ext/boost/bind/storage.hpp
|
563
|
-
- ext/boost/bind.hpp
|
564
297
|
- ext/boost/cerrno.hpp
|
565
298
|
- ext/boost/checked_delete.hpp
|
566
299
|
- ext/boost/chrono/ceil.hpp
|
@@ -580,6 +313,7 @@ files:
|
|
580
313
|
- ext/boost/concept/detail/has_constraints.hpp
|
581
314
|
- ext/boost/concept/usage.hpp
|
582
315
|
- ext/boost/concept_check.hpp
|
316
|
+
- ext/boost/config.hpp
|
583
317
|
- ext/boost/config/abi/borland_prefix.hpp
|
584
318
|
- ext/boost/config/abi/borland_suffix.hpp
|
585
319
|
- ext/boost/config/abi/msvc_prefix.hpp
|
@@ -648,7 +382,6 @@ files:
|
|
648
382
|
- ext/boost/config/suffix.hpp
|
649
383
|
- ext/boost/config/user.hpp
|
650
384
|
- ext/boost/config/warning_disable.hpp
|
651
|
-
- ext/boost/config.hpp
|
652
385
|
- ext/boost/container/container_fwd.hpp
|
653
386
|
- ext/boost/cregex.hpp
|
654
387
|
- ext/boost/cstdint.hpp
|
@@ -768,31 +501,32 @@ files:
|
|
768
501
|
- ext/boost/exception_ptr.hpp
|
769
502
|
- ext/boost/foreach.hpp
|
770
503
|
- ext/boost/foreach_fwd.hpp
|
504
|
+
- ext/boost/function.hpp
|
771
505
|
- ext/boost/function/detail/function_iterate.hpp
|
772
506
|
- ext/boost/function/detail/maybe_include.hpp
|
773
507
|
- ext/boost/function/detail/prologue.hpp
|
774
508
|
- ext/boost/function/function_base.hpp
|
775
509
|
- ext/boost/function/function_fwd.hpp
|
776
510
|
- ext/boost/function/function_template.hpp
|
777
|
-
- ext/boost/function.hpp
|
778
511
|
- ext/boost/function_equal.hpp
|
512
|
+
- ext/boost/functional/hash.hpp
|
779
513
|
- ext/boost/functional/hash/detail/float_functions.hpp
|
780
514
|
- ext/boost/functional/hash/detail/hash_float.hpp
|
781
515
|
- ext/boost/functional/hash/detail/limits.hpp
|
782
516
|
- ext/boost/functional/hash/extensions.hpp
|
783
517
|
- ext/boost/functional/hash/hash.hpp
|
784
518
|
- ext/boost/functional/hash/hash_fwd.hpp
|
785
|
-
- ext/boost/functional/hash.hpp
|
786
519
|
- ext/boost/functional/hash_fwd.hpp
|
787
520
|
- ext/boost/get_pointer.hpp
|
788
521
|
- ext/boost/indirect_reference.hpp
|
789
|
-
- ext/boost/integer/static_log2.hpp
|
790
522
|
- ext/boost/integer.hpp
|
523
|
+
- ext/boost/integer/static_log2.hpp
|
791
524
|
- ext/boost/integer_fwd.hpp
|
792
525
|
- ext/boost/integer_traits.hpp
|
793
526
|
- ext/boost/io/ios_state.hpp
|
794
527
|
- ext/boost/io_fwd.hpp
|
795
528
|
- ext/boost/is_placeholder.hpp
|
529
|
+
- ext/boost/iterator.hpp
|
796
530
|
- ext/boost/iterator/detail/config_def.hpp
|
797
531
|
- ext/boost/iterator/detail/config_undef.hpp
|
798
532
|
- ext/boost/iterator/detail/enable_if.hpp
|
@@ -806,7 +540,6 @@ files:
|
|
806
540
|
- ext/boost/iterator/iterator_traits.hpp
|
807
541
|
- ext/boost/iterator/reverse_iterator.hpp
|
808
542
|
- ext/boost/iterator/transform_iterator.hpp
|
809
|
-
- ext/boost/iterator.hpp
|
810
543
|
- ext/boost/lexical_cast.hpp
|
811
544
|
- ext/boost/libs/atomic/lockpool.cpp
|
812
545
|
- ext/boost/libs/regex/src/c_regex_traits.cpp
|
@@ -854,6 +587,8 @@ files:
|
|
854
587
|
- ext/boost/move/move.hpp
|
855
588
|
- ext/boost/move/traits.hpp
|
856
589
|
- ext/boost/move/utility.hpp
|
590
|
+
- ext/boost/mpl/O1_size.hpp
|
591
|
+
- ext/boost/mpl/O1_size_fwd.hpp
|
857
592
|
- ext/boost/mpl/accumulate.hpp
|
858
593
|
- ext/boost/mpl/advance.hpp
|
859
594
|
- ext/boost/mpl/advance_fwd.hpp
|
@@ -870,6 +605,7 @@ files:
|
|
870
605
|
- ext/boost/mpl/assert.hpp
|
871
606
|
- ext/boost/mpl/at.hpp
|
872
607
|
- ext/boost/mpl/at_fwd.hpp
|
608
|
+
- ext/boost/mpl/aux_/O1_size_impl.hpp
|
873
609
|
- ext/boost/mpl/aux_/adl_barrier.hpp
|
874
610
|
- ext/boost/mpl/aux_/advance_backward.hpp
|
875
611
|
- ext/boost/mpl/aux_/advance_forward.hpp
|
@@ -965,7 +701,6 @@ files:
|
|
965
701
|
- ext/boost/mpl/aux_/nttp_decl.hpp
|
966
702
|
- ext/boost/mpl/aux_/numeric_cast_utils.hpp
|
967
703
|
- ext/boost/mpl/aux_/numeric_op.hpp
|
968
|
-
- ext/boost/mpl/aux_/O1_size_impl.hpp
|
969
704
|
- ext/boost/mpl/aux_/order_impl.hpp
|
970
705
|
- ext/boost/mpl/aux_/overload_names.hpp
|
971
706
|
- ext/boost/mpl/aux_/partition_op.hpp
|
@@ -1505,11 +1240,11 @@ files:
|
|
1505
1240
|
- ext/boost/mpl/aux_/ptr_to_ref.hpp
|
1506
1241
|
- ext/boost/mpl/aux_/push_back_impl.hpp
|
1507
1242
|
- ext/boost/mpl/aux_/push_front_impl.hpp
|
1243
|
+
- ext/boost/mpl/aux_/range_c/O1_size.hpp
|
1508
1244
|
- ext/boost/mpl/aux_/range_c/back.hpp
|
1509
1245
|
- ext/boost/mpl/aux_/range_c/empty.hpp
|
1510
1246
|
- ext/boost/mpl/aux_/range_c/front.hpp
|
1511
1247
|
- ext/boost/mpl/aux_/range_c/iterator.hpp
|
1512
|
-
- ext/boost/mpl/aux_/range_c/O1_size.hpp
|
1513
1248
|
- ext/boost/mpl/aux_/range_c/size.hpp
|
1514
1249
|
- ext/boost/mpl/aux_/range_c/tag.hpp
|
1515
1250
|
- ext/boost/mpl/aux_/reverse_fold_impl.hpp
|
@@ -1523,10 +1258,10 @@ files:
|
|
1523
1258
|
- ext/boost/mpl/aux_/static_cast.hpp
|
1524
1259
|
- ext/boost/mpl/aux_/template_arity.hpp
|
1525
1260
|
- ext/boost/mpl/aux_/template_arity_fwd.hpp
|
1261
|
+
- ext/boost/mpl/aux_/test.hpp
|
1526
1262
|
- ext/boost/mpl/aux_/test/assert.hpp
|
1527
1263
|
- ext/boost/mpl/aux_/test/data.hpp
|
1528
1264
|
- ext/boost/mpl/aux_/test/test_case.hpp
|
1529
|
-
- ext/boost/mpl/aux_/test.hpp
|
1530
1265
|
- ext/boost/mpl/aux_/traits_lambda_spec.hpp
|
1531
1266
|
- ext/boost/mpl/aux_/transform_iter.hpp
|
1532
1267
|
- ext/boost/mpl/aux_/type_wrapper.hpp
|
@@ -1627,6 +1362,8 @@ files:
|
|
1627
1362
|
- ext/boost/mpl/limits/string.hpp
|
1628
1363
|
- ext/boost/mpl/limits/unrolling.hpp
|
1629
1364
|
- ext/boost/mpl/limits/vector.hpp
|
1365
|
+
- ext/boost/mpl/list.hpp
|
1366
|
+
- ext/boost/mpl/list/aux_/O1_size.hpp
|
1630
1367
|
- ext/boost/mpl/list/aux_/begin_end.hpp
|
1631
1368
|
- ext/boost/mpl/list/aux_/clear.hpp
|
1632
1369
|
- ext/boost/mpl/list/aux_/empty.hpp
|
@@ -1636,7 +1373,6 @@ files:
|
|
1636
1373
|
- ext/boost/mpl/list/aux_/iterator.hpp
|
1637
1374
|
- ext/boost/mpl/list/aux_/numbered.hpp
|
1638
1375
|
- ext/boost/mpl/list/aux_/numbered_c.hpp
|
1639
|
-
- ext/boost/mpl/list/aux_/O1_size.hpp
|
1640
1376
|
- ext/boost/mpl/list/aux_/pop_front.hpp
|
1641
1377
|
- ext/boost/mpl/list/aux_/preprocessed/plain/list10.hpp
|
1642
1378
|
- ext/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp
|
@@ -1664,12 +1400,12 @@ files:
|
|
1664
1400
|
- ext/boost/mpl/list/list40_c.hpp
|
1665
1401
|
- ext/boost/mpl/list/list50.hpp
|
1666
1402
|
- ext/boost/mpl/list/list50_c.hpp
|
1667
|
-
- ext/boost/mpl/list.hpp
|
1668
1403
|
- ext/boost/mpl/list_c.hpp
|
1669
1404
|
- ext/boost/mpl/logical.hpp
|
1670
1405
|
- ext/boost/mpl/long.hpp
|
1671
1406
|
- ext/boost/mpl/long_fwd.hpp
|
1672
1407
|
- ext/boost/mpl/lower_bound.hpp
|
1408
|
+
- ext/boost/mpl/map.hpp
|
1673
1409
|
- ext/boost/mpl/map/aux_/at_impl.hpp
|
1674
1410
|
- ext/boost/mpl/map/aux_/begin_end_impl.hpp
|
1675
1411
|
- ext/boost/mpl/map/aux_/clear_impl.hpp
|
@@ -1709,7 +1445,6 @@ files:
|
|
1709
1445
|
- ext/boost/mpl/map/map30.hpp
|
1710
1446
|
- ext/boost/mpl/map/map40.hpp
|
1711
1447
|
- ext/boost/mpl/map/map50.hpp
|
1712
|
-
- ext/boost/mpl/map.hpp
|
1713
1448
|
- ext/boost/mpl/math/fixed_c.hpp
|
1714
1449
|
- ext/boost/mpl/math/is_even.hpp
|
1715
1450
|
- ext/boost/mpl/math/rational_c.hpp
|
@@ -1733,8 +1468,6 @@ files:
|
|
1733
1468
|
- ext/boost/mpl/not.hpp
|
1734
1469
|
- ext/boost/mpl/not_equal_to.hpp
|
1735
1470
|
- ext/boost/mpl/numeric_cast.hpp
|
1736
|
-
- ext/boost/mpl/O1_size.hpp
|
1737
|
-
- ext/boost/mpl/O1_size_fwd.hpp
|
1738
1471
|
- ext/boost/mpl/or.hpp
|
1739
1472
|
- ext/boost/mpl/order.hpp
|
1740
1473
|
- ext/boost/mpl/order_fwd.hpp
|
@@ -1766,6 +1499,7 @@ files:
|
|
1766
1499
|
- ext/boost/mpl/same_as.hpp
|
1767
1500
|
- ext/boost/mpl/sequence_tag.hpp
|
1768
1501
|
- ext/boost/mpl/sequence_tag_fwd.hpp
|
1502
|
+
- ext/boost/mpl/set.hpp
|
1769
1503
|
- ext/boost/mpl/set/aux_/at_impl.hpp
|
1770
1504
|
- ext/boost/mpl/set/aux_/begin_end_impl.hpp
|
1771
1505
|
- ext/boost/mpl/set/aux_/clear_impl.hpp
|
@@ -1806,7 +1540,6 @@ files:
|
|
1806
1540
|
- ext/boost/mpl/set/set40_c.hpp
|
1807
1541
|
- ext/boost/mpl/set/set50.hpp
|
1808
1542
|
- ext/boost/mpl/set/set50_c.hpp
|
1809
|
-
- ext/boost/mpl/set.hpp
|
1810
1543
|
- ext/boost/mpl/set_c.hpp
|
1811
1544
|
- ext/boost/mpl/shift_left.hpp
|
1812
1545
|
- ext/boost/mpl/shift_right.hpp
|
@@ -1829,6 +1562,8 @@ files:
|
|
1829
1562
|
- ext/boost/mpl/upper_bound.hpp
|
1830
1563
|
- ext/boost/mpl/value_type.hpp
|
1831
1564
|
- ext/boost/mpl/value_type_fwd.hpp
|
1565
|
+
- ext/boost/mpl/vector.hpp
|
1566
|
+
- ext/boost/mpl/vector/aux_/O1_size.hpp
|
1832
1567
|
- ext/boost/mpl/vector/aux_/at.hpp
|
1833
1568
|
- ext/boost/mpl/vector/aux_/back.hpp
|
1834
1569
|
- ext/boost/mpl/vector/aux_/begin_end.hpp
|
@@ -1840,7 +1575,6 @@ files:
|
|
1840
1575
|
- ext/boost/mpl/vector/aux_/iterator.hpp
|
1841
1576
|
- ext/boost/mpl/vector/aux_/numbered.hpp
|
1842
1577
|
- ext/boost/mpl/vector/aux_/numbered_c.hpp
|
1843
|
-
- ext/boost/mpl/vector/aux_/O1_size.hpp
|
1844
1578
|
- ext/boost/mpl/vector/aux_/pop_back.hpp
|
1845
1579
|
- ext/boost/mpl/vector/aux_/pop_front.hpp
|
1846
1580
|
- ext/boost/mpl/vector/aux_/preprocessed/no_ctps/vector10.hpp
|
@@ -1890,7 +1624,6 @@ files:
|
|
1890
1624
|
- ext/boost/mpl/vector/vector40_c.hpp
|
1891
1625
|
- ext/boost/mpl/vector/vector50.hpp
|
1892
1626
|
- ext/boost/mpl/vector/vector50_c.hpp
|
1893
|
-
- ext/boost/mpl/vector.hpp
|
1894
1627
|
- ext/boost/mpl/vector_c.hpp
|
1895
1628
|
- ext/boost/mpl/void.hpp
|
1896
1629
|
- ext/boost/mpl/void_fwd.hpp
|
@@ -1921,9 +1654,9 @@ files:
|
|
1921
1654
|
- ext/boost/numeric/conversion/sign_mixture_enum.hpp
|
1922
1655
|
- ext/boost/numeric/conversion/udt_builtin_mixture_enum.hpp
|
1923
1656
|
- ext/boost/operators.hpp
|
1657
|
+
- ext/boost/optional.hpp
|
1924
1658
|
- ext/boost/optional/optional.hpp
|
1925
1659
|
- ext/boost/optional/optional_fwd.hpp
|
1926
|
-
- ext/boost/optional.hpp
|
1927
1660
|
- ext/boost/pointee.hpp
|
1928
1661
|
- ext/boost/pointer_to_other.hpp
|
1929
1662
|
- ext/boost/preprocessor/arithmetic/add.hpp
|
@@ -2047,10 +1780,12 @@ files:
|
|
2047
1780
|
- ext/boost/ratio/ratio.hpp
|
2048
1781
|
- ext/boost/ratio/ratio_fwd.hpp
|
2049
1782
|
- ext/boost/ref.hpp
|
1783
|
+
- ext/boost/regex.h
|
1784
|
+
- ext/boost/regex.hpp
|
2050
1785
|
- ext/boost/regex/concepts.hpp
|
1786
|
+
- ext/boost/regex/config.hpp
|
2051
1787
|
- ext/boost/regex/config/borland.hpp
|
2052
1788
|
- ext/boost/regex/config/cwchar.hpp
|
2053
|
-
- ext/boost/regex/config.hpp
|
2054
1789
|
- ext/boost/regex/mfc.hpp
|
2055
1790
|
- ext/boost/regex/pattern_except.hpp
|
2056
1791
|
- ext/boost/regex/pending/object_cache.hpp
|
@@ -2101,8 +1836,6 @@ files:
|
|
2101
1836
|
- ext/boost/regex/v4/u32regex_iterator.hpp
|
2102
1837
|
- ext/boost/regex/v4/u32regex_token_iterator.hpp
|
2103
1838
|
- ext/boost/regex/v4/w32_regex_traits.hpp
|
2104
|
-
- ext/boost/regex.h
|
2105
|
-
- ext/boost/regex.hpp
|
2106
1839
|
- ext/boost/regex_fwd.hpp
|
2107
1840
|
- ext/boost/scoped_array.hpp
|
2108
1841
|
- ext/boost/scoped_ptr.hpp
|
@@ -2168,6 +1901,7 @@ files:
|
|
2168
1901
|
- ext/boost/system/config.hpp
|
2169
1902
|
- ext/boost/system/error_code.hpp
|
2170
1903
|
- ext/boost/system/system_error.hpp
|
1904
|
+
- ext/boost/thread.hpp
|
2171
1905
|
- ext/boost/thread/barrier.hpp
|
2172
1906
|
- ext/boost/thread/completion_latch.hpp
|
2173
1907
|
- ext/boost/thread/condition.hpp
|
@@ -2248,7 +1982,6 @@ files:
|
|
2248
1982
|
- ext/boost/thread/v2/shared_mutex.hpp
|
2249
1983
|
- ext/boost/thread/v2/thread.hpp
|
2250
1984
|
- ext/boost/thread/xtime.hpp
|
2251
|
-
- ext/boost/thread.hpp
|
2252
1985
|
- ext/boost/throw_exception.hpp
|
2253
1986
|
- ext/boost/token_functions.hpp
|
2254
1987
|
- ext/boost/token_iterator.hpp
|
@@ -2387,13 +2120,158 @@ files:
|
|
2387
2120
|
- ext/boost/version.hpp
|
2388
2121
|
- ext/boost/visit_each.hpp
|
2389
2122
|
- ext/boost/weak_ptr.hpp
|
2390
|
-
- ext/
|
2123
|
+
- ext/common/Account.h
|
2124
|
+
- ext/common/AccountsDatabase.h
|
2125
|
+
- ext/common/AgentsStarter.cpp
|
2126
|
+
- ext/common/AgentsStarter.h
|
2127
|
+
- ext/common/ApplicationPool2/AppTypes.cpp
|
2128
|
+
- ext/common/ApplicationPool2/AppTypes.h
|
2129
|
+
- ext/common/ApplicationPool2/Common.h
|
2130
|
+
- ext/common/ApplicationPool2/ComponentInfo.h
|
2131
|
+
- ext/common/ApplicationPool2/DirectSpawner.h
|
2132
|
+
- ext/common/ApplicationPool2/DummySpawner.h
|
2133
|
+
- ext/common/ApplicationPool2/Group.h
|
2134
|
+
- ext/common/ApplicationPool2/Implementation.cpp
|
2135
|
+
- ext/common/ApplicationPool2/Options.h
|
2136
|
+
- ext/common/ApplicationPool2/PipeWatcher.h
|
2137
|
+
- ext/common/ApplicationPool2/Pool.h
|
2138
|
+
- ext/common/ApplicationPool2/Process.h
|
2139
|
+
- ext/common/ApplicationPool2/README.md
|
2140
|
+
- ext/common/ApplicationPool2/Session.h
|
2141
|
+
- ext/common/ApplicationPool2/SmartSpawner.h
|
2142
|
+
- ext/common/ApplicationPool2/Socket.h
|
2143
|
+
- ext/common/ApplicationPool2/Spawner.h
|
2144
|
+
- ext/common/ApplicationPool2/SpawnerFactory.h
|
2145
|
+
- ext/common/ApplicationPool2/SuperGroup.h
|
2146
|
+
- ext/common/BackgroundEventLoop.cpp
|
2147
|
+
- ext/common/BackgroundEventLoop.h
|
2148
|
+
- ext/common/Constants.h
|
2149
|
+
- ext/common/Constants.h.erb
|
2150
|
+
- ext/common/EventedBufferedInput.h
|
2151
|
+
- ext/common/EventedClient.h
|
2152
|
+
- ext/common/EventedMessageServer.h
|
2153
|
+
- ext/common/EventedServer.h
|
2154
|
+
- ext/common/Exceptions.cpp
|
2155
|
+
- ext/common/Exceptions.h
|
2156
|
+
- ext/common/FileDescriptor.h
|
2157
|
+
- ext/common/Hooks.h
|
2158
|
+
- ext/common/Logging.cpp
|
2159
|
+
- ext/common/Logging.h
|
2160
|
+
- ext/common/MessageClient.h
|
2161
|
+
- ext/common/MessageReadersWriters.h
|
2162
|
+
- ext/common/MessageServer.h
|
2163
|
+
- ext/common/MultiLibeio.cpp
|
2164
|
+
- ext/common/MultiLibeio.h
|
2165
|
+
- ext/common/RandomGenerator.h
|
2166
|
+
- ext/common/ResourceLocator.h
|
2167
|
+
- ext/common/SafeLibev.h
|
2168
|
+
- ext/common/ServerInstanceDir.h
|
2169
|
+
- ext/common/StaticString.h
|
2170
|
+
- ext/common/UnionStation.h
|
2171
|
+
- ext/common/Utils.cpp
|
2172
|
+
- ext/common/Utils.h
|
2173
|
+
- ext/common/Utils/AnsiColorConstants.h
|
2174
|
+
- ext/common/Utils/BCrypt.cpp
|
2175
|
+
- ext/common/Utils/BCrypt.h
|
2176
|
+
- ext/common/Utils/Base64.cpp
|
2177
|
+
- ext/common/Utils/Base64.h
|
2178
|
+
- ext/common/Utils/BlockingQueue.h
|
2179
|
+
- ext/common/Utils/Blowfish.c
|
2180
|
+
- ext/common/Utils/Blowfish.h
|
2181
|
+
- ext/common/Utils/BufferedIO.h
|
2182
|
+
- ext/common/Utils/CachedFileStat.cpp
|
2183
|
+
- ext/common/Utils/CachedFileStat.h
|
2184
|
+
- ext/common/Utils/CachedFileStat.hpp
|
2185
|
+
- ext/common/Utils/Curl.h
|
2186
|
+
- ext/common/Utils/Dechunker.h
|
2187
|
+
- ext/common/Utils/FileChangeChecker.h
|
2188
|
+
- ext/common/Utils/HashMap.h
|
2189
|
+
- ext/common/Utils/HttpConstants.h
|
2190
|
+
- ext/common/Utils/HttpHeaderBufferer.h
|
2191
|
+
- ext/common/Utils/IOUtils.cpp
|
2192
|
+
- ext/common/Utils/IOUtils.h
|
2193
|
+
- ext/common/Utils/IniFile.h
|
2194
|
+
- ext/common/Utils/LargeFiles.cpp
|
2195
|
+
- ext/common/Utils/LargeFiles.h
|
2196
|
+
- ext/common/Utils/Lock.h
|
2197
|
+
- ext/common/Utils/MD5.cpp
|
2198
|
+
- ext/common/Utils/MD5.h
|
2199
|
+
- ext/common/Utils/MemZeroGuard.h
|
2200
|
+
- ext/common/Utils/MemoryBarrier.h
|
2201
|
+
- ext/common/Utils/MessageIO.h
|
2202
|
+
- ext/common/Utils/MessagePassing.h
|
2203
|
+
- ext/common/Utils/PriorityQueue.h
|
2204
|
+
- ext/common/Utils/ProcessMetricsCollector.h
|
2205
|
+
- ext/common/Utils/ScopeGuard.h
|
2206
|
+
- ext/common/Utils/SmallVector.h
|
2207
|
+
- ext/common/Utils/StrIntUtils.cpp
|
2208
|
+
- ext/common/Utils/StrIntUtils.h
|
2209
|
+
- ext/common/Utils/StreamBoyerMooreHorspool.h
|
2210
|
+
- ext/common/Utils/StringMap.h
|
2211
|
+
- ext/common/Utils/SystemTime.cpp
|
2212
|
+
- ext/common/Utils/SystemTime.h
|
2213
|
+
- ext/common/Utils/Template.h
|
2214
|
+
- ext/common/Utils/Timer.h
|
2215
|
+
- ext/common/Utils/VariantMap.h
|
2216
|
+
- ext/common/Utils/fib.c
|
2217
|
+
- ext/common/Utils/fib.h
|
2218
|
+
- ext/common/Utils/fibpriv.h
|
2219
|
+
- ext/common/Utils/json-forwards.h
|
2220
|
+
- ext/common/Utils/json.h
|
2221
|
+
- ext/common/Utils/jsoncpp.cpp
|
2222
|
+
- ext/common/Utils/utf8.h
|
2223
|
+
- ext/common/Utils/utf8/checked.h
|
2224
|
+
- ext/common/Utils/utf8/core.h
|
2225
|
+
- ext/common/Utils/utf8/unchecked.h
|
2226
|
+
- ext/common/agents/Base.cpp
|
2227
|
+
- ext/common/agents/Base.h
|
2228
|
+
- ext/common/agents/EnvPrinter.c
|
2229
|
+
- ext/common/agents/HelperAgent/AgentOptions.h
|
2230
|
+
- ext/common/agents/HelperAgent/FileBackedPipe.h
|
2231
|
+
- ext/common/agents/HelperAgent/Main.cpp
|
2232
|
+
- ext/common/agents/HelperAgent/RequestHandler.cpp
|
2233
|
+
- ext/common/agents/HelperAgent/RequestHandler.h
|
2234
|
+
- ext/common/agents/HelperAgent/ScgiRequestParser.h
|
2235
|
+
- ext/common/agents/LoggingAgent/AdminController.h
|
2236
|
+
- ext/common/agents/LoggingAgent/DataStoreId.h
|
2237
|
+
- ext/common/agents/LoggingAgent/FilterSupport.cpp
|
2238
|
+
- ext/common/agents/LoggingAgent/FilterSupport.h
|
2239
|
+
- ext/common/agents/LoggingAgent/LoggingServer.h
|
2240
|
+
- ext/common/agents/LoggingAgent/Main.cpp
|
2241
|
+
- ext/common/agents/LoggingAgent/RemoteSender.h
|
2242
|
+
- ext/common/agents/SpawnPreparer.cpp
|
2243
|
+
- ext/common/agents/TempDirToucher.c
|
2244
|
+
- ext/common/agents/Watchdog/AgentWatcher.cpp
|
2245
|
+
- ext/common/agents/Watchdog/HelperAgentWatcher.cpp
|
2246
|
+
- ext/common/agents/Watchdog/LoggingAgentWatcher.cpp
|
2247
|
+
- ext/common/agents/Watchdog/Main.cpp
|
2248
|
+
- ext/common/agents/Watchdog/ServerInstanceDirToucher.cpp
|
2249
|
+
- ext/libeio/Changes
|
2250
|
+
- ext/libeio/LICENSE
|
2251
|
+
- ext/libeio/Makefile.am
|
2252
|
+
- ext/libeio/Makefile.in
|
2253
|
+
- ext/libeio/aclocal.m4
|
2254
|
+
- ext/libeio/autogen.sh
|
2255
|
+
- ext/libeio/config.guess
|
2256
|
+
- ext/libeio/config.h.in
|
2257
|
+
- ext/libeio/config.sub
|
2258
|
+
- ext/libeio/configure
|
2259
|
+
- ext/libeio/configure.ac
|
2260
|
+
- ext/libeio/demo.c
|
2261
|
+
- ext/libeio/ecb.h
|
2262
|
+
- ext/libeio/eio.c
|
2263
|
+
- ext/libeio/eio.h
|
2264
|
+
- ext/libeio/install-sh
|
2265
|
+
- ext/libeio/libeio.m4
|
2266
|
+
- ext/libeio/ltmain.sh
|
2267
|
+
- ext/libeio/missing
|
2268
|
+
- ext/libeio/xthread.h
|
2391
2269
|
- ext/libev/Changes
|
2392
|
-
- ext/libev/
|
2270
|
+
- ext/libev/LICENSE
|
2393
2271
|
- ext/libev/Makefile.am
|
2394
2272
|
- ext/libev/Makefile.in
|
2273
|
+
- ext/libev/README
|
2395
2274
|
- ext/libev/aclocal.m4
|
2396
|
-
- ext/libev/libev.m4
|
2397
2275
|
- ext/libev/autogen.sh
|
2398
2276
|
- ext/libev/config.guess
|
2399
2277
|
- ext/libev/config.h.in
|
@@ -2401,54 +2279,45 @@ files:
|
|
2401
2279
|
- ext/libev/configure
|
2402
2280
|
- ext/libev/configure.ac
|
2403
2281
|
- ext/libev/depcomp
|
2404
|
-
- ext/libev/install-sh
|
2405
|
-
- ext/libev/ltmain.sh
|
2406
|
-
- ext/libev/missing
|
2407
|
-
- ext/libev/mkinstalldirs
|
2408
2282
|
- ext/libev/ev++.h
|
2409
|
-
- ext/libev/ev.h
|
2410
|
-
- ext/libev/ev_vars.h
|
2411
|
-
- ext/libev/ev_wrap.h
|
2412
|
-
- ext/libev/event.h
|
2413
2283
|
- ext/libev/ev.c
|
2284
|
+
- ext/libev/ev.h
|
2414
2285
|
- ext/libev/ev_epoll.c
|
2415
2286
|
- ext/libev/ev_kqueue.c
|
2416
2287
|
- ext/libev/ev_poll.c
|
2417
2288
|
- ext/libev/ev_port.c
|
2418
2289
|
- ext/libev/ev_select.c
|
2290
|
+
- ext/libev/ev_vars.h
|
2419
2291
|
- ext/libev/ev_win32.c
|
2292
|
+
- ext/libev/ev_wrap.h
|
2420
2293
|
- ext/libev/event.c
|
2421
|
-
- ext/
|
2422
|
-
- ext/
|
2423
|
-
- ext/
|
2424
|
-
- ext/
|
2425
|
-
- ext/
|
2426
|
-
- ext/
|
2427
|
-
- ext/
|
2428
|
-
- ext/
|
2429
|
-
- ext/
|
2430
|
-
- ext/
|
2431
|
-
- ext/
|
2432
|
-
- ext/
|
2433
|
-
- ext/
|
2434
|
-
- ext/
|
2435
|
-
- ext/
|
2436
|
-
- ext/
|
2437
|
-
- ext/
|
2438
|
-
- ext/
|
2439
|
-
- ext/
|
2440
|
-
- ext/
|
2441
|
-
- ext/
|
2442
|
-
- ext/
|
2443
|
-
- ext/
|
2444
|
-
- ext/
|
2445
|
-
- ext/
|
2446
|
-
- ext/oxt/system_calls.hpp
|
2447
|
-
- ext/oxt/thread.hpp
|
2448
|
-
- ext/oxt/tracable_exception.hpp
|
2449
|
-
- ext/oxt/implementation.cpp
|
2450
|
-
- ext/oxt/system_calls.cpp
|
2294
|
+
- ext/libev/event.h
|
2295
|
+
- ext/libev/install-sh
|
2296
|
+
- ext/libev/libev.m4
|
2297
|
+
- ext/libev/ltmain.sh
|
2298
|
+
- ext/libev/missing
|
2299
|
+
- ext/libev/mkinstalldirs
|
2300
|
+
- ext/nginx/CacheLocationConfig.c
|
2301
|
+
- ext/nginx/CacheLocationConfig.c.erb
|
2302
|
+
- ext/nginx/Configuration.c
|
2303
|
+
- ext/nginx/Configuration.h
|
2304
|
+
- ext/nginx/ConfigurationCommands.c
|
2305
|
+
- ext/nginx/ConfigurationCommands.c.erb
|
2306
|
+
- ext/nginx/ConfigurationFields.h
|
2307
|
+
- ext/nginx/ConfigurationFields.h.erb
|
2308
|
+
- ext/nginx/ContentHandler.c
|
2309
|
+
- ext/nginx/ContentHandler.h
|
2310
|
+
- ext/nginx/CreateLocationConfig.c
|
2311
|
+
- ext/nginx/CreateLocationConfig.c.erb
|
2312
|
+
- ext/nginx/MergeLocationConfig.c
|
2313
|
+
- ext/nginx/MergeLocationConfig.c.erb
|
2314
|
+
- ext/nginx/StaticContentHandler.c
|
2315
|
+
- ext/nginx/StaticContentHandler.h
|
2316
|
+
- ext/nginx/config
|
2317
|
+
- ext/nginx/ngx_http_passenger_module.c
|
2318
|
+
- ext/nginx/ngx_http_passenger_module.h
|
2451
2319
|
- ext/oxt/Readme.txt
|
2320
|
+
- ext/oxt/backtrace.hpp
|
2452
2321
|
- ext/oxt/detail/backtrace_disabled.hpp
|
2453
2322
|
- ext/oxt/detail/backtrace_enabled.hpp
|
2454
2323
|
- ext/oxt/detail/context.hpp
|
@@ -2458,31 +2327,135 @@ files:
|
|
2458
2327
|
- ext/oxt/detail/spin_lock_pthreads.hpp
|
2459
2328
|
- ext/oxt/detail/tracable_exception_disabled.hpp
|
2460
2329
|
- ext/oxt/detail/tracable_exception_enabled.hpp
|
2461
|
-
- ext/
|
2330
|
+
- ext/oxt/dynamic_thread_group.hpp
|
2331
|
+
- ext/oxt/implementation.cpp
|
2332
|
+
- ext/oxt/initialize.hpp
|
2333
|
+
- ext/oxt/macros.hpp
|
2334
|
+
- ext/oxt/spin_lock.hpp
|
2335
|
+
- ext/oxt/system_calls.cpp
|
2336
|
+
- ext/oxt/system_calls.hpp
|
2337
|
+
- ext/oxt/thread.hpp
|
2338
|
+
- ext/oxt/tracable_exception.hpp
|
2462
2339
|
- ext/ruby/extconf.rb
|
2463
|
-
-
|
2464
|
-
-
|
2465
|
-
-
|
2466
|
-
-
|
2467
|
-
-
|
2468
|
-
-
|
2340
|
+
- ext/ruby/passenger_native_support.c
|
2341
|
+
- helper-scripts/backtrace-sanitizer.rb
|
2342
|
+
- helper-scripts/classic-rails-loader.rb
|
2343
|
+
- helper-scripts/classic-rails-preloader.rb
|
2344
|
+
- helper-scripts/download_binaries/extconf.rb
|
2345
|
+
- helper-scripts/meteor-loader.rb
|
2346
|
+
- helper-scripts/node-loader.js
|
2347
|
+
- helper-scripts/prespawn
|
2348
|
+
- helper-scripts/rack-loader.rb
|
2349
|
+
- helper-scripts/rack-preloader.rb
|
2350
|
+
- helper-scripts/system-memory-stats.py
|
2351
|
+
- helper-scripts/wsgi-loader.py
|
2352
|
+
- helper-scripts/wsgi-preloader.py
|
2353
|
+
- lib/phusion_passenger.rb
|
2354
|
+
- lib/phusion_passenger/abstract_installer.rb
|
2355
|
+
- lib/phusion_passenger/active_support3_extensions/init.rb
|
2356
|
+
- lib/phusion_passenger/admin_tools.rb
|
2357
|
+
- lib/phusion_passenger/admin_tools/memory_stats.rb
|
2358
|
+
- lib/phusion_passenger/admin_tools/server_instance.rb
|
2359
|
+
- lib/phusion_passenger/analytics_logger.rb
|
2360
|
+
- lib/phusion_passenger/apache2/config_options.rb
|
2361
|
+
- lib/phusion_passenger/classic_rails/cgi_fixed.rb
|
2362
|
+
- lib/phusion_passenger/classic_rails/thread_handler_extension.rb
|
2363
|
+
- lib/phusion_passenger/common_library.rb
|
2364
|
+
- lib/phusion_passenger/config/about_command.rb
|
2365
|
+
- lib/phusion_passenger/config/command.rb
|
2366
|
+
- lib/phusion_passenger/config/main.rb
|
2367
|
+
- lib/phusion_passenger/config/restart_app_command.rb
|
2368
|
+
- lib/phusion_passenger/config/utils.rb
|
2369
|
+
- lib/phusion_passenger/config/validate_install_command.rb
|
2370
|
+
- lib/phusion_passenger/console_text_template.rb
|
2371
|
+
- lib/phusion_passenger/constants.rb
|
2372
|
+
- lib/phusion_passenger/debug_logging.rb
|
2373
|
+
- lib/phusion_passenger/loader_shared_helpers.rb
|
2374
|
+
- lib/phusion_passenger/message_channel.rb
|
2375
|
+
- lib/phusion_passenger/message_client.rb
|
2376
|
+
- lib/phusion_passenger/native_support.rb
|
2377
|
+
- lib/phusion_passenger/nginx/config_options.rb
|
2378
|
+
- lib/phusion_passenger/packaging.rb
|
2379
|
+
- lib/phusion_passenger/platform_info.rb
|
2380
|
+
- lib/phusion_passenger/platform_info/apache.rb
|
2381
|
+
- lib/phusion_passenger/platform_info/apache_detector.rb
|
2382
|
+
- lib/phusion_passenger/platform_info/binary_compatibility.rb
|
2383
|
+
- lib/phusion_passenger/platform_info/compiler.rb
|
2384
|
+
- lib/phusion_passenger/platform_info/curl.rb
|
2385
|
+
- lib/phusion_passenger/platform_info/cxx_portability.rb
|
2386
|
+
- lib/phusion_passenger/platform_info/depcheck.rb
|
2387
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/apache2.rb
|
2388
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/compiler_toolchain.rb
|
2389
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/gems.rb
|
2390
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/libs.rb
|
2391
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/ruby.rb
|
2392
|
+
- lib/phusion_passenger/platform_info/depcheck_specs/utilities.rb
|
2393
|
+
- lib/phusion_passenger/platform_info/linux.rb
|
2394
|
+
- lib/phusion_passenger/platform_info/operating_system.rb
|
2395
|
+
- lib/phusion_passenger/platform_info/ruby.rb
|
2396
|
+
- lib/phusion_passenger/platform_info/zlib.rb
|
2397
|
+
- lib/phusion_passenger/plugin.rb
|
2398
|
+
- lib/phusion_passenger/preloader_shared_helpers.rb
|
2399
|
+
- lib/phusion_passenger/public_api.rb
|
2400
|
+
- lib/phusion_passenger/rack/out_of_band_gc.rb
|
2401
|
+
- lib/phusion_passenger/rack/thread_handler_extension.rb
|
2402
|
+
- lib/phusion_passenger/request_handler.rb
|
2403
|
+
- lib/phusion_passenger/request_handler/thread_handler.rb
|
2404
|
+
- lib/phusion_passenger/ruby_core_enhancements.rb
|
2405
|
+
- lib/phusion_passenger/simple_benchmarking.rb
|
2406
|
+
- lib/phusion_passenger/standalone/app_finder.rb
|
2407
|
+
- lib/phusion_passenger/standalone/command.rb
|
2408
|
+
- lib/phusion_passenger/standalone/config_file.rb
|
2409
|
+
- lib/phusion_passenger/standalone/help_command.rb
|
2410
|
+
- lib/phusion_passenger/standalone/main.rb
|
2411
|
+
- lib/phusion_passenger/standalone/package_runtime_command.rb
|
2412
|
+
- lib/phusion_passenger/standalone/runtime_installer.rb
|
2413
|
+
- lib/phusion_passenger/standalone/runtime_locator.rb
|
2414
|
+
- lib/phusion_passenger/standalone/start_command.rb
|
2415
|
+
- lib/phusion_passenger/standalone/status_command.rb
|
2416
|
+
- lib/phusion_passenger/standalone/stop_command.rb
|
2417
|
+
- lib/phusion_passenger/standalone/utils.rb
|
2418
|
+
- lib/phusion_passenger/standalone/version_command.rb
|
2419
|
+
- lib/phusion_passenger/utils.rb
|
2420
|
+
- lib/phusion_passenger/utils/ansi_colors.rb
|
2421
|
+
- lib/phusion_passenger/utils/download.rb
|
2422
|
+
- lib/phusion_passenger/utils/file_system_watcher.rb
|
2423
|
+
- lib/phusion_passenger/utils/hosts_file_parser.rb
|
2424
|
+
- lib/phusion_passenger/utils/json.rb
|
2425
|
+
- lib/phusion_passenger/utils/native_support_utils.rb
|
2426
|
+
- lib/phusion_passenger/utils/tee_input.rb
|
2427
|
+
- lib/phusion_passenger/utils/terminal_choice_menu.rb
|
2428
|
+
- lib/phusion_passenger/utils/tmpdir.rb
|
2429
|
+
- lib/phusion_passenger/utils/tmpio.rb
|
2430
|
+
- lib/phusion_passenger/utils/unseekable_socket.rb
|
2431
|
+
- man/passenger-config.1
|
2432
|
+
- man/passenger-memory-stats.8
|
2433
|
+
- man/passenger-status.8
|
2434
|
+
- man/passenger-stress-test.1
|
2435
|
+
- node_lib/phusion_passenger/httplib_emulation.js
|
2436
|
+
- node_lib/phusion_passenger/line_reader.js
|
2437
|
+
- node_lib/phusion_passenger/request_handler.js
|
2438
|
+
- node_lib/phusion_passenger/session_protocol_parser.js
|
2439
|
+
- passenger.gemspec
|
2469
2440
|
- resources/mime.types
|
2470
2441
|
- resources/oss-binaries.phusionpassenger.com.crt
|
2471
2442
|
- resources/release.txt
|
2472
2443
|
- resources/standalone_default_root/index.html
|
2444
|
+
- resources/templates/apache2/apache_install_broken.txt.erb
|
2473
2445
|
- resources/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb
|
2474
2446
|
- resources/templates/apache2/config_snippets.txt.erb
|
2475
2447
|
- resources/templates/apache2/deployment_example.txt.erb
|
2476
2448
|
- resources/templates/apache2/installing_against_a_different_apache.txt.erb
|
2477
2449
|
- resources/templates/apache2/multiple_apache_installations_detected.txt.erb
|
2478
|
-
- resources/templates/apache2/no_write_permission_to_passenger_root.txt.erb
|
2479
2450
|
- resources/templates/apache2/notify_apache_module_installed.txt.erb
|
2480
2451
|
- resources/templates/apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb
|
2452
|
+
- resources/templates/apache2/present_choice_for_no_update_config.txt.erb
|
2481
2453
|
- resources/templates/apache2/welcome.txt.erb
|
2482
2454
|
- resources/templates/error_layout.css
|
2483
2455
|
- resources/templates/error_layout.html.template
|
2484
2456
|
- resources/templates/general_error.html.template
|
2485
2457
|
- resources/templates/general_error_with_html.html.template
|
2458
|
+
- resources/templates/installer_common/cannot_access_files_as_root.txt.erb
|
2486
2459
|
- resources/templates/installer_common/gem_install_permission_problems.txt.erb
|
2487
2460
|
- resources/templates/installer_common/low_amount_of_memory_warning.txt.erb
|
2488
2461
|
- resources/templates/installer_common/run_installer_as_root.txt.erb
|
@@ -2494,6 +2467,7 @@ files:
|
|
2494
2467
|
- resources/templates/nginx/confirm_extra_configure_flags.txt.erb
|
2495
2468
|
- resources/templates/nginx/deployment_example.txt.erb
|
2496
2469
|
- resources/templates/nginx/nginx_module_sources_not_available.txt.erb
|
2470
|
+
- resources/templates/nginx/other_nginx_installations_exist.txt.erb
|
2497
2471
|
- resources/templates/nginx/pcre_checksum_could_not_be_verified.txt.erb
|
2498
2472
|
- resources/templates/nginx/pcre_could_not_be_downloaded.txt.erb
|
2499
2473
|
- resources/templates/nginx/pcre_could_not_be_extracted.txt.erb
|
@@ -2508,20 +2482,20 @@ files:
|
|
2508
2482
|
- resources/templates/standalone/run_installer_as_root.txt.erb
|
2509
2483
|
- resources/templates/undisclosed_error.html.template
|
2510
2484
|
- resources/union_station_gateway.crt
|
2485
|
+
- rpm/Vagrantfile
|
2486
|
+
- rpm/apache-passenger.conf.in
|
2487
|
+
- rpm/config.json
|
2488
|
+
- rpm/get_distro_id.py
|
2489
|
+
- rpm/passenger.logrotate
|
2490
|
+
- rpm/passenger.spec.template
|
2491
|
+
- rpm/passenger_dynamic_thread_group.patch
|
2492
|
+
- rpm/passenger_tests_default_config_example.patch
|
2493
|
+
- rpm/rubygem-passenger-4.0.18-GLIBC_HAVE_LONG_LONG.patch
|
2494
|
+
- rpm/rubygem-passenger-4.0.18-gcc47-include-sys_types.patch
|
2511
2495
|
- test/.rspec
|
2512
2496
|
- test/config.json.example
|
2513
|
-
- test/
|
2497
|
+
- test/config.json.rpm-automation
|
2514
2498
|
- test/config.json.travis
|
2515
|
-
- test/valgrind-osx.supp
|
2516
|
-
- test/support/allocate_memory.c
|
2517
|
-
- test/support/valgrind.h
|
2518
|
-
- test/support/apache2_controller.rb
|
2519
|
-
- test/support/multipart.rb
|
2520
|
-
- test/support/nginx_controller.rb
|
2521
|
-
- test/support/placebo-preloader.rb
|
2522
|
-
- test/support/test_helper.rb
|
2523
|
-
- test/tut/tut.h
|
2524
|
-
- test/tut/tut_reporter.h
|
2525
2499
|
- test/cxx/ApplicationPool2/DirectSpawnerTest.cpp
|
2526
2500
|
- test/cxx/ApplicationPool2/OptionsTest.cpp
|
2527
2501
|
- test/cxx/ApplicationPool2/PoolTest.cpp
|
@@ -2554,16 +2528,28 @@ files:
|
|
2554
2528
|
- test/cxx/SystemTimeTest.cpp
|
2555
2529
|
- test/cxx/TemplateTest.cpp
|
2556
2530
|
- test/cxx/TestSupport.cpp
|
2531
|
+
- test/cxx/TestSupport.h
|
2557
2532
|
- test/cxx/UnionStationTest.cpp
|
2558
2533
|
- test/cxx/UtilsTest.cpp
|
2559
2534
|
- test/cxx/VariantMapTest.cpp
|
2560
|
-
- test/
|
2535
|
+
- test/gdbinit.example
|
2536
|
+
- test/integration_tests/apache2_tests.rb
|
2537
|
+
- test/integration_tests/downloaded_binaries_tests.rb
|
2538
|
+
- test/integration_tests/native_packaging_spec.rb
|
2539
|
+
- test/integration_tests/nginx_tests.rb
|
2540
|
+
- test/integration_tests/shared/example_webapp_tests.rb
|
2541
|
+
- test/integration_tests/source_packaging_test.rb
|
2542
|
+
- test/integration_tests/spec_helper.rb
|
2543
|
+
- test/integration_tests/standalone_tests.rb
|
2544
|
+
- test/node/httplib_emulation_spec.js
|
2545
|
+
- test/node/line_reader_spec.js
|
2546
|
+
- test/node/spec_helper.js
|
2561
2547
|
- test/oxt/backtrace_test.cpp
|
2548
|
+
- test/oxt/counter.hpp
|
2562
2549
|
- test/oxt/dynamic_thread_group_test.cpp
|
2563
2550
|
- test/oxt/oxt_test_main.cpp
|
2564
2551
|
- test/oxt/spin_lock_test.cpp
|
2565
2552
|
- test/oxt/syscall_interruption_test.cpp
|
2566
|
-
- test/oxt/counter.hpp
|
2567
2553
|
- test/ruby/admin_tools_spec.rb
|
2568
2554
|
- test/ruby/analytics_logger_spec.rb
|
2569
2555
|
- test/ruby/classic_rails/loader_spec.rb
|
@@ -2591,17 +2577,7 @@ files:
|
|
2591
2577
|
- test/ruby/utils/hosts_file_parser.rb
|
2592
2578
|
- test/ruby/utils/unseekable_socket_spec.rb
|
2593
2579
|
- test/ruby/utils_spec.rb
|
2594
|
-
- test/
|
2595
|
-
- test/node/line_reader_spec.js
|
2596
|
-
- test/node/spec_helper.js
|
2597
|
-
- test/integration_tests/apache2_tests.rb
|
2598
|
-
- test/integration_tests/downloaded_binaries_tests.rb
|
2599
|
-
- test/integration_tests/native_packaging_spec.rb
|
2600
|
-
- test/integration_tests/nginx_tests.rb
|
2601
|
-
- test/integration_tests/shared/example_webapp_tests.rb
|
2602
|
-
- test/integration_tests/source_packaging_test.rb
|
2603
|
-
- test/integration_tests/spec_helper.rb
|
2604
|
-
- test/integration_tests/standalone_tests.rb
|
2580
|
+
- test/stub/.DS_Store
|
2605
2581
|
- test/stub/apache2/httpd.conf.erb
|
2606
2582
|
- test/stub/apache2/mime.types
|
2607
2583
|
- test/stub/garbage1.dat
|
@@ -2615,38 +2591,10 @@ files:
|
|
2615
2591
|
- test/stub/nginx/nginx.conf.erb
|
2616
2592
|
- test/stub/nginx/win-utf
|
2617
2593
|
- test/stub/rack/config.ru
|
2594
|
+
- test/stub/rack/public/.gitignore
|
2618
2595
|
- test/stub/rack/start.rb
|
2619
|
-
- test/stub/
|
2620
|
-
- test/stub/rails2.3/
|
2621
|
-
- test/stub/rails2.3/app/controllers/bar_controller_2.rb
|
2622
|
-
- test/stub/rails2.3/app/controllers/foo_controller.rb
|
2623
|
-
- test/stub/rails2.3/app/helpers/application_helper.rb
|
2624
|
-
- test/stub/rails2.3/app/helpers/bar_helper.rb
|
2625
|
-
- test/stub/rails2.3/app/helpers/foo_helper.rb
|
2626
|
-
- test/stub/rails2.3/config/boot.rb
|
2627
|
-
- test/stub/rails2.3/config/database.yml
|
2628
|
-
- test/stub/rails2.3/config/environment.rb
|
2629
|
-
- test/stub/rails2.3/config/environments/development.rb
|
2630
|
-
- test/stub/rails2.3/config/environments/production.rb
|
2631
|
-
- test/stub/rails2.3/config/environments/staging.rb
|
2632
|
-
- test/stub/rails2.3/config/initializers/inflections.rb
|
2633
|
-
- test/stub/rails2.3/config/initializers/mime_types.rb
|
2634
|
-
- test/stub/rails2.3/config/routes.rb
|
2635
|
-
- test/stub/rails2.3/Rakefile
|
2636
|
-
- test/stub/rails2.3/script/about
|
2637
|
-
- test/stub/rails2.3/script/console
|
2638
|
-
- test/stub/rails2.3/script/dbconsole
|
2639
|
-
- test/stub/rails2.3/script/destroy
|
2640
|
-
- test/stub/rails2.3/script/generate
|
2641
|
-
- test/stub/rails2.3/script/performance/benchmarker
|
2642
|
-
- test/stub/rails2.3/script/performance/profiler
|
2643
|
-
- test/stub/rails2.3/script/performance/request
|
2644
|
-
- test/stub/rails2.3/script/plugin
|
2645
|
-
- test/stub/rails2.3/script/process/inspector
|
2646
|
-
- test/stub/rails2.3/script/process/reaper
|
2647
|
-
- test/stub/rails2.3/script/process/spawner
|
2648
|
-
- test/stub/rails2.3/script/runner
|
2649
|
-
- test/stub/rails2.3/script/server
|
2596
|
+
- test/stub/rack/tmp/.gitignore
|
2597
|
+
- test/stub/rails2.3-mycook/Rakefile
|
2650
2598
|
- test/stub/rails2.3-mycook/app/controllers/application_controller.rb
|
2651
2599
|
- test/stub/rails2.3-mycook/app/controllers/recipes_controller.rb
|
2652
2600
|
- test/stub/rails2.3-mycook/app/controllers/uploads_controller.rb
|
@@ -2673,6 +2621,7 @@ files:
|
|
2673
2621
|
- test/stub/rails2.3-mycook/config/initializers/mime_types.rb
|
2674
2622
|
- test/stub/rails2.3-mycook/config/routes.rb
|
2675
2623
|
- test/stub/rails2.3-mycook/log/useless.txt
|
2624
|
+
- test/stub/rails2.3-mycook/public/.htaccess
|
2676
2625
|
- test/stub/rails2.3-mycook/public/404.html
|
2677
2626
|
- test/stub/rails2.3-mycook/public/422.html
|
2678
2627
|
- test/stub/rails2.3-mycook/public/500.html
|
@@ -2686,8 +2635,8 @@ files:
|
|
2686
2635
|
- test/stub/rails2.3-mycook/public/images/rails.png
|
2687
2636
|
- test/stub/rails2.3-mycook/public/robots.txt
|
2688
2637
|
- test/stub/rails2.3-mycook/public/uploads.html
|
2638
|
+
- test/stub/rails2.3-mycook/public/uploads/.gitignore
|
2689
2639
|
- test/stub/rails2.3-mycook/public/welcome/cached.html
|
2690
|
-
- test/stub/rails2.3-mycook/Rakefile
|
2691
2640
|
- test/stub/rails2.3-mycook/script/about
|
2692
2641
|
- test/stub/rails2.3-mycook/script/console
|
2693
2642
|
- test/stub/rails2.3-mycook/script/dbconsole
|
@@ -2708,9 +2657,51 @@ files:
|
|
2708
2657
|
- test/stub/rails2.3-mycook/tmp/pids/useless.txt
|
2709
2658
|
- test/stub/rails2.3-mycook/tmp/sessions/useless.txt
|
2710
2659
|
- test/stub/rails2.3-mycook/tmp/sockets/useless.txt
|
2660
|
+
- test/stub/rails2.3/Rakefile
|
2661
|
+
- test/stub/rails2.3/app/controllers/application_controller.rb
|
2662
|
+
- test/stub/rails2.3/app/controllers/bar_controller_1.rb
|
2663
|
+
- test/stub/rails2.3/app/controllers/bar_controller_2.rb
|
2664
|
+
- test/stub/rails2.3/app/controllers/foo_controller.rb
|
2665
|
+
- test/stub/rails2.3/app/helpers/application_helper.rb
|
2666
|
+
- test/stub/rails2.3/app/helpers/bar_helper.rb
|
2667
|
+
- test/stub/rails2.3/app/helpers/foo_helper.rb
|
2668
|
+
- test/stub/rails2.3/config/boot.rb
|
2669
|
+
- test/stub/rails2.3/config/database.yml
|
2670
|
+
- test/stub/rails2.3/config/environment.rb
|
2671
|
+
- test/stub/rails2.3/config/environments/development.rb
|
2672
|
+
- test/stub/rails2.3/config/environments/production.rb
|
2673
|
+
- test/stub/rails2.3/config/environments/staging.rb
|
2674
|
+
- test/stub/rails2.3/config/initializers/inflections.rb
|
2675
|
+
- test/stub/rails2.3/config/initializers/mime_types.rb
|
2676
|
+
- test/stub/rails2.3/config/routes.rb
|
2677
|
+
- test/stub/rails2.3/log/.gitignore
|
2678
|
+
- test/stub/rails2.3/public/.gitignore
|
2679
|
+
- test/stub/rails2.3/script/about
|
2680
|
+
- test/stub/rails2.3/script/console
|
2681
|
+
- test/stub/rails2.3/script/dbconsole
|
2682
|
+
- test/stub/rails2.3/script/destroy
|
2683
|
+
- test/stub/rails2.3/script/generate
|
2684
|
+
- test/stub/rails2.3/script/performance/benchmarker
|
2685
|
+
- test/stub/rails2.3/script/performance/profiler
|
2686
|
+
- test/stub/rails2.3/script/performance/request
|
2687
|
+
- test/stub/rails2.3/script/plugin
|
2688
|
+
- test/stub/rails2.3/script/process/inspector
|
2689
|
+
- test/stub/rails2.3/script/process/reaper
|
2690
|
+
- test/stub/rails2.3/script/process/spawner
|
2691
|
+
- test/stub/rails2.3/script/runner
|
2692
|
+
- test/stub/rails2.3/script/server
|
2693
|
+
- test/stub/rails2.3/tmp/cache/.gitignore
|
2694
|
+
- test/stub/rails2.3/tmp/pids/.gitignore
|
2695
|
+
- test/stub/rails2.3/tmp/sessions/.gitignore
|
2696
|
+
- test/stub/rails2.3/tmp/sockets/.gitignore
|
2697
|
+
- test/stub/rails3.0/.gitignore
|
2698
|
+
- test/stub/rails3.0/Gemfile
|
2699
|
+
- test/stub/rails3.0/Gemfile.lock
|
2700
|
+
- test/stub/rails3.0/Rakefile
|
2711
2701
|
- test/stub/rails3.0/app/controllers/application_controller.rb
|
2712
2702
|
- test/stub/rails3.0/app/helpers/application_helper.rb
|
2713
2703
|
- test/stub/rails3.0/app/views/layouts/application.html.erb
|
2704
|
+
- test/stub/rails3.0/config.ru
|
2714
2705
|
- test/stub/rails3.0/config/application.rb
|
2715
2706
|
- test/stub/rails3.0/config/boot.rb
|
2716
2707
|
- test/stub/rails3.0/config/database.yml
|
@@ -2726,26 +2717,36 @@ files:
|
|
2726
2717
|
- test/stub/rails3.0/config/initializers/session_store.rb
|
2727
2718
|
- test/stub/rails3.0/config/locales/en.yml
|
2728
2719
|
- test/stub/rails3.0/config/routes.rb
|
2729
|
-
- test/stub/rails3.0/config.ru
|
2730
2720
|
- test/stub/rails3.0/db/seeds.rb
|
2731
2721
|
- test/stub/rails3.0/doc/README_FOR_APP
|
2732
|
-
- test/stub/rails3.0/
|
2733
|
-
- test/stub/rails3.0/
|
2722
|
+
- test/stub/rails3.0/lib/tasks/.gitkeep
|
2723
|
+
- test/stub/rails3.0/log/.gitignore
|
2734
2724
|
- test/stub/rails3.0/public/404.html
|
2735
2725
|
- test/stub/rails3.0/public/422.html
|
2736
2726
|
- test/stub/rails3.0/public/500.html
|
2737
2727
|
- test/stub/rails3.0/public/favicon.ico
|
2738
2728
|
- test/stub/rails3.0/public/index.html
|
2739
2729
|
- test/stub/rails3.0/public/robots.txt
|
2740
|
-
- test/stub/rails3.0/
|
2730
|
+
- test/stub/rails3.0/public/stylesheets/.gitkeep
|
2741
2731
|
- test/stub/rails3.0/script/rails
|
2742
2732
|
- test/stub/rails3.0/test/performance/browsing_test.rb
|
2743
2733
|
- test/stub/rails3.0/test/test_helper.rb
|
2734
|
+
- test/stub/rails3.0/tmp/cache/.gitignore
|
2735
|
+
- test/stub/rails3.0/tmp/pids/.gitignore
|
2736
|
+
- test/stub/rails3.0/vendor/plugins/.gitkeep
|
2737
|
+
- test/stub/rails3.1/.gitignore
|
2738
|
+
- test/stub/rails3.1/Gemfile
|
2739
|
+
- test/stub/rails3.1/Gemfile.lock
|
2740
|
+
- test/stub/rails3.1/README
|
2741
|
+
- test/stub/rails3.1/Rakefile
|
2744
2742
|
- test/stub/rails3.1/app/assets/images/rails.png
|
2745
2743
|
- test/stub/rails3.1/app/assets/stylesheets/application.css
|
2746
2744
|
- test/stub/rails3.1/app/controllers/application_controller.rb
|
2747
2745
|
- test/stub/rails3.1/app/helpers/application_helper.rb
|
2746
|
+
- test/stub/rails3.1/app/mailers/.gitkeep
|
2747
|
+
- test/stub/rails3.1/app/models/.gitkeep
|
2748
2748
|
- test/stub/rails3.1/app/views/layouts/application.html.erb
|
2749
|
+
- test/stub/rails3.1/config.ru
|
2749
2750
|
- test/stub/rails3.1/config/application.rb
|
2750
2751
|
- test/stub/rails3.1/config/boot.rb
|
2751
2752
|
- test/stub/rails3.1/config/database.yml
|
@@ -2762,27 +2763,38 @@ files:
|
|
2762
2763
|
- test/stub/rails3.1/config/initializers/wrap_parameters.rb
|
2763
2764
|
- test/stub/rails3.1/config/locales/en.yml
|
2764
2765
|
- test/stub/rails3.1/config/routes.rb
|
2765
|
-
- test/stub/rails3.1/config.ru
|
2766
2766
|
- test/stub/rails3.1/db/seeds.rb
|
2767
2767
|
- test/stub/rails3.1/doc/README_FOR_APP
|
2768
|
-
- test/stub/rails3.1/
|
2769
|
-
- test/stub/rails3.1/
|
2768
|
+
- test/stub/rails3.1/lib/assets/.gitkeep
|
2769
|
+
- test/stub/rails3.1/lib/tasks/.gitkeep
|
2770
|
+
- test/stub/rails3.1/log/.gitkeep
|
2770
2771
|
- test/stub/rails3.1/public/404.html
|
2771
2772
|
- test/stub/rails3.1/public/422.html
|
2772
2773
|
- test/stub/rails3.1/public/500.html
|
2773
2774
|
- test/stub/rails3.1/public/favicon.ico
|
2774
2775
|
- test/stub/rails3.1/public/index.html
|
2775
2776
|
- test/stub/rails3.1/public/robots.txt
|
2776
|
-
- test/stub/rails3.1/Rakefile
|
2777
|
-
- test/stub/rails3.1/README
|
2778
2777
|
- test/stub/rails3.1/script/rails
|
2778
|
+
- test/stub/rails3.1/test/fixtures/.gitkeep
|
2779
|
+
- test/stub/rails3.1/test/functional/.gitkeep
|
2780
|
+
- test/stub/rails3.1/test/integration/.gitkeep
|
2779
2781
|
- test/stub/rails3.1/test/performance/browsing_test.rb
|
2780
2782
|
- test/stub/rails3.1/test/test_helper.rb
|
2783
|
+
- test/stub/rails3.1/test/unit/.gitkeep
|
2784
|
+
- test/stub/rails3.1/vendor/assets/stylesheets/.gitkeep
|
2785
|
+
- test/stub/rails3.1/vendor/plugins/.gitkeep
|
2786
|
+
- test/stub/rails3.2/.gitignore
|
2787
|
+
- test/stub/rails3.2/Gemfile
|
2788
|
+
- test/stub/rails3.2/Gemfile.lock
|
2789
|
+
- test/stub/rails3.2/Rakefile
|
2781
2790
|
- test/stub/rails3.2/app/assets/images/rails.png
|
2782
2791
|
- test/stub/rails3.2/app/assets/stylesheets/application.css
|
2783
2792
|
- test/stub/rails3.2/app/controllers/application_controller.rb
|
2784
2793
|
- test/stub/rails3.2/app/helpers/application_helper.rb
|
2794
|
+
- test/stub/rails3.2/app/mailers/.gitkeep
|
2795
|
+
- test/stub/rails3.2/app/models/.gitkeep
|
2785
2796
|
- test/stub/rails3.2/app/views/layouts/application.html.erb
|
2797
|
+
- test/stub/rails3.2/config.ru
|
2786
2798
|
- test/stub/rails3.2/config/application.rb
|
2787
2799
|
- test/stub/rails3.2/config/boot.rb
|
2788
2800
|
- test/stub/rails3.2/config/database.yml
|
@@ -2799,29 +2811,45 @@ files:
|
|
2799
2811
|
- test/stub/rails3.2/config/initializers/wrap_parameters.rb
|
2800
2812
|
- test/stub/rails3.2/config/locales/en.yml
|
2801
2813
|
- test/stub/rails3.2/config/routes.rb
|
2802
|
-
- test/stub/rails3.2/config.ru
|
2803
2814
|
- test/stub/rails3.2/db/seeds.rb
|
2804
2815
|
- test/stub/rails3.2/doc/README_FOR_APP
|
2805
|
-
- test/stub/rails3.2/
|
2806
|
-
- test/stub/rails3.2/
|
2816
|
+
- test/stub/rails3.2/lib/assets/.gitkeep
|
2817
|
+
- test/stub/rails3.2/lib/tasks/.gitkeep
|
2818
|
+
- test/stub/rails3.2/log/.gitkeep
|
2807
2819
|
- test/stub/rails3.2/public/404.html
|
2808
2820
|
- test/stub/rails3.2/public/422.html
|
2809
2821
|
- test/stub/rails3.2/public/500.html
|
2810
2822
|
- test/stub/rails3.2/public/favicon.ico
|
2811
2823
|
- test/stub/rails3.2/public/index.html
|
2812
2824
|
- test/stub/rails3.2/public/robots.txt
|
2813
|
-
- test/stub/rails3.2/Rakefile
|
2814
2825
|
- test/stub/rails3.2/script/rails
|
2826
|
+
- test/stub/rails3.2/test/fixtures/.gitkeep
|
2827
|
+
- test/stub/rails3.2/test/functional/.gitkeep
|
2828
|
+
- test/stub/rails3.2/test/integration/.gitkeep
|
2815
2829
|
- test/stub/rails3.2/test/performance/browsing_test.rb
|
2816
2830
|
- test/stub/rails3.2/test/test_helper.rb
|
2831
|
+
- test/stub/rails3.2/test/unit/.gitkeep
|
2832
|
+
- test/stub/rails3.2/vendor/assets/stylesheets/.gitkeep
|
2833
|
+
- test/stub/rails3.2/vendor/plugins/.gitkeep
|
2834
|
+
- test/stub/rails4.0/.gitignore
|
2835
|
+
- test/stub/rails4.0/Gemfile
|
2836
|
+
- test/stub/rails4.0/Gemfile.lock
|
2837
|
+
- test/stub/rails4.0/README.rdoc
|
2838
|
+
- test/stub/rails4.0/Rakefile
|
2839
|
+
- test/stub/rails4.0/app/assets/images/.keep
|
2817
2840
|
- test/stub/rails4.0/app/assets/javascripts/application.js
|
2818
2841
|
- test/stub/rails4.0/app/assets/stylesheets/application.css
|
2819
2842
|
- test/stub/rails4.0/app/controllers/application_controller.rb
|
2843
|
+
- test/stub/rails4.0/app/controllers/concerns/.keep
|
2820
2844
|
- test/stub/rails4.0/app/helpers/application_helper.rb
|
2845
|
+
- test/stub/rails4.0/app/mailers/.keep
|
2846
|
+
- test/stub/rails4.0/app/models/.keep
|
2847
|
+
- test/stub/rails4.0/app/models/concerns/.keep
|
2821
2848
|
- test/stub/rails4.0/app/views/layouts/application.html.erb
|
2822
2849
|
- test/stub/rails4.0/bin/bundle
|
2823
2850
|
- test/stub/rails4.0/bin/rails
|
2824
2851
|
- test/stub/rails4.0/bin/rake
|
2852
|
+
- test/stub/rails4.0/config.ru
|
2825
2853
|
- test/stub/rails4.0/config/application.rb
|
2826
2854
|
- test/stub/rails4.0/config/boot.rb
|
2827
2855
|
- test/stub/rails4.0/config/database.yml
|
@@ -2839,120 +2867,76 @@ files:
|
|
2839
2867
|
- test/stub/rails4.0/config/initializers/wrap_parameters.rb
|
2840
2868
|
- test/stub/rails4.0/config/locales/en.yml
|
2841
2869
|
- test/stub/rails4.0/config/routes.rb
|
2842
|
-
- test/stub/rails4.0/config.ru
|
2843
2870
|
- test/stub/rails4.0/db/seeds.rb
|
2844
|
-
- test/stub/rails4.0/
|
2845
|
-
- test/stub/rails4.0/
|
2871
|
+
- test/stub/rails4.0/lib/assets/.keep
|
2872
|
+
- test/stub/rails4.0/lib/tasks/.keep
|
2873
|
+
- test/stub/rails4.0/log/.keep
|
2846
2874
|
- test/stub/rails4.0/public/404.html
|
2847
2875
|
- test/stub/rails4.0/public/422.html
|
2848
2876
|
- test/stub/rails4.0/public/500.html
|
2849
2877
|
- test/stub/rails4.0/public/favicon.ico
|
2850
2878
|
- test/stub/rails4.0/public/robots.txt
|
2851
|
-
- test/stub/rails4.0/
|
2852
|
-
- test/stub/rails4.0/
|
2879
|
+
- test/stub/rails4.0/test/controllers/.keep
|
2880
|
+
- test/stub/rails4.0/test/fixtures/.keep
|
2881
|
+
- test/stub/rails4.0/test/helpers/.keep
|
2882
|
+
- test/stub/rails4.0/test/integration/.keep
|
2883
|
+
- test/stub/rails4.0/test/mailers/.keep
|
2884
|
+
- test/stub/rails4.0/test/models/.keep
|
2853
2885
|
- test/stub/rails4.0/test/test_helper.rb
|
2886
|
+
- test/stub/rails4.0/vendor/assets/javascripts/.keep
|
2887
|
+
- test/stub/rails4.0/vendor/assets/stylesheets/.keep
|
2854
2888
|
- test/stub/start_error.pl
|
2855
2889
|
- test/stub/upload_data.txt
|
2890
|
+
- test/stub/vendor_rails/minimal/README
|
2856
2891
|
- test/stub/vendor_rails/minimal/actionmailer/lib/action_mailer.rb
|
2857
2892
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_controller.rb
|
2858
2893
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_pack.rb
|
2859
2894
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_view.rb
|
2860
2895
|
- test/stub/vendor_rails/minimal/activerecord/lib/active_record.rb
|
2861
2896
|
- test/stub/vendor_rails/minimal/activeresource/lib/active_resource.rb
|
2862
|
-
- test/stub/vendor_rails/minimal/activesupport/lib/active_support/whiny_nil.rb
|
2863
2897
|
- test/stub/vendor_rails/minimal/activesupport/lib/active_support.rb
|
2898
|
+
- test/stub/vendor_rails/minimal/activesupport/lib/active_support/whiny_nil.rb
|
2864
2899
|
- test/stub/vendor_rails/minimal/railties/lib/dispatcher.rb
|
2865
2900
|
- test/stub/vendor_rails/minimal/railties/lib/initializer.rb
|
2866
2901
|
- test/stub/vendor_rails/minimal/railties/lib/ruby_version_check.rb
|
2867
|
-
- test/stub/vendor_rails/minimal/README
|
2868
2902
|
- test/stub/wsgi/passenger_wsgi.py
|
2903
|
+
- test/stub/wsgi/public/.gitignore
|
2904
|
+
- test/stub/wsgi/tmp/.gitignore
|
2869
2905
|
- test/stub/zsfa/header.png
|
2870
2906
|
- test/stub/zsfa/index.html
|
2871
2907
|
- test/stub/zsfa/zsfa.png
|
2872
|
-
- test/
|
2873
|
-
- test/
|
2874
|
-
- test/
|
2875
|
-
- test/
|
2876
|
-
- test/
|
2877
|
-
- test/
|
2878
|
-
- test/
|
2879
|
-
- test/
|
2880
|
-
- test/
|
2881
|
-
- test/
|
2882
|
-
- test/stub/rails2.3-mycook/public/uploads/.gitignore
|
2883
|
-
- test/stub/rails3.0/.gitignore
|
2884
|
-
- test/stub/rails3.0/lib/tasks/.gitkeep
|
2885
|
-
- test/stub/rails3.0/log/.gitignore
|
2886
|
-
- test/stub/rails3.0/public/stylesheets/.gitkeep
|
2887
|
-
- test/stub/rails3.0/tmp/cache/.gitignore
|
2888
|
-
- test/stub/rails3.0/tmp/pids/.gitignore
|
2889
|
-
- test/stub/rails3.0/vendor/plugins/.gitkeep
|
2890
|
-
- test/stub/rails3.1/.gitignore
|
2891
|
-
- test/stub/rails3.1/app/mailers/.gitkeep
|
2892
|
-
- test/stub/rails3.1/app/models/.gitkeep
|
2893
|
-
- test/stub/rails3.1/lib/assets/.gitkeep
|
2894
|
-
- test/stub/rails3.1/lib/tasks/.gitkeep
|
2895
|
-
- test/stub/rails3.1/log/.gitkeep
|
2896
|
-
- test/stub/rails3.1/test/fixtures/.gitkeep
|
2897
|
-
- test/stub/rails3.1/test/functional/.gitkeep
|
2898
|
-
- test/stub/rails3.1/test/integration/.gitkeep
|
2899
|
-
- test/stub/rails3.1/test/unit/.gitkeep
|
2900
|
-
- test/stub/rails3.1/vendor/assets/stylesheets/.gitkeep
|
2901
|
-
- test/stub/rails3.1/vendor/plugins/.gitkeep
|
2902
|
-
- test/stub/rails3.2/.gitignore
|
2903
|
-
- test/stub/rails3.2/app/mailers/.gitkeep
|
2904
|
-
- test/stub/rails3.2/app/models/.gitkeep
|
2905
|
-
- test/stub/rails3.2/lib/assets/.gitkeep
|
2906
|
-
- test/stub/rails3.2/lib/tasks/.gitkeep
|
2907
|
-
- test/stub/rails3.2/log/.gitkeep
|
2908
|
-
- test/stub/rails3.2/test/fixtures/.gitkeep
|
2909
|
-
- test/stub/rails3.2/test/functional/.gitkeep
|
2910
|
-
- test/stub/rails3.2/test/integration/.gitkeep
|
2911
|
-
- test/stub/rails3.2/test/unit/.gitkeep
|
2912
|
-
- test/stub/rails3.2/vendor/assets/stylesheets/.gitkeep
|
2913
|
-
- test/stub/rails3.2/vendor/plugins/.gitkeep
|
2914
|
-
- test/stub/rails4.0/.gitignore
|
2915
|
-
- test/stub/rails4.0/app/assets/images/.keep
|
2916
|
-
- test/stub/rails4.0/app/controllers/concerns/.keep
|
2917
|
-
- test/stub/rails4.0/app/mailers/.keep
|
2918
|
-
- test/stub/rails4.0/app/models/.keep
|
2919
|
-
- test/stub/rails4.0/app/models/concerns/.keep
|
2920
|
-
- test/stub/rails4.0/lib/assets/.keep
|
2921
|
-
- test/stub/rails4.0/lib/tasks/.keep
|
2922
|
-
- test/stub/rails4.0/log/.keep
|
2923
|
-
- test/stub/rails4.0/test/controllers/.keep
|
2924
|
-
- test/stub/rails4.0/test/fixtures/.keep
|
2925
|
-
- test/stub/rails4.0/test/helpers/.keep
|
2926
|
-
- test/stub/rails4.0/test/integration/.keep
|
2927
|
-
- test/stub/rails4.0/test/mailers/.keep
|
2928
|
-
- test/stub/rails4.0/test/models/.keep
|
2929
|
-
- test/stub/rails4.0/vendor/assets/javascripts/.keep
|
2930
|
-
- test/stub/rails4.0/vendor/assets/stylesheets/.keep
|
2931
|
-
- test/stub/wsgi/public/.gitignore
|
2932
|
-
- test/stub/wsgi/tmp/.gitignore
|
2908
|
+
- test/support/allocate_memory.c
|
2909
|
+
- test/support/apache2_controller.rb
|
2910
|
+
- test/support/multipart.rb
|
2911
|
+
- test/support/nginx_controller.rb
|
2912
|
+
- test/support/placebo-preloader.rb
|
2913
|
+
- test/support/test_helper.rb
|
2914
|
+
- test/support/valgrind.h
|
2915
|
+
- test/tut/tut.h
|
2916
|
+
- test/tut/tut_reporter.h
|
2917
|
+
- test/valgrind-osx.supp
|
2933
2918
|
homepage: https://www.phusionpassenger.com/
|
2934
2919
|
licenses: []
|
2920
|
+
metadata: {}
|
2935
2921
|
post_install_message:
|
2936
2922
|
rdoc_options: []
|
2937
2923
|
require_paths:
|
2938
2924
|
- lib
|
2939
2925
|
required_ruby_version: !ruby/object:Gem::Requirement
|
2940
|
-
none: false
|
2941
2926
|
requirements:
|
2942
2927
|
- - ! '>='
|
2943
2928
|
- !ruby/object:Gem::Version
|
2944
2929
|
version: '0'
|
2945
2930
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2946
|
-
none: false
|
2947
2931
|
requirements:
|
2948
2932
|
- - ! '>='
|
2949
2933
|
- !ruby/object:Gem::Version
|
2950
2934
|
version: '0'
|
2951
2935
|
requirements: []
|
2952
2936
|
rubyforge_project: passenger
|
2953
|
-
rubygems_version:
|
2937
|
+
rubygems_version: 2.2.0
|
2954
2938
|
signing_key:
|
2955
|
-
specification_version:
|
2939
|
+
specification_version: 4
|
2956
2940
|
summary: A fast and robust web server and application server for Ruby, Python and
|
2957
2941
|
Node.js
|
2958
2942
|
test_files: []
|