[DRE-commits] [passenger] 02/06: Merge tag 'upstream/5.0.7'

Felix Geyer fgeyer at moszumanska.debian.org
Sat May 2 20:56:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

fgeyer pushed a commit to branch master
in repository passenger.

commit ca576a7155b615e1d7db5f8fdd770b0370823225
Merge: de7d6cb 59a0ebc
Author: Felix Geyer <fgeyer at debian.org>
Date:   Sat May 2 21:34:26 2015 +0200

    Merge tag 'upstream/5.0.7'
    
    Upstream version 5.0.7
    
    # gpg: Signature made Sa 02 Mai 2015 21:34:23 CEST using RSA key ID 83135D45
    # gpg: Good signature from "Felix Geyer <felix at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx-pkg at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx at kubuntu.org>"
    # gpg:                 aka "Felix Geyer <debfx at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx at ubuntu.com>"
    # gpg:                 aka "Felix Geyer <felix.geyer at fobos.de>"
    # gpg:                 aka "Felix Geyer <fgeyer at debian.org>"

 .editorconfig                                      |   39 +-
 .gitignore                                         |   68 -
 .travis.yml                                        |   15 -
 CHANGELOG                                          |  242 ++
 CONTRIBUTING.md                                    |   23 +-
 CONTRIBUTORS                                       |    6 +
 Rakefile                                           |   61 +-
 Vagrantfile                                        |   54 -
 bin/passenger                                      |    6 +-
 bin/passenger-config                               |    2 +-
 bin/passenger-install-apache2-module               | 1635 +++++-----
 bin/passenger-install-nginx-module                 | 1183 ++++----
 bin/passenger-memory-stats                         |  254 +-
 bin/passenger-status                               |  435 +--
 build/agents.rb                                    |  301 +-
 build/apache2.rb                                   |  186 +-
 build/basics.rb                                    |  132 +-
 build/common_library.rb                            |  322 +-
 build/cplusplus_support.rb                         |  102 +-
 build/cxx_tests.rb                                 |  509 ++--
 build/debian.rb                                    |  213 --
 build/documentation.rb                             |  118 +-
 build/integration_tests.rb                         |  179 +-
 build/misc.rb                                      |  311 +-
 build/nginx.rb                                     |   46 +-
 build/node_tests.rb                                |   14 +-
 build/oxt_tests.rb                                 |   28 +-
 build/packaging.rb                                 | 1139 +++----
 build/preprocessor.rb                              |  425 +--
 build/rake_extensions.rb                           |  142 +-
 build/ruby_extension.rb                            |   58 +-
 build/ruby_tests.rb                                |   35 +-
 build/test_basics.rb                               |   77 +-
 debian.template/README.Debian                      |   15 -
 debian.template/changelog                          |  316 --
 debian.template/compat                             |    1 -
 debian.template/control.template                   |   93 -
 debian.template/copyright                          |  385 ---
 debian.template/libapache2-mod-passenger.install   |    3 -
 debian.template/libapache2-mod-passenger.postinst  |   36 -
 debian.template/libapache2-mod-passenger.prerm     |   15 -
 debian.template/locations.ini.template             |   15 -
 debian.template/passenger-dev.install.template     |    3 -
 debian.template/passenger-doc.install.template     |    2 -
 debian.template/passenger.conf                     |    6 -
 debian.template/passenger.docs                     |    4 -
 debian.template/passenger.install.template         |   14 -
 debian.template/passenger.load                     |    3 -
 debian.template/passenger.manpages                 |    3 -
 debian.template/rules.template                     |   72 -
 debian.template/source/format                      |    1 -
 dev/ci/run_jenkins.sh                              |   23 +-
 dev/ci/run_rpm_tests.sh                            |    3 +
 dev/ci/run_travis.sh                               |   97 +-
 dev/copy_boost_headers                             |  254 +-
 dev/install_scripts_bootstrap_code.rb              |   50 +-
 dev/list_tests                                     |   40 +-
 dev/parse_file_descriptor_log                      |  119 +
 dev/ruby_server.rb                                 |  244 ++
 dev/runner                                         |   36 +-
 dev/vagrant/provision.sh                           |    4 +-
 doc/CloudLicensingConfiguration.html               |  387 +++
 doc/CloudLicensingConfiguration.txt.md             |  194 ++
 doc/DebuggingAndStressTesting.md                   |    6 +-
 doc/Design and Architecture.html                   |  140 +-
 doc/Design and Architecture.txt                    |   11 +-
 doc/Packaging.html                                 |  500 +---
 doc/Packaging.txt.md                               |   43 +-
 doc/Security of user switching support.html        |   37 +-
 doc/Security of user switching support.txt         |    4 +-
 doc/ServerOptimizationGuide.html                   |  660 +++++
 doc/ServerOptimizationGuide.txt.md                 |  401 +++
 doc/Users guide Apache.html                        | 2175 +++++++-------
 doc/Users guide Apache.idmap.txt                   |  406 +--
 doc/Users guide Apache.txt                         |  424 ++-
 doc/Users guide Nginx.html                         | 2299 ++++++++-------
 doc/Users guide Nginx.idmap.txt                    |  384 +--
 doc/Users guide Nginx.txt                          |  550 ++--
 doc/Users guide Standalone.html                    |  712 +++--
 doc/Users guide Standalone.idmap.txt               |   66 +-
 doc/Users guide Standalone.txt                     |   16 +-
 doc/Users guide.html                               |   36 +-
 doc/images/cloud_licensing_batch_job.png           |  Bin 0 -> 60425 bytes
 doc/templates/bootstrap.config.json                |  388 +++
 doc/templates/bootstrap.min.css                    |  403 +--
 doc/templates/markdown.html.erb                    |   55 +-
 doc/users_guide_snippets/environment_variables.txt |    3 +-
 doc/users_guide_snippets/installation.txt          |   30 +-
 doc/users_guide_snippets/support_information.txt   |    2 +-
 doc/users_guide_snippets/tips.txt                  |   78 +-
 .../under_the_hood/relationship_with_ruby.txt      |    7 +
 ext/apache2/Configuration.cpp                      |  129 +-
 ext/apache2/Configuration.hpp                      |  113 +-
 ext/apache2/ConfigurationCommands.cpp              |   80 +-
 ext/apache2/ConfigurationCommands.cpp.erb          |   12 +-
 ext/apache2/ConfigurationFields.hpp                |   14 +
 ext/apache2/ConfigurationSetters.cpp               |   82 +-
 ext/apache2/ConfigurationSetters.cpp.erb           |    5 +-
 ext/apache2/CreateDirConfig.cpp                    |    7 +
 ext/apache2/DirectoryMapper.h                      |   17 +-
 ext/apache2/Hooks.cpp                              |  729 ++---
 ext/apache2/MergeDirConfig.cpp                     |  125 +-
 ext/apache2/SetHeaders.cpp                         |   82 +-
 ext/apache2/SetHeaders.cpp.erb                     |   16 +-
 ext/boost/container/allocator_traits.hpp           |  400 +++
 ext/boost/container/deque.hpp                      | 2012 +++++++++++++
 .../container/detail/adaptive_node_pool_impl.hpp   |  874 ++++++
 ext/boost/container/detail/advanced_insert_int.hpp |  369 +++
 ext/boost/container/detail/algorithms.hpp          |   84 +
 ext/boost/container/detail/allocation_type.hpp     |   54 +
 .../container/detail/allocator_version_traits.hpp  |  163 +
 ext/boost/container/detail/config_begin.hpp        |   49 +
 ext/boost/container/detail/config_end.hpp          |   17 +
 ext/boost/container/detail/destroyers.hpp          |  365 +++
 ext/boost/container/detail/flat_tree.hpp           | 1055 +++++++
 ext/boost/container/detail/function_detector.hpp   |   88 +
 ext/boost/container/detail/iterators.hpp           |  611 ++++
 ext/boost/container/detail/math_functions.hpp      |  113 +
 ext/boost/container/detail/memory_util.hpp         |   83 +
 ext/boost/container/detail/mpl.hpp                 |  160 +
 .../container/detail/multiallocation_chain.hpp     |  286 ++
 ext/boost/container/detail/node_alloc_holder.hpp   |  386 +++
 ext/boost/container/detail/node_pool_impl.hpp      |  365 +++
 ext/boost/container/detail/pair.hpp                |  354 +++
 ext/boost/container/detail/pool_common.hpp         |   52 +
 ext/boost/container/detail/preprocessor.hpp        |  232 ++
 ext/boost/container/detail/transform_iterator.hpp  |  176 ++
 ext/boost/container/detail/tree.hpp                | 1134 +++++++
 ext/boost/container/detail/type_traits.hpp         |  210 ++
 ext/boost/container/detail/utilities.hpp           | 1141 +++++++
 ext/boost/container/detail/value_init.hpp          |   45 +
 .../container/detail/variadic_templates_tools.hpp  |  153 +
 ext/boost/container/detail/version_type.hpp        |   92 +
 ext/boost/container/detail/workaround.hpp          |   44 +
 ext/boost/container/flat_map.hpp                   | 1674 +++++++++++
 ext/boost/container/flat_set.hpp                   | 1408 +++++++++
 ext/boost/container/list.hpp                       | 1475 ++++++++++
 ext/boost/container/map.hpp                        | 1508 ++++++++++
 ext/boost/container/scoped_allocator.hpp           | 1503 ++++++++++
 ext/boost/container/scoped_allocator_fwd.hpp       |   83 +
 ext/boost/container/set.hpp                        | 1280 ++++++++
 ext/boost/container/slist.hpp                      | 1706 +++++++++++
 ext/boost/container/stable_vector.hpp              | 1869 ++++++++++++
 ext/boost/container/static_vector.hpp              | 1053 +++++++
 ext/boost/container/string.hpp                     | 2856 ++++++++++++++++++
 ext/boost/container/throw_exception.hpp            |  110 +
 ext/boost/container/vector.hpp                     | 2671 +++++++++++++++++
 ext/boost/detail/is_xxx.hpp                        |   61 +
 ext/boost/intrusive/any_hook.hpp                   |  344 +++
 ext/boost/intrusive/avl_set.hpp                    | 2528 ++++++++++++++++
 ext/boost/intrusive/avl_set_hook.hpp               |  297 ++
 ext/boost/intrusive/avltree.hpp                    | 1786 +++++++++++
 ext/boost/intrusive/avltree_algorithms.hpp         |  968 ++++++
 ext/boost/intrusive/bs_set_hook.hpp                |  296 ++
 ext/boost/intrusive/circular_list_algorithms.hpp   |  413 +++
 ext/boost/intrusive/circular_slist_algorithms.hpp  |  404 +++
 ext/boost/intrusive/derivation_value_traits.hpp    |   70 +
 .../intrusive/detail/any_node_and_algorithms.hpp   |  297 ++
 ext/boost/intrusive/detail/assert.hpp              |   41 +
 ext/boost/intrusive/detail/avltree_node.hpp        |  197 ++
 .../intrusive/detail/clear_on_destructor_base.hpp  |   36 +
 .../intrusive/detail/common_slist_algorithms.hpp   |  102 +
 ext/boost/intrusive/detail/config_begin.hpp        |   52 +
 ext/boost/intrusive/detail/config_end.hpp          |   15 +
 ext/boost/intrusive/detail/ebo_functor_holder.hpp  |   95 +
 ext/boost/intrusive/detail/function_detector.hpp   |   88 +
 ext/boost/intrusive/detail/generic_hook.hpp        |  209 ++
 .../detail/has_member_function_callable_with.hpp   |  357 +++
 ext/boost/intrusive/detail/hashtable_node.hpp      |  249 ++
 .../intrusive/detail/is_stateful_value_traits.hpp  |   77 +
 ext/boost/intrusive/detail/list_node.hpp           |  196 ++
 ext/boost/intrusive/detail/memory_util.hpp         |  288 ++
 ext/boost/intrusive/detail/mpl.hpp                 |  383 +++
 ext/boost/intrusive/detail/parent_from_member.hpp  |   97 +
 ext/boost/intrusive/detail/preprocessor.hpp        |   52 +
 ext/boost/intrusive/detail/rbtree_node.hpp         |  201 ++
 ext/boost/intrusive/detail/slist_node.hpp          |  166 ++
 ext/boost/intrusive/detail/transform_iterator.hpp  |  173 ++
 ext/boost/intrusive/detail/tree_algorithms.hpp     | 1742 +++++++++++
 ext/boost/intrusive/detail/tree_node.hpp           |  199 ++
 ext/boost/intrusive/detail/utilities.hpp           |  858 ++++++
 ext/boost/intrusive/detail/workaround.hpp          |   22 +
 ext/boost/intrusive/hashtable.hpp                  | 3110 ++++++++++++++++++++
 ext/boost/intrusive/intrusive_fwd.hpp              |  542 ++++
 ext/boost/intrusive/linear_slist_algorithms.hpp    |  327 ++
 ext/boost/intrusive/link_mode.hpp                  |   46 +
 ext/boost/intrusive/list.hpp                       | 1525 ++++++++++
 ext/boost/intrusive/list_hook.hpp                  |  290 ++
 ext/boost/intrusive/member_value_traits.hpp        |   70 +
 ext/boost/intrusive/options.hpp                    |  810 +++++
 ext/boost/intrusive/parent_from_member.hpp         |   42 +
 ext/boost/intrusive/pointer_plus_bits.hpp          |   86 +
 ext/boost/intrusive/pointer_traits.hpp             |  265 ++
 ext/boost/intrusive/priority_compare.hpp           |   39 +
 ext/boost/intrusive/rbtree.hpp                     | 1785 +++++++++++
 ext/boost/intrusive/rbtree_algorithms.hpp          |  934 ++++++
 ext/boost/intrusive/set.hpp                        | 2554 ++++++++++++++++
 ext/boost/intrusive/set_hook.hpp                   |  300 ++
 ext/boost/intrusive/sg_set.hpp                     | 2601 ++++++++++++++++
 ext/boost/intrusive/sgtree.hpp                     | 2009 +++++++++++++
 ext/boost/intrusive/sgtree_algorithms.hpp          |  807 +++++
 ext/boost/intrusive/slist.hpp                      | 2219 ++++++++++++++
 ext/boost/intrusive/slist_hook.hpp                 |  294 ++
 ext/boost/intrusive/splay_set.hpp                  | 2575 ++++++++++++++++
 ext/boost/intrusive/splay_set_hook.hpp             |  292 ++
 ext/boost/intrusive/splaytree.hpp                  | 1784 +++++++++++
 ext/boost/intrusive/splaytree_algorithms.hpp       | 1008 +++++++
 ext/boost/intrusive/treap.hpp                      | 1882 ++++++++++++
 ext/boost/intrusive/treap_algorithms.hpp           |  919 ++++++
 ext/boost/intrusive/treap_set.hpp                  | 2751 +++++++++++++++++
 ext/boost/intrusive/trivial_value_traits.hpp       |   46 +
 ext/boost/intrusive/unordered_set.hpp              | 2115 +++++++++++++
 ext/boost/intrusive/unordered_set_hook.hpp         |  434 +++
 ext/boost/intrusive_ptr.hpp                        |   18 +
 ext/boost/libs/thread/src/pthread/once.cpp         |    2 +
 ext/boost/libs/thread/src/pthread/once_atomic.cpp  |    6 +
 ext/boost/math/common_factor_ct.hpp                |  180 ++
 ext/boost/math_fwd.hpp                             |  108 +
 ext/boost/move/detail/move_helpers.hpp             |  175 ++
 ext/boost/parameter.hpp                            |   21 +
 ext/boost/parameter/aux_/arg_list.hpp              |  459 +++
 ext/boost/parameter/aux_/cast.hpp                  |  143 +
 ext/boost/parameter/aux_/default.hpp               |   69 +
 ext/boost/parameter/aux_/is_maybe.hpp              |   26 +
 ext/boost/parameter/aux_/maybe.hpp                 |  120 +
 ext/boost/parameter/aux_/overloads.hpp             |   88 +
 .../parameter/aux_/parameter_requirements.hpp      |   25 +
 ext/boost/parameter/aux_/parenthesized_type.hpp    |  119 +
 ext/boost/parameter/aux_/preprocessor/flatten.hpp  |  115 +
 ext/boost/parameter/aux_/preprocessor/for_each.hpp |  103 +
 ext/boost/parameter/aux_/python/invoker.hpp        |  132 +
 .../parameter/aux_/python/invoker_iterate.hpp      |   93 +
 ext/boost/parameter/aux_/result_of0.hpp            |   36 +
 ext/boost/parameter/aux_/set.hpp                   |   67 +
 ext/boost/parameter/aux_/tag.hpp                   |   38 +
 ext/boost/parameter/aux_/tagged_argument.hpp       |  188 ++
 ext/boost/parameter/aux_/template_keyword.hpp      |   47 +
 ext/boost/parameter/aux_/unwrap_cv_reference.hpp   |   97 +
 ext/boost/parameter/aux_/void.hpp                  |   29 +
 ext/boost/parameter/aux_/yesno.hpp                 |   26 +
 ext/boost/parameter/binding.hpp                    |  106 +
 ext/boost/parameter/config.hpp                     |   14 +
 ext/boost/parameter/keyword.hpp                    |  152 +
 ext/boost/parameter/macros.hpp                     |   99 +
 ext/boost/parameter/match.hpp                      |   55 +
 ext/boost/parameter/name.hpp                       |  156 +
 ext/boost/parameter/parameters.hpp                 |  931 ++++++
 ext/boost/parameter/preprocessor.hpp               | 1178 ++++++++
 ext/boost/parameter/python.hpp                     |  735 +++++
 ext/boost/parameter/value_type.hpp                 |  108 +
 ext/boost/pool/detail/for.m4                       |  107 +
 ext/boost/pool/detail/guard.hpp                    |   69 +
 ext/boost/pool/detail/mutex.hpp                    |   42 +
 ext/boost/pool/detail/pool_construct.bat           |   24 +
 ext/boost/pool/detail/pool_construct.ipp           |  852 ++++++
 ext/boost/pool/detail/pool_construct.m4            |   84 +
 ext/boost/pool/detail/pool_construct.sh            |   12 +
 ext/boost/pool/detail/pool_construct_simple.bat    |   25 +
 ext/boost/pool/detail/pool_construct_simple.ipp    |   43 +
 ext/boost/pool/detail/pool_construct_simple.m4     |   72 +
 ext/boost/pool/detail/pool_construct_simple.sh     |   12 +
 ext/boost/pool/object_pool.hpp                     |  287 ++
 ext/boost/pool/pool.hpp                            | 1024 +++++++
 ext/boost/pool/pool_alloc.hpp                      |  488 +++
 ext/boost/pool/poolfwd.hpp                         |   82 +
 ext/boost/pool/simple_segregated_storage.hpp       |  377 +++
 ext/boost/pool/singleton_pool.hpp                  |  251 ++
 ext/boost/preprocessor/arithmetic.hpp              |   25 +
 .../preprocessor/arithmetic/detail/div_base.hpp    |   61 +
 ext/boost/preprocessor/arithmetic/div.hpp          |   39 +
 ext/boost/preprocessor/arithmetic/mod.hpp          |   39 +
 ext/boost/preprocessor/arithmetic/mul.hpp          |   53 +
 ext/boost/preprocessor/array.hpp                   |   32 +
 ext/boost/preprocessor/array/enum.hpp              |   33 +
 ext/boost/preprocessor/array/insert.hpp            |   55 +
 ext/boost/preprocessor/array/pop_back.hpp          |   37 +
 ext/boost/preprocessor/array/pop_front.hpp         |   38 +
 ext/boost/preprocessor/array/push_back.hpp         |   33 +
 ext/boost/preprocessor/array/push_front.hpp        |   33 +
 ext/boost/preprocessor/array/remove.hpp            |   54 +
 ext/boost/preprocessor/array/replace.hpp           |   49 +
 ext/boost/preprocessor/array/reverse.hpp           |   29 +
 ext/boost/preprocessor/array/to_list.hpp           |   33 +
 ext/boost/preprocessor/array/to_seq.hpp            |   33 +
 ext/boost/preprocessor/array/to_tuple.hpp          |   22 +
 ext/boost/preprocessor/assert_msg.hpp              |   17 +
 ext/boost/preprocessor/comma.hpp                   |   17 +
 ext/boost/preprocessor/comparison.hpp              |   24 +
 ext/boost/preprocessor/comparison/equal.hpp        |   34 +
 ext/boost/preprocessor/comparison/greater.hpp      |   38 +
 .../preprocessor/comparison/greater_equal.hpp      |   38 +
 ext/boost/preprocessor/comparison/less.hpp         |   46 +
 ext/boost/preprocessor/comparison/less_equal.hpp   |   39 +
 ext/boost/preprocessor/comparison/not_equal.hpp    |  814 +++++
 ext/boost/preprocessor/config/limits.hpp           |   30 +
 ext/boost/preprocessor/control.hpp                 |   22 +
 ext/boost/preprocessor/control/deduce_d.hpp        |   22 +
 .../preprocessor/control/detail/dmc/while.hpp      |  536 ++++
 .../preprocessor/control/detail/edg/while.hpp      |  534 ++++
 .../preprocessor/control/detail/msvc/while.hpp     |  277 ++
 ext/boost/preprocessor/control/expr_if.hpp         |   30 +
 ext/boost/preprocessor/debug.hpp                   |   18 +
 ext/boost/preprocessor/debug/assert.hpp            |   44 +
 ext/boost/preprocessor/debug/line.hpp              |   35 +
 ext/boost/preprocessor/detail/dmc/auto_rec.hpp     |  286 ++
 ext/boost/preprocessor/detail/is_nullary.hpp       |   30 +
 ext/boost/preprocessor/detail/is_unary.hpp         |   30 +
 ext/boost/preprocessor/detail/null.hpp             |   17 +
 ext/boost/preprocessor/detail/split.hpp            |   35 +
 .../preprocessor/enum_params_with_defaults.hpp     |   17 +
 ext/boost/preprocessor/enum_shifted.hpp            |   17 +
 ext/boost/preprocessor/expand.hpp                  |   17 +
 ext/boost/preprocessor/expr_if.hpp                 |   17 +
 ext/boost/preprocessor/facilities.hpp              |   23 +
 ext/boost/preprocessor/facilities/apply.hpp        |   34 +
 ext/boost/preprocessor/facilities/expand.hpp       |   28 +
 ext/boost/preprocessor/facilities/is_1.hpp         |   23 +
 ext/boost/preprocessor/facilities/is_empty.hpp     |   43 +
 .../preprocessor/facilities/is_empty_or_1.hpp      |   30 +
 ext/boost/preprocessor/for.hpp                     |   17 +
 ext/boost/preprocessor/if.hpp                      |   17 +
 ext/boost/preprocessor/iteration.hpp               |   19 +
 .../iteration/detail/bounds/lower3.hpp             |   99 +
 .../iteration/detail/bounds/lower4.hpp             |   99 +
 .../iteration/detail/bounds/lower5.hpp             |   99 +
 .../iteration/detail/bounds/upper3.hpp             |   99 +
 .../iteration/detail/bounds/upper4.hpp             |   99 +
 .../iteration/detail/bounds/upper5.hpp             |   99 +
 ext/boost/preprocessor/iteration/detail/finish.hpp |   99 +
 .../iteration/detail/iter/forward3.hpp             | 1338 +++++++++
 .../iteration/detail/iter/forward4.hpp             | 1338 +++++++++
 .../iteration/detail/iter/forward5.hpp             | 1338 +++++++++
 .../iteration/detail/iter/reverse2.hpp             | 1296 ++++++++
 .../iteration/detail/iter/reverse3.hpp             | 1296 ++++++++
 .../iteration/detail/iter/reverse4.hpp             | 1296 ++++++++
 .../iteration/detail/iter/reverse5.hpp             | 1296 ++++++++
 ext/boost/preprocessor/iteration/detail/local.hpp  |  812 +++++
 ext/boost/preprocessor/iteration/detail/rlocal.hpp |  782 +++++
 ext/boost/preprocessor/iteration/detail/self.hpp   |   21 +
 ext/boost/preprocessor/iteration/detail/start.hpp  |   99 +
 ext/boost/preprocessor/iteration/local.hpp         |   26 +
 ext/boost/preprocessor/iteration/self.hpp          |   19 +
 ext/boost/preprocessor/library.hpp                 |   36 +
 ext/boost/preprocessor/limits.hpp                  |   17 +
 ext/boost/preprocessor/list.hpp                    |   37 +
 ext/boost/preprocessor/list/at.hpp                 |   39 +
 ext/boost/preprocessor/list/cat.hpp                |   42 +
 .../preprocessor/list/detail/dmc/fold_left.hpp     |  279 ++
 .../preprocessor/list/detail/edg/fold_left.hpp     |  536 ++++
 .../preprocessor/list/detail/edg/fold_right.hpp    |  794 +++++
 ext/boost/preprocessor/list/enum.hpp               |   41 +
 ext/boost/preprocessor/list/filter.hpp             |   54 +
 ext/boost/preprocessor/list/first_n.hpp            |   58 +
 ext/boost/preprocessor/list/for_each.hpp           |   49 +
 ext/boost/preprocessor/list/for_each_product.hpp   |  141 +
 ext/boost/preprocessor/list/rest_n.hpp             |   55 +
 ext/boost/preprocessor/list/size.hpp               |   58 +
 ext/boost/preprocessor/list/to_array.hpp           |  123 +
 ext/boost/preprocessor/list/to_seq.hpp             |   32 +
 ext/boost/preprocessor/list/to_tuple.hpp           |   38 +
 ext/boost/preprocessor/logical.hpp                 |   29 +
 ext/boost/preprocessor/logical/bitnor.hpp          |   38 +
 ext/boost/preprocessor/logical/bitor.hpp           |   38 +
 ext/boost/preprocessor/logical/bitxor.hpp          |   38 +
 ext/boost/preprocessor/logical/nor.hpp             |   30 +
 ext/boost/preprocessor/logical/not.hpp             |   30 +
 ext/boost/preprocessor/logical/or.hpp              |   30 +
 ext/boost/preprocessor/logical/xor.hpp             |   30 +
 ext/boost/preprocessor/max.hpp                     |   17 +
 ext/boost/preprocessor/min.hpp                     |   17 +
 ext/boost/preprocessor/punctuation.hpp             |   20 +
 ext/boost/preprocessor/punctuation/paren_if.hpp    |   38 +
 ext/boost/preprocessor/repeat_3rd.hpp              |   17 +
 ext/boost/preprocessor/repeat_from_to.hpp          |   17 +
 ext/boost/preprocessor/repeat_from_to_2nd.hpp      |   17 +
 ext/boost/preprocessor/repeat_from_to_3rd.hpp      |   17 +
 ext/boost/preprocessor/repetition.hpp              |   32 +
 ext/boost/preprocessor/repetition/deduce_r.hpp     |   22 +
 ext/boost/preprocessor/repetition/deduce_z.hpp     |   22 +
 .../preprocessor/repetition/detail/dmc/for.hpp     |  536 ++++
 .../preprocessor/repetition/detail/edg/for.hpp     |  534 ++++
 .../preprocessor/repetition/detail/msvc/for.hpp    |  277 ++
 .../repetition/enum_params_with_defaults.hpp       |   24 +
 ext/boost/preprocessor/repetition/enum_shifted.hpp |   68 +
 .../repetition/enum_shifted_binary_params.hpp      |   51 +
 .../preprocessor/repetition/enum_trailing.hpp      |   63 +
 .../repetition/enum_trailing_binary_params.hpp     |   53 +
 ext/boost/preprocessor/selection.hpp               |   18 +
 ext/boost/preprocessor/selection/max.hpp           |   39 +
 ext/boost/preprocessor/selection/min.hpp           |   39 +
 ext/boost/preprocessor/seq.hpp                     |   43 +
 ext/boost/preprocessor/seq/cat.hpp                 |   49 +
 .../preprocessor/seq/detail/binary_transform.hpp   |   40 +
 ext/boost/preprocessor/seq/detail/split.hpp        |  284 ++
 ext/boost/preprocessor/seq/filter.hpp              |   54 +
 ext/boost/preprocessor/seq/first_n.hpp             |   30 +
 ext/boost/preprocessor/seq/fold_left.hpp           | 1070 +++++++
 ext/boost/preprocessor/seq/fold_right.hpp          |  288 ++
 ext/boost/preprocessor/seq/for_each.hpp            |   60 +
 ext/boost/preprocessor/seq/for_each_product.hpp    |  126 +
 ext/boost/preprocessor/seq/insert.hpp              |   28 +
 ext/boost/preprocessor/seq/pop_back.hpp            |   29 +
 ext/boost/preprocessor/seq/pop_front.hpp           |   27 +
 ext/boost/preprocessor/seq/push_back.hpp           |   19 +
 ext/boost/preprocessor/seq/push_front.hpp          |   19 +
 ext/boost/preprocessor/seq/remove.hpp              |   29 +
 ext/boost/preprocessor/seq/replace.hpp             |   29 +
 ext/boost/preprocessor/seq/rest_n.hpp              |   30 +
 ext/boost/preprocessor/seq/reverse.hpp             |   39 +
 ext/boost/preprocessor/seq/subseq.hpp              |   28 +
 ext/boost/preprocessor/seq/to_array.hpp            |   28 +
 ext/boost/preprocessor/seq/to_list.hpp             |   29 +
 ext/boost/preprocessor/seq/to_tuple.hpp            |   27 +
 ext/boost/preprocessor/seq/transform.hpp           |   48 +
 ext/boost/preprocessor/slot.hpp                    |   17 +
 ext/boost/preprocessor/slot/counter.hpp            |   25 +
 ext/boost/preprocessor/slot/detail/counter.hpp     |  269 ++
 ext/boost/preprocessor/slot/detail/slot1.hpp       |  267 ++
 ext/boost/preprocessor/slot/detail/slot2.hpp       |  267 ++
 ext/boost/preprocessor/slot/detail/slot3.hpp       |  267 ++
 ext/boost/preprocessor/slot/detail/slot4.hpp       |  267 ++
 ext/boost/preprocessor/slot/detail/slot5.hpp       |  267 ++
 ext/boost/preprocessor/tuple.hpp                   |   28 +
 ext/boost/preprocessor/tuple/enum.hpp              |   22 +
 ext/boost/preprocessor/tuple/reverse.hpp           |  114 +
 ext/boost/preprocessor/tuple/size.hpp              |   28 +
 ext/boost/preprocessor/tuple/to_array.hpp          |   37 +
 ext/boost/preprocessor/tuple/to_seq.hpp            |  114 +
 ext/boost/preprocessor/variadic.hpp                |   23 +
 ext/boost/preprocessor/variadic/to_array.hpp       |   32 +
 ext/boost/preprocessor/variadic/to_list.hpp        |   25 +
 ext/boost/preprocessor/variadic/to_seq.hpp         |   25 +
 ext/boost/preprocessor/variadic/to_tuple.hpp       |   24 +
 ext/boost/preprocessor/while.hpp                   |   17 +
 ext/boost/preprocessor/wstringize.hpp              |   29 +
 ext/boost/smart_ptr/intrusive_ptr.hpp              |  324 ++
 ext/common/AccountsDatabase.h                      |    7 +-
 ext/common/AgentsStarter.cpp                       |   27 +-
 ext/common/AgentsStarter.h                         |  210 +-
 ext/common/ApplicationPool2/AppTypes.cpp           |   17 +-
 ext/common/ApplicationPool2/AppTypes.h             |   35 +-
 ext/common/ApplicationPool2/Common.h               |   55 +-
 ext/common/ApplicationPool2/DirectSpawner.h        |   47 +-
 ext/common/ApplicationPool2/DummySpawner.h         |   30 +-
 ext/common/ApplicationPool2/ErrorRenderer.h        |    2 +-
 ext/common/ApplicationPool2/Group.h                |  486 +--
 ext/common/ApplicationPool2/Implementation.cpp     |  378 ++-
 ext/common/ApplicationPool2/Options.h              |  125 +-
 ext/common/ApplicationPool2/Pool.h                 | 1034 ++-----
 .../ApplicationPool2/Pool/AnalyticsCollection.h    |  255 ++
 ext/common/ApplicationPool2/Pool/Debug.h           |   63 +
 .../ApplicationPool2/Pool/GarbageCollection.h      |  197 ++
 ext/common/ApplicationPool2/Pool/GeneralUtils.h    |  127 +
 ext/common/ApplicationPool2/Pool/Inspection.h      |  214 ++
 ext/common/ApplicationPool2/Pool/ProcessUtils.h    |   85 +
 ext/common/ApplicationPool2/Process.h              |  253 +-
 ext/common/ApplicationPool2/Session.h              |  100 +-
 ext/common/ApplicationPool2/SmartSpawner.h         |   62 +-
 ext/common/ApplicationPool2/Socket.h               |  142 +-
 ext/common/ApplicationPool2/SpawnObject.h          |   83 +
 ext/common/ApplicationPool2/Spawner.h              |  107 +-
 ext/common/ApplicationPool2/SpawnerFactory.h       |   22 +-
 ext/common/ApplicationPool2/SuperGroup.h           |  109 +-
 ext/common/BackgroundEventLoop.cpp                 |   57 +-
 ext/common/BackgroundEventLoop.h                   |    4 +-
 ext/common/Constants.h                             |   46 +-
 ext/common/Constants.h.erb                         |    2 +-
 ext/common/DataStructures/HashedStaticString.h     |  103 +
 ext/common/DataStructures/LString.h                |  406 +++
 ext/common/DataStructures/StringKeyTable.h         |  588 ++++
 ext/common/EventedBufferedInput.h                  |  458 ---
 ext/common/EventedClient.h                         |    2 +-
 ext/common/EventedMessageServer.h                  |    1 +
 ext/common/EventedServer.h                         |    4 +-
 ext/common/Exceptions.h                            |   17 +-
 ext/common/FileDescriptor.h                        |   36 +-
 ext/common/Hooks.h                                 |    4 +-
 ext/common/InstanceDirectory.h                     |  240 ++
 ext/common/Logging.cpp                             |  185 +-
 ext/common/Logging.h                               |  226 +-
 ext/common/MemoryKit/mbuf.cpp                      |  417 +++
 ext/common/MemoryKit/mbuf.h                        |  266 ++
 ext/common/MemoryKit/palloc.cpp                    |  337 +++
 ext/common/MemoryKit/palloc.h                      |  121 +
 ext/common/MessageClient.h                         |    4 +-
 ext/common/MessageServer.h                         |    5 +-
 ext/common/MultiLibeio.cpp                         |  204 --
 ext/common/MultiLibeio.h                           |   67 -
 ext/common/RandomGenerator.h                       |   15 +-
 ext/common/ResourceLocator.h                       |   68 +-
 ext/common/SafeLibev.h                             |   14 +-
 ext/common/ServerInstanceDir.h                     |  402 ---
 ext/common/ServerKit/AcceptLoadBalancer.h          |  327 ++
 ext/common/ServerKit/Channel.h                     |  765 +++++
 ext/common/ServerKit/Client.h                      |  166 ++
 ext/common/ServerKit/ClientRef.h                   |  130 +
 ext/common/ServerKit/Context.h                     |  132 +
 ext/common/ServerKit/CookieUtils.h                 |  246 ++
 ext/common/ServerKit/Errors.h                      |  103 +
 ext/common/ServerKit/FdSinkChannel.h               |  217 ++
 ext/common/ServerKit/FdSourceChannel.h             |  251 ++
 ext/common/ServerKit/FileBufferedChannel.h         | 1569 ++++++++++
 ext/common/ServerKit/FileBufferedFdSinkChannel.h   |  265 ++
 ext/common/ServerKit/HeaderTable.h                 |  506 ++++
 ext/common/ServerKit/Hooks.h                       |   79 +
 ext/common/ServerKit/HttpChunkedBodyParser.h       |  289 ++
 ext/common/ServerKit/HttpChunkedBodyParserState.h  |   70 +
 ext/common/ServerKit/HttpClient.h                  |   94 +
 ext/common/ServerKit/HttpHeaderParser.h            |  489 +++
 ext/common/ServerKit/HttpHeaderParserState.h       |   60 +
 ext/common/ServerKit/HttpRequest.h                 |  276 ++
 ext/common/ServerKit/HttpRequestRef.h              |  130 +
 ext/common/ServerKit/HttpServer.h                  | 1186 ++++++++
 ext/common/ServerKit/Implementation.cpp            |   57 +
 ext/common/ServerKit/Server.h                      | 1080 +++++++
 ext/common/ServerKit/http_parser.cpp               | 2259 ++++++++++++++
 ext/common/ServerKit/http_parser.h                 |  330 +++
 ext/common/StaticString.h                          |   28 +
 ext/common/UnionStation/Connection.h               |    4 +-
 ext/common/UnionStation/Core.h                     |   10 +-
 ext/common/Utils.cpp                               |   48 +-
 ext/common/Utils.h                                 |  119 +-
 ext/common/Utils/Base64.cpp                        |  143 -
 ext/common/Utils/Base64.h                          |   83 -
 ext/common/Utils/BufferedIO.h                      |    1 +
 ext/common/Utils/CachedFileStat.hpp                |    8 +-
 ext/common/Utils/DateParsing.h                     |  406 +++
 ext/common/Utils/FastStringStream.h                |  183 ++
 ext/common/Utils/FileChangeChecker.h               |   12 +-
 ext/common/Utils/Hasher.cpp                        |   52 +
 ext/common/Utils/Hasher.h                          |   58 +
 ext/common/Utils/HttpHeaderBufferer.h              |  184 --
 ext/common/Utils/IOUtils.cpp                       |  199 +-
 ext/common/Utils/IOUtils.h                         |   68 +-
 ext/common/Utils/JsonUtils.h                       |   99 +-
 ext/common/Utils/MessagePassing.h                  |    6 +-
 ext/common/Utils/OptionParsing.h                   |   75 +
 ext/common/Utils/PriorityQueue.h                   |   54 -
 ext/common/Utils/ProcessMetricsCollector.h         |    4 +-
 ext/common/Utils/ScopeGuard.h                      |   21 +-
 ext/common/Utils/SpeedMeter.h                      |    4 +-
 ext/common/Utils/StrIntUtils.cpp                   |  171 +-
 ext/common/Utils/StrIntUtils.h                     |   73 +-
 ext/common/Utils/StrIntUtilsNoStrictAliasing.cpp   |  174 ++
 ext/common/Utils/StreamBoyerMooreHorspool.h        |  512 ----
 ext/common/Utils/SystemMetricsCollector.h          |    1 -
 ext/common/Utils/VariantMap.h                      |   46 +-
 ext/common/Utils/fib.c                             |  699 -----
 ext/common/Utils/fib.h                             |  101 -
 ext/common/Utils/fibpriv.h                         |   67 -
 ext/common/Utils/jsoncpp.cpp                       |    5 +
 ext/common/Utils/modp_b64.cpp                      |  290 ++
 ext/common/Utils/modp_b64.h                        |  241 ++
 ext/common/Utils/modp_b64_data.h                   |  479 +++
 ext/common/Utils/sysqueue.h                        |  811 +++++
 ext/common/agents/Base.cpp                         |  307 +-
 ext/common/agents/Base.h                           |   20 +-
 ext/common/agents/EnvPrinter.c                     |   16 -
 ext/common/agents/HelperAgent/AdminServer.h        |  801 +++++
 ext/common/agents/HelperAgent/AgentOptions.h       |  109 -
 ext/common/agents/HelperAgent/FileBackedPipe.h     |  732 -----
 ext/common/agents/HelperAgent/Main.cpp             | 1440 ++++++---
 ext/common/agents/HelperAgent/OptionParser.h       |  378 +++
 ext/common/agents/HelperAgent/RequestHandler.cpp   |  294 --
 ext/common/agents/HelperAgent/RequestHandler.h     | 2973 +++----------------
 .../HelperAgent/RequestHandler/AppResponse.h       |  226 ++
 .../HelperAgent/RequestHandler/BufferBody.cpp      |   95 +
 .../HelperAgent/RequestHandler/CheckoutSession.cpp |  349 +++
 .../agents/HelperAgent/RequestHandler/Client.h     |   56 +
 .../HelperAgent/RequestHandler/ForwardResponse.cpp | 1031 +++++++
 .../agents/HelperAgent/RequestHandler/Hooks.cpp    |  248 ++
 .../HelperAgent/RequestHandler/InitRequest.cpp     |  455 +++
 .../agents/HelperAgent/RequestHandler/Request.h    |  158 +
 .../HelperAgent/RequestHandler/SendRequest.cpp     |  964 ++++++
 .../HelperAgent/RequestHandler/TurboCaching.h      |  294 ++
 .../agents/HelperAgent/RequestHandler/Utils.cpp    |  305 ++
 ext/common/agents/HelperAgent/ResponseCache.h      |  699 +++++
 ext/common/agents/HelperAgent/ScgiRequestParser.h  |  457 ---
 .../agents/HelperAgent/SystemMetricsTool.cpp       |   44 +-
 ext/common/agents/LoggingAgent/AdminController.h   |   96 -
 ext/common/agents/LoggingAgent/AdminServer.h       |  435 +++
 ext/common/agents/LoggingAgent/LoggingServer.h     |    7 +-
 ext/common/agents/LoggingAgent/Main.cpp            |  648 ++--
 ext/common/agents/LoggingAgent/OptionParser.h      |  167 ++
 ext/common/agents/LoggingAgent/RemoteSender.h      |    6 +-
 ext/common/agents/Main.cpp                         |  107 +
 ext/common/agents/SpawnPreparer.cpp                |  206 --
 ext/common/agents/SpawnPreparer/Main.cpp           |  207 ++
 ext/common/agents/TempDirToucher.c                 |  383 ---
 ext/common/agents/TempDirToucher/Main.cpp          |  429 +++
 ext/common/agents/Watchdog/AdminServer.h           |  432 +++
 ext/common/agents/Watchdog/AgentWatcher.cpp        |   18 +-
 ext/common/agents/Watchdog/HelperAgentWatcher.cpp  |   59 +-
 ext/common/agents/Watchdog/InstanceDirToucher.cpp  |  116 +
 ext/common/agents/Watchdog/LoggingAgentWatcher.cpp |   30 +-
 ext/common/agents/Watchdog/Main.cpp                |  993 +++++--
 .../agents/Watchdog/ServerInstanceDirToucher.cpp   |  116 -
 ext/libeio/ecb.h                                   |    2 +-
 ext/libeio/eio.c                                   |   17 +
 ext/libeio/eio.h                                   |    2 +
 ext/libev/ev.c                                     |   14 +-
 ext/libev/ev.h                                     |    3 +
 ext/nginx/CacheLocationConfig.c                    |  415 +--
 ext/nginx/CacheLocationConfig.c.erb                |   57 +-
 ext/nginx/Configuration.c                          |  714 ++++-
 ext/nginx/Configuration.h                          |   21 +-
 ext/nginx/ConfigurationCommands.c                  |   70 +-
 ext/nginx/ConfigurationCommands.c.erb              |    8 +-
 ext/nginx/ConfigurationFields.h                    |   18 +-
 ext/nginx/ConfigurationFields.h.erb                |    4 +-
 ext/nginx/ContentHandler.c                         |  762 ++---
 ext/nginx/CreateLocationConfig.c                   |   22 +-
 ext/nginx/CreateLocationConfig.c.erb               |   11 +-
 ext/nginx/MergeLocationConfig.c                    |   54 +-
 ext/nginx/MergeLocationConfig.c.erb                |   43 +-
 ext/nginx/StaticContentHandler.c                   |   12 +-
 ext/nginx/ngx_http_passenger_module.c              |   45 +-
 ext/oxt/detail/backtrace_disabled.hpp              |    3 +-
 ext/oxt/detail/backtrace_enabled.hpp               |   17 +-
 ext/oxt/dynamic_thread_group.hpp                   |   43 +-
 ext/oxt/implementation.cpp                         |  112 +-
 ext/oxt/thread.hpp                                 |    5 +
 ext/ruby/extconf.rb                                |    9 +-
 ext/ruby/passenger_native_support.c                |   53 +-
 helper-scripts/backtrace-sanitizer.rb              |  193 +-
 helper-scripts/classic-rails-loader.rb             |  166 --
 helper-scripts/classic-rails-preloader.rb          |  193 --
 helper-scripts/crash-watch.rb                      |   32 +
 helper-scripts/download_binaries/extconf.rb        |   88 +-
 helper-scripts/meteor-loader.rb                    |  329 +--
 helper-scripts/node-loader.js                      |   94 +-
 helper-scripts/prespawn                            |  202 +-
 helper-scripts/rack-loader.rb                      |  215 +-
 helper-scripts/rack-preloader.rb                   |  271 +-
 helper-scripts/wsgi-loader.py                      |   18 +-
 lib/phusion_passenger.rb                           |  566 ++--
 lib/phusion_passenger/abstract_installer.rb        |  851 +++---
 .../active_support3_extensions/init.rb             |  338 ++-
 lib/phusion_passenger/admin_tools.rb               |   44 +-
 lib/phusion_passenger/admin_tools/instance.rb      |  207 ++
 .../admin_tools/instance_registry.rb               |   98 +
 lib/phusion_passenger/admin_tools/memory_stats.rb  |  534 ++--
 .../admin_tools/server_instance.rb                 |  339 ---
 lib/phusion_passenger/apache2/config_options.rb    |  345 ++-
 lib/phusion_passenger/classic_rails/cgi_fixed.rb   |   68 -
 .../classic_rails/thread_handler_extension.rb      |   40 -
 lib/phusion_passenger/common_library.rb            |  919 +++---
 lib/phusion_passenger/config/about_command.rb      |  337 ++-
 .../config/admin_command_command.rb                |  215 ++
 lib/phusion_passenger/config/agent_compiler.rb     |  170 ++
 .../config/build_native_support_command.rb         |   86 +-
 lib/phusion_passenger/config/command.rb            |   60 +-
 .../config/compile_agent_command.rb                |  102 +
 .../config/compile_nginx_engine_command.rb         |  127 +
 .../config/detach_process_command.rb               |  130 +-
 .../config/download_agent_command.rb               |  304 ++
 .../config/download_nginx_engine_command.rb        |  302 ++
 .../config/install_agent_command.rb                |  186 ++
 .../config/install_standalone_runtime_command.rb   |  255 ++
 lib/phusion_passenger/config/installation_utils.rb |  241 ++
 .../config/list_instances_command.rb               |  142 +-
 lib/phusion_passenger/config/main.rb               |  275 +-
 .../config/nginx_engine_compiler.rb                |  356 +++
 .../config/reopen_logs_command.rb                  |  110 +
 .../config/restart_app_command.rb                  |  343 ++-
 .../config/system_metrics_command.rb               |   22 +-
 lib/phusion_passenger/config/utils.rb              |  173 +-
 .../config/validate_install_command.rb             |  830 ++++--
 lib/phusion_passenger/console_text_template.rb     |   50 +-
 lib/phusion_passenger/constants.rb                 |  164 +-
 lib/phusion_passenger/debug_logging.rb             |  199 +-
 lib/phusion_passenger/loader_shared_helpers.rb     |  907 +++---
 lib/phusion_passenger/message_channel.rb           |  624 ++--
 lib/phusion_passenger/message_client.rb            |  355 ++-
 lib/phusion_passenger/native_support.rb            |  749 +++--
 lib/phusion_passenger/nginx/config_options.rb      |  597 ++--
 lib/phusion_passenger/packaging.rb                 |  245 +-
 lib/phusion_passenger/platform_info.rb             |  720 ++---
 lib/phusion_passenger/platform_info/apache.rb      | 1548 +++++-----
 .../platform_info/apache_detector.rb               |  424 +--
 .../platform_info/binary_compatibility.rb          |  214 +-
 lib/phusion_passenger/platform_info/compiler.rb    | 1140 +++----
 lib/phusion_passenger/platform_info/curl.rb        |   64 +-
 .../platform_info/cxx_portability.rb               |  377 ++-
 lib/phusion_passenger/platform_info/depcheck.rb    |  744 ++---
 .../platform_info/depcheck_specs/apache2.rb        |  218 +-
 .../depcheck_specs/compiler_toolchain.rb           |    8 +-
 .../platform_info/depcheck_specs/gems.rb           |   44 +-
 .../platform_info/depcheck_specs/libs.rb           |  202 +-
 .../platform_info/depcheck_specs/ruby.rb           |   10 +-
 .../platform_info/depcheck_specs/utilities.rb      |   26 +-
 lib/phusion_passenger/platform_info/linux.rb       |  110 +-
 .../platform_info/operating_system.rb              |  308 +-
 lib/phusion_passenger/platform_info/ruby.rb        |  916 +++---
 lib/phusion_passenger/platform_info/zlib.rb        |   18 +-
 lib/phusion_passenger/plugin.rb                    |  132 +-
 lib/phusion_passenger/preloader_shared_helpers.rb  |  252 +-
 lib/phusion_passenger/public_api.rb                |  382 +--
 lib/phusion_passenger/rack/out_of_band_gc.rb       |  187 +-
 .../rack/thread_handler_extension.rb               |  386 ++-
 lib/phusion_passenger/request_handler.rb           | 1181 ++++----
 .../request_handler/thread_handler.rb              |  731 ++---
 lib/phusion_passenger/ruby_core_enhancements.rb    |  234 +-
 lib/phusion_passenger/ruby_core_io_enhancements.rb |  108 +
 lib/phusion_passenger/simple_benchmarking.rb       |   50 +-
 lib/phusion_passenger/standalone/app_finder.rb     |  328 +--
 lib/phusion_passenger/standalone/command.rb        |  342 +--
 lib/phusion_passenger/standalone/config_file.rb    |  119 -
 lib/phusion_passenger/standalone/config_utils.rb   |   87 +
 lib/phusion_passenger/standalone/control_utils.rb  |   67 +
 lib/phusion_passenger/standalone/help_command.rb   |   57 -
 lib/phusion_passenger/standalone/main.rb           |  170 +-
 .../standalone/runtime_installer.rb                |  707 -----
 .../standalone/runtime_locator.rb                  |  170 --
 lib/phusion_passenger/standalone/start_command.rb  | 1505 +++++-----
 .../standalone/start_command/builtin_engine.rb     |  224 ++
 .../standalone/start_command/nginx_engine.rb       |  194 ++
 lib/phusion_passenger/standalone/status_command.rb |  115 +-
 lib/phusion_passenger/standalone/stop_command.rb   |  133 +-
 lib/phusion_passenger/standalone/utils.rb          |   58 -
 .../standalone/version_command.rb                  |   24 +-
 lib/phusion_passenger/union_station/connection.rb  |   64 +-
 lib/phusion_passenger/union_station/core.rb        |  502 ++--
 lib/phusion_passenger/union_station/transaction.rb |  252 +-
 lib/phusion_passenger/utils.rb                     |  369 +--
 lib/phusion_passenger/utils/ansi_colors.rb         |  265 +-
 lib/phusion_passenger/utils/download.rb            |  392 +--
 lib/phusion_passenger/utils/file_system_watcher.rb |  316 +-
 lib/phusion_passenger/utils/hosts_file_parser.rb   |  202 +-
 lib/phusion_passenger/utils/json.rb                |   74 +-
 lib/phusion_passenger/utils/lock.rb                |   62 +-
 .../utils/native_support_utils.rb                  |   62 +-
 lib/phusion_passenger/utils/progress_bar.rb        |   56 +
 lib/phusion_passenger/utils/shellwords.rb          |   40 +-
 lib/phusion_passenger/utils/tee_input.rb           |    6 +-
 .../utils/terminal_choice_menu.rb                  |  429 +--
 lib/phusion_passenger/utils/tmpdir.rb              |   69 -
 lib/phusion_passenger/utils/unseekable_socket.rb   |  514 ++--
 lib/phusion_passenger/vendor/crash_watch/app.rb    |  129 +
 .../vendor/crash_watch/gdb_controller.rb           |  341 +++
 .../vendor/crash_watch/version.rb                  |   24 +
 lib/phusion_passenger/vendor/daemon_controller.rb  |  877 ++++++
 .../vendor/daemon_controller/lock_file.rb          |  127 +
 .../vendor/daemon_controller/spawn.rb              |   26 +
 .../vendor/daemon_controller/version.rb            |   29 +
 node_lib/phusion_passenger/line_reader.js          |    4 +-
 packaging/rpm/LICENSE.txt                          |   19 -
 packaging/rpm/Makefile                             |   13 -
 packaging/rpm/README.md                            |   41 -
 packaging/rpm/Vagrantfile                          |   38 -
 packaging/rpm/Vagrantfile.centos                   |   30 -
 packaging/rpm/build                                |  170 --
 packaging/rpm/create_project                       |   41 -
 packaging/rpm/git_update                           |   88 -
 packaging/rpm/image/Dockerfile                     |   37 -
 packaging/rpm/image/Gemfile                        |    3 -
 packaging/rpm/image/Gemfile.lock                   |   12 -
 packaging/rpm/image/RPM-GPG-KEY-amazon-ga          |   19 -
 packaging/rpm/image/amazon2014-i386.cfg            |   96 -
 packaging/rpm/image/amazon2014-x86_64.cfg          |   96 -
 packaging/rpm/image/site-defaults.cfg              |  168 --
 packaging/rpm/internal/build_tasks.rb              |  238 --
 packaging/rpm/internal/dummygpg                    |   11 -
 packaging/rpm/internal/exec_build                  |   42 -
 packaging/rpm/internal/get_distro_arch             |   14 -
 packaging/rpm/internal/get_distro_id               |   10 -
 packaging/rpm/internal/git_update                  |   27 -
 packaging/rpm/internal/inituidgid                  |   17 -
 packaging/rpm/internal/my_init                     |  344 ---
 packaging/rpm/internal/python27                    |    3 -
 packaging/rpm/internal/repo_update                 |   46 -
 packaging/rpm/internal/setuser                     |   26 -
 packaging/rpm/internal/tracking_helper             |   40 -
 packaging/rpm/jenkins_release                      |   99 -
 packaging/rpm/lib/build_tasks_support.rb           |  402 ---
 packaging/rpm/lib/preprocessor.rb                  |  341 ---
 packaging/rpm/nginx_spec/404.html                  |  119 -
 packaging/rpm/nginx_spec/50x.html                  |  119 -
 packaging/rpm/nginx_spec/index.html                |  116 -
 packaging/rpm/nginx_spec/nginx-auto-cc-gcc.patch   |   13 -
 packaging/rpm/nginx_spec/nginx-logo.png            |  Bin 370 -> 0 bytes
 packaging/rpm/nginx_spec/nginx-upgrade             |   13 -
 packaging/rpm/nginx_spec/nginx-upgrade.8           |  151 -
 packaging/rpm/nginx_spec/nginx.conf                |  131 -
 packaging/rpm/nginx_spec/nginx.init                |  144 -
 packaging/rpm/nginx_spec/nginx.logrotate           |   13 -
 packaging/rpm/nginx_spec/nginx.service             |   15 -
 packaging/rpm/nginx_spec/nginx.spec.template       |  559 ----
 packaging/rpm/nginx_spec/nginx.sysconfig           |    4 -
 packaging/rpm/nginx_spec/passenger.conf            |    9 -
 packaging/rpm/nginx_spec/poweredby.png             |  Bin 3034 -> 0 bytes
 .../rpm/passenger_spec/apache-passenger.conf.in    |   26 -
 packaging/rpm/passenger_spec/config.json           |   30 -
 packaging/rpm/passenger_spec/passenger.logrotate   |    7 -
 .../rpm/passenger_spec/passenger.spec.template     |  483 ---
 .../passenger_dynamic_thread_group.patch           |   16 -
 .../passenger_tests_default_config_example.patch   |   44 -
 ...gem-passenger-4.0.18-GLIBC_HAVE_LONG_LONG.patch |   21 -
 ...-passenger-4.0.18-gcc47-include-sys_types.patch |   45 -
 packaging/rpm/repo_update                          |  114 -
 packaging/rpm/setup-system                         |   60 -
 packaging/rpm/shell                                |   10 -
 passenger.gemspec                                  |   43 +-
 .../templates/apache2/config_snippets.txt.erb      |    2 +-
 ...n_installer_as_root_for_apache_analysis.txt.erb |    9 +
 .../confirm_enable_optimizations.txt.erb           |    5 +
 ...cannot_create_user_support_binaries_dir.txt.erb |   15 +
 .../download_tool_missing.txt.erb                  |    7 +
 .../passenger_not_installed_as_root.txt.erb        |   12 +
 ...ir_not_writable_despite_running_as_root.txt.erb |   13 +
 .../unexpected_filesystem_problem.txt.erb          |   16 +
 .../user_support_binaries_dir_not_writable.txt.erb |    0
 ...ns_for_download_and_extraction_problems.txt.erb |   27 +
 .../nginx_module_sources_not_available.txt.erb     |    4 +-
 resources/templates/standalone/config.erb          |   86 +-
 .../standalone/download_tool_missing.txt.erb       |   18 -
 ...ns_for_download_and_extraction_problems.txt.erb |   17 -
 .../standalone/run_installer_as_root.txt.erb       |    8 -
 test/.rspec                                        |    3 -
 test/config.json.example                           |   42 -
 test/config.json.rpm-automation                    |   15 -
 test/config.json.travis                            |   15 -
 test/config.json.vagrant                           |   30 -
 test/cxx/ApplicationPool2/DirectSpawnerTest.cpp    |  121 -
 test/cxx/ApplicationPool2/OptionsTest.cpp          |   44 -
 test/cxx/ApplicationPool2/PoolTest.cpp             | 2039 -------------
 test/cxx/ApplicationPool2/ProcessTest.cpp          |  139 -
 test/cxx/ApplicationPool2/SmartSpawnerTest.cpp     |  245 --
 test/cxx/ApplicationPool2/SpawnerTestCases.cpp     |  825 ------
 test/cxx/Base64Test.cpp                            |   50 -
 test/cxx/BufferedIOTest.cpp                        |  364 ---
 test/cxx/CachedFileStatTest.cpp                    |  402 ---
 test/cxx/CxxTestMain.cpp                           |  211 --
 test/cxx/DechunkerTest.cpp                         |  250 --
 test/cxx/EventedBufferedInputTest.cpp              |  758 -----
 test/cxx/EventedClientTest.cpp                     |  523 ----
 test/cxx/FileBackedPipeTest.cpp                    |  626 ----
 test/cxx/FileChangeCheckerTest.cpp                 |  331 ---
 test/cxx/FileDescriptorTest.cpp                    |   69 -
 test/cxx/FilterSupportTest.cpp                     |  433 ---
 test/cxx/HttpHeaderBuffererTest.cpp                |  257 --
 test/cxx/IOUtilsTest.cpp                           |  861 ------
 test/cxx/MessageIOTest.cpp                         |  360 ---
 test/cxx/MessagePassingTest.cpp                    |   81 -
 test/cxx/MessageReadersWritersTest.cpp             |  576 ----
 test/cxx/MessageServerTest.cpp                     |  386 ---
 test/cxx/ProcessMetricsCollectorTest.cpp           |  123 -
 test/cxx/RequestHandlerTest.cpp                    | 1464 ---------
 test/cxx/ScgiRequestParserTest.cpp                 |  423 ---
 test/cxx/ServerInstanceDirTest.cpp                 |  175 --
 test/cxx/StaticStringTest.cpp                      |  220 --
 test/cxx/StringMapTest.cpp                         |  131 -
 test/cxx/SystemTimeTest.cpp                        |   37 -
 test/cxx/TemplateTest.cpp                          |  118 -
 test/cxx/TestSupport.cpp                           |  171 --
 test/cxx/TestSupport.h                             |  323 --
 test/cxx/UnionStationTest.cpp                      |  742 -----
 test/cxx/UtilsTest.cpp                             |  696 -----
 test/cxx/VariantMapTest.cpp                        |  191 --
 test/gdbinit.example                               |   34 -
 test/integration_tests/apache2_tests.rb            |  547 ----
 .../integration_tests/downloaded_binaries_tests.rb |  160 -
 test/integration_tests/native_packaging_spec.rb    |  349 ---
 test/integration_tests/nginx_tests.rb              |  384 ---
 .../shared/example_webapp_tests.rb                 |  274 --
 test/integration_tests/source_packaging_test.rb    |  201 --
 test/integration_tests/spec_helper.rb              |   22 -
 test/integration_tests/standalone_tests.rb         |  329 ---
 test/node/line_reader_spec.js                      |  338 ---
 test/node/spec_helper.js                           |   65 -
 test/oxt/backtrace_test.cpp                        |   88 -
 test/oxt/counter.hpp                               |   55 -
 test/oxt/dynamic_thread_group_test.cpp             |  131 -
 test/oxt/oxt_test_main.cpp                         |   27 -
 test/oxt/spin_lock_test.cpp                        |   59 -
 test/oxt/syscall_interruption_test.cpp             |   39 -
 test/ruby/admin_tools_spec.rb                      |  360 ---
 test/ruby/classic_rails/loader_spec.rb             |   46 -
 test/ruby/classic_rails/preloader_spec.rb          |   52 -
 test/ruby/debug_logging_spec.rb                    |  141 -
 test/ruby/message_channel_spec.rb                  |  196 --
 test/ruby/rack/loader_spec.rb                      |   42 -
 test/ruby/rack/preloader_spec.rb                   |   48 -
 test/ruby/rails3.0/loader_spec.rb                  |   26 -
 test/ruby/rails3.0/preloader_spec.rb               |   32 -
 test/ruby/rails3.1/loader_spec.rb                  |   26 -
 test/ruby/rails3.1/preloader_spec.rb               |   32 -
 test/ruby/rails3.2/loader_spec.rb                  |   26 -
 test/ruby/rails3.2/preloader_spec.rb               |   32 -
 test/ruby/rails4.0/loader_spec.rb                  |   28 -
 test/ruby/rails4.0/preloader_spec.rb               |   34 -
 test/ruby/rails4.1/loader_spec.rb                  |   28 -
 test/ruby/rails4.1/preloader_spec.rb               |   34 -
 test/ruby/request_handler_spec.rb                  |  709 -----
 test/ruby/shared/loader_sharedspec.rb              |  246 --
 .../rails/union_station_extensions_sharedspec.rb   |  356 ---
 test/ruby/shared/ruby_loader_sharedspec.rb         |   55 -
 test/ruby/spec_helper.rb                           |  123 -
 test/ruby/standalone/runtime_installer_spec.rb     |  400 ---
 test/ruby/standalone/runtime_locator_spec.rb       |  214 --
 test/ruby/union_station_spec.rb                    |  283 --
 test/ruby/utils/file_system_watcher_spec.rb        |  229 --
 test/ruby/utils/hosts_file_parser.rb               |  258 --
 test/ruby/utils/tee_input_spec.rb                  |  235 --
 test/ruby/utils/unseekable_socket_spec.rb          |   66 -
 test/ruby/utils_spec.rb                            |   77 -
 test/stub/apache2/httpd.conf.erb                   |  119 -
 test/stub/apache2/mime.types                       |  748 -----
 test/stub/garbage1.dat                             |  Bin 4096 -> 0 bytes
 test/stub/garbage2.dat                             |  Bin 32768 -> 0 bytes
 test/stub/garbage3.dat                             |  Bin 7168 -> 0 bytes
 test/stub/http_request.yml                         |   23 -
 test/stub/index.html                               |    1 -
 test/stub/nginx/koi-utf                            |  109 -
 test/stub/nginx/koi-win                            |  103 -
 test/stub/nginx/mime.types                         |   70 -
 test/stub/nginx/nginx.conf.erb                     |   68 -
 test/stub/nginx/win-utf                            |  126 -
 test/stub/node/app.js                              |  133 -
 test/stub/node/public/.gitignore                   |    0
 test/stub/node/tmp/.gitignore                      |    0
 test/stub/rack/config.ru                           |   95 -
 test/stub/rack/library.rb                          |   16 -
 test/stub/rack/public/.gitignore                   |    0
 test/stub/rack/start.rb                            |   52 -
 test/stub/rack/tmp/.gitignore                      |    0
 test/stub/rails2.3/Rakefile                        |   10 -
 .../app/controllers/application_controller.rb      |   10 -
 .../rails2.3/app/controllers/bar_controller_1.rb   |    5 -
 .../rails2.3/app/controllers/bar_controller_2.rb   |    5 -
 .../rails2.3/app/controllers/foo_controller.rb     |   21 -
 .../rails2.3/app/helpers/application_helper.rb     |    3 -
 test/stub/rails2.3/app/helpers/bar_helper.rb       |    2 -
 test/stub/rails2.3/app/helpers/foo_helper.rb       |    2 -
 test/stub/rails2.3/config/boot.rb                  |  110 -
 test/stub/rails2.3/config/database.yml             |   19 -
 test/stub/rails2.3/config/environment.rb           |   62 -
 .../rails2.3/config/environments/development.rb    |   17 -
 .../rails2.3/config/environments/production.rb     |   18 -
 test/stub/rails2.3/config/environments/staging.rb  |   18 -
 .../rails2.3/config/initializers/inflections.rb    |   10 -
 .../rails2.3/config/initializers/mime_types.rb     |    5 -
 test/stub/rails2.3/config/routes.rb                |   35 -
 test/stub/rails2.3/log/.gitignore                  |    1 -
 test/stub/rails2.3/public/.gitignore               |    1 -
 test/stub/rails2.3/script/about                    |    3 -
 test/stub/rails2.3/script/console                  |    3 -
 test/stub/rails2.3/script/dbconsole                |    3 -
 test/stub/rails2.3/script/destroy                  |    3 -
 test/stub/rails2.3/script/generate                 |    3 -
 test/stub/rails2.3/script/performance/benchmarker  |    3 -
 test/stub/rails2.3/script/performance/profiler     |    3 -
 test/stub/rails2.3/script/performance/request      |    3 -
 test/stub/rails2.3/script/plugin                   |    3 -
 test/stub/rails2.3/script/process/inspector        |    3 -
 test/stub/rails2.3/script/process/reaper           |    3 -
 test/stub/rails2.3/script/process/spawner          |    3 -
 test/stub/rails2.3/script/runner                   |    3 -
 test/stub/rails2.3/script/server                   |    3 -
 test/stub/rails2.3/tmp/cache/.gitignore            |    1 -
 test/stub/rails2.3/tmp/pids/.gitignore             |    1 -
 test/stub/rails2.3/tmp/sessions/.gitignore         |    1 -
 test/stub/rails2.3/tmp/sockets/.gitignore          |    1 -
 test/stub/rails3.0/.gitignore                      |    4 -
 test/stub/rails3.0/Gemfile                         |   22 -
 test/stub/rails3.0/Gemfile.lock                    |   80 -
 test/stub/rails3.0/Rakefile                        |   10 -
 .../app/controllers/application_controller.rb      |    4 -
 .../rails3.0/app/helpers/application_helper.rb     |    2 -
 .../app/views/layouts/application.html.erb         |   14 -
 test/stub/rails3.0/config.ru                       |    4 -
 test/stub/rails3.0/config/application.rb           |   48 -
 test/stub/rails3.0/config/boot.rb                  |   13 -
 test/stub/rails3.0/config/database.yml             |   22 -
 test/stub/rails3.0/config/environment.rb           |    5 -
 .../rails3.0/config/environments/development.rb    |   19 -
 .../rails3.0/config/environments/production.rb     |   48 -
 test/stub/rails3.0/config/environments/test.rb     |   32 -
 .../config/initializers/backtrace_silencers.rb     |    7 -
 .../rails3.0/config/initializers/inflections.rb    |   10 -
 .../rails3.0/config/initializers/mime_types.rb     |    5 -
 .../stub/rails3.0/config/initializers/passenger.rb |    2 -
 .../rails3.0/config/initializers/secret_token.rb   |    7 -
 .../rails3.0/config/initializers/session_store.rb  |    8 -
 test/stub/rails3.0/config/locales/en.yml           |    5 -
 test/stub/rails3.0/config/routes.rb                |   58 -
 test/stub/rails3.0/db/seeds.rb                     |    7 -
 test/stub/rails3.0/doc/README_FOR_APP              |    2 -
 test/stub/rails3.0/lib/tasks/.gitkeep              |    0
 test/stub/rails3.0/log/.gitignore                  |    0
 test/stub/rails3.0/public/404.html                 |   26 -
 test/stub/rails3.0/public/422.html                 |   26 -
 test/stub/rails3.0/public/500.html                 |   26 -
 test/stub/rails3.0/public/favicon.ico              |    0
 test/stub/rails3.0/public/index.html               |  279 --
 test/stub/rails3.0/public/robots.txt               |    5 -
 test/stub/rails3.0/public/stylesheets/.gitkeep     |    0
 test/stub/rails3.0/script/rails                    |    9 -
 .../rails3.0/test/performance/browsing_test.rb     |    9 -
 test/stub/rails3.0/test/test_helper.rb             |   13 -
 test/stub/rails3.0/tmp/cache/.gitignore            |    0
 test/stub/rails3.0/tmp/pids/.gitignore             |    0
 test/stub/rails3.0/vendor/plugins/.gitkeep         |    0
 test/stub/rails3.1/.gitignore                      |   15 -
 test/stub/rails3.1/Gemfile                         |   37 -
 test/stub/rails3.1/Gemfile.lock                    |  115 -
 test/stub/rails3.1/README                          |  261 --
 test/stub/rails3.1/Rakefile                        |    7 -
 test/stub/rails3.1/app/assets/images/rails.png     |  Bin 6646 -> 0 bytes
 .../app/assets/stylesheets/application.css         |    7 -
 .../app/controllers/application_controller.rb      |    3 -
 .../rails3.1/app/helpers/application_helper.rb     |    2 -
 test/stub/rails3.1/app/mailers/.gitkeep            |    0
 test/stub/rails3.1/app/models/.gitkeep             |    0
 .../app/views/layouts/application.html.erb         |   14 -
 test/stub/rails3.1/config.ru                       |    4 -
 test/stub/rails3.1/config/application.rb           |   48 -
 test/stub/rails3.1/config/boot.rb                  |    6 -
 test/stub/rails3.1/config/database.yml             |   25 -
 test/stub/rails3.1/config/environment.rb           |    5 -
 .../rails3.1/config/environments/development.rb    |   30 -
 .../rails3.1/config/environments/production.rb     |   60 -
 test/stub/rails3.1/config/environments/test.rb     |   39 -
 .../config/initializers/backtrace_silencers.rb     |    7 -
 .../rails3.1/config/initializers/inflections.rb    |   10 -
 .../rails3.1/config/initializers/mime_types.rb     |    5 -
 .../stub/rails3.1/config/initializers/passenger.rb |    2 -
 .../rails3.1/config/initializers/secret_token.rb   |    7 -
 .../rails3.1/config/initializers/session_store.rb  |    8 -
 .../config/initializers/wrap_parameters.rb         |   14 -
 test/stub/rails3.1/config/locales/en.yml           |    5 -
 test/stub/rails3.1/config/routes.rb                |   58 -
 test/stub/rails3.1/db/seeds.rb                     |    7 -
 test/stub/rails3.1/doc/README_FOR_APP              |    2 -
 test/stub/rails3.1/lib/assets/.gitkeep             |    0
 test/stub/rails3.1/lib/tasks/.gitkeep              |    0
 test/stub/rails3.1/log/.gitkeep                    |    0
 test/stub/rails3.1/public/404.html                 |   26 -
 test/stub/rails3.1/public/422.html                 |   26 -
 test/stub/rails3.1/public/500.html                 |   26 -
 test/stub/rails3.1/public/favicon.ico              |    0
 test/stub/rails3.1/public/index.html               |  241 --
 test/stub/rails3.1/public/robots.txt               |    5 -
 test/stub/rails3.1/script/rails                    |    6 -
 test/stub/rails3.1/test/fixtures/.gitkeep          |    0
 test/stub/rails3.1/test/functional/.gitkeep        |    0
 test/stub/rails3.1/test/integration/.gitkeep       |    0
 .../rails3.1/test/performance/browsing_test.rb     |   12 -
 test/stub/rails3.1/test/test_helper.rb             |   13 -
 test/stub/rails3.1/test/unit/.gitkeep              |    0
 .../rails3.1/vendor/assets/stylesheets/.gitkeep    |    0
 test/stub/rails3.1/vendor/plugins/.gitkeep         |    0
 test/stub/rails3.2/.gitignore                      |   15 -
 test/stub/rails3.2/Gemfile                         |   39 -
 test/stub/rails3.2/Gemfile.lock                    |  113 -
 test/stub/rails3.2/Rakefile                        |    7 -
 test/stub/rails3.2/app/assets/images/rails.png     |  Bin 6646 -> 0 bytes
 .../app/assets/stylesheets/application.css         |   13 -
 .../app/controllers/application_controller.rb      |    3 -
 .../rails3.2/app/helpers/application_helper.rb     |    2 -
 test/stub/rails3.2/app/mailers/.gitkeep            |    0
 test/stub/rails3.2/app/models/.gitkeep             |    0
 .../app/views/layouts/application.html.erb         |   14 -
 test/stub/rails3.2/config.ru                       |    4 -
 test/stub/rails3.2/config/application.rb           |   62 -
 test/stub/rails3.2/config/boot.rb                  |    6 -
 test/stub/rails3.2/config/database.yml             |   25 -
 test/stub/rails3.2/config/environment.rb           |    5 -
 .../rails3.2/config/environments/development.rb    |   37 -
 .../rails3.2/config/environments/production.rb     |   67 -
 test/stub/rails3.2/config/environments/test.rb     |   37 -
 .../config/initializers/backtrace_silencers.rb     |    7 -
 .../rails3.2/config/initializers/inflections.rb    |   15 -
 .../rails3.2/config/initializers/mime_types.rb     |    5 -
 .../stub/rails3.2/config/initializers/passenger.rb |    2 -
 .../rails3.2/config/initializers/secret_token.rb   |    7 -
 .../rails3.2/config/initializers/session_store.rb  |    8 -
 .../config/initializers/wrap_parameters.rb         |   14 -
 test/stub/rails3.2/config/locales/en.yml           |    5 -
 test/stub/rails3.2/config/routes.rb                |   58 -
 test/stub/rails3.2/db/seeds.rb                     |    7 -
 test/stub/rails3.2/doc/README_FOR_APP              |    2 -
 test/stub/rails3.2/lib/assets/.gitkeep             |    0
 test/stub/rails3.2/lib/tasks/.gitkeep              |    0
 test/stub/rails3.2/log/.gitkeep                    |    0
 test/stub/rails3.2/public/404.html                 |   26 -
 test/stub/rails3.2/public/422.html                 |   26 -
 test/stub/rails3.2/public/500.html                 |   25 -
 test/stub/rails3.2/public/favicon.ico              |    0
 test/stub/rails3.2/public/index.html               |  241 --
 test/stub/rails3.2/public/robots.txt               |    5 -
 test/stub/rails3.2/script/rails                    |    6 -
 test/stub/rails3.2/test/fixtures/.gitkeep          |    0
 test/stub/rails3.2/test/functional/.gitkeep        |    0
 test/stub/rails3.2/test/integration/.gitkeep       |    0
 .../rails3.2/test/performance/browsing_test.rb     |   12 -
 test/stub/rails3.2/test/test_helper.rb             |   13 -
 test/stub/rails3.2/test/unit/.gitkeep              |    0
 .../rails3.2/vendor/assets/stylesheets/.gitkeep    |    0
 test/stub/rails3.2/vendor/plugins/.gitkeep         |    0
 test/stub/rails4.0/.gitignore                      |   16 -
 test/stub/rails4.0/Gemfile                         |   45 -
 test/stub/rails4.0/Gemfile.lock                    |  126 -
 test/stub/rails4.0/README.rdoc                     |   28 -
 test/stub/rails4.0/Rakefile                        |    6 -
 test/stub/rails4.0/app/assets/images/.keep         |    0
 .../rails4.0/app/assets/javascripts/application.js |   16 -
 .../app/assets/stylesheets/application.css         |   13 -
 .../app/controllers/application_controller.rb      |    5 -
 test/stub/rails4.0/app/controllers/concerns/.keep  |    0
 .../rails4.0/app/helpers/application_helper.rb     |    2 -
 test/stub/rails4.0/app/mailers/.keep               |    0
 test/stub/rails4.0/app/models/.keep                |    0
 test/stub/rails4.0/app/models/concerns/.keep       |    0
 .../app/views/layouts/application.html.erb         |   14 -
 test/stub/rails4.0/bin/bundle                      |    3 -
 test/stub/rails4.0/bin/rails                       |    4 -
 test/stub/rails4.0/bin/rake                        |    4 -
 test/stub/rails4.0/config.ru                       |    4 -
 test/stub/rails4.0/config/application.rb           |   23 -
 test/stub/rails4.0/config/boot.rb                  |    4 -
 test/stub/rails4.0/config/database.yml             |   25 -
 test/stub/rails4.0/config/environment.rb           |    5 -
 .../rails4.0/config/environments/development.rb    |   29 -
 .../rails4.0/config/environments/production.rb     |   80 -
 test/stub/rails4.0/config/environments/test.rb     |   36 -
 .../config/initializers/backtrace_silencers.rb     |    7 -
 .../initializers/filter_parameter_logging.rb       |    4 -
 .../rails4.0/config/initializers/inflections.rb    |   16 -
 .../rails4.0/config/initializers/mime_types.rb     |    5 -
 .../stub/rails4.0/config/initializers/passenger.rb |    2 -
 .../rails4.0/config/initializers/secret_token.rb   |   12 -
 .../rails4.0/config/initializers/session_store.rb  |    3 -
 .../config/initializers/wrap_parameters.rb         |   14 -
 test/stub/rails4.0/config/locales/en.yml           |   23 -
 test/stub/rails4.0/config/routes.rb                |   57 -
 test/stub/rails4.0/db/seeds.rb                     |    7 -
 test/stub/rails4.0/lib/assets/.keep                |    0
 test/stub/rails4.0/lib/tasks/.keep                 |    0
 test/stub/rails4.0/log/.keep                       |    0
 test/stub/rails4.0/public/404.html                 |   58 -
 test/stub/rails4.0/public/422.html                 |   58 -
 test/stub/rails4.0/public/500.html                 |   57 -
 test/stub/rails4.0/public/favicon.ico              |    0
 test/stub/rails4.0/public/robots.txt               |    5 -
 test/stub/rails4.0/test/controllers/.keep          |    0
 test/stub/rails4.0/test/fixtures/.keep             |    0
 test/stub/rails4.0/test/helpers/.keep              |    0
 test/stub/rails4.0/test/integration/.keep          |    0
 test/stub/rails4.0/test/mailers/.keep              |    0
 test/stub/rails4.0/test/models/.keep               |    0
 test/stub/rails4.0/test/test_helper.rb             |   15 -
 test/stub/rails4.0/vendor/assets/javascripts/.keep |    0
 test/stub/rails4.0/vendor/assets/stylesheets/.keep |    0
 test/stub/rails4.1/.gitignore                      |   16 -
 test/stub/rails4.1/Gemfile                         |   45 -
 test/stub/rails4.1/Gemfile.lock                    |  129 -
 test/stub/rails4.1/README.rdoc                     |   28 -
 test/stub/rails4.1/Rakefile                        |    6 -
 test/stub/rails4.1/app/assets/images/.keep         |    0
 .../rails4.1/app/assets/javascripts/application.js |   16 -
 .../app/assets/stylesheets/application.css         |   13 -
 .../app/controllers/application_controller.rb      |    5 -
 test/stub/rails4.1/app/controllers/concerns/.keep  |    0
 .../rails4.1/app/helpers/application_helper.rb     |    2 -
 test/stub/rails4.1/app/mailers/.keep               |    0
 test/stub/rails4.1/app/models/.keep                |    0
 test/stub/rails4.1/app/models/concerns/.keep       |    0
 .../app/views/layouts/application.html.erb         |   14 -
 test/stub/rails4.1/bin/bundle                      |    3 -
 test/stub/rails4.1/bin/rails                       |    4 -
 test/stub/rails4.1/bin/rake                        |    4 -
 test/stub/rails4.1/config.ru                       |    4 -
 test/stub/rails4.1/config/application.rb           |   23 -
 test/stub/rails4.1/config/boot.rb                  |    4 -
 test/stub/rails4.1/config/database.yml             |   25 -
 test/stub/rails4.1/config/environment.rb           |    5 -
 .../rails4.1/config/environments/development.rb    |   29 -
 .../rails4.1/config/environments/production.rb     |   80 -
 test/stub/rails4.1/config/environments/test.rb     |   36 -
 .../config/initializers/backtrace_silencers.rb     |    7 -
 .../initializers/filter_parameter_logging.rb       |    4 -
 .../rails4.1/config/initializers/inflections.rb    |   16 -
 .../rails4.1/config/initializers/mime_types.rb     |    5 -
 .../stub/rails4.1/config/initializers/passenger.rb |    5 -
 .../rails4.1/config/initializers/secret_token.rb   |   12 -
 .../rails4.1/config/initializers/session_store.rb  |    3 -
 .../config/initializers/wrap_parameters.rb         |   14 -
 test/stub/rails4.1/config/locales/en.yml           |   23 -
 test/stub/rails4.1/config/routes.rb                |   57 -
 test/stub/rails4.1/db/seeds.rb                     |    7 -
 test/stub/rails4.1/lib/assets/.keep                |    0
 test/stub/rails4.1/lib/tasks/.keep                 |    0
 test/stub/rails4.1/log/.keep                       |    0
 test/stub/rails4.1/public/404.html                 |   58 -
 test/stub/rails4.1/public/422.html                 |   58 -
 test/stub/rails4.1/public/500.html                 |   57 -
 test/stub/rails4.1/public/favicon.ico              |    0
 test/stub/rails4.1/public/robots.txt               |    5 -
 test/stub/rails4.1/test/controllers/.keep          |    0
 test/stub/rails4.1/test/fixtures/.keep             |    0
 test/stub/rails4.1/test/helpers/.keep              |    0
 test/stub/rails4.1/test/integration/.keep          |    0
 test/stub/rails4.1/test/mailers/.keep              |    0
 test/stub/rails4.1/test/models/.keep               |    0
 test/stub/rails4.1/test/test_helper.rb             |   15 -
 test/stub/rails4.1/vendor/assets/javascripts/.keep |    0
 test/stub/rails4.1/vendor/assets/stylesheets/.keep |    0
 test/stub/start_error.pl                           |   24 -
 test/stub/upload_data.txt                          |  494 ----
 test/stub/wsgi/passenger_wsgi.py                   |  212 --
 test/stub/wsgi/public/.gitignore                   |    0
 test/stub/wsgi/tmp/.gitignore                      |    0
 test/support/allocate_memory.c                     |   14 -
 test/support/apache2_controller.rb                 |  258 --
 test/support/multipart.rb                          |   62 -
 test/support/nginx_controller.rb                   |  106 -
 test/support/placebo-preloader.rb                  |   88 -
 test/support/test_helper.rb                        |  456 ---
 test/support/valgrind.h                            | 2539 ----------------
 test/tut/tut.h                                     | 1310 ---------
 test/tut/tut_reporter.h                            |  256 --
 test/valgrind-osx.supp                             |    7 -
 1223 files changed, 177009 insertions(+), 78027 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/passenger.git



More information about the Pkg-ruby-extras-commits mailing list