[DRE-commits] [ruby-passenger] 07/11: Merge tag 'upstream/4.0.25'

Felix Geyer fgeyer at moszumanska.debian.org
Sat Nov 23 10:22:07 UTC 2013


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

fgeyer pushed a commit to branch master
in repository ruby-passenger.

commit b1c16381bb3408ceac770edc2ff52f3f86a96769
Merge: b9cb2f7 b5ce388
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Nov 22 18:55:59 2013 +0100

    Merge tag 'upstream/4.0.25'
    
    Upstream version 4.0.25
    
    # gpg: Signature made Fr 22 Nov 2013 18:55:58 CET using RSA key ID 83135D45
    # gpg: Good signature from "Felix Geyer <felix at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx at kubuntu.org>"
    # gpg:                 aka "Felix Geyer <debfx at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx-pkg at fobos.de>"
    # gpg:                 aka "Felix Geyer <debfx at ubuntu.com>"
    # gpg:                 aka "Felix Geyer <felix.geyer at fobos.de>"

 .gitignore                                         |    1 +
 .travis.yml                                        |    2 +-
 INSTALL.md                                         |    4 +-
 NEWS                                               |   59 +
 README.md                                          |   24 +-
 Rakefile                                           |    7 +-
 bin/passenger-config                               |    9 +-
 bin/passenger-install-apache2-module               |   70 +-
 bin/passenger-install-nginx-module                 |   27 +-
 bin/passenger-memory-stats                         |    6 +-
 build/agents.rb                                    |   19 +-
 build/apache2.rb                                   |   14 +-
 build/basics.rb                                    |   36 +-
 build/common_library.rb                            |   22 +-
 build/cplusplus_support.rb                         |   10 +-
 build/cxx_tests.rb                                 |    6 +-
 build/debian.rb                                    |   12 +-
 build/documentation.rb                             |    2 +-
 build/integration_tests.rb                         |    8 +-
 build/misc.rb                                      |   41 +-
 ext/ruby/extconf.rb => build/node_tests.rb         |   24 +-
 build/oxt_tests.rb                                 |    2 +-
 build/packaging.rb                                 |   43 +-
 build/preprocessor.rb                              |    3 +-
 build/test_basics.rb                               |   22 +-
 debian.template/control.template                   |   10 +-
 debian.template/locations.ini.template             |    1 +
 debian.template/passenger.install.template         |    1 +
 debian.template/rules.template                     |    7 +
 dev/copy_boost_headers.rb                          |   10 +-
 dev/run_travis.sh                                  |   48 +-
 doc/Users guide Apache.html                        | 2476 ++++++------
 doc/Users guide Apache.idmap.txt                   |  180 +-
 doc/Users guide Apache.txt                         |  815 ++--
 doc/Users guide Nginx.html                         | 1813 +++++----
 doc/Users guide Nginx.idmap.txt                    |  262 +-
 doc/Users guide Nginx.txt                          |  240 +-
 doc/Users guide Standalone.html                    | 1600 +++++++-
 doc/Users guide Standalone.idmap.txt               |   88 +
 doc/Users guide Standalone.txt                     |  201 +-
 ...sers guide Standalone.html => Users guide.html} |  338 +-
 doc/Users guide.txt                                |   60 +
 doc/images/passenger_nodejs_architecture.svg       |  558 +++
 doc/users_guide_snippets/deployment_basics.txt     |   37 +
 doc/users_guide_snippets/environment_variables.txt |   14 +-
 doc/users_guide_snippets/installation.txt          |  811 ++--
 .../installation/run_installer.txt                 |   58 +
 .../installation/verify_running_epilogue.txt       |    6 +
 doc/users_guide_snippets/support_information.txt   |   11 +-
 doc/users_guide_snippets/tips.txt                  |    4 +-
 .../troubleshooting/default.txt                    |  120 +
 doc/users_guide_snippets/troubleshooting/rails.txt |   56 +
 ...rt_information.txt => where_to_get_support.txt} |   20 +-
 ext/apache2/Bucket.h                               |    2 +-
 ext/apache2/Configuration.cpp                      |   10 -
 ext/apache2/Configuration.hpp                      |   47 -
 ext/apache2/ConfigurationCommands.cpp              |   18 +
 ext/apache2/ConfigurationFields.hpp                |   18 +-
 ext/apache2/ConfigurationFields.hpp.erb            |   15 +-
 ext/apache2/ConfigurationSetters.cpp               |   27 +
 ext/apache2/CreateDirConfig.cpp                    |    5 +-
 ext/apache2/CreateDirConfig.cpp.erb                |    2 +-
 ext/apache2/Hooks.cpp                              |  138 +-
 ext/apache2/MergeDirConfig.cpp                     |   22 +
 ext/apache2/MergeDirConfig.cpp.erb                 |    2 +-
 .../{CreateDirConfig.cpp => SetHeaders.cpp}        |   64 +-
 .../{MergeDirConfig.cpp.erb => SetHeaders.cpp.erb} |   57 +-
 ext/boost/algorithm/string/detail/find_format.hpp  |   10 +-
 .../algorithm/string/detail/find_format_all.hpp    |   10 +-
 ext/boost/algorithm/string/detail/finder.hpp       |    2 +-
 ext/boost/algorithm/string/formatter.hpp           |    4 +-
 ext/boost/assert.hpp                               |    7 +-
 ext/boost/atomic.hpp                               |   18 +
 ext/boost/atomic/atomic.hpp                        |  241 ++
 ext/boost/atomic/detail/base.hpp                   |  585 +++
 ext/boost/atomic/detail/cas32strong.hpp            |  885 +++++
 ext/boost/atomic/detail/cas32weak.hpp              |  947 +++++
 ext/boost/atomic/detail/cas64strong.hpp            |  443 +++
 ext/boost/atomic/detail/config.hpp                 |   54 +
 ext/boost/atomic/detail/gcc-alpha.hpp              |  368 ++
 ext/boost/atomic/detail/gcc-armv6plus.hpp          |  252 ++
 ext/boost/atomic/detail/gcc-cas.hpp                |  157 +
 ext/boost/atomic/detail/gcc-ppc.hpp                | 2850 ++++++++++++++
 ext/boost/atomic/detail/gcc-sparcv9.hpp            | 1259 ++++++
 ext/boost/atomic/detail/gcc-x86.hpp                | 1766 +++++++++
 ext/boost/atomic/detail/generic-cas.hpp            |  206 +
 ext/boost/atomic/detail/interlocked.hpp            |  200 +
 ext/boost/atomic/detail/linux-arm.hpp              |  189 +
 ext/boost/atomic/detail/lockpool.hpp               |   97 +
 ext/boost/atomic/detail/platform.hpp               |   62 +
 ext/boost/atomic/detail/type-classification.hpp    |   45 +
 ext/boost/chrono/config.hpp                        |   11 +-
 ext/boost/chrono/duration.hpp                      |   19 +-
 ext/boost/chrono/system_clocks.hpp                 |    2 +-
 ext/boost/chrono/time_point.hpp                    |    7 +-
 ext/boost/config/auto_link.hpp                     |  105 +-
 ext/boost/config/compiler/borland.hpp              |    1 +
 ext/boost/config/compiler/clang.hpp                |   25 +-
 ext/boost/config/compiler/codegear.hpp             |    1 +
 ext/boost/config/compiler/common_edg.hpp           |    1 +
 ext/boost/config/compiler/cray.hpp                 |    1 +
 ext/boost/config/compiler/digitalmars.hpp          |    1 +
 ext/boost/config/compiler/gcc.hpp                  |   32 +-
 ext/boost/config/compiler/gcc_xml.hpp              |    3 +-
 ext/boost/config/compiler/hp_acc.hpp               |    1 +
 ext/boost/config/compiler/intel.hpp                |    2 +-
 ext/boost/config/compiler/metrowerks.hpp           |    1 +
 ext/boost/config/compiler/mpw.hpp                  |    1 +
 ext/boost/config/compiler/pathscale.hpp            |    1 +
 ext/boost/config/compiler/pgi.hpp                  |    1 +
 ext/boost/config/compiler/sunpro_cc.hpp            |    1 +
 ext/boost/config/compiler/vacpp.hpp                |    5 +-
 ext/boost/config/compiler/visualc.hpp              |   36 +-
 ext/boost/config/platform/vxworks.hpp              |  368 +-
 ext/boost/config/select_compiler_config.hpp        |    8 +-
 ext/boost/config/stdlib/dinkumware.hpp             |   13 +-
 ext/boost/config/stdlib/libstdcpp3.hpp             |    3 +-
 ext/boost/config/suffix.hpp                        |   64 +-
 ext/boost/date_time/format_date_parser.hpp         |   12 +-
 ext/boost/date_time/strings_from_facet.hpp         |    8 +-
 ext/boost/detail/atomic_redef_macros.hpp           |   19 +
 ext/boost/detail/atomic_undef_macros.hpp           |   39 +
 ext/boost/detail/endian.hpp                        |   56 +-
 ext/boost/detail/scoped_enum_emulation.hpp         |   20 +-
 ext/boost/detail/select_type.hpp                   |   36 +
 ext/boost/exception/current_exception_cast.hpp     |    2 +-
 ext/boost/exception/detail/error_info_impl.hpp     |    8 +-
 ext/boost/exception/detail/exception_ptr.hpp       |    6 +-
 .../exception/detail/is_output_streamable.hpp      |    2 +-
 ext/boost/exception/detail/object_hex_dump.hpp     |    2 +-
 ext/boost/exception/detail/type_info.hpp           |    2 +-
 ext/boost/exception/diagnostic_information.hpp     |   29 +-
 ext/boost/exception/exception.hpp                  |    2 +-
 ext/boost/exception/get_error_info.hpp             |    2 +-
 ext/boost/exception/info.hpp                       |   25 +-
 ext/boost/exception/to_string.hpp                  |    7 +-
 ext/boost/exception/to_string_stub.hpp             |   10 +-
 ext/boost/foreach.hpp                              |   10 +-
 ext/boost/function/function_template.hpp           |   12 +-
 .../functional/hash/detail/container_fwd_0x.hpp    |   29 -
 .../functional/hash/detail/float_functions.hpp     |   90 +
 ext/boost/functional/hash/detail/hash_float.hpp    |   13 +-
 ext/boost/functional/hash/extensions.hpp           |   16 +-
 ext/boost/functional/hash/hash.hpp                 |   31 +-
 ext/boost/get_pointer.hpp                          |   19 +-
 ext/boost/integer_traits.hpp                       |    2 +-
 ext/boost/lambda/core.hpp                          |   79 -
 ext/boost/lambda/detail/actions.hpp                |  174 -
 ext/boost/lambda/detail/arity_code.hpp             |  110 -
 ext/boost/lambda/detail/function_adaptors.hpp      |  789 ----
 ext/boost/lambda/detail/is_instance_of.hpp         |  104 -
 ext/boost/lambda/detail/lambda_config.hpp          |   48 -
 ext/boost/lambda/detail/lambda_functor_base.hpp    |  615 ---
 ext/boost/lambda/detail/lambda_functors.hpp        |  324 --
 ext/boost/lambda/detail/lambda_fwd.hpp             |   74 -
 ext/boost/lambda/detail/lambda_traits.hpp          |  578 ---
 ext/boost/lambda/detail/member_ptr.hpp             |  737 ----
 ext/boost/lambda/detail/operator_actions.hpp       |  139 -
 .../lambda/detail/operator_lambda_func_base.hpp    |  271 --
 .../lambda/detail/operator_return_type_traits.hpp  |  917 -----
 ext/boost/lambda/detail/operators.hpp              |  370 --
 ext/boost/lambda/detail/ret.hpp                    |  325 --
 ext/boost/lambda/detail/return_type_traits.hpp     |  282 --
 ext/boost/lambda/detail/select_functions.hpp       |   74 -
 ext/boost/lambda/lambda.hpp                        |   34 -
 ext/boost/lexical_cast.hpp                         | 1010 +++--
 ext/boost/libs/atomic/lockpool.cpp                 |   24 +
 ext/boost/libs/system/src/error_code.cpp           |   43 +-
 ext/boost/libs/thread/src/future.cpp               |   12 +-
 ext/boost/libs/thread/src/pthread/once.cpp         |   12 +-
 ext/boost/libs/thread/src/pthread/once_atomic.cpp  |   90 +
 ext/boost/libs/thread/src/pthread/thread.cpp       |  224 +-
 ext/boost/libs/thread/src/pthread/timeconv.inl     |   21 +-
 ext/boost/limits.hpp                               |    2 +-
 ext/boost/math/policies/policy.hpp                 |   10 +
 .../math/special_functions/detail/round_fwd.hpp    |   21 +-
 ext/boost/math/special_functions/fpclassify.hpp    |  159 +-
 ext/boost/math/special_functions/math_fwd.hpp      |  278 +-
 ext/boost/math/special_functions/sign.hpp          |   21 +-
 ext/boost/math/tools/config.hpp                    |   54 +-
 ext/boost/move/algorithm.hpp                       |  275 ++
 ext/boost/move/core.hpp                            |  332 ++
 ext/boost/move/detail/config_begin.hpp             |   23 +
 ext/boost/move/detail/config_end.hpp               |   20 +
 ext/boost/move/detail/meta_utils.hpp               |  158 +
 ext/boost/move/iterator.hpp                        |  298 ++
 ext/boost/move/move.hpp                            | 1266 +-----
 ext/boost/move/traits.hpp                          |  142 +
 ext/boost/move/utility.hpp                         |  194 +
 ext/boost/mpl/assert.hpp                           |   76 +-
 ext/boost/noncopyable.hpp                          |   18 +-
 ext/boost/pointer_to_other.hpp                     |   55 +
 ext/boost/range/concepts.hpp                       |    8 +-
 ext/boost/range/detail/extract_optional_type.hpp   |    2 +-
 ext/boost/range/empty.hpp                          |    2 +-
 ext/boost/range/iterator_range_core.hpp            |    5 +-
 ext/boost/range/iterator_range_io.hpp              |    4 +-
 ext/boost/ratio/config.hpp                         |    6 +
 ext/boost/ratio/detail/overflow_helpers.hpp        |    4 +-
 ext/boost/smart_ptr/allocate_shared_array.hpp      |  250 ++
 .../smart_ptr/detail/allocate_array_helper.hpp     |  169 +
 ext/boost/smart_ptr/detail/array_deleter.hpp       |  124 +
 ext/boost/smart_ptr/detail/array_traits.hpp        |   53 +
 ext/boost/smart_ptr/detail/array_utility.hpp       |  178 +
 ext/boost/smart_ptr/detail/make_array_helper.hpp   |  157 +
 ext/boost/smart_ptr/detail/operator_bool.hpp       |   25 +-
 ext/boost/smart_ptr/detail/shared_count.hpp        |   85 +-
 ext/boost/smart_ptr/detail/sp_convertible.hpp      |   15 +
 ext/boost/smart_ptr/detail/sp_counted_base.hpp     |   18 +-
 .../smart_ptr/detail/sp_counted_base_acc_ia64.hpp  |    1 +
 ext/boost/smart_ptr/detail/sp_counted_base_aix.hpp |    1 +
 .../smart_ptr/detail/sp_counted_base_cw_ppc.hpp    |    1 +
 .../smart_ptr/detail/sp_counted_base_cw_x86.hpp    |    1 +
 .../smart_ptr/detail/sp_counted_base_gcc_ia64.hpp  |    1 +
 .../smart_ptr/detail/sp_counted_base_gcc_mips.hpp  |    1 +
 .../smart_ptr/detail/sp_counted_base_gcc_ppc.hpp   |    1 +
 .../smart_ptr/detail/sp_counted_base_gcc_sparc.hpp |    1 +
 .../smart_ptr/detail/sp_counted_base_gcc_x86.hpp   |    1 +
 ext/boost/smart_ptr/detail/sp_counted_base_nt.hpp  |    1 +
 ext/boost/smart_ptr/detail/sp_counted_base_pt.hpp  |    1 +
 ...e_gcc_sparc.hpp => sp_counted_base_snc_ps3.hpp} |   42 +-
 .../smart_ptr/detail/sp_counted_base_solaris.hpp   |    1 +
 .../smart_ptr/detail/sp_counted_base_spin.hpp      |    1 +
 .../smart_ptr/detail/sp_counted_base_sync.hpp      |    1 +
 .../smart_ptr/detail/sp_counted_base_vacpp_ppc.hpp |    1 +
 ext/boost/smart_ptr/detail/sp_counted_impl.hpp     |   15 +
 ext/boost/smart_ptr/detail/sp_forward.hpp          |   39 +
 ext/boost/smart_ptr/detail/sp_has_sync.hpp         |   22 +-
 ext/boost/smart_ptr/detail/sp_if_array.hpp         |   31 +
 ext/boost/smart_ptr/detail/sp_nullptr_t.hpp        |   45 +
 ext/boost/smart_ptr/detail/spinlock_gcc_arm.hpp    |   17 +-
 ext/boost/smart_ptr/enable_shared_from_this.hpp    |    8 +-
 ext/boost/smart_ptr/make_shared.hpp                | 1065 +-----
 ext/boost/smart_ptr/make_shared_array.hpp          |  247 ++
 .../{make_shared.hpp => make_shared_object.hpp}    |  261 +-
 ext/boost/smart_ptr/scoped_array.hpp               |   39 +-
 ext/boost/smart_ptr/scoped_ptr.hpp                 |   36 +-
 ext/boost/smart_ptr/shared_array.hpp               |  155 +-
 ext/boost/smart_ptr/shared_ptr.hpp                 |  570 ++-
 ext/boost/smart_ptr/weak_ptr.hpp                   |   67 +-
 ext/boost/static_assert.hpp                        |   91 +-
 ext/boost/system/error_code.hpp                    |  144 +-
 ext/boost/system/system_error.hpp                  |    6 +-
 ext/boost/thread/barrier.hpp                       |    8 +-
 ext/boost/thread/completion_latch.hpp              |  233 ++
 ext/boost/thread/condition.hpp                     |    7 +-
 ext/boost/thread/detail/async_func.hpp             |  571 +++
 ext/boost/thread/detail/config.hpp                 |  288 +-
 ext/boost/thread/detail/counter.hpp                |   93 +
 ext/boost/thread/detail/delete.hpp                 |   12 +
 ext/boost/thread/detail/invoke.hpp                 | 1351 +++++++
 ext/boost/thread/detail/is_convertible.hpp         |   48 +
 ext/boost/thread/detail/lockable_wrapper.hpp       |   45 +
 ext/boost/thread/detail/log.hpp                    |   83 +
 ext/boost/thread/detail/make_tuple_indices.hpp     |  224 ++
 ext/boost/thread/detail/move.hpp                   |   48 +-
 ext/boost/thread/detail/thread.hpp                 |  277 +-
 ext/boost/thread/detail/thread_group.hpp           |   64 +-
 ext/boost/thread/detail/thread_interruption.hpp    |    5 +-
 ext/boost/thread/exceptions.hpp                    |    2 +
 ext/boost/thread/externally_locked.hpp             |  351 ++
 ext/boost/thread/externally_locked_stream.hpp      |  170 +
 ext/boost/thread/future.hpp                        | 2972 ++++++++++++---
 ext/boost/thread/future_error_code.hpp             |   61 +
 ext/boost/thread/is_locked_by_this_thread.hpp      |   39 +
 ext/boost/thread/latch.hpp                         |  142 +
 ext/boost/thread/lock_algorithms.hpp               |  468 +++
 ext/boost/thread/lock_concepts.hpp                 |  197 +
 ext/boost/thread/lock_factories.hpp                |   78 +
 ext/boost/thread/lock_guard.hpp                    |   88 +
 ext/boost/thread/lock_options.hpp                  |   31 +
 ext/boost/thread/lock_traits.hpp                   |   45 +
 ext/boost/thread/lock_types.hpp                    | 1226 ++++++
 ext/boost/thread/lockable_adapter.hpp              |  226 ++
 ext/boost/thread/lockable_concepts.hpp             |  157 +
 ext/boost/thread/lockable_traits.hpp               |  207 +
 ext/boost/thread/locks.hpp                         | 1821 +--------
 ext/boost/thread/mutex.hpp                         |   34 +-
 ext/boost/thread/null_mutex.hpp                    |  243 ++
 ext/boost/thread/once.hpp                          |   11 +-
 ext/boost/thread/poly_lockable.hpp                 |   68 +
 ext/boost/thread/poly_lockable_adapter.hpp         |   89 +
 ext/boost/thread/poly_shared_lockable.hpp          |  135 +
 ext/boost/thread/poly_shared_lockable_adapter.hpp  |  170 +
 ext/boost/thread/pthread/condition_variable.hpp    |  100 +-
 .../thread/pthread/condition_variable_fwd.hpp      |   81 +-
 ext/boost/thread/pthread/mutex.hpp                 |  139 +-
 ext/boost/thread/pthread/once.hpp                  |  503 ++-
 ext/boost/thread/pthread/once_atomic.hpp           |  313 ++
 ext/boost/thread/pthread/recursive_mutex.hpp       |   29 +-
 ext/boost/thread/pthread/shared_mutex.hpp          |  287 +-
 ext/boost/thread/pthread/shared_mutex_assert.hpp   |  724 ++++
 ext/boost/thread/pthread/thread_data.hpp           |  103 +-
 ext/boost/thread/pthread/timespec.hpp              |  108 +-
 ext/boost/thread/recursive_mutex.hpp               |   45 +-
 ext/boost/thread/reverse_lock.hpp                  |    5 +-
 ext/boost/thread/scoped_thread.hpp                 |  285 ++
 ext/boost/thread/shared_lock_guard.hpp             |    3 +-
 ext/boost/thread/shared_mutex.hpp                  |   23 +
 ext/boost/thread/strict_lock.hpp                   |  235 ++
 ext/boost/thread/sync_bounded_queue.hpp            |  594 +++
 ext/boost/thread/sync_queue.hpp                    |  516 +++
 ext/boost/thread/synchronized_value.hpp            | 1001 +++++
 ext/boost/thread/testable_mutex.hpp                |  148 +
 ext/boost/thread/thread.hpp                        |   14 +-
 ext/boost/thread/thread_functors.hpp               |   57 +
 ext/boost/thread/thread_guard.hpp                  |   46 +
 ext/boost/thread/{thread.hpp => thread_only.hpp}   |    9 +-
 ext/boost/thread/v2/shared_mutex.hpp               | 1062 ++++++
 ext/boost/thread/v2/thread.hpp                     |   47 +-
 ext/boost/thread/xtime.hpp                         |    3 +-
 ext/boost/token_functions.hpp                      |   32 +-
 ext/boost/type_traits/add_lvalue_reference.hpp     |   26 +
 ext/boost/type_traits/add_reference.hpp            |    2 +-
 ext/boost/type_traits/add_rvalue_reference.hpp     |    8 +-
 ext/boost/type_traits/aligned_storage.hpp          |   13 +
 ext/boost/type_traits/common_type.hpp              |   23 +-
 ext/boost/type_traits/config.hpp                   |    2 +-
 ext/boost/type_traits/detail/common_type_imp.hpp   |    2 +-
 .../type_traits/detail/has_binary_operator.hpp     |    2 +-
 .../type_traits/detail/is_function_ptr_tester.hpp  |    2 +-
 ext/boost/type_traits/has_left_shift.hpp           |   49 +
 ext/boost/type_traits/has_right_shift.hpp          |   49 +
 ext/boost/type_traits/has_trivial_move_assign.hpp  |   57 +
 .../type_traits/has_trivial_move_constructor.hpp   |   57 +
 ext/boost/type_traits/intrinsics.hpp               |   20 +-
 ext/boost/type_traits/is_abstract.hpp              |    2 +-
 ext/boost/type_traits/is_array.hpp                 |    2 +-
 ext/boost/type_traits/is_const.hpp                 |    2 +-
 ext/boost/type_traits/is_convertible.hpp           |   95 +-
 ext/boost/type_traits/is_function.hpp              |    7 +-
 ext/boost/type_traits/is_integral.hpp              |    7 +-
 .../type_traits/is_nothrow_move_assignable.hpp     |   84 +
 .../type_traits/is_nothrow_move_constructible.hpp  |   84 +
 ext/boost/type_traits/is_pod.hpp                   |    4 +-
 ext/boost/type_traits/is_rvalue_reference.hpp      |    2 +-
 ext/boost/type_traits/is_volatile.hpp              |    2 +-
 .../{make_unsigned.hpp => make_signed.hpp}         |   62 +-
 ext/boost/type_traits/make_unsigned.hpp            |   16 +
 ext/boost/type_traits/remove_const.hpp             |    2 +-
 ext/boost/type_traits/remove_cv.hpp                |    2 +-
 ext/boost/type_traits/remove_reference.hpp         |    2 +-
 ext/boost/type_traits/remove_volatile.hpp          |    2 +-
 ext/boost/unordered/detail/allocate.hpp            | 1120 ++++++
 ext/boost/unordered/detail/buckets.hpp             |  876 +++++
 ext/boost/unordered/detail/equivalent.hpp          |  680 ++++
 ext/boost/unordered/detail/extract_key.hpp         |  183 +
 ext/boost/unordered/detail/fwd.hpp                 |   23 +
 ext/boost/unordered/detail/table.hpp               |  861 +++++
 ext/boost/unordered/detail/unique.hpp              |  622 +++
 ext/boost/unordered/detail/util.hpp                |  260 ++
 ext/boost/unordered/unordered_map.hpp              | 1652 ++++++++
 ext/boost/unordered/unordered_map_fwd.hpp          |   65 +
 ext/boost/unordered/unordered_set.hpp              | 1549 ++++++++
 ext/boost/unordered/unordered_set_fwd.hpp          |   63 +
 ext/boost/unordered_map.hpp                        |   18 +
 ext/boost/unordered_set.hpp                        |   18 +
 ext/boost/utility/addressof.hpp                    |    4 +-
 ext/boost/utility/result_of.hpp                    |    9 +-
 ext/boost/version.hpp                              |    4 +-
 ext/common/Account.h                               |    2 +-
 ext/common/AccountsDatabase.h                      |    2 +-
 ext/common/AgentsStarter.cpp                       |    4 +-
 ext/common/AgentsStarter.h                         |   16 +-
 ext/common/ApplicationPool2/AppTypes.cpp           |   35 +-
 ext/common/ApplicationPool2/AppTypes.h             |   28 +-
 ext/common/ApplicationPool2/Common.h               |   24 +-
 ext/common/ApplicationPool2/DirectSpawner.h        |    4 +-
 ext/common/ApplicationPool2/DummySpawner.h         |    6 +-
 ext/common/ApplicationPool2/Group.h                |   14 +-
 ext/common/ApplicationPool2/Implementation.cpp     |   63 +-
 ext/common/ApplicationPool2/Options.h              |   23 +-
 ext/common/ApplicationPool2/PipeWatcher.h          |   10 +-
 ext/common/ApplicationPool2/Pool.h                 |   46 +-
 ext/common/ApplicationPool2/Process.h              |   12 +-
 ext/common/ApplicationPool2/Session.h              |    2 +-
 ext/common/ApplicationPool2/SmartSpawner.h         |   36 +-
 ext/common/ApplicationPool2/Socket.h               |    4 +-
 ext/common/ApplicationPool2/Spawner.h              |   96 +-
 ext/common/ApplicationPool2/SpawnerFactory.h       |   14 +-
 ext/common/ApplicationPool2/SuperGroup.h           |   10 +-
 ext/common/BackgroundEventLoop.cpp                 |    8 +-
 ext/common/BackgroundEventLoop.h                   |    2 +-
 ext/common/Constants.h                             |   20 +-
 ext/common/EventedBufferedInput.h                  |   16 +-
 ext/common/{MultiLibeio.h => Exceptions.cpp}       |   72 +-
 ext/common/Exceptions.h                            |   67 +-
 ext/common/FileDescriptor.h                        |    8 +-
 ext/common/MessageClient.h                         |    2 +-
 ext/common/MessageServer.h                         |   10 +-
 ext/common/MultiLibeio.cpp                         |    6 +-
 ext/common/MultiLibeio.h                           |    4 +-
 ext/common/RandomGenerator.h                       |   22 +-
 ext/common/ResourceLocator.h                       |    9 +-
 ext/common/SafeLibev.h                             |   24 +-
 ext/common/ServerInstanceDir.h                     |   47 +-
 ext/common/UnionStation.h                          |   20 +-
 ext/common/Utils.cpp                               |   24 +-
 ext/common/Utils.h                                 |   18 +-
 ext/common/Utils/BlockingQueue.h                   |   20 +-
 ext/common/Utils/BufferedIO.h                      |    2 +-
 ext/common/Utils/CachedFileStat.hpp                |    4 +-
 ext/common/Utils/Dechunker.h                       |   14 +-
 ext/common/Utils/FileChangeChecker.h               |    2 +-
 ext/common/Utils/HashMap.h                         |   17 +-
 ext/common/Utils/IOUtils.cpp                       |   43 +-
 ext/common/Utils/IniFile.h                         |    6 +-
 ext/common/Utils/Lock.h                            |    4 +-
 ext/common/Utils/MessagePassing.h                  |   20 +-
 ext/common/Utils/ProcessMetricsCollector.h         |   36 +-
 ext/common/Utils/ScopeGuard.h                      |   10 +-
 ext/common/Utils/VariantMap.h                      |   23 +-
 ext/common/Utils/jsoncpp.cpp                       |    2 +
 ext/common/agents/HelperAgent/FileBackedPipe.h     |   52 +-
 ext/common/agents/HelperAgent/Main.cpp             |   36 +-
 ext/common/agents/HelperAgent/RequestHandler.cpp   |   16 +-
 ext/common/agents/HelperAgent/RequestHandler.h     |   68 +-
 ext/common/agents/LoggingAgent/AdminController.h   |    2 +-
 ext/common/agents/LoggingAgent/FilterSupport.h     |   24 +-
 ext/common/agents/LoggingAgent/LoggingServer.h     |   22 +-
 ext/common/agents/LoggingAgent/Main.cpp            |   18 +-
 ext/common/agents/LoggingAgent/RemoteSender.h      |    6 +-
 ext/common/agents/SpawnPreparer.cpp                |    1 +
 ext/common/agents/Watchdog/AgentWatcher.cpp        |   15 +-
 ext/common/agents/Watchdog/Main.cpp                |  247 +-
 .../agents/Watchdog/ServerInstanceDirToucher.cpp   |    2 +-
 ext/libev/Changes                                  |   57 +
 ext/libev/LICENSE                                  |    3 +-
 ext/libev/Makefile.in                              |  160 +-
 ext/libev/README                                   |   16 +-
 ext/libev/aclocal.m4                               | 2364 +++++++-----
 ext/libev/config.guess                             |  594 ++-
 ext/libev/config.sub                               |  275 +-
 ext/libev/configure                                | 2625 ++++++++-----
 ext/libev/configure.ac                             |    5 +-
 ext/libev/ev++.h                                   |   12 +-
 ext/libev/ev.c                                     |  755 ++--
 ext/libev/ev.h                                     |  206 +-
 ext/libev/ev_epoll.c                               |    2 +-
 ext/libev/ev_kqueue.c                              |   24 +-
 ext/libev/ev_vars.h                                |   31 +-
 ext/libev/ev_win32.c                               |   14 +-
 ext/libev/ev_wrap.h                                |  322 +-
 ext/libev/event.c                                  |   35 +-
 ext/libev/event.h                                  |   11 +-
 ext/libev/ltmain.sh                                | 4016 +++++++++++++-------
 ext/nginx/CacheLocationConfig.c                    |   60 +
 ext/nginx/ConfigurationCommands.c                  |   42 +-
 ext/nginx/ConfigurationCommands.c.erb              |    4 +-
 ext/nginx/ConfigurationFields.h                    |    8 +
 ext/nginx/ContentHandler.c                         |   53 +-
 ext/nginx/CreateLocationConfig.c                   |   21 +
 ext/nginx/CreateLocationConfig.c.erb               |    2 +-
 ext/nginx/MergeLocationConfig.c                    |   25 +
 ext/nginx/MergeLocationConfig.c.erb                |    2 +-
 ext/nginx/config                                   |   40 +-
 ext/oxt/dynamic_thread_group.hpp                   |   11 +-
 ext/oxt/system_calls.cpp                           |    6 +-
 ext/oxt/system_calls.hpp                           |    3 +
 ext/ruby/extconf.rb                                |    9 +
 helper-scripts/meteor-loader.rb                    |   11 +-
 helper-scripts/node-loader.js                      |  367 +-
 lib/phusion_passenger.rb                           |   32 +-
 lib/phusion_passenger/abstract_installer.rb        |  113 +-
 lib/phusion_passenger/admin_tools/memory_stats.rb  |   19 +-
 lib/phusion_passenger/apache2/config_options.rb    |   32 +-
 lib/phusion_passenger/common_library.rb            |    8 +-
 lib/phusion_passenger/console_text_template.rb     |    6 +-
 lib/phusion_passenger/constants.rb                 |   12 +-
 lib/phusion_passenger/loader_shared_helpers.rb     |   11 +-
 lib/phusion_passenger/nginx/config_options.rb      |   20 +-
 lib/phusion_passenger/packaging.rb                 |    3 +
 lib/phusion_passenger/platform_info.rb             |    2 +-
 lib/phusion_passenger/platform_info/apache.rb      |   49 +-
 .../platform_info/apache_detector.rb               |   59 +-
 lib/phusion_passenger/platform_info/compiler.rb    |  199 +-
 .../platform_info/cxx_portability.rb               |  210 +-
 lib/phusion_passenger/platform_info/depcheck.rb    |   24 +-
 .../platform_info/depcheck_specs/apache2.rb        |    6 +-
 .../depcheck_specs/compiler_toolchain.rb           |    8 +-
 .../platform_info/depcheck_specs/ruby.rb           |   11 +-
 lib/phusion_passenger/platform_info/linux.rb       |    3 +-
 .../platform_info/operating_system.rb              |    4 +-
 lib/phusion_passenger/platform_info/ruby.rb        |   45 +-
 lib/phusion_passenger/standalone/app_finder.rb     |   90 +-
 lib/phusion_passenger/standalone/command.rb        |    2 +-
 .../standalone/runtime_installer.rb                |    8 +-
 lib/phusion_passenger/standalone/start_command.rb  |   42 +-
 lib/phusion_passenger/utils/ansi_colors.rb         |    9 +
 lib/phusion_passenger/utils/hosts_file_parser.rb   |    6 +-
 lib/phusion_passenger/utils/tmpdir.rb              |    1 -
 node_lib/phusion_passenger/httplib_emulation.js    |  141 +
 node_lib/phusion_passenger/line_reader.js          |  154 +
 .../phusion_passenger/request_handler.js           |   71 +-
 .../phusion_passenger/session_protocol_parser.js   |  113 +
 .../templates/apache2/deployment_example.txt.erb   |    3 +-
 .../installing_against_a_different_apache.txt.erb  |   14 +
 .../multiple_apache_installations_detected.txt.erb |   15 +
 ...r_compilation_and_installation_problems.txt.erb |    9 +-
 .../general_error_with_html.html.template          |    2 +-
 .../gem_install_permission_problems.txt.erb        |   17 +
 .../low_amount_of_memory_warning.txt.erb           |   10 +-
 .../installer_common/run_installer_as_root.txt.erb |    5 +-
 .../world_inaccessible_directories.txt.erb         |   16 +
 .../templates/nginx/deployment_example.txt.erb     |    3 +-
 ...r_compilation_and_installation_problems.txt.erb |    9 +-
 resources/templates/standalone/config.erb          |   12 +-
 test/cxx/ApplicationPool2/DirectSpawnerTest.cpp    |    6 +-
 test/cxx/ApplicationPool2/PoolTest.cpp             |   26 +-
 test/cxx/ApplicationPool2/ProcessTest.cpp          |   10 +-
 test/cxx/ApplicationPool2/SmartSpawnerTest.cpp     |   10 +-
 test/cxx/ApplicationPool2/SpawnerTestCases.cpp     |    2 +-
 test/cxx/DechunkerTest.cpp                         |   34 +
 test/cxx/EventedBufferedInputTest.cpp              |   12 +-
 test/cxx/FileBackedPipeTest.cpp                    |    2 +-
 test/cxx/MessagePassingTest.cpp                    |    2 +-
 test/cxx/MessageServerTest.cpp                     |    8 +-
 test/cxx/ProcessMetricsCollectorTest.cpp           |    8 +-
 test/cxx/RequestHandlerTest.cpp                    |   41 +-
 test/cxx/UnionStationTest.cpp                      |    4 +-
 test/integration_tests/native_packaging_spec.rb    |   18 +-
 test/node/line_reader_spec.js                      |  338 ++
 test/node/spec_helper.js                           |   27 +
 test/ruby/standalone/runtime_installer_spec.rb     |    3 +-
 test/stub/wsgi/passenger_wsgi.py                   |   16 +
 525 files changed, 59318 insertions(+), 21733 deletions(-)

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



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