[DRE-commits] [ruby-passenger] 01/11: Merge tag 'upstream/4.0.35'
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jan 16 16:24:01 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-passenger.
commit 4f9209171221cf0b86f0916775846975993ce7f2
Merge: 519ad8e adf3c5b
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jan 16 12:25:44 2014 +0100
Merge tag 'upstream/4.0.35'
Upstream version 4.0.35
# gpg: Signature faite le jeu. 16 janv. 2014 12:25:44 CET avec la clef RSA d'identifiant 8F9F8F09
# gpg: Bonne signature de « Cédric Boutillier <boutil at debian.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at upmc.fr> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at polytechnique.org> »
# gpg: alias « Cédric Boutillier <cedric.boutillier at gmail.com> »
.gitignore | 1 +
.travis.yml | 2 +-
NEWS | 174 +-
bin/passenger | 13 +-
bin/passenger-config | 135 +-
bin/passenger-install-apache2-module | 681 ++++-
bin/passenger-install-nginx-module | 139 +-
bin/passenger-memory-stats | 16 +-
bin/passenger-status | 26 +-
build/agents.rb | 20 +-
build/apache2.rb | 19 +-
build/basics.rb | 48 +-
build/common_library.rb | 8 +-
build/cplusplus_support.rb | 8 +-
build/cxx_tests.rb | 10 +-
build/debian.rb | 3 +-
build/documentation.rb | 40 +-
build/integration_tests.rb | 77 +-
build/misc.rb | 22 +-
build/oxt_tests.rb | 11 +-
build/packaging.rb | 283 +-
build/preprocessor.rb | 10 +
build/rpm.rb | 161 +-
build/ruby_tests.rb | 7 +-
build/test_basics.rb | 12 +-
debian.template/locations.ini.template | 1 +
debian.template/passenger.conf | 2 +
debian.template/passenger.install.template | 2 +-
debian.template/passenger.load | 2 +
debian.template/repack.sh | 42 -
debian.template/rules.template | 14 +-
debian.template/watch | 3 -
dev/copy_boost_headers.rb | 13 +-
dev/install_scripts_bootstrap_code.rb | 46 +
dev/run_travis.sh | 7 +-
dev/runner | 27 +
dev/test_rpm_packaging.sh | 28 +
doc/Architectural overview.html | 1 +
doc/Packaging.html | 15 +-
doc/Packaging.txt.md | 15 +-
doc/Security of user switching support.html | 1 +
doc/Users guide Apache.html | 1035 ++++---
doc/Users guide Apache.idmap.txt | 318 ++-
doc/Users guide Apache.txt | 112 +-
doc/Users guide Nginx.html | 1321 +++++----
doc/Users guide Nginx.idmap.txt | 272 +-
doc/Users guide Nginx.txt | 331 ++-
doc/Users guide Standalone.html | 88 +-
doc/Users guide Standalone.txt | 14 +-
doc/Users guide.html | 1 +
doc/users_guide_snippets/environment_variables.txt | 6 +-
doc/users_guide_snippets/installation.txt | 32 +-
doc/users_guide_snippets/tips.txt | 124 +-
ext/apache2/Configuration.cpp | 23 -
ext/apache2/Configuration.hpp | 17 -
ext/apache2/ConfigurationCommands.cpp | 62 +
ext/apache2/ConfigurationCommands.cpp.erb | 13 +
ext/apache2/ConfigurationFields.hpp | 10 +
ext/apache2/ConfigurationSetters.cpp | 59 +
ext/apache2/CreateDirConfig.cpp | 5 +
ext/apache2/DirectoryMapper.h | 21 +-
ext/apache2/Hooks.cpp | 67 +-
ext/apache2/MergeDirConfig.cpp | 35 +
ext/apache2/SetHeaders.cpp | 14 +-
ext/boost/cregex.hpp | 39 +
ext/boost/libs/regex/src/c_regex_traits.cpp | 193 ++
ext/boost/libs/regex/src/cpp_regex_traits.cpp | 117 +
ext/boost/libs/regex/src/cregex.cpp | 660 +++++
ext/boost/libs/regex/src/instances.cpp | 32 +
ext/boost/libs/regex/src/internals.hpp | 35 +
ext/boost/libs/regex/src/posix_api.cpp | 296 ++
ext/boost/libs/regex/src/regex.cpp | 227 ++
ext/boost/libs/regex/src/regex_debug.cpp | 59 +
ext/boost/libs/regex/src/regex_raw_buffer.cpp | 72 +
ext/boost/libs/regex/src/regex_traits_defaults.cpp | 692 +++++
ext/boost/libs/regex/src/static_mutex.cpp | 179 ++
ext/boost/libs/regex/src/wc_regex_traits.cpp | 301 ++
ext/boost/libs/regex/src/wide_posix_api.cpp | 315 +++
ext/boost/libs/regex/src/winstances.cpp | 35 +
ext/boost/regex.h | 100 +
ext/boost/regex.hpp | 37 +
ext/boost/regex/concepts.hpp | 1128 ++++++++
ext/boost/regex/config.hpp | 435 +++
ext/boost/regex/config/borland.hpp | 72 +
ext/boost/regex/config/cwchar.hpp | 207 ++
ext/boost/regex/mfc.hpp | 190 ++
ext/boost/regex/pattern_except.hpp | 100 +
ext/boost/regex/pending/object_cache.hpp | 165 ++
ext/boost/regex/pending/static_mutex.hpp | 179 ++
ext/boost/regex/pending/unicode_iterator.hpp | 776 ++++++
ext/boost/regex/regex_traits.hpp | 35 +
ext/boost/regex/user.hpp | 93 +
ext/boost/regex/v4/basic_regex.hpp | 782 ++++++
ext/boost/regex/v4/basic_regex_creator.hpp | 1571 +++++++++++
ext/boost/regex/v4/basic_regex_parser.hpp | 2874 ++++++++++++++++++++
ext/boost/regex/v4/c_regex_traits.hpp | 211 ++
ext/boost/regex/v4/char_regex_traits.hpp | 81 +
ext/boost/regex/v4/cpp_regex_traits.hpp | 1099 ++++++++
ext/boost/regex/v4/cregex.hpp | 330 +++
ext/boost/regex/v4/error_type.hpp | 59 +
ext/boost/regex/v4/fileiter.hpp | 455 ++++
ext/boost/regex/v4/instances.hpp | 222 ++
ext/boost/regex/v4/iterator_category.hpp | 91 +
ext/boost/regex/v4/iterator_traits.hpp | 135 +
ext/boost/regex/v4/match_flags.hpp | 138 +
ext/boost/regex/v4/match_results.hpp | 702 +++++
ext/boost/regex/v4/mem_block_cache.hpp | 99 +
ext/boost/regex/v4/perl_matcher.hpp | 587 ++++
ext/boost/regex/v4/perl_matcher_common.hpp | 996 +++++++
ext/boost/regex/v4/perl_matcher_non_recursive.hpp | 1642 +++++++++++
ext/boost/regex/v4/perl_matcher_recursive.hpp | 991 +++++++
ext/boost/regex/v4/primary_transform.hpp | 146 +
ext/boost/regex/v4/protected_call.hpp | 81 +
ext/boost/regex/v4/regbase.hpp | 180 ++
ext/boost/regex/v4/regex.hpp | 202 ++
ext/boost/regex/v4/regex_format.hpp | 1156 ++++++++
ext/boost/regex/v4/regex_fwd.hpp | 73 +
ext/boost/regex/v4/regex_grep.hpp | 155 ++
ext/boost/regex/v4/regex_iterator.hpp | 201 ++
ext/boost/regex/v4/regex_match.hpp | 382 +++
ext/boost/regex/v4/regex_merge.hpp | 93 +
ext/boost/regex/v4/regex_raw_buffer.hpp | 210 ++
ext/boost/regex/v4/regex_replace.hpp | 99 +
ext/boost/regex/v4/regex_search.hpp | 217 ++
ext/boost/regex/v4/regex_split.hpp | 172 ++
ext/boost/regex/v4/regex_token_iterator.hpp | 342 +++
ext/boost/regex/v4/regex_traits.hpp | 189 ++
ext/boost/regex/v4/regex_traits_defaults.hpp | 371 +++
ext/boost/regex/v4/regex_workaround.hpp | 232 ++
ext/boost/regex/v4/states.hpp | 301 ++
ext/boost/regex/v4/sub_match.hpp | 512 ++++
ext/boost/regex/v4/syntax_type.hpp | 105 +
ext/boost/regex/v4/u32regex_iterator.hpp | 193 ++
ext/boost/regex/v4/u32regex_token_iterator.hpp | 377 +++
ext/boost/regex/v4/w32_regex_traits.hpp | 741 +++++
ext/boost/regex_fwd.hpp | 33 +
ext/common/Account.h | 11 +-
ext/common/AgentsStarter.h | 13 +-
ext/common/ApplicationPool2/Common.h | 80 +-
ext/common/ApplicationPool2/DirectSpawner.h | 6 +-
ext/common/ApplicationPool2/Group.h | 642 +++--
ext/common/ApplicationPool2/Implementation.cpp | 165 +-
ext/common/ApplicationPool2/Options.h | 63 +-
ext/common/ApplicationPool2/PipeWatcher.h | 3 +-
ext/common/ApplicationPool2/Pool.h | 206 +-
ext/common/ApplicationPool2/Process.h | 48 +-
ext/common/ApplicationPool2/Session.h | 1 +
ext/common/ApplicationPool2/SmartSpawner.h | 15 +-
ext/common/ApplicationPool2/Socket.h | 8 +-
ext/common/ApplicationPool2/Spawner.h | 27 +-
ext/common/ApplicationPool2/SuperGroup.h | 56 +-
ext/common/Constants.h | 22 +-
ext/common/Hooks.h | 193 ++
ext/common/Logging.cpp | 69 +-
ext/common/Logging.h | 24 +-
ext/common/MessageServer.h | 22 +
ext/common/Utils.cpp | 27 +-
ext/common/Utils.h | 46 +-
ext/common/Utils/CachedFileStat.hpp | 2 +-
ext/common/Utils/StrIntUtils.h | 76 +-
ext/common/Utils/StringMap.h | 4 +
ext/common/Utils/Timer.h | 16 +-
ext/common/Utils/VariantMap.h | 2 +-
ext/common/Utils/utf8/checked.h | 0
ext/common/Utils/utf8/core.h | 0
ext/common/Utils/utf8/unchecked.h | 0
ext/common/agents/Base.cpp | 94 +-
ext/common/agents/HelperAgent/AgentOptions.h | 12 +-
ext/common/agents/HelperAgent/Main.cpp | 53 +-
ext/common/agents/HelperAgent/RequestHandler.h | 84 +-
ext/common/agents/LoggingAgent/FilterSupport.h | 18 +-
ext/common/agents/TempDirToucher.c | 15 +-
ext/common/agents/Watchdog/AgentWatcher.cpp | 20 +
ext/common/agents/Watchdog/Main.cpp | 100 +-
ext/nginx/CacheLocationConfig.c | 36 +-
ext/nginx/Configuration.c | 12 -
ext/nginx/Configuration.h | 1 -
ext/nginx/ConfigurationCommands.c | 20 +
ext/nginx/ConfigurationFields.h | 4 +
ext/nginx/ContentHandler.c | 60 +-
ext/nginx/CreateLocationConfig.c | 9 +
ext/nginx/MergeLocationConfig.c | 12 +
ext/nginx/config | 19 +-
ext/oxt/system_calls.cpp | 8 +-
ext/oxt/system_calls.hpp | 14 +-
ext/ruby/passenger_native_support.c | 75 +-
helper-scripts/classic-rails-loader.rb | 31 +-
helper-scripts/classic-rails-preloader.rb | 35 +-
helper-scripts/download_binaries/extconf.rb | 70 +-
helper-scripts/meteor-loader.rb | 1 -
helper-scripts/node-loader.js | 17 +-
helper-scripts/prespawn | 8 +-
helper-scripts/rack-loader.rb | 59 +-
helper-scripts/rack-preloader.rb | 40 +-
lib/phusion_passenger.rb | 78 +-
lib/phusion_passenger/abstract_installer.rb | 59 +-
.../active_support3_extensions/init.rb | 2 +-
lib/phusion_passenger/admin_tools/memory_stats.rb | 6 +-
.../admin_tools/server_instance.rb | 10 +-
lib/phusion_passenger/analytics_logger.rb | 13 +-
lib/phusion_passenger/apache2/config_options.rb | 45 +
.../classic_rails/thread_handler_extension.rb | 2 +-
lib/phusion_passenger/common_library.rb | 12 +-
lib/phusion_passenger/config/about_command.rb | 204 ++
.../command.rb} | 39 +-
lib/phusion_passenger/config/main.rb | 126 +
.../config/restart_app_command.rb | 146 +
lib/phusion_passenger/config/utils.rb | 108 +
.../config/validate_install_command.rb | 231 ++
lib/phusion_passenger/console_text_template.rb | 3 +-
lib/phusion_passenger/constants.rb | 12 +-
lib/phusion_passenger/loader_shared_helpers.rb | 167 +-
lib/phusion_passenger/message_client.rb | 19 +-
lib/phusion_passenger/native_support.rb | 240 +-
lib/phusion_passenger/nginx/config_options.rb | 19 +-
lib/phusion_passenger/packaging.rb | 1 +
lib/phusion_passenger/platform_info.rb | 9 +-
lib/phusion_passenger/platform_info/apache.rb | 304 ++-
.../platform_info/apache_detector.rb | 68 +-
.../platform_info/binary_compatibility.rb | 6 +-
lib/phusion_passenger/platform_info/compiler.rb | 50 +-
lib/phusion_passenger/platform_info/curl.rb | 2 +-
.../platform_info/cxx_portability.rb | 48 +-
lib/phusion_passenger/platform_info/depcheck.rb | 12 +-
.../platform_info/depcheck_specs/apache2.rb | 8 +-
.../depcheck_specs/compiler_toolchain.rb | 8 +-
.../platform_info/depcheck_specs/libs.rb | 2 +-
.../platform_info/depcheck_specs/ruby.rb | 2 +-
lib/phusion_passenger/platform_info/linux.rb | 7 +-
.../platform_info/operating_system.rb | 30 +-
lib/phusion_passenger/platform_info/ruby.rb | 18 +-
lib/phusion_passenger/platform_info/zlib.rb | 2 +-
lib/phusion_passenger/plugin.rb | 1 -
lib/phusion_passenger/preloader_shared_helpers.rb | 5 +-
lib/phusion_passenger/public_api.rb | 2 +-
.../rack/thread_handler_extension.rb | 2 +-
lib/phusion_passenger/request_handler.rb | 20 +-
.../request_handler/thread_handler.rb | 33 +-
lib/phusion_passenger/ruby_core_enhancements.rb | 2 +-
lib/phusion_passenger/standalone/app_finder.rb | 4 +-
lib/phusion_passenger/standalone/command.rb | 18 +-
lib/phusion_passenger/standalone/help_command.rb | 2 +-
lib/phusion_passenger/standalone/main.rb | 6 +-
.../standalone/package_runtime_command.rb | 4 +-
.../standalone/runtime_installer.rb | 214 +-
.../standalone/runtime_locator.rb | 12 +-
lib/phusion_passenger/standalone/start_command.rb | 31 +-
lib/phusion_passenger/standalone/status_command.rb | 2 +-
lib/phusion_passenger/standalone/stop_command.rb | 2 +-
lib/phusion_passenger/standalone/utils.rb | 2 +-
.../standalone/version_command.rb | 5 +-
lib/phusion_passenger/utils.rb | 24 +-
lib/phusion_passenger/utils/ansi_colors.rb | 8 +-
lib/phusion_passenger/utils/download.rb | 226 ++
lib/phusion_passenger/utils/file_system_watcher.rb | 2 +-
lib/phusion_passenger/utils/hosts_file_parser.rb | 2 +-
.../native_support_utils.rb} | 59 +-
lib/phusion_passenger/utils/tee_input.rb | 2 +-
.../utils/terminal_choice_menu.rb | 223 ++
lib/phusion_passenger/utils/unseekable_socket.rb | 2 +-
node_lib/phusion_passenger/httplib_emulation.js | 102 +-
node_lib/phusion_passenger/request_handler.js | 12 +-
.../apache2/apache_install_broken.txt.erb | 20 +
.../templates/apache2/config_snippets.txt.erb | 11 +-
.../templates/apache2/deployment_example.txt.erb | 4 +-
.../no_write_permission_to_passenger_root.txt.erb | 9 -
.../apache2/notify_apache_module_installed.txt.erb | 3 +
.../present_choice_for_no_update_config.txt.erb | 5 +
.../cannot_access_files_as_root.txt.erb | 15 +
.../installer_common/run_installer_as_root.txt.erb | 9 +-
resources/templates/nginx/config_snippets.txt.erb | 2 +-
.../templates/nginx/deployment_example.txt.erb | 4 +-
.../nginx_module_sources_not_available.txt.erb | 16 +-
.../nginx/other_nginx_installations_exist.txt.erb | 17 +
resources/templates/standalone/config.erb | 23 +-
resources/templates/standalone/welcome.txt.erb | 8 -
rpm/README.rdoc | 117 -
rpm/Vagrantfile | 33 +
rpm/apache-passenger.conf.in | 26 +
rpm/config.json | 30 +
rpm/config/apache-passenger.conf.in | 19 -
rpm/config/nginx-passenger.conf.in | 10 -
rpm/config/rubygem-passenger.te | 10 -
rpm/doc/README.nginx-alternatives | 5 -
rpm/doc/example_yum_repository_htaccess | 5 -
rpm/doc/footer.shtml | 12 -
rpm/doc/header.shtml | 156 --
rpm/get_distro_id.py | 4 +
rpm/nginx-alternatives.spec | 97 -
rpm/passenger-release.spec | 91 -
rpm/passenger.logrotate | 7 +
rpm/passenger.spec | 667 -----
rpm/passenger.spec.template | 456 ++++
rpm/passenger_dynamic_thread_group.patch | 16 +
rpm/passenger_tests_default_config_example.patch | 44 +
rpm/patches/passenger-force-native.patch | 63 -
rpm/release/RPM-GPG-KEY-stealthymonkeys | 33 -
rpm/release/build-release.sh | 35 -
rpm/release/build.rb | 301 --
rpm/release/create-mirrors.sh | 16 -
rpm/release/mirrors | 1 -
rpm/release/mock-repo/comps.xml | 21 -
.../rubygem-daemon_controller-0.2.5-1.noarch.rpm | Bin 72641 -> 0 bytes
.../mock-repo/rubygem-file-tail-1.0.5-1.noarch.rpm | Bin 60450 -> 0 bytes
.../mock-repo/rubygem-spruz-0.2.2-1.noarch.rpm | Bin 115910 -> 0 bytes
rpm/release/mocksetup-first.sh | 102 -
rpm/release/mocksetup.sh | 67 -
...gem-passenger-4.0.18-GLIBC_HAVE_LONG_LONG.patch | 21 +
...-passenger-4.0.18-gcc47-include-sys_types.patch | 45 +
test/config.json.rpm-automation | 15 +
test/cxx/ApplicationPool2/DirectSpawnerTest.cpp | 4 +-
test/cxx/ApplicationPool2/PoolTest.cpp | 328 ++-
test/cxx/ApplicationPool2/ProcessTest.cpp | 12 +-
test/cxx/ApplicationPool2/SmartSpawnerTest.cpp | 8 +-
test/cxx/CachedFileStatTest.cpp | 10 +-
test/cxx/MessagePassingTest.cpp | 2 +-
test/cxx/RequestHandlerTest.cpp | 61 +-
test/cxx/UtilsTest.cpp | 30 +
test/integration_tests/apache2_tests.rb | 405 ++-
test/integration_tests/cgi_environment_spec.rb | 36 -
.../integration_tests/downloaded_binaries_tests.rb | 94 +-
test/integration_tests/hello_world_rack_spec.rb | 43 -
test/integration_tests/hello_world_wsgi_spec.rb | 41 -
test/integration_tests/mycook_spec.rb | 166 --
test/integration_tests/native_packaging_spec.rb | 194 +-
test/integration_tests/nginx_tests.rb | 194 +-
.../shared/example_webapp_tests.rb | 246 ++
test/integration_tests/source_packaging_test.rb | 3 +-
test/integration_tests/standalone_tests.rb | 46 +-
test/node/httplib_emulation_spec.js | 491 ++++
test/node/spec_helper.js | 25 +
test/ruby/admin_tools_spec.rb | 8 +-
test/ruby/analytics_logger_spec.rb | 86 +-
test/ruby/debug_logging_spec.rb | 4 +-
test/ruby/message_channel_spec.rb | 2 +-
test/ruby/request_handler_spec.rb | 235 +-
test/ruby/shared/loader_sharedspec.rb | 10 +-
.../analytics_logging_extensions_sharedspec.rb | 4 +-
test/ruby/spec_helper.rb | 8 +-
test/ruby/standalone/runtime_installer_spec.rb | 140 +-
test/ruby/standalone/runtime_locator_spec.rb | 8 +-
test/ruby/utils/file_system_watcher_spec.rb | 2 +-
test/ruby/utils/hosts_file_parser.rb | 2 +-
test/ruby/utils/unseekable_socket_spec.rb | 2 +-
test/ruby/utils_spec.rb | 10 +-
test/stub/apache2/httpd.conf.erb | 5 +
test/stub/index.html | 1 +
test/stub/rack/config.ru | 113 +-
.../empty/app/models => rack/public}/.gitignore | 0
test/stub/rack/public/rack.jpg | Bin 22075 -> 0 bytes
.../1.2/empty => rails2.3-mycook}/Rakefile | 0
.../app/controllers/application_controller.rb | 0
.../app/controllers/recipes_controller.rb | 0
.../app/controllers/uploads_controller.rb | 0
.../app/controllers/welcome_controller.rb | 0
.../app/helpers/application_helper.rb | 0
.../app/helpers/recipes_helper.rb | 0
.../app/helpers/test_helper.rb | 0
.../app/helpers/uploads_helper.rb | 0
.../app/helpers/welcome_helper.rb | 0
.../app/views/layouts/default.rhtml | 0
.../app/views/recipes/create.rhtml | 0
.../app/views/recipes/index.rhtml | 0
.../app/views/recipes/new.rhtml | 0
.../app/views/uploads/index.rhtml | 0
.../app/views/uploads/new.html.erb | 0
.../app/views/welcome/cached.rhtml | 0
.../app/views/welcome/index.rhtml | 0
.../2.3/mycook => rails2.3-mycook}/config/boot.rb | 0
.../mycook => rails2.3-mycook}/config/database.yml | 0
.../config/environment.rb | 0
.../config/environments/development.rb | 0
.../config/environments/production.rb | 0
.../config/initializers/inflections.rb | 0
.../config/initializers/mime_types.rb | 0
.../mycook => rails2.3-mycook}/config/routes.rb | 0
.../2.3/mycook => rails2.3-mycook}/log/useless.txt | 0
.../mycook => rails2.3-mycook}/public/.htaccess | 0
.../1.2/empty => rails2.3-mycook}/public/404.html | 0
.../2.0/empty => rails2.3-mycook}/public/422.html | 0
.../2.0/empty => rails2.3-mycook}/public/500.html | 0
.../mycook => rails2.3-mycook}/public/dispatch.cgi | 0
.../public/dispatch.fcgi | 0
.../mycook => rails2.3-mycook}/public/dispatch.rb | 0
.../empty => rails2.3-mycook}/public/favicon.ico | 0
.../public/images/angrywizard.gif | Bin
.../public/images/cookbook.gif | Bin
.../public/images/header.png | Bin
.../public/images/rails.png | Bin
.../empty => rails2.3-mycook}/public/robots.txt | 0
.../mycook => rails2.3-mycook}/public/uploads.html | 0
.../public/uploads}/.gitignore | 0
.../public/welcome/cached.html | 0
.../2.0/empty => rails2.3-mycook}/script/about | 0
.../2.0/empty => rails2.3-mycook}/script/console | 0
.../2.2/empty => rails2.3-mycook}/script/dbconsole | 0
.../2.0/empty => rails2.3-mycook}/script/destroy | 0
.../2.0/empty => rails2.3-mycook}/script/generate | 0
.../script/performance/benchmarker | 0
.../script/performance/profiler | 0
.../script/performance/request | 0
.../2.0/empty => rails2.3-mycook}/script/plugin | 0
.../script/process/inspector | 0
.../script/process/reaper | 0
.../script/process/spawner | 0
.../2.0/empty => rails2.3-mycook}/script/runner | 0
.../2.0/empty => rails2.3-mycook}/script/server | 0
.../sites/some.site/public/uploads.html | 0
.../sites/some.site/public/welcome/cached.html | 0
.../tmp/cache/useless.txt | 0
.../tmp/pids/useless.txt | 0
.../tmp/sessions/useless.txt | 0
.../tmp/sockets/useless.txt | 0
.../rails2.3/app/controllers/foo_controller.rb | 2 +-
test/stub/rails2.3/config/routes.rb | 3 +-
test/stub/rails_apps/1.2/empty/.gitignore | 3 -
.../1.2/empty/app/controllers/application.rb | 7 -
test/stub/rails_apps/1.2/empty/config/boot.rb | 108 -
test/stub/rails_apps/1.2/empty/config/database.yml | 31 -
.../rails_apps/1.2/empty/config/environment.rb | 66 -
.../1.2/empty/config/environments/development.rb | 21 -
.../1.2/empty/config/environments/production.rb | 18 -
.../1.2/empty/config/environments/staging.rb | 18 -
.../1.2/empty/config/environments/test.rb | 19 -
test/stub/rails_apps/1.2/empty/config/routes.rb | 23 -
test/stub/rails_apps/1.2/empty/doc/README_FOR_APP | 2 -
test/stub/rails_apps/1.2/empty/public/.htaccess | 40 -
test/stub/rails_apps/1.2/empty/public/500.html | 30 -
test/stub/rails_apps/1.2/empty/public/dispatch.cgi | 10 -
.../stub/rails_apps/1.2/empty/public/dispatch.fcgi | 24 -
test/stub/rails_apps/1.2/empty/public/dispatch.rb | 10 -
test/stub/rails_apps/1.2/empty/public/robots.txt | 1 -
test/stub/rails_apps/1.2/empty/script/about | 3 -
test/stub/rails_apps/1.2/empty/script/breakpointer | 3 -
test/stub/rails_apps/1.2/empty/script/console | 3 -
test/stub/rails_apps/1.2/empty/script/destroy | 3 -
test/stub/rails_apps/1.2/empty/script/generate | 3 -
test/stub/rails_apps/1.2/empty/script/plugin | 3 -
test/stub/rails_apps/1.2/empty/script/runner | 3 -
test/stub/rails_apps/1.2/empty/script/server | 3 -
test/stub/rails_apps/1.2/empty/test/test_helper.rb | 28 -
test/stub/rails_apps/2.0/empty/.gitignore | 3 -
test/stub/rails_apps/2.0/empty/Rakefile | 10 -
.../2.0/empty/app/controllers/application.rb | 10 -
.../2.0/empty/app/helpers/application_helper.rb | 3 -
.../rails_apps/2.0/empty/app/models/.gitignore | 0
test/stub/rails_apps/2.0/empty/config/boot.rb | 108 -
test/stub/rails_apps/2.0/empty/config/database.yml | 31 -
.../rails_apps/2.0/empty/config/environment.rb | 59 -
.../2.0/empty/config/environments/production.rb | 18 -
.../2.0/empty/config/environments/staging.rb | 18 -
.../2.0/empty/config/environments/test.rb | 22 -
test/stub/rails_apps/2.0/empty/config/routes.rb | 35 -
test/stub/rails_apps/2.0/empty/db/.gitignore | 0
test/stub/rails_apps/2.0/empty/doc/README_FOR_APP | 2 -
test/stub/rails_apps/2.0/empty/public/.htaccess | 40 -
test/stub/rails_apps/2.0/empty/public/404.html | 30 -
test/stub/rails_apps/2.0/empty/public/dispatch.cgi | 10 -
.../stub/rails_apps/2.0/empty/public/dispatch.fcgi | 24 -
test/stub/rails_apps/2.0/empty/public/dispatch.rb | 10 -
test/stub/rails_apps/2.0/empty/public/favicon.ico | 0
.../rails_apps/2.0/empty/public/images/rails.png | Bin 1787 -> 0 bytes
.../2.0/empty/public/stylesheets/.gitignore | 0
.../2.0/empty/script/performance/benchmarker | 3 -
.../2.0/empty/script/performance/profiler | 3 -
.../rails_apps/2.0/empty/script/process/inspector | 3 -
.../rails_apps/2.0/empty/script/process/reaper | 3 -
.../rails_apps/2.0/empty/script/process/spawner | 3 -
test/stub/rails_apps/2.0/empty/test/test_helper.rb | 38 -
test/stub/rails_apps/2.2/empty/.gitignore | 3 -
test/stub/rails_apps/2.2/empty/Rakefile | 10 -
.../2.2/empty/app/controllers/application.rb | 15 -
.../2.2/empty/app/helpers/application_helper.rb | 3 -
.../rails_apps/2.2/empty/app/models/.gitignore | 0
test/stub/rails_apps/2.2/empty/config/boot.rb | 109 -
test/stub/rails_apps/2.2/empty/config/database.yml | 31 -
.../rails_apps/2.2/empty/config/environment.rb | 75 -
.../2.2/empty/config/environments/development.rb | 17 -
.../2.2/empty/config/environments/production.rb | 24 -
.../2.2/empty/config/environments/staging.rb | 24 -
.../2.2/empty/config/environments/test.rb | 22 -
.../2.2/empty/config/initializers/inflections.rb | 10 -
.../2.2/empty/config/initializers/mime_types.rb | 5 -
.../config/initializers/new_rails_defaults.rb | 17 -
.../rails_apps/2.2/empty/config/locales/en.yml | 5 -
test/stub/rails_apps/2.2/empty/config/routes.rb | 43 -
test/stub/rails_apps/2.2/empty/db/.gitignore | 0
test/stub/rails_apps/2.2/empty/doc/README_FOR_APP | 5 -
test/stub/rails_apps/2.2/empty/public/404.html | 30 -
test/stub/rails_apps/2.2/empty/public/422.html | 30 -
test/stub/rails_apps/2.2/empty/public/500.html | 33 -
test/stub/rails_apps/2.2/empty/public/dispatch.cgi | 10 -
.../stub/rails_apps/2.2/empty/public/dispatch.fcgi | 24 -
test/stub/rails_apps/2.2/empty/public/dispatch.rb | 10 -
test/stub/rails_apps/2.2/empty/public/favicon.ico | 0
.../rails_apps/2.2/empty/public/images/rails.png | Bin 6646 -> 0 bytes
test/stub/rails_apps/2.2/empty/public/robots.txt | 5 -
.../2.2/empty/public/stylesheets/.gitignore | 0
test/stub/rails_apps/2.2/empty/script/about | 4 -
test/stub/rails_apps/2.2/empty/script/console | 3 -
test/stub/rails_apps/2.2/empty/script/destroy | 3 -
test/stub/rails_apps/2.2/empty/script/generate | 3 -
.../2.2/empty/script/performance/benchmarker | 3 -
.../2.2/empty/script/performance/profiler | 3 -
.../2.2/empty/script/performance/request | 3 -
test/stub/rails_apps/2.2/empty/script/plugin | 3 -
.../rails_apps/2.2/empty/script/process/inspector | 3 -
.../rails_apps/2.2/empty/script/process/reaper | 3 -
.../rails_apps/2.2/empty/script/process/spawner | 3 -
test/stub/rails_apps/2.2/empty/script/runner | 3 -
test/stub/rails_apps/2.2/empty/script/server | 3 -
.../2.2/empty/test/performance/browsing_test.rb | 9 -
test/stub/rails_apps/2.2/empty/test/test_helper.rb | 38 -
test/stub/rails_apps/2.3/empty/.gitignore | 3 -
test/stub/rails_apps/2.3/empty/Rakefile | 10 -
.../app/controllers/application_controller.rb | 10 -
.../2.3/empty/app/helpers/application_helper.rb | 3 -
.../rails_apps/2.3/empty/app/models/.gitignore | 0
test/stub/rails_apps/2.3/empty/config/boot.rb | 110 -
test/stub/rails_apps/2.3/empty/config/database.yml | 31 -
.../rails_apps/2.3/empty/config/environment.rb | 41 -
.../2.3/empty/config/environments/development.rb | 17 -
.../2.3/empty/config/environments/production.rb | 28 -
.../2.3/empty/config/environments/staging.rb | 28 -
.../2.3/empty/config/environments/test.rb | 28 -
.../config/initializers/backtrace_silencers.rb | 7 -
.../2.3/empty/config/initializers/inflections.rb | 10 -
.../2.3/empty/config/initializers/mime_types.rb | 5 -
.../config/initializers/new_rails_defaults.rb | 21 -
.../2.3/empty/config/initializers/session_store.rb | 15 -
.../rails_apps/2.3/empty/config/locales/en.yml | 5 -
test/stub/rails_apps/2.3/empty/config/routes.rb | 43 -
test/stub/rails_apps/2.3/empty/db/.gitignore | 0
test/stub/rails_apps/2.3/empty/db/seeds.rb | 7 -
test/stub/rails_apps/2.3/empty/doc/README_FOR_APP | 2 -
test/stub/rails_apps/2.3/empty/public/404.html | 30 -
test/stub/rails_apps/2.3/empty/public/422.html | 30 -
test/stub/rails_apps/2.3/empty/public/500.html | 30 -
test/stub/rails_apps/2.3/empty/public/favicon.ico | 0
.../rails_apps/2.3/empty/public/images/rails.png | Bin 6646 -> 0 bytes
test/stub/rails_apps/2.3/empty/public/robots.txt | 5 -
.../2.3/empty/public/stylesheets/.gitignore | 0
test/stub/rails_apps/2.3/empty/script/about | 4 -
test/stub/rails_apps/2.3/empty/script/console | 3 -
test/stub/rails_apps/2.3/empty/script/dbconsole | 3 -
test/stub/rails_apps/2.3/empty/script/destroy | 3 -
test/stub/rails_apps/2.3/empty/script/generate | 3 -
.../2.3/empty/script/performance/benchmarker | 3 -
.../2.3/empty/script/performance/profiler | 3 -
test/stub/rails_apps/2.3/empty/script/plugin | 3 -
test/stub/rails_apps/2.3/empty/script/runner | 3 -
test/stub/rails_apps/2.3/empty/script/server | 3 -
.../2.3/empty/test/performance/browsing_test.rb | 9 -
test/stub/rails_apps/2.3/empty/test/test_helper.rb | 38 -
test/stub/rails_apps/2.3/mycook/Rakefile | 10 -
.../2.3/mycook/app/helpers/application_helper.rb | 3 -
.../2.3/mycook/config/environments/development.rb | 18 -
.../2.3/mycook/config/initializers/inflections.rb | 10 -
.../2.3/mycook/config/initializers/mime_types.rb | 5 -
test/stub/rails_apps/2.3/mycook/public/404.html | 30 -
test/stub/rails_apps/2.3/mycook/public/422.html | 30 -
test/stub/rails_apps/2.3/mycook/public/500.html | 30 -
test/stub/rails_apps/2.3/mycook/public/favicon.ico | 0
.../rails_apps/2.3/mycook/public/images/rails.png | Bin 1787 -> 0 bytes
test/stub/rails_apps/2.3/mycook/public/robots.txt | 5 -
.../2.3/mycook/public/uploads/.gitignore | 0
test/stub/rails_apps/2.3/mycook/script/about | 3 -
test/stub/rails_apps/2.3/mycook/script/console | 3 -
test/stub/rails_apps/2.3/mycook/script/dbconsole | 3 -
test/stub/rails_apps/2.3/mycook/script/destroy | 3 -
test/stub/rails_apps/2.3/mycook/script/generate | 3 -
.../2.3/mycook/script/performance/benchmarker | 3 -
.../2.3/mycook/script/performance/profiler | 3 -
.../2.3/mycook/script/performance/request | 3 -
test/stub/rails_apps/2.3/mycook/script/plugin | 3 -
.../rails_apps/2.3/mycook/script/process/inspector | 3 -
.../rails_apps/2.3/mycook/script/process/reaper | 3 -
.../rails_apps/2.3/mycook/script/process/spawner | 3 -
test/stub/rails_apps/2.3/mycook/script/runner | 3 -
test/stub/rails_apps/2.3/mycook/script/server | 3 -
test/stub/wsgi/passenger_wsgi.py | 55 +-
.../public/stylesheets => wsgi/public}/.gitignore | 0
test/stub/wsgi/public/wsgi-snake.jpg | Bin 15472 -> 0 bytes
test/support/apache2_controller.rb | 4 +-
test/support/nginx_controller.rb | 16 +-
test/support/placebo-preloader.rb | 4 +-
test/support/test_helper.rb | 33 +-
587 files changed, 38134 insertions(+), 8772 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