passenger 2.2.15 → 3.0.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/DEVELOPERS.TXT +21 -12
- data/LICENSE +1 -1
- data/NEWS +8 -1
- data/PACKAGING.TXT +25 -0
- data/Rakefile +28 -891
- data/bin/passenger +32 -0
- data/bin/passenger-config +5 -5
- data/bin/passenger-install-apache2-module +37 -24
- data/bin/passenger-install-nginx-module +48 -46
- data/bin/passenger-make-enterprisey +8 -9
- data/bin/passenger-memory-stats +20 -150
- data/bin/passenger-status +130 -44
- data/bin/passenger-stress-test +5 -4
- data/build/agents.rb +73 -0
- data/build/apache2.rb +165 -0
- data/build/basics.rb +81 -0
- data/build/common_library.rb +198 -0
- data/build/config.rb +35 -0
- data/{misc/rake/cplusplus.rb → build/cplusplus_support.rb} +1 -1
- data/build/cxx_tests.rb +205 -0
- data/build/documentation.rb +77 -0
- data/{misc/rake → build}/gempackagetask.rb +1 -1
- data/build/integration_tests.rb +57 -0
- data/build/misc.rb +146 -0
- data/build/nginx.rb +64 -0
- data/build/oxt_tests.rb +52 -0
- data/{misc/rake → build}/packagetask.rb +0 -0
- data/build/packaging.rb +189 -0
- data/{misc/rake/extensions.rb → build/rake_extensions.rb} +1 -1
- data/{misc/rake → build}/rdoctask.rb +0 -0
- data/build/ruby_extension.rb +46 -0
- data/build/ruby_tests.rb +42 -0
- data/build/test_basics.rb +31 -0
- data/doc/ApplicationPool algorithm.txt +447 -234
- data/doc/Architectural overview.html +47 -56
- data/doc/Doxyfile +1 -1
- data/doc/Security of user switching support.html +46 -57
- data/doc/Users guide Apache.html +1033 -306
- data/doc/Users guide Apache.txt +419 -99
- data/doc/Users guide Nginx.html +1252 -253
- data/doc/Users guide Nginx.txt +711 -87
- data/doc/Users guide Standalone.html +603 -0
- data/doc/Users guide Standalone.txt +40 -0
- data/doc/cxxapi/AbstractSpawnManager_8h_source.html +141 -0
- data/doc/cxxapi/Account_8h_source.html +206 -0
- data/doc/cxxapi/AccountsDatabase_8h_source.html +161 -0
- data/doc/cxxapi/AgentBase_8h_source.html +70 -0
- data/doc/cxxapi/AgentsStarter_8h_source.html +112 -0
- data/doc/cxxapi/BCrypt_8h_source.html +104 -0
- data/doc/cxxapi/Blowfish_8h_source.html +134 -0
- data/doc/cxxapi/Bucket_8h_source.html +4 -3
- data/doc/cxxapi/Constants_8h_source.html +79 -0
- data/doc/cxxapi/ContentHandler_8h_source.html +95 -0
- data/doc/cxxapi/DirectoryMapper_8h_source.html +9 -8
- data/doc/cxxapi/EventedClient_8h_source.html +629 -0
- data/doc/cxxapi/EventedMessageServer_8h_source.html +358 -0
- data/doc/cxxapi/EventedServer_8h_source.html +326 -0
- data/doc/cxxapi/Exceptions_8h_source.html +366 -0
- data/doc/cxxapi/FileDescriptor_8h_source.html +260 -0
- data/doc/cxxapi/Hooks_8h_source.html +2 -1
- data/doc/cxxapi/HttpStatusExtractor_8h_source.html +382 -0
- data/doc/cxxapi/Logging_8h_source.html +726 -0
- data/doc/cxxapi/MessageChannel_8h_source.html +852 -0
- data/doc/cxxapi/MessageClient_8h_source.html +328 -0
- data/doc/cxxapi/MessageReadersWriters_8h_source.html +539 -0
- data/doc/cxxapi/MessageServer_8h_source.html +606 -0
- data/doc/cxxapi/PoolOptions_8h_source.html +548 -0
- data/doc/cxxapi/Process_8h_source.html +286 -0
- data/doc/cxxapi/RandomGenerator_8h_source.html +191 -0
- data/doc/cxxapi/ResourceLocator_8h_source.html +115 -0
- data/doc/cxxapi/ScgiRequestParser_8h_source.html +406 -0
- data/doc/cxxapi/ServerInstanceDir_8h_source.html +374 -0
- data/doc/cxxapi/Session_8h_source.html +501 -0
- data/doc/cxxapi/SpawnManager_8h_source.html +647 -0
- data/doc/cxxapi/StaticContentHandler_8h_source.html +68 -0
- data/doc/cxxapi/StaticString_8h_source.html +254 -0
- data/doc/cxxapi/StringListCreator_8h_source.html +114 -0
- data/doc/cxxapi/Utils_8h_source.html +442 -0
- data/doc/cxxapi/annotated.html +46 -0
- data/doc/cxxapi/apache2_2Configuration_8h_source.html +82 -0
- data/doc/cxxapi/classAgentWatcher-members.html +30 -26
- data/doc/cxxapi/classAgentWatcher.html +168 -194
- data/doc/cxxapi/classClient-members.html +14 -11
- data/doc/cxxapi/classClient.html +35 -35
- data/doc/cxxapi/classHooks-members.html +2 -0
- data/doc/cxxapi/classHooks.html +2 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager-members.html +16 -13
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager.html +78 -82
- data/doc/cxxapi/classPassenger_1_1ArgumentException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1ArgumentException.html +26 -22
- data/doc/cxxapi/classPassenger_1_1ArrayMessage-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1ArrayMessage.html +113 -0
- data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +14 -11
- data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +41 -42
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1BusyException.html +24 -20
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +23 -19
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +2 -0
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +8 -6
- data/doc/cxxapi/classPassenger_1_1EOFException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1EOFException.html +27 -23
- data/doc/cxxapi/classPassenger_1_1EventFd-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1EventFd.html +24 -21
- data/doc/cxxapi/classPassenger_1_1EventedClient-members.html +54 -0
- data/doc/cxxapi/classPassenger_1_1EventedClient.html +436 -0
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer.html +59 -0
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.map +3 -0
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer.html +93 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.map +3 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptor-members.html +16 -13
- data/doc/cxxapi/classPassenger_1_1FileDescriptor.html +63 -70
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +26 -22
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +17 -14
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +32 -30
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor-members.html +15 -12
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor.html +59 -59
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1IOException.html +27 -23
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +36 -33
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +326 -344
- data/doc/cxxapi/classPassenger_1_1MessageServer-members.html +25 -22
- data/doc/cxxapi/classPassenger_1_1MessageServer.html +160 -191
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext.html +29 -27
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.map +3 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext-members.html +17 -14
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext.html +69 -79
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.map +3 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler-members.html +15 -12
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler.html +60 -63
- data/doc/cxxapi/classPassenger_1_1Process-members.html +20 -17
- data/doc/cxxapi/classPassenger_1_1Process.html +88 -95
- data/doc/cxxapi/classPassenger_1_1RandomGenerator-members.html +13 -10
- data/doc/cxxapi/classPassenger_1_1RandomGenerator.html +36 -35
- data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1RuntimeException.html +24 -20
- data/doc/cxxapi/classPassenger_1_1ScalarMessage-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1ScalarMessage.html +76 -0
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser-members.html +26 -23
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser.html +121 -138
- data/doc/cxxapi/classPassenger_1_1SecurityException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1SecurityException.html +26 -22
- data/doc/cxxapi/classPassenger_1_1Session-members.html +29 -26
- data/doc/cxxapi/classPassenger_1_1Session.html +219 -240
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +14 -11
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +36 -37
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +18 -15
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +115 -110
- data/doc/cxxapi/classPassenger_1_1StandardSession-members.html +30 -27
- data/doc/cxxapi/classPassenger_1_1StandardSession.html +163 -184
- data/doc/cxxapi/classPassenger_1_1StaticString-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1StaticString.html +27 -25
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +16 -13
- data/doc/cxxapi/classPassenger_1_1SystemException.html +65 -67
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException-members.html +16 -13
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException.html +27 -23
- data/doc/cxxapi/classPassenger_1_1TimeoutException-members.html +12 -9
- data/doc/cxxapi/classPassenger_1_1TimeoutException.html +24 -20
- data/doc/cxxapi/classPassenger_1_1Uint16Message-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1Uint16Message.html +51 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Message-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Message.html +51 -0
- data/doc/cxxapi/classServer-members.html +12 -9
- data/doc/cxxapi/classServer.html +23 -20
- data/doc/cxxapi/classServerInstanceDirToucher-members.html +12 -9
- data/doc/cxxapi/classServerInstanceDirToucher.html +21 -17
- data/doc/cxxapi/classes.html +18 -4
- data/doc/cxxapi/definitions_8h_source.html +1 -0
- data/doc/cxxapi/files.html +36 -1
- data/doc/cxxapi/functions.html +53 -21
- data/doc/cxxapi/functions_0x62.html +82 -0
- data/doc/cxxapi/functions_0x63.html +99 -0
- data/doc/cxxapi/functions_0x64.html +95 -0
- data/doc/cxxapi/functions_0x65.html +88 -0
- data/doc/cxxapi/functions_0x66.html +100 -0
- data/doc/cxxapi/functions_0x67.html +170 -0
- data/doc/cxxapi/functions_0x68.html +88 -0
- data/doc/cxxapi/functions_0x69.html +93 -0
- data/doc/cxxapi/functions_0x6b.html +80 -0
- data/doc/cxxapi/functions_0x6c.html +88 -0
- data/doc/cxxapi/functions_0x6d.html +88 -0
- data/doc/cxxapi/functions_0x6e.html +86 -0
- data/doc/cxxapi/functions_0x6f.html +94 -0
- data/doc/cxxapi/functions_0x70.html +94 -0
- data/doc/cxxapi/functions_0x72.html +110 -0
- data/doc/cxxapi/functions_0x73.html +171 -0
- data/doc/cxxapi/functions_0x74.html +85 -0
- data/doc/cxxapi/functions_0x75.html +85 -0
- data/doc/cxxapi/functions_0x77.html +92 -0
- data/doc/cxxapi/functions_0x7e.html +79 -0
- data/doc/cxxapi/functions_enum.html +14 -12
- data/doc/cxxapi/functions_eval.html +22 -16
- data/doc/cxxapi/functions_func.html +460 -1
- data/doc/cxxapi/functions_vars.html +163 -63
- data/doc/cxxapi/graph_legend.html +1 -0
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Core.html +2 -2
- data/doc/cxxapi/group__Core.map +1 -2
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +32 -40
- data/doc/cxxapi/group__Hooks.html +2 -1
- data/doc/cxxapi/group__Hooks.map +1 -1
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +509 -0
- data/doc/cxxapi/hierarchy.html +66 -62
- data/doc/cxxapi/inherit__graph__10.map +3 -1
- data/doc/cxxapi/inherit__graph__10.md5 +1 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +4 -1
- data/doc/cxxapi/inherit__graph__11.md5 +1 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +3 -1
- data/doc/cxxapi/inherit__graph__12.md5 +1 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +3 -1
- data/doc/cxxapi/inherit__graph__13.md5 +1 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +3 -1
- data/doc/cxxapi/inherit__graph__14.md5 +1 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +5 -1
- data/doc/cxxapi/inherit__graph__15.md5 +1 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +3 -3
- data/doc/cxxapi/inherit__graph__16.md5 +1 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +3 -1
- data/doc/cxxapi/inherit__graph__17.md5 +1 -1
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +4 -1
- data/doc/cxxapi/inherit__graph__18.md5 +1 -1
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +3 -1
- data/doc/cxxapi/inherit__graph__19.md5 +1 -1
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +3 -2
- data/doc/cxxapi/inherit__graph__20.md5 +1 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +3 -1
- data/doc/cxxapi/inherit__graph__21.md5 +1 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__22.map +3 -1
- data/doc/cxxapi/inherit__graph__22.md5 +1 -1
- data/doc/cxxapi/inherit__graph__22.png +0 -0
- data/doc/cxxapi/inherit__graph__23.map +3 -1
- data/doc/cxxapi/inherit__graph__23.md5 +1 -1
- data/doc/cxxapi/inherit__graph__23.png +0 -0
- data/doc/cxxapi/inherit__graph__24.map +3 -1
- data/doc/cxxapi/inherit__graph__24.md5 +1 -1
- data/doc/cxxapi/inherit__graph__24.png +0 -0
- data/doc/cxxapi/inherit__graph__25.map +3 -1
- data/doc/cxxapi/inherit__graph__25.md5 +1 -1
- data/doc/cxxapi/inherit__graph__25.png +0 -0
- data/doc/cxxapi/inherit__graph__26.map +3 -1
- data/doc/cxxapi/inherit__graph__26.md5 +1 -1
- data/doc/cxxapi/inherit__graph__26.png +0 -0
- data/doc/cxxapi/inherit__graph__27.map +3 -1
- data/doc/cxxapi/inherit__graph__27.md5 +1 -1
- data/doc/cxxapi/inherit__graph__27.png +0 -0
- data/doc/cxxapi/inherit__graph__28.map +4 -1
- data/doc/cxxapi/inherit__graph__28.md5 +1 -1
- data/doc/cxxapi/inherit__graph__28.png +0 -0
- data/doc/cxxapi/inherit__graph__29.map +3 -1
- data/doc/cxxapi/inherit__graph__29.md5 +1 -1
- data/doc/cxxapi/inherit__graph__29.png +0 -0
- data/doc/cxxapi/inherit__graph__30.map +3 -2
- data/doc/cxxapi/inherit__graph__30.md5 +1 -1
- data/doc/cxxapi/inherit__graph__30.png +0 -0
- data/doc/cxxapi/inherit__graph__31.map +3 -1
- data/doc/cxxapi/inherit__graph__31.md5 +1 -1
- data/doc/cxxapi/inherit__graph__31.png +0 -0
- data/doc/cxxapi/inherit__graph__32.map +5 -1
- data/doc/cxxapi/inherit__graph__32.md5 +1 -1
- data/doc/cxxapi/inherit__graph__32.png +0 -0
- data/doc/cxxapi/inherit__graph__33.map +3 -1
- data/doc/cxxapi/inherit__graph__33.md5 +1 -1
- data/doc/cxxapi/inherit__graph__33.png +0 -0
- data/doc/cxxapi/inherit__graph__34.map +3 -3
- data/doc/cxxapi/inherit__graph__34.md5 +1 -1
- data/doc/cxxapi/inherit__graph__34.png +0 -0
- data/doc/cxxapi/inherit__graph__35.map +3 -1
- data/doc/cxxapi/inherit__graph__35.md5 +1 -1
- data/doc/cxxapi/inherit__graph__35.png +0 -0
- data/doc/cxxapi/inherit__graph__36.map +3 -1
- data/doc/cxxapi/inherit__graph__36.md5 +1 -1
- data/doc/cxxapi/inherit__graph__36.png +0 -0
- data/doc/cxxapi/inherit__graph__37.map +3 -1
- data/doc/cxxapi/inherit__graph__37.md5 +1 -1
- data/doc/cxxapi/inherit__graph__37.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +3 -1
- data/doc/cxxapi/inherit__graph__4.md5 +1 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +3 -1
- data/doc/cxxapi/inherit__graph__5.md5 +1 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +3 -1
- data/doc/cxxapi/inherit__graph__6.md5 +1 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +3 -1
- data/doc/cxxapi/inherit__graph__7.md5 +1 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +3 -1
- data/doc/cxxapi/inherit__graph__8.md5 +1 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +3 -1
- data/doc/cxxapi/inherit__graph__9.md5 +1 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +123 -126
- data/doc/cxxapi/main.html +1 -0
- data/doc/cxxapi/modules.html +2 -1
- data/doc/cxxapi/namespacePassenger.html +263 -492
- data/doc/cxxapi/namespacemembers.html +68 -96
- data/doc/cxxapi/namespacemembers_enum.html +14 -12
- data/doc/cxxapi/namespacemembers_eval.html +20 -15
- data/doc/cxxapi/namespacemembers_func.html +52 -88
- data/doc/cxxapi/namespacemembers_type.html +18 -14
- data/doc/cxxapi/namespaces.html +12 -9
- data/doc/cxxapi/nginx_2Configuration_8h_source.html +125 -0
- data/doc/cxxapi/ngx__http__passenger__module_8h_source.html +94 -0
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard-members.html +12 -9
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html +24 -22
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +43 -38
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +275 -325
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash-members.html +12 -9
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash.html +24 -22
- data/doc/cxxapi/tree.html +152 -7
- data/doc/users_guide_snippets/{analysis_and_system_maintenance_tools.txt → analysis_and_system_maintenance.txt} +58 -1
- data/doc/users_guide_snippets/appendix_c_spawning_methods.txt +1 -2
- data/doc/users_guide_snippets/global_queueing_explained.txt +1 -5
- data/doc/users_guide_snippets/{rails_spawn_method.txt → passenger_spawn_method.txt} +9 -8
- data/doc/users_guide_snippets/tips.txt +12 -6
- data/doc/users_guide_snippets/under_the_hood/page_caching_support.txt +22 -0
- data/ext/apache2/Bucket.cpp +4 -4
- data/ext/apache2/Bucket.h +3 -3
- data/ext/apache2/Configuration.cpp +278 -381
- data/ext/apache2/Configuration.h +3 -357
- data/ext/apache2/Configuration.hpp +461 -0
- data/ext/apache2/DirectoryMapper.h +3 -3
- data/ext/apache2/HelperAgent.cpp +359 -0
- data/ext/apache2/Hooks.cpp +339 -226
- data/ext/apache2/Hooks.h +1 -1
- data/ext/apache2/mod_passenger.c +10 -4
- data/ext/boost/algorithm/string/case_conv.hpp +4 -4
- data/ext/boost/algorithm/string/concept.hpp +2 -2
- data/ext/boost/algorithm/string/detail/case_conv.hpp +18 -9
- data/ext/boost/algorithm/string/detail/find_format.hpp +44 -43
- data/ext/boost/algorithm/string/detail/find_format_all.hpp +56 -56
- data/ext/boost/algorithm/string/detail/find_format_store.hpp +7 -0
- data/ext/boost/algorithm/string/detail/finder.hpp +14 -14
- data/ext/boost/algorithm/string/detail/formatter.hpp +2 -2
- data/ext/boost/algorithm/string/detail/replace_storage.hpp +3 -3
- data/ext/boost/algorithm/string/detail/sequence.hpp +3 -3
- data/ext/boost/algorithm/string/erase.hpp +98 -98
- data/ext/boost/algorithm/string/find_format.hpp +56 -38
- data/ext/boost/algorithm/string/finder.hpp +6 -6
- data/ext/boost/algorithm/string/formatter.hpp +1 -1
- data/ext/boost/algorithm/string/replace.hpp +99 -99
- data/ext/boost/bind.hpp +5 -1670
- data/ext/boost/bind/bind.hpp +1751 -0
- data/ext/boost/bind/bind_mf2_cc.hpp +228 -0
- data/ext/boost/bind/mem_fn.hpp +389 -0
- data/ext/boost/bind/mem_fn_template.hpp +54 -27
- data/ext/boost/bind/placeholders.hpp +3 -2
- data/ext/boost/concept_check.hpp +10 -0
- data/ext/boost/config/abi/msvc_prefix.hpp +15 -1
- data/ext/boost/config/abi_prefix.hpp +1 -1
- data/ext/boost/config/abi_suffix.hpp +3 -2
- data/ext/boost/config/auto_link.hpp +6 -1
- data/ext/boost/config/compiler/borland.hpp +75 -17
- data/ext/boost/config/compiler/codegear.hpp +163 -0
- data/ext/boost/config/compiler/common_edg.hpp +35 -0
- data/ext/boost/config/compiler/digitalmars.hpp +26 -0
- data/ext/boost/config/compiler/gcc.hpp +69 -14
- data/ext/boost/config/compiler/hp_acc.hpp +32 -0
- data/ext/boost/config/compiler/intel.hpp +13 -2
- data/ext/boost/config/compiler/kai.hpp +0 -2
- data/ext/boost/config/compiler/metrowerks.hpp +29 -1
- data/ext/boost/config/compiler/mpw.hpp +30 -0
- data/ext/boost/config/compiler/pgi.hpp +37 -0
- data/ext/boost/config/compiler/sgi_mipspro.hpp +1 -0
- data/ext/boost/config/compiler/sunpro_cc.hpp +39 -7
- data/ext/boost/config/compiler/vacpp.hpp +31 -3
- data/ext/boost/config/compiler/visualc.hpp +72 -5
- data/ext/boost/config/no_tr1/cmath.hpp +28 -0
- data/ext/boost/config/platform/bsd.hpp +16 -3
- data/ext/boost/config/platform/hpux.hpp +3 -0
- data/ext/boost/config/platform/macos.hpp +8 -0
- data/ext/boost/config/platform/solaris.hpp +7 -0
- data/ext/boost/config/platform/vxworks.hpp +31 -0
- data/ext/boost/config/select_compiler_config.hpp +4 -0
- data/ext/boost/config/select_platform_config.hpp +6 -2
- data/ext/boost/config/select_stdlib_config.hpp +17 -8
- data/ext/boost/config/stdlib/dinkumware.hpp +34 -2
- data/ext/boost/config/stdlib/libcomo.hpp +25 -0
- data/ext/boost/config/stdlib/libstdcpp3.hpp +56 -2
- data/ext/boost/config/stdlib/modena.hpp +25 -0
- data/ext/boost/config/stdlib/msl.hpp +24 -0
- data/ext/boost/config/stdlib/roguewave.hpp +26 -0
- data/ext/boost/config/stdlib/sgi.hpp +25 -0
- data/ext/boost/config/stdlib/stlport.hpp +36 -1
- data/ext/boost/config/stdlib/vacpp.hpp +25 -0
- data/ext/boost/config/suffix.hpp +67 -32
- data/ext/boost/config/warning_disable.hpp +47 -0
- data/ext/boost/cstdint.hpp +62 -36
- data/ext/boost/date_time/c_time.hpp +28 -12
- data/ext/boost/date_time/compiler_config.hpp +27 -5
- data/ext/boost/date_time/constrained_value.hpp +36 -13
- data/ext/boost/date_time/date.hpp +44 -33
- data/ext/boost/date_time/date_duration.hpp +13 -14
- data/ext/boost/date_time/date_facet.hpp +215 -226
- data/ext/boost/date_time/date_generator_formatter.hpp +22 -20
- data/ext/boost/date_time/date_generator_parser.hpp +52 -51
- data/ext/boost/date_time/date_generators.hpp +16 -16
- data/ext/boost/date_time/date_parsing.hpp +115 -98
- data/ext/boost/date_time/filetime_functions.hpp +133 -41
- data/ext/boost/date_time/format_date_parser.hpp +22 -10
- data/ext/boost/date_time/gregorian/conversion.hpp +32 -39
- data/ext/boost/date_time/gregorian/greg_calendar.hpp +15 -14
- data/ext/boost/date_time/gregorian/greg_date.hpp +19 -18
- data/ext/boost/date_time/gregorian/greg_duration.hpp +106 -10
- data/ext/boost/date_time/gregorian/greg_duration_types.hpp +16 -7
- data/ext/boost/date_time/gregorian/greg_weekday.hpp +2 -2
- data/ext/boost/date_time/gregorian/gregorian_io.hpp +11 -4
- data/ext/boost/date_time/gregorian_calendar.hpp +8 -8
- data/ext/boost/date_time/gregorian_calendar.ipp +30 -30
- data/ext/boost/date_time/int_adapter.hpp +4 -2
- data/ext/boost/date_time/microsec_time_clock.hpp +39 -117
- data/ext/boost/date_time/period_parser.hpp +17 -15
- data/ext/boost/date_time/posix_time/conversion.hpp +28 -29
- data/ext/boost/date_time/posix_time/posix_time_config.hpp +19 -19
- data/ext/boost/date_time/posix_time/posix_time_io.hpp +31 -38
- data/ext/boost/date_time/posix_time/time_formatters.hpp +32 -32
- data/ext/boost/date_time/string_parse_tree.hpp +46 -46
- data/ext/boost/date_time/strings_from_facet.hpp +7 -5
- data/ext/boost/date_time/time.hpp +7 -6
- data/ext/boost/date_time/time_defs.hpp +12 -2
- data/ext/boost/date_time/time_duration.hpp +27 -26
- data/ext/boost/date_time/time_facet.hpp +386 -321
- data/ext/boost/date_time/time_formatting_streams.hpp +8 -5
- data/ext/boost/date_time/time_resolution_traits.hpp +29 -25
- data/ext/boost/date_time/time_system_split.hpp +7 -13
- data/ext/boost/date_time/wrapping_int.hpp +21 -15
- data/ext/boost/detail/call_traits.hpp +1 -1
- data/ext/boost/detail/endian.hpp +4 -4
- data/ext/boost/detail/no_exceptions_support.hpp +87 -0
- data/ext/boost/detail/sp_typeinfo.hpp +50 -4
- data/ext/boost/detail/workaround.hpp +63 -3
- data/ext/boost/enable_shared_from_this.hpp +4 -59
- data/ext/boost/exception/current_exception_cast.hpp +43 -0
- data/ext/boost/exception/detail/attribute_noreturn.hpp +17 -0
- data/ext/boost/exception/detail/error_info_impl.hpp +75 -0
- data/ext/boost/exception/detail/exception_ptr.hpp +490 -0
- data/ext/boost/exception/detail/is_output_streamable.hpp +47 -0
- data/ext/boost/exception/detail/object_hex_dump.hpp +50 -0
- data/ext/boost/exception/detail/type_info.hpp +79 -0
- data/ext/boost/exception/diagnostic_information.hpp +182 -0
- data/ext/boost/exception/exception.hpp +422 -0
- data/ext/boost/exception/get_error_info.hpp +130 -0
- data/ext/boost/exception/info.hpp +167 -0
- data/ext/boost/exception/to_string.hpp +83 -0
- data/ext/boost/exception/to_string_stub.hpp +109 -0
- data/ext/boost/exception_ptr.hpp +11 -0
- data/ext/boost/function/detail/prologue.hpp +2 -1
- data/ext/boost/function/function_base.hpp +270 -128
- data/ext/boost/function/function_fwd.hpp +70 -0
- data/ext/boost/function/function_template.hpp +319 -130
- data/ext/boost/get_pointer.hpp +5 -1
- data/ext/boost/integer.hpp +253 -0
- data/ext/boost/integer_fwd.hpp +174 -0
- data/ext/boost/integer_traits.hpp +26 -1
- data/ext/boost/io/ios_state.hpp +8 -0
- data/ext/boost/iterator/detail/config_def.hpp +4 -2
- data/ext/boost/iterator/iterator_adaptor.hpp +7 -2
- data/ext/boost/iterator/iterator_facade.hpp +1 -2
- data/ext/boost/lexical_cast.hpp +113 -105
- data/ext/boost/limits.hpp +1 -1
- data/ext/boost/mem_fn.hpp +5 -370
- data/ext/boost/memory_order.hpp +53 -0
- data/ext/boost/mpl/always.hpp +3 -3
- data/ext/boost/mpl/and.hpp +3 -3
- data/ext/boost/mpl/apply.hpp +3 -3
- data/ext/boost/mpl/apply_fwd.hpp +3 -3
- data/ext/boost/mpl/apply_wrap.hpp +37 -6
- data/ext/boost/mpl/arg.hpp +3 -3
- data/ext/boost/mpl/arg_fwd.hpp +3 -3
- data/ext/boost/mpl/assert.hpp +6 -6
- data/ext/boost/mpl/aux_/adl_barrier.hpp +3 -3
- data/ext/boost/mpl/aux_/arg_typedef.hpp +3 -3
- data/ext/boost/mpl/aux_/arity.hpp +3 -3
- data/ext/boost/mpl/aux_/arity_spec.hpp +3 -3
- data/ext/boost/mpl/aux_/common_name_wknd.hpp +3 -3
- data/ext/boost/mpl/aux_/config/adl.hpp +4 -4
- data/ext/boost/mpl/aux_/config/arrays.hpp +4 -4
- data/ext/boost/mpl/aux_/config/bcc.hpp +28 -0
- data/ext/boost/mpl/aux_/config/bind.hpp +4 -4
- data/ext/boost/mpl/aux_/config/compiler.hpp +8 -6
- data/ext/boost/mpl/aux_/config/ctps.hpp +3 -3
- data/ext/boost/mpl/aux_/config/dtp.hpp +5 -5
- data/ext/boost/mpl/aux_/config/eti.hpp +3 -3
- data/ext/boost/mpl/aux_/config/gcc.hpp +3 -3
- data/ext/boost/mpl/aux_/config/has_apply.hpp +3 -3
- data/ext/boost/mpl/aux_/config/has_xxx.hpp +3 -3
- data/ext/boost/mpl/aux_/config/integral.hpp +4 -4
- data/ext/boost/mpl/aux_/config/intel.hpp +3 -3
- data/ext/boost/mpl/aux_/config/lambda.hpp +3 -3
- data/ext/boost/mpl/aux_/config/msvc.hpp +3 -3
- data/ext/boost/mpl/aux_/config/msvc_typename.hpp +3 -3
- data/ext/boost/mpl/aux_/config/nttp.hpp +3 -3
- data/ext/boost/mpl/aux_/config/overload_resolution.hpp +3 -3
- data/ext/boost/mpl/aux_/config/pp_counter.hpp +3 -3
- data/ext/boost/mpl/aux_/config/preprocessor.hpp +4 -4
- data/ext/boost/mpl/aux_/config/static_constant.hpp +3 -3
- data/ext/boost/mpl/aux_/config/ttp.hpp +4 -4
- data/ext/boost/mpl/aux_/config/use_preprocessed.hpp +3 -3
- data/ext/boost/mpl/aux_/config/workaround.hpp +3 -3
- data/ext/boost/mpl/aux_/full_lambda.hpp +3 -3
- data/ext/boost/mpl/aux_/has_apply.hpp +3 -3
- data/ext/boost/mpl/aux_/has_type.hpp +3 -3
- data/ext/boost/mpl/aux_/include_preprocessed.hpp +3 -3
- data/ext/boost/mpl/aux_/integral_wrapper.hpp +3 -3
- data/ext/boost/mpl/aux_/lambda_arity_param.hpp +3 -3
- data/ext/boost/mpl/aux_/lambda_support.hpp +4 -4
- data/ext/boost/mpl/aux_/msvc_never_true.hpp +3 -3
- data/ext/boost/mpl/aux_/na.hpp +3 -3
- data/ext/boost/mpl/aux_/na_assert.hpp +3 -3
- data/ext/boost/mpl/aux_/na_fwd.hpp +3 -3
- data/ext/boost/mpl/aux_/na_spec.hpp +3 -3
- data/ext/boost/mpl/aux_/nested_type_wknd.hpp +3 -3
- data/ext/boost/mpl/aux_/nttp_decl.hpp +3 -3
- data/ext/boost/mpl/aux_/preprocessor/def_params_tail.hpp +3 -3
- data/ext/boost/mpl/aux_/preprocessor/enum.hpp +3 -3
- data/ext/boost/mpl/aux_/preprocessor/filter_params.hpp +3 -3
- data/ext/boost/mpl/aux_/preprocessor/params.hpp +3 -3
- data/ext/boost/mpl/aux_/preprocessor/sub.hpp +3 -3
- data/ext/boost/mpl/aux_/static_cast.hpp +3 -3
- data/ext/boost/mpl/aux_/template_arity.hpp +3 -3
- data/ext/boost/mpl/aux_/template_arity_fwd.hpp +3 -3
- data/ext/boost/mpl/aux_/type_wrapper.hpp +3 -3
- data/ext/boost/mpl/aux_/value_wknd.hpp +3 -3
- data/ext/boost/mpl/aux_/yes_no.hpp +3 -3
- data/ext/boost/mpl/bind.hpp +3 -3
- data/ext/boost/mpl/bind_fwd.hpp +3 -3
- data/ext/boost/mpl/bool.hpp +3 -3
- data/ext/boost/mpl/bool_fwd.hpp +3 -3
- data/ext/boost/mpl/eval_if.hpp +3 -3
- data/ext/boost/mpl/has_xxx.hpp +10 -8
- data/ext/boost/mpl/identity.hpp +3 -3
- data/ext/boost/mpl/if.hpp +3 -3
- data/ext/boost/mpl/int.hpp +3 -3
- data/ext/boost/mpl/int_fwd.hpp +3 -3
- data/ext/boost/mpl/integral_c.hpp +3 -3
- data/ext/boost/mpl/integral_c_fwd.hpp +3 -3
- data/ext/boost/mpl/integral_c_tag.hpp +3 -3
- data/ext/boost/mpl/lambda.hpp +3 -3
- data/ext/boost/mpl/lambda_fwd.hpp +3 -3
- data/ext/boost/mpl/limits/arity.hpp +3 -3
- data/ext/boost/mpl/logical.hpp +3 -3
- data/ext/boost/mpl/next.hpp +3 -3
- data/ext/boost/mpl/next_prior.hpp +3 -3
- data/ext/boost/mpl/not.hpp +3 -3
- data/ext/boost/mpl/or.hpp +3 -3
- data/ext/boost/mpl/placeholders.hpp +3 -3
- data/ext/boost/mpl/protect.hpp +3 -3
- data/ext/boost/mpl/quote.hpp +18 -7
- data/ext/boost/mpl/size_t.hpp +3 -3
- data/ext/boost/mpl/size_t_fwd.hpp +3 -3
- data/ext/boost/mpl/void.hpp +3 -3
- data/ext/boost/mpl/void_fwd.hpp +3 -3
- data/ext/boost/non_type.hpp +27 -27
- data/ext/boost/operators.hpp +51 -18
- data/ext/boost/preprocessor/arithmetic/detail/div_base.hpp +61 -0
- data/ext/boost/preprocessor/arithmetic/mod.hpp +39 -0
- data/ext/boost/preprocessor/comparison/less_equal.hpp +39 -0
- data/ext/boost/preprocessor/control/deduce_d.hpp +22 -0
- data/ext/boost/preprocessor/logical/not.hpp +30 -0
- data/ext/boost/preprocessor/seq/cat.hpp +48 -0
- data/ext/boost/preprocessor/seq/fold_left.hpp +1070 -0
- data/ext/boost/preprocessor/seq/transform.hpp +48 -0
- data/ext/boost/range/as_literal.hpp +10 -14
- data/ext/boost/range/begin.hpp +4 -4
- data/ext/boost/range/detail/implementation_help.hpp +4 -0
- data/ext/boost/range/end.hpp +4 -4
- data/ext/boost/range/iterator_range.hpp +31 -15
- data/ext/boost/ref.hpp +12 -1
- data/ext/boost/scoped_array.hpp +16 -0
- data/ext/boost/scoped_ptr.hpp +16 -0
- data/ext/boost/shared_ptr.hpp +2 -602
- data/ext/boost/{detail → smart_ptr}/bad_weak_ptr.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count.hpp +14 -19
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_gcc.hpp +13 -9
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_gcc_x86.hpp +5 -12
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_pthreads.hpp +5 -5
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_solaris.hpp +3 -3
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_sync.hpp +9 -5
- data/ext/boost/{detail → smart_ptr/detail}/atomic_count_win32.hpp +3 -3
- data/ext/boost/smart_ptr/detail/operator_bool.hpp +56 -0
- data/ext/boost/{detail → smart_ptr/detail}/shared_count.hpp +86 -17
- data/ext/boost/smart_ptr/detail/sp_convertible.hpp +76 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base.hpp +70 -0
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_acc_ia64.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_cw_ppc.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_cw_x86.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_gcc_ia64.hpp +4 -4
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp +172 -0
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_gcc_ppc.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_gcc_sparc.hpp +7 -7
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_gcc_x86.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_nt.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_pt.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_solaris.hpp +4 -4
- data/ext/boost/smart_ptr/detail/sp_counted_base_spin.hpp +131 -0
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_sync.hpp +8 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_base_w32.hpp +4 -4
- data/ext/boost/{detail → smart_ptr/detail}/sp_counted_impl.hpp +5 -5
- data/ext/boost/smart_ptr/detail/sp_has_sync.hpp +49 -0
- data/ext/boost/smart_ptr/detail/spinlock.hpp +53 -0
- data/ext/boost/smart_ptr/detail/spinlock_gcc_arm.hpp +85 -0
- data/ext/boost/smart_ptr/detail/spinlock_nt.hpp +89 -0
- data/ext/boost/smart_ptr/detail/spinlock_pool.hpp +87 -0
- data/ext/boost/smart_ptr/detail/spinlock_pt.hpp +79 -0
- data/ext/boost/smart_ptr/detail/spinlock_sync.hpp +87 -0
- data/ext/boost/smart_ptr/detail/yield_k.hpp +149 -0
- data/ext/boost/smart_ptr/enable_shared_from_this.hpp +79 -0
- data/ext/boost/smart_ptr/scoped_array.hpp +107 -0
- data/ext/boost/smart_ptr/scoped_ptr.hpp +131 -0
- data/ext/boost/smart_ptr/shared_ptr.hpp +701 -0
- data/ext/boost/smart_ptr/weak_ptr.hpp +230 -0
- data/ext/boost/src/pthread/thread.cpp +115 -203
- data/ext/boost/src/tss_null.cpp +1 -1
- data/ext/boost/static_assert.hpp +14 -4
- data/ext/boost/thread.hpp +7 -2
- data/ext/boost/thread/barrier.hpp +63 -0
- data/ext/boost/thread/detail/force_cast.hpp +39 -0
- data/ext/boost/thread/detail/move.hpp +29 -2
- data/ext/boost/thread/detail/platform.hpp +3 -3
- data/ext/boost/thread/detail/singleton.hpp +59 -0
- data/ext/boost/thread/detail/thread.hpp +496 -0
- data/ext/boost/thread/detail/thread_group.hpp +105 -0
- data/ext/boost/thread/detail/thread_heap_alloc.hpp +23 -0
- data/ext/boost/thread/detail/thread_interruption.hpp +35 -0
- data/ext/boost/thread/detail/tss_hooks.hpp +82 -0
- data/ext/boost/thread/exceptions.hpp +174 -60
- data/ext/boost/thread/future.hpp +1364 -0
- data/ext/boost/thread/locks.hpp +899 -32
- data/ext/boost/thread/once.hpp +4 -0
- data/ext/boost/thread/pthread/condition_variable.hpp +16 -21
- data/ext/boost/thread/pthread/condition_variable_fwd.hpp +37 -3
- data/ext/boost/thread/pthread/mutex.hpp +20 -7
- data/ext/boost/thread/pthread/once.hpp +7 -2
- data/ext/boost/thread/pthread/pthread_mutex_scoped_lock.hpp +5 -1
- data/ext/boost/thread/pthread/recursive_mutex.hpp +22 -5
- data/ext/boost/thread/pthread/shared_mutex.hpp +303 -0
- data/ext/boost/thread/pthread/thread_data.hpp +37 -10
- data/ext/boost/thread/pthread/thread_heap_alloc.hpp +242 -0
- data/ext/boost/thread/pthread/timespec.hpp +11 -3
- data/ext/boost/thread/shared_mutex.hpp +21 -0
- data/ext/boost/thread/thread.hpp +8 -3
- data/ext/boost/thread/thread_time.hpp +4 -0
- data/ext/boost/thread/tss.hpp +106 -13
- data/ext/boost/thread/xtime.hpp +6 -2
- data/ext/boost/throw_exception.hpp +36 -7
- data/ext/boost/token_functions.hpp +1 -1
- data/ext/boost/tokenizer.hpp +1 -1
- data/ext/boost/type_traits/add_pointer.hpp +1 -1
- data/ext/boost/type_traits/add_volatile.hpp +47 -0
- data/ext/boost/type_traits/alignment_of.hpp +29 -1
- data/ext/boost/type_traits/config.hpp +1 -1
- data/ext/boost/type_traits/conversion_traits.hpp +1 -1
- data/ext/boost/type_traits/has_trivial_destructor.hpp +42 -0
- data/ext/boost/type_traits/intrinsics.hpp +88 -1
- data/ext/boost/type_traits/is_abstract.hpp +14 -5
- data/ext/boost/type_traits/is_arithmetic.hpp +8 -0
- data/ext/boost/type_traits/is_array.hpp +3 -2
- data/ext/boost/type_traits/is_base_and_derived.hpp +254 -0
- data/ext/boost/type_traits/is_base_of.hpp +51 -0
- data/ext/boost/type_traits/is_class.hpp +12 -0
- data/ext/boost/type_traits/is_const.hpp +6 -2
- data/ext/boost/type_traits/is_convertible.hpp +14 -2
- data/ext/boost/type_traits/is_enum.hpp +10 -1
- data/ext/boost/type_traits/is_function.hpp +11 -3
- data/ext/boost/type_traits/is_fundamental.hpp +45 -0
- data/ext/boost/type_traits/is_integral.hpp +5 -0
- data/ext/boost/type_traits/is_member_function_pointer.hpp +5 -3
- data/ext/boost/type_traits/is_member_pointer.hpp +4 -2
- data/ext/boost/type_traits/is_pointer.hpp +3 -1
- data/ext/boost/type_traits/is_reference.hpp +4 -2
- data/ext/boost/type_traits/is_signed.hpp +135 -0
- data/ext/boost/type_traits/is_unsigned.hpp +130 -0
- data/ext/boost/type_traits/is_void.hpp +5 -0
- data/ext/boost/type_traits/is_volatile.hpp +4 -2
- data/ext/boost/type_traits/make_unsigned.hpp +137 -0
- data/ext/boost/type_traits/remove_reference.hpp +1 -1
- data/ext/boost/type_traits/type_with_alignment.hpp +106 -1
- data/ext/boost/utility.hpp +2 -1
- data/ext/boost/utility/addressof.hpp +61 -17
- data/ext/boost/utility/binary.hpp +708 -0
- data/ext/boost/utility/enable_if.hpp +2 -2
- data/ext/boost/weak_ptr.hpp +4 -174
- data/ext/common/AbstractSpawnManager.h +110 -0
- data/ext/common/Account.h +175 -0
- data/ext/common/AccountsDatabase.cpp +81 -0
- data/ext/common/AccountsDatabase.h +130 -0
- data/ext/common/AgentBase.cpp +323 -0
- data/ext/common/{Version.h → AgentBase.h} +14 -6
- data/ext/common/AgentsStarter.cpp +154 -0
- data/ext/common/AgentsStarter.h +81 -0
- data/ext/common/AgentsStarter.hpp +619 -0
- data/ext/common/ApplicationPool/Client.h +796 -0
- data/ext/common/{ApplicationPool.h → ApplicationPool/Interface.h} +108 -18
- data/ext/common/ApplicationPool/Pool.h +1315 -0
- data/ext/common/ApplicationPool/Server.h +475 -0
- data/ext/common/BCrypt.cpp +343 -0
- data/ext/common/BCrypt.h +73 -0
- data/ext/common/Blowfish.c +685 -0
- data/ext/common/Blowfish.h +103 -0
- data/ext/common/Constants.h +48 -0
- data/ext/common/EventedClient.h +598 -0
- data/ext/common/EventedMessageServer.h +327 -0
- data/ext/common/EventedServer.h +295 -0
- data/ext/common/Exceptions.h +78 -1
- data/ext/common/FileDescriptor.h +229 -0
- data/ext/common/HelperAgent/BacktracesServer.h +59 -0
- data/ext/common/Logging.cpp +8 -9
- data/ext/common/Logging.h +593 -21
- data/ext/common/LoggingAgent/ChangeNotifier.h +63 -0
- data/ext/common/LoggingAgent/DataStoreId.h +177 -0
- data/ext/common/LoggingAgent/LoggingServer.h +1343 -0
- data/ext/common/LoggingAgent/Main.cpp +278 -0
- data/ext/common/LoggingAgent/RemoteSender.h +457 -0
- data/ext/common/MessageChannel.h +196 -34
- data/ext/common/MessageClient.h +297 -0
- data/ext/common/MessageReadersWriters.h +508 -0
- data/ext/common/MessageServer.h +575 -0
- data/ext/common/PoolOptions.h +279 -117
- data/ext/common/Process.h +255 -0
- data/ext/common/RandomGenerator.h +160 -0
- data/ext/common/ResourceLocator.h +84 -0
- data/ext/common/ServerInstanceDir.h +343 -0
- data/ext/common/Session.h +470 -0
- data/ext/common/SpawnManager.h +256 -201
- data/ext/common/StaticString.h +79 -4
- data/ext/common/StringListCreator.h +2 -2
- data/ext/common/Utils.cpp +385 -397
- data/ext/common/Utils.h +79 -165
- data/ext/common/{Base64.cpp → Utils/Base64.cpp} +0 -0
- data/ext/common/{Base64.h → Utils/Base64.h} +27 -1
- data/ext/common/Utils/BlockingQueue.h +136 -0
- data/ext/common/Utils/BlockingScalar.h +50 -0
- data/ext/common/{CachedFileStat.cpp → Utils/CachedFileStat.cpp} +1 -1
- data/ext/common/{CachedFileStat.h → Utils/CachedFileStat.h} +1 -1
- data/ext/common/{CachedFileStat.hpp → Utils/CachedFileStat.hpp} +1 -1
- data/ext/common/{FileChangeChecker.h → Utils/FileChangeChecker.h} +1 -1
- data/ext/common/Utils/FileHandleGuard.h +81 -0
- data/ext/common/Utils/IOUtils.cpp +754 -0
- data/ext/common/Utils/IOUtils.h +253 -0
- data/ext/common/Utils/MD5.cpp +406 -0
- data/ext/common/Utils/MD5.h +98 -0
- data/ext/common/Utils/MemZeroGuard.h +103 -0
- data/ext/common/Utils/ProcessMetricsCollector.h +462 -0
- data/ext/common/Utils/ScopeGuard.h +72 -0
- data/ext/common/Utils/StrIntUtils.cpp +329 -0
- data/ext/common/Utils/StrIntUtils.h +228 -0
- data/ext/common/{SystemTime.cpp → Utils/SystemTime.cpp} +5 -1
- data/ext/common/Utils/SystemTime.h +201 -0
- data/ext/common/{Timer.h → Utils/Timer.h} +58 -18
- data/ext/common/Utils/VariantMap.h +363 -0
- data/ext/common/Utils/foo.cpp +10 -0
- data/ext/common/Watchdog.cpp +1034 -0
- data/ext/google/COPYING +28 -0
- data/ext/google/ChangeLog +167 -0
- data/ext/google/dense_hash_map +310 -0
- data/ext/google/dense_hash_set +287 -0
- data/ext/google/sparse_hash_map +294 -0
- data/ext/google/sparse_hash_set +275 -0
- data/ext/google/sparsehash/densehashtable.h +1062 -0
- data/ext/google/sparsehash/sparseconfig.h +55 -0
- data/ext/google/sparsehash/sparsehashtable.h +1015 -0
- data/ext/google/sparsetable +1468 -0
- data/ext/google/type_traits.h +250 -0
- data/ext/libev/Changes +302 -0
- data/ext/libev/LICENSE +36 -0
- data/ext/libev/Makefile.am +18 -0
- data/ext/libev/Makefile.in +685 -0
- data/ext/libev/README +58 -0
- data/ext/libev/aclocal.m4 +7549 -0
- data/ext/libev/autogen.sh +6 -0
- data/ext/libev/config.guess +1526 -0
- data/ext/libev/config.h +122 -0
- data/ext/libev/config.h.in +121 -0
- data/ext/libev/config.sub +1658 -0
- data/ext/libev/configure +22156 -0
- data/ext/libev/configure.ac +18 -0
- data/ext/libev/ev++.h +800 -0
- data/ext/libev/ev.c +3694 -0
- data/ext/libev/ev.h +705 -0
- data/ext/libev/ev_epoll.c +228 -0
- data/ext/libev/ev_kqueue.c +196 -0
- data/ext/libev/ev_poll.c +144 -0
- data/ext/libev/ev_port.c +165 -0
- data/ext/libev/ev_select.c +308 -0
- data/ext/libev/ev_vars.h +187 -0
- data/ext/libev/ev_win32.c +153 -0
- data/ext/libev/ev_wrap.h +178 -0
- data/ext/libev/event.c +401 -0
- data/ext/libev/event.h +158 -0
- data/ext/libev/install-sh +294 -0
- data/ext/libev/libev.m4 +38 -0
- data/ext/libev/ltmain.sh +6871 -0
- data/ext/libev/missing +336 -0
- data/ext/libev/mkinstalldirs +111 -0
- data/ext/nginx/Configuration.c +532 -182
- data/ext/nginx/Configuration.h +33 -10
- data/ext/nginx/ContentHandler.c +188 -53
- data/ext/nginx/ContentHandler.h +1 -1
- data/ext/nginx/{HelperServer.cpp → HelperAgent.cpp} +433 -299
- data/ext/nginx/HttpStatusExtractor.h +1 -1
- data/ext/nginx/ScgiRequestParser.h +68 -11
- data/ext/nginx/StaticContentHandler.c +4 -1
- data/ext/nginx/StaticContentHandler.h +1 -1
- data/ext/nginx/config +5 -5
- data/ext/nginx/ngx_http_passenger_module.c +315 -469
- data/ext/nginx/ngx_http_passenger_module.h +8 -17
- data/ext/oxt/backtrace.cpp +49 -41
- data/ext/oxt/backtrace.hpp +1 -1
- data/ext/oxt/detail/backtrace_disabled.hpp +1 -1
- data/ext/oxt/detail/backtrace_enabled.hpp +16 -15
- data/ext/oxt/detail/spin_lock_darwin.hpp +69 -0
- data/ext/oxt/detail/spin_lock_gcc_x86.hpp +3 -4
- data/ext/oxt/detail/spin_lock_portable.hpp +1 -1
- data/ext/oxt/detail/spin_lock_pthreads.hpp +1 -1
- data/ext/oxt/detail/tracable_exception_disabled.hpp +1 -1
- data/ext/oxt/detail/tracable_exception_enabled.hpp +1 -1
- data/ext/oxt/dynamic_thread_group.hpp +195 -0
- data/ext/oxt/macros.hpp +1 -1
- data/ext/oxt/spin_lock.hpp +4 -2
- data/ext/oxt/system_calls.cpp +129 -13
- data/ext/oxt/system_calls.hpp +16 -2
- data/ext/oxt/thread.cpp +1 -1
- data/ext/oxt/thread.hpp +49 -14
- data/ext/oxt/tracable_exception.cpp +5 -5
- data/ext/oxt/tracable_exception.hpp +1 -1
- data/ext/phusion_passenger/extconf.rb +7 -2
- data/ext/phusion_passenger/native_support.c +733 -33
- data/{bin → helper-scripts}/passenger-spawn-server +50 -12
- data/helper-scripts/prespawn +63 -0
- data/lib/phusion_passenger.rb +113 -0
- data/lib/phusion_passenger/abstract_installer.rb +50 -12
- data/lib/phusion_passenger/abstract_request_handler.rb +432 -171
- data/lib/phusion_passenger/abstract_server.rb +125 -122
- data/lib/phusion_passenger/abstract_server_collection.rb +51 -22
- data/lib/phusion_passenger/admin_tools.rb +1 -1
- data/lib/phusion_passenger/admin_tools/memory_stats.rb +299 -0
- data/lib/phusion_passenger/admin_tools/server_instance.rb +334 -0
- data/lib/phusion_passenger/analytics_logger.rb +342 -0
- data/lib/phusion_passenger/{application.rb → app_process.rb} +73 -24
- data/lib/phusion_passenger/classic_rails/application_spawner.rb +344 -0
- data/lib/phusion_passenger/{railz → classic_rails}/cgi_fixed.rb +2 -2
- data/lib/phusion_passenger/{railz → classic_rails}/framework_spawner.rb +75 -98
- data/lib/phusion_passenger/{railz → classic_rails}/request_handler.rb +8 -6
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_base_extension.rb +65 -0
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_benchmarking_extension.rb +48 -0
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_rescue_extension.rb +59 -0
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/ar_abstract_adapter_extension.rb +54 -0
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/as_cache_extension.rb +130 -0
- data/lib/phusion_passenger/classic_rails_extensions/analytics_logging/av_benchmark_helper_extension.rb +47 -0
- data/lib/phusion_passenger/classic_rails_extensions/init.rb +123 -0
- data/lib/phusion_passenger/console_text_template.rb +1 -1
- data/lib/phusion_passenger/constants.rb +9 -5
- data/lib/phusion_passenger/debug_logging.rb +104 -0
- data/lib/phusion_passenger/dependencies.rb +187 -4
- data/lib/phusion_passenger/exceptions.rb +4 -4
- data/lib/phusion_passenger/html_template.rb +6 -8
- data/lib/phusion_passenger/message_channel.rb +137 -21
- data/lib/phusion_passenger/message_client.rb +173 -0
- data/lib/phusion_passenger/native_support.rb +108 -0
- data/lib/phusion_passenger/packaging.rb +82 -13
- data/lib/phusion_passenger/platform_info.rb +84 -475
- data/lib/phusion_passenger/platform_info/apache.rb +329 -0
- data/lib/phusion_passenger/platform_info/binary_compatibility.rb +187 -0
- data/lib/phusion_passenger/platform_info/compiler.rb +154 -0
- data/lib/phusion_passenger/{events.rb → platform_info/curl.rb} +26 -23
- data/lib/phusion_passenger/platform_info/documentation_tools.rb +35 -0
- data/lib/phusion_passenger/platform_info/linux.rb +77 -0
- data/lib/phusion_passenger/platform_info/operating_system.rb +51 -0
- data/lib/phusion_passenger/platform_info/ruby.rb +198 -0
- data/lib/phusion_passenger/platform_info/zlib.rb +38 -0
- data/lib/phusion_passenger/plugin.rb +96 -0
- data/lib/phusion_passenger/public_api.rb +112 -0
- data/lib/phusion_passenger/rack/application_spawner.rb +146 -71
- data/lib/phusion_passenger/rack/request_handler.rb +36 -13
- data/lib/phusion_passenger/rails3_extensions/init.rb +204 -0
- data/lib/phusion_passenger/simple_benchmarking.rb +1 -1
- data/lib/phusion_passenger/spawn_manager.rb +137 -141
- data/lib/phusion_passenger/standalone/app_finder.rb +153 -0
- data/lib/phusion_passenger/standalone/command.rb +237 -0
- data/lib/phusion_passenger/standalone/config_file.rb +119 -0
- data/lib/phusion_passenger/standalone/help_command.rb +57 -0
- data/lib/phusion_passenger/standalone/main.rb +101 -0
- data/lib/phusion_passenger/standalone/package_runtime_command.rb +92 -0
- data/lib/phusion_passenger/standalone/runtime_installer.rb +466 -0
- data/lib/phusion_passenger/standalone/start_command.rb +510 -0
- data/lib/phusion_passenger/standalone/status_command.rb +62 -0
- data/lib/phusion_passenger/standalone/stop_command.rb +74 -0
- data/lib/phusion_passenger/standalone/utils.rb +42 -0
- data/lib/phusion_passenger/standalone/version_command.rb +42 -0
- data/lib/phusion_passenger/templates/framework_init_error.html.erb +1 -1
- data/lib/phusion_passenger/templates/standalone/cannot_write_to_dir.txt.erb +11 -0
- data/lib/phusion_passenger/templates/standalone/config.erb +69 -0
- data/lib/phusion_passenger/templates/standalone/possible_solutions_for_download_and_extraction_problems.txt.erb +17 -0
- data/lib/phusion_passenger/templates/standalone/run_installer_as_root.txt.erb +8 -0
- data/lib/phusion_passenger/templates/standalone/welcome.txt.erb +8 -0
- data/lib/phusion_passenger/templates/standalone_default_root/index.html +1 -0
- data/lib/phusion_passenger/templates/version_not_found.html.erb +2 -2
- data/lib/phusion_passenger/utils.rb +476 -125
- data/lib/phusion_passenger/utils/file_system_watcher.rb +186 -0
- data/lib/phusion_passenger/utils/hosts_file_parser.rb +130 -0
- data/lib/phusion_passenger/utils/tmpdir.rb +70 -0
- data/lib/phusion_passenger/utils/unseekable_socket.rb +196 -0
- data/lib/phusion_passenger/wsgi/application_spawner.rb +24 -20
- data/lib/phusion_passenger/wsgi/request_handler.py +1 -1
- data/misc/copy_boost_headers.rb +36 -9
- data/misc/find_owner_pipe_leaks.rb +1 -1
- data/misc/render_error_pages.rb +1 -1
- data/misc/union_station_gateway.crt +32 -0
- data/test/config.yml.example +24 -13
- data/test/cxx/ApplicationPool_PoolTest.cpp +33 -0
- data/test/cxx/ApplicationPool_PoolTestCases.cpp +1029 -0
- data/test/cxx/ApplicationPool_ServerTest.cpp +308 -0
- data/test/cxx/ApplicationPool_Server_PoolTest.cpp +80 -0
- data/test/{Base64Test.cpp → cxx/Base64Test.cpp} +4 -2
- data/test/{CachedFileStatTest.cpp → cxx/CachedFileStatTest.cpp} +3 -3
- data/test/{CxxTestMain.cpp → cxx/CxxTestMain.cpp} +6 -27
- data/test/cxx/EventedClientTest.cpp +386 -0
- data/test/{FileChangeCheckerTest.cpp → cxx/FileChangeCheckerTest.cpp} +3 -5
- data/test/cxx/FileDescriptorTest.cpp +69 -0
- data/test/{HttpStatusExtractorTest.cpp → cxx/HttpStatusExtractorTest.cpp} +1 -1
- data/test/cxx/IOUtilsTest.cpp +398 -0
- data/test/cxx/LoggingTest.cpp +914 -0
- data/test/cxx/MessageChannelTest.cpp +672 -0
- data/test/cxx/MessageReadersWritersTest.cpp +574 -0
- data/test/cxx/MessageServerTest.cpp +383 -0
- data/test/{PoolOptionsTest.cpp → cxx/PoolOptionsTest.cpp} +2 -3
- data/test/{ScgiRequestParserTest.cpp → cxx/ScgiRequestParserTest.cpp} +53 -1
- data/test/cxx/ServerInstanceDirTest.cpp +186 -0
- data/test/cxx/SpawnManagerTest.cpp +161 -0
- data/test/cxx/StaticStringTest.cpp +86 -0
- data/test/{SystemTimeTest.cpp → cxx/SystemTimeTest.cpp} +2 -2
- data/test/cxx/TestSupport.cpp +166 -0
- data/test/cxx/TestSupport.h +254 -0
- data/test/cxx/UtilsTest.cpp +521 -0
- data/test/cxx/VariantMapTest.cpp +179 -0
- data/test/integration_tests/apache2_tests.rb +198 -127
- data/test/integration_tests/cgi_environment_spec.rb +26 -0
- data/test/integration_tests/mycook_spec.rb +2 -28
- data/test/integration_tests/nginx_tests.rb +125 -16
- data/test/integration_tests/spec_helper.rb +19 -0
- data/test/oxt/backtrace_test.cpp +19 -59
- data/test/oxt/counter.hpp +55 -0
- data/test/oxt/dynamic_thread_group_test.cpp +131 -0
- data/test/oxt/oxt_test_main.cpp +2 -2
- data/test/oxt/spin_lock_test.cpp +59 -0
- data/test/oxt/syscall_interruption_test.cpp +1 -1
- data/test/ruby/abstract_request_handler_spec.rb +346 -25
- data/test/ruby/abstract_server_collection_spec.rb +4 -3
- data/test/ruby/abstract_server_spec.rb +37 -27
- data/test/ruby/admin_tools_spec.rb +362 -0
- data/test/ruby/analytics_logger_spec.rb +253 -0
- data/test/ruby/{application_spec.rb → app_process_spec.rb} +14 -14
- data/test/ruby/classic_rails/application_spawner_spec.rb +89 -0
- data/test/ruby/classic_rails/framework_spawner_spec.rb +92 -0
- data/test/ruby/debug_logging_spec.rb +141 -0
- data/test/ruby/message_channel_spec.rb +51 -25
- data/test/ruby/rack/application_spawner_spec.rb +99 -82
- data/test/ruby/shared/abstract_server_spec.rb +23 -0
- data/test/ruby/shared/rails/analytics_logging_extensions_spec.rb +375 -0
- data/test/ruby/shared/spawners/classic_rails/framework_spawner_spec.rb +38 -0
- data/test/ruby/shared/spawners/classic_rails/lack_of_rails_gem_version_spec.rb +19 -0
- data/test/ruby/shared/spawners/classic_rails/spawner_spec.rb +15 -0
- data/test/ruby/shared/spawners/non_preloading_spawner_spec.rb +27 -0
- data/test/ruby/shared/spawners/preloading_spawner_spec.rb +29 -0
- data/test/ruby/shared/spawners/reload_all_spec.rb +36 -0
- data/test/ruby/shared/spawners/reload_single_spec.rb +52 -0
- data/test/ruby/shared/spawners/spawn_server_spec.rb +28 -0
- data/test/ruby/shared/spawners/spawner_spec.rb +273 -0
- data/test/ruby/shared/utils/pseudo_io_spec.rb +60 -0
- data/test/ruby/spawn_manager_spec.rb +104 -175
- data/test/ruby/spec_helper.rb +104 -0
- data/test/ruby/utils/file_system_watcher_spec.rb +221 -0
- data/test/ruby/utils/hosts_file_parser.rb +258 -0
- data/test/ruby/utils/unseekable_socket_spec.rb +66 -0
- data/test/ruby/utils_spec.rb +410 -59
- data/test/ruby/wsgi/application_spawner_spec.rb +16 -20
- data/test/stub/apache2/httpd.conf.erb +11 -6
- data/test/stub/message_channel.rb +3 -1
- data/test/stub/message_channel_2.rb +3 -1
- data/test/stub/message_channel_3.rb +5 -3
- data/test/stub/nginx/nginx.conf.erb +3 -2
- data/test/stub/rails_apps/1.2/empty/Rakefile +10 -0
- data/test/stub/rails_apps/1.2/empty/app/controllers/application.rb +7 -0
- data/test/stub/rails_apps/{foobar → 1.2/empty}/app/helpers/application_helper.rb +0 -0
- data/test/stub/rails_apps/{mycook → 1.2/empty}/config/boot.rb +3 -3
- data/test/stub/rails_apps/1.2/empty/config/database.yml +31 -0
- data/test/stub/rails_apps/1.2/empty/config/environment.rb +66 -0
- data/test/stub/rails_apps/1.2/empty/config/environments/development.rb +21 -0
- data/test/stub/rails_apps/{foobar → 1.2/empty}/config/environments/production.rb +0 -0
- data/test/stub/rails_apps/1.2/empty/config/environments/staging.rb +18 -0
- data/test/stub/rails_apps/1.2/empty/config/environments/test.rb +19 -0
- data/test/stub/rails_apps/1.2/empty/config/routes.rb +23 -0
- data/test/stub/rails_apps/1.2/empty/doc/README_FOR_APP +2 -0
- data/test/stub/rails_apps/{mycook → 1.2/empty}/public/404.html +0 -0
- data/test/stub/rails_apps/1.2/empty/public/500.html +30 -0
- data/test/stub/rails_apps/1.2/empty/public/dispatch.cgi +10 -0
- data/test/stub/rails_apps/1.2/empty/public/dispatch.fcgi +24 -0
- data/test/stub/rails_apps/1.2/empty/public/dispatch.rb +10 -0
- data/test/stub/rails_apps/{mycook → 1.2/empty}/public/favicon.ico +0 -0
- data/test/stub/rails_apps/{mycook → 1.2/empty}/public/images/rails.png +0 -0
- data/test/stub/rails_apps/1.2/empty/public/robots.txt +1 -0
- data/test/stub/rails_apps/1.2/empty/script/about +3 -0
- data/test/stub/rails_apps/1.2/empty/script/breakpointer +3 -0
- data/test/stub/rails_apps/1.2/empty/script/console +3 -0
- data/test/stub/rails_apps/1.2/empty/script/destroy +3 -0
- data/test/stub/rails_apps/1.2/empty/script/generate +3 -0
- data/test/stub/rails_apps/1.2/empty/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/1.2/empty/script/performance/profiler +3 -0
- data/test/stub/rails_apps/1.2/empty/script/plugin +3 -0
- data/test/stub/rails_apps/1.2/empty/script/process/inspector +3 -0
- data/test/stub/rails_apps/1.2/empty/script/process/reaper +3 -0
- data/test/stub/rails_apps/1.2/empty/script/process/spawner +3 -0
- data/test/stub/rails_apps/1.2/empty/script/runner +3 -0
- data/test/stub/rails_apps/1.2/empty/script/server +3 -0
- data/test/stub/rails_apps/1.2/empty/test/test_helper.rb +28 -0
- data/test/stub/rails_apps/2.0/empty/Rakefile +10 -0
- data/test/stub/rails_apps/2.0/empty/app/controllers/application.rb +10 -0
- data/test/stub/rails_apps/{mycook → 2.0/empty}/app/helpers/application_helper.rb +0 -0
- data/test/stub/rails_apps/{foobar → 2.0/empty}/config/boot.rb +3 -3
- data/test/stub/rails_apps/2.0/empty/config/database.yml +31 -0
- data/test/stub/rails_apps/2.0/empty/config/environment.rb +59 -0
- data/test/stub/rails_apps/{mycook → 2.0/empty}/config/environments/development.rb +1 -1
- data/test/stub/rails_apps/2.0/empty/config/environments/production.rb +18 -0
- data/test/stub/rails_apps/2.0/empty/config/environments/staging.rb +18 -0
- data/test/stub/rails_apps/2.0/empty/config/environments/test.rb +22 -0
- data/test/stub/rails_apps/{foobar → 2.0/empty}/config/initializers/inflections.rb +0 -0
- data/test/stub/rails_apps/{foobar → 2.0/empty}/config/initializers/mime_types.rb +0 -0
- data/test/stub/rails_apps/{foobar → 2.0/empty}/config/routes.rb +0 -0
- data/test/stub/rails_apps/2.0/empty/doc/README_FOR_APP +2 -0
- data/test/stub/rails_apps/2.0/empty/public/404.html +30 -0
- data/test/stub/rails_apps/{mycook → 2.0/empty}/public/422.html +0 -0
- data/test/stub/rails_apps/{mycook → 2.0/empty}/public/500.html +0 -0
- data/test/stub/rails_apps/2.0/empty/public/dispatch.cgi +10 -0
- data/test/stub/rails_apps/2.0/empty/public/dispatch.fcgi +24 -0
- data/test/stub/rails_apps/2.0/empty/public/dispatch.rb +10 -0
- data/test/stub/rails_apps/2.0/empty/public/favicon.ico +0 -0
- data/test/stub/rails_apps/2.0/empty/public/images/rails.png +0 -0
- data/test/stub/rails_apps/{mycook → 2.0/empty}/public/robots.txt +0 -0
- data/test/stub/rails_apps/2.0/empty/script/about +3 -0
- data/test/stub/rails_apps/2.0/empty/script/console +3 -0
- data/test/stub/rails_apps/2.0/empty/script/destroy +3 -0
- data/test/stub/rails_apps/2.0/empty/script/generate +3 -0
- data/test/stub/rails_apps/2.0/empty/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/2.0/empty/script/performance/profiler +3 -0
- data/test/stub/rails_apps/2.0/empty/script/performance/request +3 -0
- data/test/stub/rails_apps/2.0/empty/script/plugin +3 -0
- data/test/stub/rails_apps/2.0/empty/script/process/inspector +3 -0
- data/test/stub/rails_apps/2.0/empty/script/process/reaper +3 -0
- data/test/stub/rails_apps/2.0/empty/script/process/spawner +3 -0
- data/test/stub/rails_apps/2.0/empty/script/runner +3 -0
- data/test/stub/rails_apps/2.0/empty/script/server +3 -0
- data/test/stub/rails_apps/2.0/empty/test/test_helper.rb +38 -0
- data/test/stub/rails_apps/2.2/empty/Rakefile +10 -0
- data/test/stub/rails_apps/2.2/empty/app/controllers/application.rb +15 -0
- data/test/stub/rails_apps/2.2/empty/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/2.2/empty/config/boot.rb +109 -0
- data/test/stub/rails_apps/2.2/empty/config/database.yml +31 -0
- data/test/stub/rails_apps/2.2/empty/config/environment.rb +75 -0
- data/test/stub/rails_apps/{foobar → 2.2/empty}/config/environments/development.rb +0 -0
- data/test/stub/rails_apps/2.2/empty/config/environments/production.rb +24 -0
- data/test/stub/rails_apps/2.2/empty/config/environments/staging.rb +24 -0
- data/test/stub/rails_apps/2.2/empty/config/environments/test.rb +22 -0
- data/test/stub/rails_apps/2.2/empty/config/initializers/inflections.rb +10 -0
- data/test/stub/rails_apps/{mycook → 2.2/empty}/config/initializers/mime_types.rb +0 -0
- data/test/stub/rails_apps/2.2/empty/config/initializers/new_rails_defaults.rb +17 -0
- data/test/stub/rails_apps/2.2/empty/config/locales/en.yml +5 -0
- data/test/stub/rails_apps/2.2/empty/config/routes.rb +43 -0
- data/test/stub/rails_apps/2.2/empty/doc/README_FOR_APP +5 -0
- data/test/stub/rails_apps/2.2/empty/public/404.html +30 -0
- data/test/stub/rails_apps/2.2/empty/public/422.html +30 -0
- data/test/stub/rails_apps/2.2/empty/public/500.html +33 -0
- data/test/stub/rails_apps/2.2/empty/public/dispatch.cgi +10 -0
- data/test/stub/rails_apps/2.2/empty/public/dispatch.fcgi +24 -0
- data/test/stub/rails_apps/2.2/empty/public/dispatch.rb +10 -0
- data/test/stub/rails_apps/2.2/empty/public/favicon.ico +0 -0
- data/test/stub/rails_apps/2.2/empty/public/images/rails.png +0 -0
- data/test/stub/rails_apps/2.2/empty/public/robots.txt +5 -0
- data/test/stub/rails_apps/2.2/empty/script/about +4 -0
- data/test/stub/rails_apps/2.2/empty/script/console +3 -0
- data/test/stub/rails_apps/2.2/empty/script/dbconsole +3 -0
- data/test/stub/rails_apps/2.2/empty/script/destroy +3 -0
- data/test/stub/rails_apps/2.2/empty/script/generate +3 -0
- data/test/stub/rails_apps/2.2/empty/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/2.2/empty/script/performance/profiler +3 -0
- data/test/stub/rails_apps/2.2/empty/script/performance/request +3 -0
- data/test/stub/rails_apps/2.2/empty/script/plugin +3 -0
- data/test/stub/rails_apps/2.2/empty/script/process/inspector +3 -0
- data/test/stub/rails_apps/2.2/empty/script/process/reaper +3 -0
- data/test/stub/rails_apps/2.2/empty/script/process/spawner +3 -0
- data/test/stub/rails_apps/2.2/empty/script/runner +3 -0
- data/test/stub/rails_apps/2.2/empty/script/server +3 -0
- data/test/stub/rails_apps/2.2/empty/test/performance/browsing_test.rb +9 -0
- data/test/stub/rails_apps/2.2/empty/test/test_helper.rb +38 -0
- data/test/stub/rails_apps/2.3/empty/Rakefile +10 -0
- data/test/stub/rails_apps/2.3/empty/app/controllers/application_controller.rb +10 -0
- data/test/stub/rails_apps/2.3/empty/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/2.3/empty/config/boot.rb +110 -0
- data/test/stub/rails_apps/2.3/empty/config/database.yml +31 -0
- data/test/stub/rails_apps/2.3/empty/config/environment.rb +41 -0
- data/test/stub/rails_apps/2.3/empty/config/environments/development.rb +17 -0
- data/test/stub/rails_apps/2.3/empty/config/environments/production.rb +28 -0
- data/test/stub/rails_apps/2.3/empty/config/environments/staging.rb +28 -0
- data/test/stub/rails_apps/2.3/empty/config/environments/test.rb +28 -0
- data/test/stub/rails_apps/2.3/empty/config/initializers/backtrace_silencers.rb +7 -0
- data/test/stub/rails_apps/2.3/empty/config/initializers/inflections.rb +10 -0
- data/test/stub/rails_apps/2.3/empty/config/initializers/mime_types.rb +5 -0
- data/test/stub/rails_apps/2.3/empty/config/initializers/new_rails_defaults.rb +21 -0
- data/test/stub/rails_apps/2.3/empty/config/initializers/session_store.rb +15 -0
- data/test/stub/rails_apps/2.3/empty/config/locales/en.yml +5 -0
- data/test/stub/rails_apps/2.3/empty/config/routes.rb +43 -0
- data/test/stub/rails_apps/2.3/empty/db/seeds.rb +7 -0
- data/test/stub/rails_apps/2.3/empty/doc/README_FOR_APP +2 -0
- data/test/stub/rails_apps/2.3/empty/public/404.html +30 -0
- data/test/stub/rails_apps/2.3/empty/public/422.html +30 -0
- data/test/stub/rails_apps/2.3/empty/public/500.html +30 -0
- data/test/stub/rails_apps/2.3/empty/public/favicon.ico +0 -0
- data/test/stub/rails_apps/2.3/empty/public/images/rails.png +0 -0
- data/test/stub/rails_apps/2.3/empty/public/robots.txt +5 -0
- data/test/stub/rails_apps/2.3/empty/script/about +4 -0
- data/test/stub/rails_apps/2.3/empty/script/console +3 -0
- data/test/stub/rails_apps/2.3/empty/script/dbconsole +3 -0
- data/test/stub/rails_apps/2.3/empty/script/destroy +3 -0
- data/test/stub/rails_apps/2.3/empty/script/generate +3 -0
- data/test/stub/rails_apps/2.3/empty/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/2.3/empty/script/performance/profiler +3 -0
- data/test/stub/rails_apps/2.3/empty/script/plugin +3 -0
- data/test/stub/rails_apps/2.3/empty/script/runner +3 -0
- data/test/stub/rails_apps/2.3/empty/script/server +3 -0
- data/test/stub/rails_apps/2.3/empty/test/performance/browsing_test.rb +9 -0
- data/test/stub/rails_apps/2.3/empty/test/test_helper.rb +38 -0
- data/test/stub/rails_apps/2.3/foobar/Rakefile +10 -0
- data/test/stub/rails_apps/{foobar/app/controllers/application.rb → 2.3/foobar/app/controllers/application_controller.rb} +0 -0
- data/test/stub/rails_apps/{foobar → 2.3/foobar}/app/controllers/bar_controller_1.rb +0 -0
- data/test/stub/rails_apps/{foobar → 2.3/foobar}/app/controllers/bar_controller_2.rb +0 -0
- data/test/stub/rails_apps/{foobar → 2.3/foobar}/app/controllers/foo_controller.rb +0 -0
- data/test/stub/rails_apps/2.3/foobar/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/2.3/foobar/config/boot.rb +110 -0
- data/test/stub/rails_apps/{foobar → 2.3/foobar}/config/database.yml +0 -0
- data/test/stub/rails_apps/{foobar → 2.3/foobar}/config/environment.rb +1 -1
- data/test/stub/rails_apps/2.3/foobar/config/environments/development.rb +17 -0
- data/test/stub/rails_apps/2.3/foobar/config/environments/production.rb +18 -0
- data/test/stub/rails_apps/2.3/foobar/config/environments/staging.rb +18 -0
- data/test/stub/rails_apps/{mycook → 2.3/foobar}/config/initializers/inflections.rb +0 -0
- data/test/stub/rails_apps/2.3/foobar/config/initializers/mime_types.rb +5 -0
- data/test/stub/rails_apps/2.3/foobar/config/routes.rb +35 -0
- data/test/stub/rails_apps/2.3/foobar/script/about +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/console +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/dbconsole +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/destroy +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/generate +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/performance/profiler +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/performance/request +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/plugin +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/process/inspector +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/process/reaper +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/process/spawner +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/runner +3 -0
- data/test/stub/rails_apps/2.3/foobar/script/server +3 -0
- data/test/stub/rails_apps/2.3/mycook/Rakefile +10 -0
- data/test/stub/rails_apps/{mycook/app/controllers/application.rb → 2.3/mycook/app/controllers/application_controller.rb} +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/controllers/recipes_controller.rb +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/controllers/uploads_controller.rb +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/controllers/welcome_controller.rb +0 -0
- data/test/stub/rails_apps/2.3/mycook/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/layouts/default.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/recipes/create.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/recipes/index.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/recipes/new.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/uploads/index.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/uploads/new.html.erb +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/welcome/cached.rhtml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/app/views/welcome/index.rhtml +0 -0
- data/test/stub/rails_apps/2.3/mycook/config/boot.rb +110 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/config/database.yml +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/config/environment.rb +1 -1
- data/test/stub/rails_apps/2.3/mycook/config/environments/development.rb +18 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/config/environments/production.rb +0 -0
- data/test/stub/rails_apps/2.3/mycook/config/initializers/inflections.rb +10 -0
- data/test/stub/rails_apps/2.3/mycook/config/initializers/mime_types.rb +5 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/config/routes.rb +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/log/useless.txt +0 -0
- data/test/stub/rails_apps/2.3/mycook/public/404.html +30 -0
- data/test/stub/rails_apps/2.3/mycook/public/422.html +30 -0
- data/test/stub/rails_apps/2.3/mycook/public/500.html +30 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/dispatch.cgi +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/dispatch.fcgi +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/dispatch.rb +1 -1
- data/test/stub/rails_apps/2.3/mycook/public/favicon.ico +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/images/angrywizard.gif +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/images/cookbook.gif +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/images/header.png +0 -0
- data/test/stub/rails_apps/2.3/mycook/public/images/rails.png +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/javascripts/application.js +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/javascripts/controls.js +73 -73
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/javascripts/dragdrop.js +166 -165
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/javascripts/effects.js +174 -166
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/javascripts/prototype.js +362 -267
- data/test/stub/rails_apps/2.3/mycook/public/robots.txt +5 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/uploads.html +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/public/welcome/cached.html +0 -0
- data/test/stub/rails_apps/2.3/mycook/script/about +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/console +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/dbconsole +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/destroy +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/generate +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/performance/benchmarker +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/performance/profiler +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/performance/request +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/plugin +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/process/inspector +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/process/reaper +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/process/spawner +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/runner +3 -0
- data/test/stub/rails_apps/2.3/mycook/script/server +3 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/sites/some.site/public/uploads.html +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/sites/some.site/public/welcome/cached.html +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/tmp/cache/useless.txt +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/tmp/pids/useless.txt +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/tmp/sessions/useless.txt +0 -0
- data/test/stub/rails_apps/{mycook → 2.3/mycook}/tmp/sockets/useless.txt +0 -0
- data/test/stub/rails_apps/3.0/empty/Gemfile +22 -0
- data/test/stub/rails_apps/3.0/empty/Rakefile +10 -0
- data/test/stub/rails_apps/3.0/empty/app/controllers/application_controller.rb +4 -0
- data/test/stub/rails_apps/3.0/empty/app/helpers/application_helper.rb +2 -0
- data/test/stub/rails_apps/3.0/empty/app/views/layouts/application.html.erb +14 -0
- data/test/stub/rails_apps/3.0/empty/config.ru +4 -0
- data/test/stub/rails_apps/3.0/empty/config/application.rb +48 -0
- data/test/stub/rails_apps/3.0/empty/config/boot.rb +13 -0
- data/test/stub/rails_apps/3.0/empty/config/database.yml +22 -0
- data/test/stub/rails_apps/3.0/empty/config/environment.rb +5 -0
- data/test/stub/rails_apps/3.0/empty/config/environments/development.rb +19 -0
- data/test/stub/rails_apps/3.0/empty/config/environments/production.rb +48 -0
- data/test/stub/rails_apps/3.0/empty/config/environments/test.rb +32 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/backtrace_silencers.rb +7 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/inflections.rb +10 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/mime_types.rb +5 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/passenger.rb +1 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/secret_token.rb +7 -0
- data/test/stub/rails_apps/3.0/empty/config/initializers/session_store.rb +8 -0
- data/test/stub/rails_apps/3.0/empty/config/locales/en.yml +5 -0
- data/test/stub/rails_apps/3.0/empty/config/routes.rb +58 -0
- data/test/stub/rails_apps/3.0/empty/db/seeds.rb +7 -0
- data/test/stub/rails_apps/3.0/empty/doc/README_FOR_APP +2 -0
- data/test/stub/rails_apps/3.0/empty/log/development.log +3 -0
- data/test/stub/rails_apps/3.0/empty/public/404.html +26 -0
- data/test/stub/rails_apps/3.0/empty/public/422.html +26 -0
- data/test/stub/rails_apps/3.0/empty/public/500.html +26 -0
- data/test/stub/rails_apps/3.0/empty/public/favicon.ico +0 -0
- data/test/stub/rails_apps/3.0/empty/public/index.html +279 -0
- data/test/stub/rails_apps/3.0/empty/public/robots.txt +5 -0
- data/test/stub/rails_apps/3.0/empty/script/rails +9 -0
- data/test/stub/rails_apps/3.0/empty/test/performance/browsing_test.rb +9 -0
- data/test/stub/rails_apps/3.0/empty/test/test_helper.rb +13 -0
- data/test/stub/spawn_server.rb +4 -2
- data/test/stub/vendor_rails/minimal/actionpack/lib/action_controller.rb +3 -0
- data/test/stub/vendor_rails/minimal/railties/lib/initializer.rb +7 -2
- data/test/support/apache2_controller.rb +10 -2
- data/test/support/nginx_controller.rb +3 -2
- data/test/support/test_helper.rb +282 -46
- data/test/{support → tut}/tut.h +6 -0
- data/test/{support → tut}/tut_reporter.h +0 -0
- metadata +824 -266
- data/benchmark/ApplicationPool.cpp +0 -52
- data/benchmark/accept_vs_socketpair_vs_named_pipes.rb +0 -126
- data/benchmark/dispatcher.rb +0 -42
- data/benchmark/overhead_of_password_checking.rb +0 -81
- data/benchmark/socket_connections_vs_persistent_pipe.rb +0 -99
- data/benchmark/unix_sockets_vs_pipes.rb +0 -83
- data/ext/boost/LICENSE.TXT +0 -23
- data/ext/boost/VERSION.TXT +0 -1
- data/ext/boost/detail/sp_counted_base.hpp +0 -81
- data/ext/boost/src/pthread/exceptions.cpp +0 -146
- data/ext/boost/src/win32/exceptions.cpp +0 -124
- data/ext/boost/src/win32/thread.cpp +0 -629
- data/ext/boost/src/win32/timeconv.inl +0 -130
- data/ext/boost/src/win32/tss_dll.cpp +0 -72
- data/ext/boost/src/win32/tss_pe.cpp +0 -269
- data/ext/boost/thread/pthread/thread.hpp +0 -339
- data/ext/boost/thread/pthread/tss.hpp +0 -103
- data/ext/common/Application.h +0 -511
- data/ext/common/ApplicationPoolServer.h +0 -794
- data/ext/common/ApplicationPoolServerExecutable.cpp +0 -743
- data/ext/common/ApplicationPoolStatusReporter.h +0 -336
- data/ext/common/DummySpawnManager.h +0 -108
- data/ext/common/StandardApplicationPool.h +0 -821
- data/ext/common/SystemTime.h +0 -88
- data/lib/phusion_passenger/admin_tools/control_process.rb +0 -150
- data/lib/phusion_passenger/railz/application_spawner.rb +0 -463
- data/lib/phusion_passenger/templates/invalid_app_root.html.erb +0 -9
- data/test/ApplicationPoolServerTest.cpp +0 -114
- data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +0 -33
- data/test/ApplicationPoolTest.cpp +0 -599
- data/test/MessageChannelTest.cpp +0 -320
- data/test/SpawnManagerTest.cpp +0 -64
- data/test/StandardApplicationPoolTest.cpp +0 -27
- data/test/StaticStringTest.cpp +0 -51
- data/test/UtilsTest.cpp +0 -257
- data/test/ruby/rails/application_spawner_spec.rb +0 -159
- data/test/ruby/rails/framework_spawner_spec.rb +0 -133
- data/test/ruby/rails/minimal_spawner_spec.rb +0 -93
- data/test/ruby/rails/spawner_error_handling_spec.rb +0 -107
- data/test/ruby/rails/spawner_privilege_lowering_spec.rb +0 -97
- data/test/ruby/spawn_server_spec.rb +0 -26
- data/test/stub/MessageServer.dSYM/Contents/Info.plist +0 -25
- data/test/stub/MessageServer.dSYM/Contents/Resources/DWARF/MessageServer +0 -0
- data/test/support/Support.cpp +0 -84
- data/test/support/Support.h +0 -118
- data/test/support/config.rb +0 -38
- data/test/support/run_rspec_tests.rb +0 -10
data/test/{support → tut}/tut.h
RENAMED
@@ -63,6 +63,12 @@ static int setenv(const char *name, const char *value, int override) {
|
|
63
63
|
typedef factory::object object; \
|
64
64
|
factory name## _group(#name)
|
65
65
|
|
66
|
+
#define DEFINE_TEST_GROUP_WITH_LIMIT(name, limit) \
|
67
|
+
using namespace tut; \
|
68
|
+
typedef test_group<name, limit> factory; \
|
69
|
+
typedef factory::object object; \
|
70
|
+
factory name## _group(#name)
|
71
|
+
|
66
72
|
#define TEST_METHOD(i) \
|
67
73
|
template<> template<> \
|
68
74
|
void object::test<i>()
|
File without changes
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passenger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: -1876988208
|
5
|
+
prerelease: true
|
6
6
|
segments:
|
7
|
-
-
|
8
|
-
-
|
9
|
-
-
|
10
|
-
|
7
|
+
- 3
|
8
|
+
- 0
|
9
|
+
- 0
|
10
|
+
- pre1
|
11
|
+
version: 3.0.0.pre1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Phusion - http://www.phusion.nl/
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-
|
19
|
+
date: 2010-09-14 00:00:00 +02:00
|
19
20
|
default_executable:
|
20
21
|
dependencies:
|
21
22
|
- !ruby/object:Gem::Dependency
|
@@ -51,9 +52,25 @@ dependencies:
|
|
51
52
|
type: :runtime
|
52
53
|
version_requirements: *id002
|
53
54
|
- !ruby/object:Gem::Dependency
|
54
|
-
name:
|
55
|
+
name: daemon_controller
|
55
56
|
prerelease: false
|
56
57
|
requirement: &id003 !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
59
|
+
requirements:
|
60
|
+
- - ">="
|
61
|
+
- !ruby/object:Gem::Version
|
62
|
+
hash: 29
|
63
|
+
segments:
|
64
|
+
- 0
|
65
|
+
- 2
|
66
|
+
- 5
|
67
|
+
version: 0.2.5
|
68
|
+
type: :runtime
|
69
|
+
version_requirements: *id003
|
70
|
+
- !ruby/object:Gem::Dependency
|
71
|
+
name: file-tail
|
72
|
+
prerelease: false
|
73
|
+
requirement: &id004 !ruby/object:Gem::Requirement
|
57
74
|
none: false
|
58
75
|
requirements:
|
59
76
|
- - ">="
|
@@ -63,54 +80,129 @@ dependencies:
|
|
63
80
|
- 0
|
64
81
|
version: "0"
|
65
82
|
type: :runtime
|
66
|
-
version_requirements: *
|
67
|
-
|
83
|
+
version_requirements: *id004
|
84
|
+
- !ruby/object:Gem::Dependency
|
85
|
+
name: rack
|
86
|
+
prerelease: false
|
87
|
+
requirement: &id005 !ruby/object:Gem::Requirement
|
88
|
+
none: false
|
89
|
+
requirements:
|
90
|
+
- - ">="
|
91
|
+
- !ruby/object:Gem::Version
|
92
|
+
hash: 3
|
93
|
+
segments:
|
94
|
+
- 0
|
95
|
+
version: "0"
|
96
|
+
type: :runtime
|
97
|
+
version_requirements: *id005
|
98
|
+
description: Easy and robust Ruby web application deployment.
|
68
99
|
email: info@phusion.nl
|
69
100
|
executables:
|
70
|
-
- passenger
|
101
|
+
- passenger
|
71
102
|
- passenger-install-apache2-module
|
72
103
|
- passenger-install-nginx-module
|
73
104
|
- passenger-config
|
105
|
+
- passenger-stress-test
|
106
|
+
- passenger-status
|
74
107
|
- passenger-memory-stats
|
75
108
|
- passenger-make-enterprisey
|
76
|
-
|
77
|
-
|
78
|
-
extensions:
|
79
|
-
- ext/phusion_passenger/extconf.rb
|
109
|
+
extensions: []
|
110
|
+
|
80
111
|
extra_rdoc_files:
|
81
112
|
- README
|
82
113
|
files:
|
83
114
|
- Rakefile
|
84
115
|
- README
|
85
116
|
- DEVELOPERS.TXT
|
117
|
+
- PACKAGING.TXT
|
86
118
|
- LICENSE
|
87
119
|
- INSTALL
|
88
120
|
- NEWS
|
121
|
+
- build/agents.rb
|
122
|
+
- build/apache2.rb
|
123
|
+
- build/basics.rb
|
124
|
+
- build/common_library.rb
|
125
|
+
- build/config.rb
|
126
|
+
- build/cplusplus_support.rb
|
127
|
+
- build/cxx_tests.rb
|
128
|
+
- build/documentation.rb
|
129
|
+
- build/gempackagetask.rb
|
130
|
+
- build/integration_tests.rb
|
131
|
+
- build/misc.rb
|
132
|
+
- build/nginx.rb
|
133
|
+
- build/oxt_tests.rb
|
134
|
+
- build/packagetask.rb
|
135
|
+
- build/packaging.rb
|
136
|
+
- build/rake_extensions.rb
|
137
|
+
- build/rdoctask.rb
|
138
|
+
- build/ruby_extension.rb
|
139
|
+
- build/ruby_tests.rb
|
140
|
+
- build/test_basics.rb
|
141
|
+
- lib/phusion_passenger.rb
|
89
142
|
- lib/phusion_passenger/abstract_installer.rb
|
90
143
|
- lib/phusion_passenger/abstract_request_handler.rb
|
91
144
|
- lib/phusion_passenger/abstract_server.rb
|
92
145
|
- lib/phusion_passenger/abstract_server_collection.rb
|
93
|
-
- lib/phusion_passenger/admin_tools/
|
146
|
+
- lib/phusion_passenger/admin_tools/memory_stats.rb
|
147
|
+
- lib/phusion_passenger/admin_tools/server_instance.rb
|
94
148
|
- lib/phusion_passenger/admin_tools.rb
|
95
|
-
- lib/phusion_passenger/
|
149
|
+
- lib/phusion_passenger/analytics_logger.rb
|
150
|
+
- lib/phusion_passenger/app_process.rb
|
151
|
+
- lib/phusion_passenger/classic_rails/application_spawner.rb
|
152
|
+
- lib/phusion_passenger/classic_rails/cgi_fixed.rb
|
153
|
+
- lib/phusion_passenger/classic_rails/framework_spawner.rb
|
154
|
+
- lib/phusion_passenger/classic_rails/request_handler.rb
|
155
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_base_extension.rb
|
156
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_benchmarking_extension.rb
|
157
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/ac_rescue_extension.rb
|
158
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/ar_abstract_adapter_extension.rb
|
159
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/as_cache_extension.rb
|
160
|
+
- lib/phusion_passenger/classic_rails_extensions/analytics_logging/av_benchmark_helper_extension.rb
|
161
|
+
- lib/phusion_passenger/classic_rails_extensions/init.rb
|
96
162
|
- lib/phusion_passenger/console_text_template.rb
|
97
163
|
- lib/phusion_passenger/constants.rb
|
164
|
+
- lib/phusion_passenger/debug_logging.rb
|
98
165
|
- lib/phusion_passenger/dependencies.rb
|
99
|
-
- lib/phusion_passenger/events.rb
|
100
166
|
- lib/phusion_passenger/exceptions.rb
|
101
167
|
- lib/phusion_passenger/html_template.rb
|
102
168
|
- lib/phusion_passenger/message_channel.rb
|
169
|
+
- lib/phusion_passenger/message_client.rb
|
170
|
+
- lib/phusion_passenger/native_support.rb
|
103
171
|
- lib/phusion_passenger/packaging.rb
|
172
|
+
- lib/phusion_passenger/platform_info/apache.rb
|
173
|
+
- lib/phusion_passenger/platform_info/binary_compatibility.rb
|
174
|
+
- lib/phusion_passenger/platform_info/compiler.rb
|
175
|
+
- lib/phusion_passenger/platform_info/curl.rb
|
176
|
+
- lib/phusion_passenger/platform_info/documentation_tools.rb
|
177
|
+
- lib/phusion_passenger/platform_info/linux.rb
|
178
|
+
- lib/phusion_passenger/platform_info/operating_system.rb
|
179
|
+
- lib/phusion_passenger/platform_info/ruby.rb
|
180
|
+
- lib/phusion_passenger/platform_info/zlib.rb
|
104
181
|
- lib/phusion_passenger/platform_info.rb
|
182
|
+
- lib/phusion_passenger/plugin.rb
|
183
|
+
- lib/phusion_passenger/public_api.rb
|
105
184
|
- lib/phusion_passenger/rack/application_spawner.rb
|
106
185
|
- lib/phusion_passenger/rack/request_handler.rb
|
107
|
-
- lib/phusion_passenger/
|
108
|
-
- lib/phusion_passenger/railz/cgi_fixed.rb
|
109
|
-
- lib/phusion_passenger/railz/framework_spawner.rb
|
110
|
-
- lib/phusion_passenger/railz/request_handler.rb
|
186
|
+
- lib/phusion_passenger/rails3_extensions/init.rb
|
111
187
|
- lib/phusion_passenger/simple_benchmarking.rb
|
112
188
|
- lib/phusion_passenger/spawn_manager.rb
|
189
|
+
- lib/phusion_passenger/standalone/app_finder.rb
|
190
|
+
- lib/phusion_passenger/standalone/command.rb
|
191
|
+
- lib/phusion_passenger/standalone/config_file.rb
|
192
|
+
- lib/phusion_passenger/standalone/help_command.rb
|
193
|
+
- lib/phusion_passenger/standalone/main.rb
|
194
|
+
- lib/phusion_passenger/standalone/package_runtime_command.rb
|
195
|
+
- lib/phusion_passenger/standalone/runtime_installer.rb
|
196
|
+
- lib/phusion_passenger/standalone/start_command.rb
|
197
|
+
- lib/phusion_passenger/standalone/status_command.rb
|
198
|
+
- lib/phusion_passenger/standalone/stop_command.rb
|
199
|
+
- lib/phusion_passenger/standalone/utils.rb
|
200
|
+
- lib/phusion_passenger/standalone/version_command.rb
|
201
|
+
- lib/phusion_passenger/utils/file_system_watcher.rb
|
202
|
+
- lib/phusion_passenger/utils/hosts_file_parser.rb
|
113
203
|
- lib/phusion_passenger/utils/rewindable_input.rb
|
204
|
+
- lib/phusion_passenger/utils/tmpdir.rb
|
205
|
+
- lib/phusion_passenger/utils/unseekable_socket.rb
|
114
206
|
- lib/phusion_passenger/utils.rb
|
115
207
|
- lib/phusion_passenger/wsgi/application_spawner.rb
|
116
208
|
- lib/phusion_passenger/wsgi/request_handler.py
|
@@ -121,7 +213,6 @@ files:
|
|
121
213
|
- lib/phusion_passenger/templates/error_layout.html.erb
|
122
214
|
- lib/phusion_passenger/templates/framework_init_error.html.erb
|
123
215
|
- lib/phusion_passenger/templates/general_error.html.erb
|
124
|
-
- lib/phusion_passenger/templates/invalid_app_root.html.erb
|
125
216
|
- lib/phusion_passenger/templates/load_error.html.erb
|
126
217
|
- lib/phusion_passenger/templates/version_not_found.html.erb
|
127
218
|
- lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb
|
@@ -144,35 +235,41 @@ files:
|
|
144
235
|
- lib/phusion_passenger/templates/nginx/query_download_and_install.txt.erb
|
145
236
|
- lib/phusion_passenger/templates/nginx/run_installer_as_root.txt.erb
|
146
237
|
- lib/phusion_passenger/templates/nginx/welcome.txt.erb
|
238
|
+
- lib/phusion_passenger/templates/standalone/cannot_write_to_dir.txt.erb
|
239
|
+
- lib/phusion_passenger/templates/standalone/config.erb
|
240
|
+
- lib/phusion_passenger/templates/standalone/possible_solutions_for_download_and_extraction_problems.txt.erb
|
241
|
+
- lib/phusion_passenger/templates/standalone/run_installer_as_root.txt.erb
|
242
|
+
- lib/phusion_passenger/templates/standalone/welcome.txt.erb
|
243
|
+
- lib/phusion_passenger/templates/standalone_default_root/index.html
|
244
|
+
- bin/passenger
|
147
245
|
- bin/passenger-config
|
148
246
|
- bin/passenger-install-apache2-module
|
149
247
|
- bin/passenger-install-nginx-module
|
150
248
|
- bin/passenger-make-enterprisey
|
151
249
|
- bin/passenger-memory-stats
|
152
|
-
- bin/passenger-spawn-server
|
153
250
|
- bin/passenger-status
|
154
251
|
- bin/passenger-stress-test
|
155
252
|
- doc/ApplicationPool algorithm.txt
|
156
253
|
- doc/Architectural overview.html
|
157
254
|
- doc/Architectural overview.txt
|
158
|
-
- doc/definitions.h
|
159
|
-
- doc/Doxyfile
|
160
|
-
- doc/Security of user switching support.html
|
161
|
-
- doc/Security of user switching support.txt
|
162
|
-
- doc/Users guide Apache.html
|
163
|
-
- doc/Users guide Apache.txt
|
164
|
-
- doc/Users guide Nginx.html
|
165
|
-
- doc/Users guide Nginx.txt
|
166
255
|
- doc/cxxapi/AbstractSpawnManager_8h-source.html
|
256
|
+
- doc/cxxapi/AbstractSpawnManager_8h_source.html
|
167
257
|
- doc/cxxapi/Account_8h-source.html
|
258
|
+
- doc/cxxapi/Account_8h_source.html
|
168
259
|
- doc/cxxapi/AccountsDatabase_8h-source.html
|
260
|
+
- doc/cxxapi/AccountsDatabase_8h_source.html
|
261
|
+
- doc/cxxapi/AgentBase_8h_source.html
|
169
262
|
- doc/cxxapi/AgentsStarter_8h-source.html
|
263
|
+
- doc/cxxapi/AgentsStarter_8h_source.html
|
170
264
|
- doc/cxxapi/annotated.html
|
171
265
|
- doc/cxxapi/apache2_2Configuration_8h-source.html
|
266
|
+
- doc/cxxapi/apache2_2Configuration_8h_source.html
|
172
267
|
- doc/cxxapi/BacktracesServer_8h-source.html
|
173
268
|
- doc/cxxapi/Base64_8h-source.html
|
174
269
|
- doc/cxxapi/BCrypt_8h-source.html
|
270
|
+
- doc/cxxapi/BCrypt_8h_source.html
|
175
271
|
- doc/cxxapi/Blowfish_8h-source.html
|
272
|
+
- doc/cxxapi/Blowfish_8h_source.html
|
176
273
|
- doc/cxxapi/Bucket_8h-source.html
|
177
274
|
- doc/cxxapi/Bucket_8h_source.html
|
178
275
|
- doc/cxxapi/CachedFileStat_8h-source.html
|
@@ -190,6 +287,8 @@ files:
|
|
190
287
|
- doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.png
|
191
288
|
- doc/cxxapi/classPassenger_1_1ArgumentException-members.html
|
192
289
|
- doc/cxxapi/classPassenger_1_1ArgumentException.html
|
290
|
+
- doc/cxxapi/classPassenger_1_1ArrayMessage-members.html
|
291
|
+
- doc/cxxapi/classPassenger_1_1ArrayMessage.html
|
193
292
|
- doc/cxxapi/classPassenger_1_1ArrayReader-members.html
|
194
293
|
- doc/cxxapi/classPassenger_1_1ArrayReader.html
|
195
294
|
- doc/cxxapi/classPassenger_1_1BacktracesServer-members.html
|
@@ -210,6 +309,18 @@ files:
|
|
210
309
|
- doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.map
|
211
310
|
- doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.md5
|
212
311
|
- doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.png
|
312
|
+
- doc/cxxapi/classPassenger_1_1EventedClient-members.html
|
313
|
+
- doc/cxxapi/classPassenger_1_1EventedClient.html
|
314
|
+
- doc/cxxapi/classPassenger_1_1EventedMessageServer-members.html
|
315
|
+
- doc/cxxapi/classPassenger_1_1EventedMessageServer.html
|
316
|
+
- doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.map
|
317
|
+
- doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.md5
|
318
|
+
- doc/cxxapi/classPassenger_1_1EventedMessageServer__inherit__graph.png
|
319
|
+
- doc/cxxapi/classPassenger_1_1EventedServer-members.html
|
320
|
+
- doc/cxxapi/classPassenger_1_1EventedServer.html
|
321
|
+
- doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.map
|
322
|
+
- doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.md5
|
323
|
+
- doc/cxxapi/classPassenger_1_1EventedServer__inherit__graph.png
|
213
324
|
- doc/cxxapi/classPassenger_1_1EventFd-members.html
|
214
325
|
- doc/cxxapi/classPassenger_1_1EventFd.html
|
215
326
|
- doc/cxxapi/classPassenger_1_1FileChangeChecker-members.html
|
@@ -260,6 +371,8 @@ files:
|
|
260
371
|
- doc/cxxapi/classPassenger_1_1RandomGenerator.html
|
261
372
|
- doc/cxxapi/classPassenger_1_1RuntimeException-members.html
|
262
373
|
- doc/cxxapi/classPassenger_1_1RuntimeException.html
|
374
|
+
- doc/cxxapi/classPassenger_1_1ScalarMessage-members.html
|
375
|
+
- doc/cxxapi/classPassenger_1_1ScalarMessage.html
|
263
376
|
- doc/cxxapi/classPassenger_1_1ScalarReader-members.html
|
264
377
|
- doc/cxxapi/classPassenger_1_1ScalarReader.html
|
265
378
|
- doc/cxxapi/classPassenger_1_1ScgiRequestParser-members.html
|
@@ -301,8 +414,12 @@ files:
|
|
301
414
|
- doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.map
|
302
415
|
- doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.md5
|
303
416
|
- doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.png
|
417
|
+
- doc/cxxapi/classPassenger_1_1Uint16Message-members.html
|
418
|
+
- doc/cxxapi/classPassenger_1_1Uint16Message.html
|
304
419
|
- doc/cxxapi/classPassenger_1_1Uint16Reader-members.html
|
305
420
|
- doc/cxxapi/classPassenger_1_1Uint16Reader.html
|
421
|
+
- doc/cxxapi/classPassenger_1_1Uint32Message-members.html
|
422
|
+
- doc/cxxapi/classPassenger_1_1Uint32Message.html
|
306
423
|
- doc/cxxapi/classPassenger_1_1Uint32Reader-members.html
|
307
424
|
- doc/cxxapi/classPassenger_1_1Uint32Reader.html
|
308
425
|
- doc/cxxapi/classServer-members.html
|
@@ -312,17 +429,24 @@ files:
|
|
312
429
|
- doc/cxxapi/Configuration_8h-source.html
|
313
430
|
- doc/cxxapi/Configuration_8h_source.html
|
314
431
|
- doc/cxxapi/Constants_8h-source.html
|
432
|
+
- doc/cxxapi/Constants_8h_source.html
|
315
433
|
- doc/cxxapi/ContentHandler_8h-source.html
|
434
|
+
- doc/cxxapi/ContentHandler_8h_source.html
|
316
435
|
- doc/cxxapi/definitions_8h-source.html
|
317
436
|
- doc/cxxapi/definitions_8h_source.html
|
318
437
|
- doc/cxxapi/DirectoryMapper_8h-source.html
|
319
438
|
- doc/cxxapi/DirectoryMapper_8h_source.html
|
320
439
|
- doc/cxxapi/doxygen.css
|
321
440
|
- doc/cxxapi/doxygen.png
|
441
|
+
- doc/cxxapi/EventedClient_8h_source.html
|
442
|
+
- doc/cxxapi/EventedMessageServer_8h_source.html
|
322
443
|
- doc/cxxapi/EventedServer_8h-source.html
|
444
|
+
- doc/cxxapi/EventedServer_8h_source.html
|
323
445
|
- doc/cxxapi/Exceptions_8h-source.html
|
446
|
+
- doc/cxxapi/Exceptions_8h_source.html
|
324
447
|
- doc/cxxapi/FileChangeChecker_8h-source.html
|
325
448
|
- doc/cxxapi/FileDescriptor_8h-source.html
|
449
|
+
- doc/cxxapi/FileDescriptor_8h_source.html
|
326
450
|
- doc/cxxapi/files.html
|
327
451
|
- doc/cxxapi/ftv2blank.png
|
328
452
|
- doc/cxxapi/ftv2doc.png
|
@@ -337,6 +461,26 @@ files:
|
|
337
461
|
- doc/cxxapi/ftv2pnode.png
|
338
462
|
- doc/cxxapi/ftv2vertline.png
|
339
463
|
- doc/cxxapi/functions.html
|
464
|
+
- doc/cxxapi/functions_0x62.html
|
465
|
+
- doc/cxxapi/functions_0x63.html
|
466
|
+
- doc/cxxapi/functions_0x64.html
|
467
|
+
- doc/cxxapi/functions_0x65.html
|
468
|
+
- doc/cxxapi/functions_0x66.html
|
469
|
+
- doc/cxxapi/functions_0x67.html
|
470
|
+
- doc/cxxapi/functions_0x68.html
|
471
|
+
- doc/cxxapi/functions_0x69.html
|
472
|
+
- doc/cxxapi/functions_0x6b.html
|
473
|
+
- doc/cxxapi/functions_0x6c.html
|
474
|
+
- doc/cxxapi/functions_0x6d.html
|
475
|
+
- doc/cxxapi/functions_0x6e.html
|
476
|
+
- doc/cxxapi/functions_0x6f.html
|
477
|
+
- doc/cxxapi/functions_0x70.html
|
478
|
+
- doc/cxxapi/functions_0x72.html
|
479
|
+
- doc/cxxapi/functions_0x73.html
|
480
|
+
- doc/cxxapi/functions_0x74.html
|
481
|
+
- doc/cxxapi/functions_0x75.html
|
482
|
+
- doc/cxxapi/functions_0x77.html
|
483
|
+
- doc/cxxapi/functions_0x7e.html
|
340
484
|
- doc/cxxapi/functions_enum.html
|
341
485
|
- doc/cxxapi/functions_eval.html
|
342
486
|
- doc/cxxapi/functions_func.html
|
@@ -359,6 +503,7 @@ files:
|
|
359
503
|
- doc/cxxapi/Hooks_8h-source.html
|
360
504
|
- doc/cxxapi/Hooks_8h_source.html
|
361
505
|
- doc/cxxapi/HttpStatusExtractor_8h-source.html
|
506
|
+
- doc/cxxapi/HttpStatusExtractor_8h_source.html
|
362
507
|
- doc/cxxapi/index.html
|
363
508
|
- doc/cxxapi/inherit__graph__0.map
|
364
509
|
- doc/cxxapi/inherit__graph__0.md5
|
@@ -482,13 +627,18 @@ files:
|
|
482
627
|
- doc/cxxapi/inherit__graph__9.png
|
483
628
|
- doc/cxxapi/inherits.html
|
484
629
|
- doc/cxxapi/Logging_8h-source.html
|
630
|
+
- doc/cxxapi/Logging_8h_source.html
|
485
631
|
- doc/cxxapi/LoggingServer_8h-source.html
|
486
632
|
- doc/cxxapi/main.html
|
487
633
|
- doc/cxxapi/md5_8h-source.html
|
488
634
|
- doc/cxxapi/MessageChannel_8h-source.html
|
635
|
+
- doc/cxxapi/MessageChannel_8h_source.html
|
489
636
|
- doc/cxxapi/MessageClient_8h-source.html
|
637
|
+
- doc/cxxapi/MessageClient_8h_source.html
|
490
638
|
- doc/cxxapi/MessageReadersWriters_8h-source.html
|
639
|
+
- doc/cxxapi/MessageReadersWriters_8h_source.html
|
491
640
|
- doc/cxxapi/MessageServer_8h-source.html
|
641
|
+
- doc/cxxapi/MessageServer_8h_source.html
|
492
642
|
- doc/cxxapi/modules.html
|
493
643
|
- doc/cxxapi/namespacemembers.html
|
494
644
|
- doc/cxxapi/namespacemembers_enum.html
|
@@ -498,18 +648,31 @@ files:
|
|
498
648
|
- doc/cxxapi/namespacePassenger.html
|
499
649
|
- doc/cxxapi/namespaces.html
|
500
650
|
- doc/cxxapi/nginx_2Configuration_8h-source.html
|
651
|
+
- doc/cxxapi/nginx_2Configuration_8h_source.html
|
501
652
|
- doc/cxxapi/ngx__http__passenger__module_8h-source.html
|
653
|
+
- doc/cxxapi/ngx__http__passenger__module_8h_source.html
|
502
654
|
- doc/cxxapi/PoolOptions_8h-source.html
|
655
|
+
- doc/cxxapi/PoolOptions_8h_source.html
|
503
656
|
- doc/cxxapi/Process_8h-source.html
|
657
|
+
- doc/cxxapi/Process_8h_source.html
|
504
658
|
- doc/cxxapi/RandomGenerator_8h-source.html
|
659
|
+
- doc/cxxapi/RandomGenerator_8h_source.html
|
505
660
|
- doc/cxxapi/ResourceLocator_8h-source.html
|
661
|
+
- doc/cxxapi/ResourceLocator_8h_source.html
|
506
662
|
- doc/cxxapi/ScgiRequestParser_8h-source.html
|
663
|
+
- doc/cxxapi/ScgiRequestParser_8h_source.html
|
507
664
|
- doc/cxxapi/ServerInstanceDir_8h-source.html
|
665
|
+
- doc/cxxapi/ServerInstanceDir_8h_source.html
|
508
666
|
- doc/cxxapi/Session_8h-source.html
|
667
|
+
- doc/cxxapi/Session_8h_source.html
|
509
668
|
- doc/cxxapi/SpawnManager_8h-source.html
|
669
|
+
- doc/cxxapi/SpawnManager_8h_source.html
|
510
670
|
- doc/cxxapi/StaticContentHandler_8h-source.html
|
671
|
+
- doc/cxxapi/StaticContentHandler_8h_source.html
|
511
672
|
- doc/cxxapi/StaticString_8h-source.html
|
673
|
+
- doc/cxxapi/StaticString_8h_source.html
|
512
674
|
- doc/cxxapi/StringListCreator_8h-source.html
|
675
|
+
- doc/cxxapi/StringListCreator_8h_source.html
|
513
676
|
- doc/cxxapi/structPassenger_1_1AnythingToString-members.html
|
514
677
|
- doc/cxxapi/structPassenger_1_1AnythingToString.html
|
515
678
|
- doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01StaticString_01_4_01_4-members.html
|
@@ -530,10 +693,39 @@ files:
|
|
530
693
|
- doc/cxxapi/Timer_8h-source.html
|
531
694
|
- doc/cxxapi/tree.html
|
532
695
|
- doc/cxxapi/Utils_8h-source.html
|
696
|
+
- doc/cxxapi/Utils_8h_source.html
|
533
697
|
- doc/cxxapi/Version_8h-source.html
|
698
|
+
- doc/definitions.h
|
699
|
+
- doc/Doxyfile
|
534
700
|
- doc/images/by_sa.png
|
535
701
|
- doc/images/conservative_spawning.png
|
536
702
|
- doc/images/conservative_spawning.svg
|
703
|
+
- doc/images/icons/callouts/1.png
|
704
|
+
- doc/images/icons/callouts/10.png
|
705
|
+
- doc/images/icons/callouts/11.png
|
706
|
+
- doc/images/icons/callouts/12.png
|
707
|
+
- doc/images/icons/callouts/13.png
|
708
|
+
- doc/images/icons/callouts/14.png
|
709
|
+
- doc/images/icons/callouts/15.png
|
710
|
+
- doc/images/icons/callouts/2.png
|
711
|
+
- doc/images/icons/callouts/3.png
|
712
|
+
- doc/images/icons/callouts/4.png
|
713
|
+
- doc/images/icons/callouts/5.png
|
714
|
+
- doc/images/icons/callouts/6.png
|
715
|
+
- doc/images/icons/callouts/7.png
|
716
|
+
- doc/images/icons/callouts/8.png
|
717
|
+
- doc/images/icons/callouts/9.png
|
718
|
+
- doc/images/icons/caution.png
|
719
|
+
- doc/images/icons/example.png
|
720
|
+
- doc/images/icons/home.png
|
721
|
+
- doc/images/icons/important.png
|
722
|
+
- doc/images/icons/next.png
|
723
|
+
- doc/images/icons/note.png
|
724
|
+
- doc/images/icons/prev.png
|
725
|
+
- doc/images/icons/README
|
726
|
+
- doc/images/icons/tip.png
|
727
|
+
- doc/images/icons/up.png
|
728
|
+
- doc/images/icons/warning.png
|
537
729
|
- doc/images/passenger_architecture.png
|
538
730
|
- doc/images/passenger_architecture.svg
|
539
731
|
- doc/images/phusion_banner.png
|
@@ -543,41 +735,24 @@ files:
|
|
543
735
|
- doc/images/spawn_server_architecture.svg
|
544
736
|
- doc/images/typical_isolated_web_application.png
|
545
737
|
- doc/images/typical_isolated_web_application.svg
|
738
|
+
- doc/Security of user switching support.html
|
739
|
+
- doc/Security of user switching support.txt
|
546
740
|
- doc/template/horo.rb
|
547
|
-
- doc/
|
741
|
+
- doc/Users guide Apache.html
|
742
|
+
- doc/Users guide Apache.txt
|
743
|
+
- doc/Users guide Nginx.html
|
744
|
+
- doc/Users guide Nginx.txt
|
745
|
+
- doc/Users guide Standalone.html
|
746
|
+
- doc/Users guide Standalone.txt
|
747
|
+
- doc/users_guide_snippets/analysis_and_system_maintenance.txt
|
548
748
|
- doc/users_guide_snippets/appendix_a_about.txt
|
549
749
|
- doc/users_guide_snippets/appendix_b_terminology.txt
|
550
750
|
- doc/users_guide_snippets/appendix_c_spawning_methods.txt
|
551
751
|
- doc/users_guide_snippets/global_queueing_explained.txt
|
752
|
+
- doc/users_guide_snippets/passenger_spawn_method.txt
|
552
753
|
- doc/users_guide_snippets/rackup_specifications.txt
|
553
|
-
- doc/users_guide_snippets/rails_spawn_method.txt
|
554
754
|
- doc/users_guide_snippets/tips.txt
|
555
|
-
- doc/
|
556
|
-
- doc/images/icons/example.png
|
557
|
-
- doc/images/icons/home.png
|
558
|
-
- doc/images/icons/important.png
|
559
|
-
- doc/images/icons/next.png
|
560
|
-
- doc/images/icons/note.png
|
561
|
-
- doc/images/icons/prev.png
|
562
|
-
- doc/images/icons/README
|
563
|
-
- doc/images/icons/tip.png
|
564
|
-
- doc/images/icons/up.png
|
565
|
-
- doc/images/icons/warning.png
|
566
|
-
- doc/images/icons/callouts/1.png
|
567
|
-
- doc/images/icons/callouts/10.png
|
568
|
-
- doc/images/icons/callouts/11.png
|
569
|
-
- doc/images/icons/callouts/12.png
|
570
|
-
- doc/images/icons/callouts/13.png
|
571
|
-
- doc/images/icons/callouts/14.png
|
572
|
-
- doc/images/icons/callouts/15.png
|
573
|
-
- doc/images/icons/callouts/2.png
|
574
|
-
- doc/images/icons/callouts/3.png
|
575
|
-
- doc/images/icons/callouts/4.png
|
576
|
-
- doc/images/icons/callouts/5.png
|
577
|
-
- doc/images/icons/callouts/6.png
|
578
|
-
- doc/images/icons/callouts/7.png
|
579
|
-
- doc/images/icons/callouts/8.png
|
580
|
-
- doc/images/icons/callouts/9.png
|
755
|
+
- doc/users_guide_snippets/under_the_hood/page_caching_support.txt
|
581
756
|
- man/passenger-config.1
|
582
757
|
- man/passenger-make-enterprisey.8
|
583
758
|
- man/passenger-memory-stats.8
|
@@ -587,47 +762,94 @@ files:
|
|
587
762
|
- debian/control
|
588
763
|
- debian/postinst
|
589
764
|
- debian/prerm
|
590
|
-
-
|
591
|
-
-
|
592
|
-
- ext/common/
|
765
|
+
- helper-scripts/passenger-spawn-server
|
766
|
+
- helper-scripts/prespawn
|
767
|
+
- ext/common/AccountsDatabase.cpp
|
768
|
+
- ext/common/AgentBase.cpp
|
769
|
+
- ext/common/AgentsStarter.cpp
|
770
|
+
- ext/common/BCrypt.cpp
|
593
771
|
- ext/common/Logging.cpp
|
594
|
-
- ext/common/
|
772
|
+
- ext/common/LoggingAgent/Main.cpp
|
773
|
+
- ext/common/Utils/Base64.cpp
|
774
|
+
- ext/common/Utils/CachedFileStat.cpp
|
775
|
+
- ext/common/Utils/foo.cpp
|
776
|
+
- ext/common/Utils/IOUtils.cpp
|
777
|
+
- ext/common/Utils/MD5.cpp
|
778
|
+
- ext/common/Utils/StrIntUtils.cpp
|
779
|
+
- ext/common/Utils/SystemTime.cpp
|
595
780
|
- ext/common/Utils.cpp
|
596
|
-
- ext/common/
|
597
|
-
- ext/common/
|
598
|
-
- ext/common/
|
599
|
-
- ext/common/
|
600
|
-
- ext/common/
|
601
|
-
- ext/common/
|
602
|
-
- ext/common/
|
781
|
+
- ext/common/Watchdog.cpp
|
782
|
+
- ext/common/Blowfish.c
|
783
|
+
- ext/common/AbstractSpawnManager.h
|
784
|
+
- ext/common/Account.h
|
785
|
+
- ext/common/AccountsDatabase.h
|
786
|
+
- ext/common/AgentBase.h
|
787
|
+
- ext/common/AgentsStarter.h
|
788
|
+
- ext/common/ApplicationPool/Client.h
|
789
|
+
- ext/common/ApplicationPool/Interface.h
|
790
|
+
- ext/common/ApplicationPool/Pool.h
|
791
|
+
- ext/common/ApplicationPool/Server.h
|
792
|
+
- ext/common/BCrypt.h
|
793
|
+
- ext/common/Blowfish.h
|
794
|
+
- ext/common/Constants.h
|
795
|
+
- ext/common/EventedClient.h
|
796
|
+
- ext/common/EventedMessageServer.h
|
797
|
+
- ext/common/EventedServer.h
|
603
798
|
- ext/common/Exceptions.h
|
604
|
-
- ext/common/
|
799
|
+
- ext/common/FileDescriptor.h
|
800
|
+
- ext/common/HelperAgent/BacktracesServer.h
|
605
801
|
- ext/common/Logging.h
|
802
|
+
- ext/common/LoggingAgent/ChangeNotifier.h
|
803
|
+
- ext/common/LoggingAgent/DataStoreId.h
|
804
|
+
- ext/common/LoggingAgent/LoggingServer.h
|
805
|
+
- ext/common/LoggingAgent/RemoteSender.h
|
606
806
|
- ext/common/MessageChannel.h
|
807
|
+
- ext/common/MessageClient.h
|
808
|
+
- ext/common/MessageReadersWriters.h
|
809
|
+
- ext/common/MessageServer.h
|
607
810
|
- ext/common/PoolOptions.h
|
811
|
+
- ext/common/Process.h
|
812
|
+
- ext/common/RandomGenerator.h
|
813
|
+
- ext/common/ResourceLocator.h
|
814
|
+
- ext/common/ServerInstanceDir.h
|
815
|
+
- ext/common/Session.h
|
608
816
|
- ext/common/SpawnManager.h
|
609
|
-
- ext/common/StandardApplicationPool.h
|
610
817
|
- ext/common/StaticString.h
|
611
818
|
- ext/common/StringListCreator.h
|
612
|
-
- ext/common/
|
613
|
-
- ext/common/
|
819
|
+
- ext/common/Utils/Base64.h
|
820
|
+
- ext/common/Utils/BlockingQueue.h
|
821
|
+
- ext/common/Utils/BlockingScalar.h
|
822
|
+
- ext/common/Utils/CachedFileStat.h
|
823
|
+
- ext/common/Utils/FileChangeChecker.h
|
824
|
+
- ext/common/Utils/FileHandleGuard.h
|
825
|
+
- ext/common/Utils/IOUtils.h
|
826
|
+
- ext/common/Utils/MD5.h
|
827
|
+
- ext/common/Utils/MemZeroGuard.h
|
828
|
+
- ext/common/Utils/ProcessMetricsCollector.h
|
829
|
+
- ext/common/Utils/ScopeGuard.h
|
830
|
+
- ext/common/Utils/StrIntUtils.h
|
831
|
+
- ext/common/Utils/SystemTime.h
|
832
|
+
- ext/common/Utils/Timer.h
|
833
|
+
- ext/common/Utils/VariantMap.h
|
614
834
|
- ext/common/Utils.h
|
615
|
-
- ext/common/
|
616
|
-
- ext/common/CachedFileStat.hpp
|
835
|
+
- ext/common/AgentsStarter.hpp
|
836
|
+
- ext/common/Utils/CachedFileStat.hpp
|
617
837
|
- ext/apache2/Bucket.cpp
|
618
838
|
- ext/apache2/Configuration.cpp
|
839
|
+
- ext/apache2/HelperAgent.cpp
|
619
840
|
- ext/apache2/Hooks.cpp
|
620
841
|
- ext/apache2/Bucket.h
|
621
842
|
- ext/apache2/Configuration.h
|
622
843
|
- ext/apache2/DirectoryMapper.h
|
623
844
|
- ext/apache2/Hooks.h
|
845
|
+
- ext/apache2/Configuration.hpp
|
624
846
|
- ext/apache2/mod_passenger.c
|
625
847
|
- ext/apache2/LICENSE-CNRI.TXT
|
626
848
|
- ext/nginx/Configuration.c
|
627
849
|
- ext/nginx/ContentHandler.c
|
628
850
|
- ext/nginx/ngx_http_passenger_module.c
|
629
851
|
- ext/nginx/StaticContentHandler.c
|
630
|
-
- ext/nginx/
|
852
|
+
- ext/nginx/HelperAgent.cpp
|
631
853
|
- ext/nginx/Configuration.h
|
632
854
|
- ext/nginx/ContentHandler.h
|
633
855
|
- ext/nginx/HttpStatusExtractor.h
|
@@ -635,47 +857,6 @@ files:
|
|
635
857
|
- ext/nginx/ScgiRequestParser.h
|
636
858
|
- ext/nginx/StaticContentHandler.h
|
637
859
|
- ext/nginx/config
|
638
|
-
- ext/boost/assert.hpp
|
639
|
-
- ext/boost/bind.hpp
|
640
|
-
- ext/boost/call_traits.hpp
|
641
|
-
- ext/boost/checked_delete.hpp
|
642
|
-
- ext/boost/concept_check.hpp
|
643
|
-
- ext/boost/config.hpp
|
644
|
-
- ext/boost/cstdint.hpp
|
645
|
-
- ext/boost/current_function.hpp
|
646
|
-
- ext/boost/enable_shared_from_this.hpp
|
647
|
-
- ext/boost/function.hpp
|
648
|
-
- ext/boost/function_equal.hpp
|
649
|
-
- ext/boost/get_pointer.hpp
|
650
|
-
- ext/boost/implicit_cast.hpp
|
651
|
-
- ext/boost/integer_traits.hpp
|
652
|
-
- ext/boost/io_fwd.hpp
|
653
|
-
- ext/boost/is_placeholder.hpp
|
654
|
-
- ext/boost/iterator.hpp
|
655
|
-
- ext/boost/lexical_cast.hpp
|
656
|
-
- ext/boost/limits.hpp
|
657
|
-
- ext/boost/mem_fn.hpp
|
658
|
-
- ext/boost/next_prior.hpp
|
659
|
-
- ext/boost/non_type.hpp
|
660
|
-
- ext/boost/noncopyable.hpp
|
661
|
-
- ext/boost/none.hpp
|
662
|
-
- ext/boost/none_t.hpp
|
663
|
-
- ext/boost/operators.hpp
|
664
|
-
- ext/boost/optional.hpp
|
665
|
-
- ext/boost/ref.hpp
|
666
|
-
- ext/boost/shared_ptr.hpp
|
667
|
-
- ext/boost/static_assert.hpp
|
668
|
-
- ext/boost/thread.hpp
|
669
|
-
- ext/boost/throw_exception.hpp
|
670
|
-
- ext/boost/token_functions.hpp
|
671
|
-
- ext/boost/token_iterator.hpp
|
672
|
-
- ext/boost/tokenizer.hpp
|
673
|
-
- ext/boost/type.hpp
|
674
|
-
- ext/boost/utility.hpp
|
675
|
-
- ext/boost/visit_each.hpp
|
676
|
-
- ext/boost/weak_ptr.hpp
|
677
|
-
- ext/boost/LICENSE.TXT
|
678
|
-
- ext/boost/VERSION.TXT
|
679
860
|
- ext/boost/algorithm/string/case_conv.hpp
|
680
861
|
- ext/boost/algorithm/string/compare.hpp
|
681
862
|
- ext/boost/algorithm/string/concept.hpp
|
@@ -697,20 +878,28 @@ files:
|
|
697
878
|
- ext/boost/algorithm/string/replace.hpp
|
698
879
|
- ext/boost/algorithm/string/sequence_traits.hpp
|
699
880
|
- ext/boost/algorithm/string/yes_no_type.hpp
|
881
|
+
- ext/boost/assert.hpp
|
700
882
|
- ext/boost/bind/arg.hpp
|
883
|
+
- ext/boost/bind/bind.hpp
|
701
884
|
- ext/boost/bind/bind_cc.hpp
|
885
|
+
- ext/boost/bind/bind_mf2_cc.hpp
|
702
886
|
- ext/boost/bind/bind_mf_cc.hpp
|
703
887
|
- ext/boost/bind/bind_template.hpp
|
888
|
+
- ext/boost/bind/mem_fn.hpp
|
704
889
|
- ext/boost/bind/mem_fn_cc.hpp
|
705
890
|
- ext/boost/bind/mem_fn_template.hpp
|
706
891
|
- ext/boost/bind/placeholders.hpp
|
707
892
|
- ext/boost/bind/storage.hpp
|
893
|
+
- ext/boost/bind.hpp
|
894
|
+
- ext/boost/call_traits.hpp
|
895
|
+
- ext/boost/checked_delete.hpp
|
708
896
|
- ext/boost/concept/assert.hpp
|
709
897
|
- ext/boost/concept/detail/concept_def.hpp
|
710
898
|
- ext/boost/concept/detail/concept_undef.hpp
|
711
899
|
- ext/boost/concept/detail/general.hpp
|
712
900
|
- ext/boost/concept/detail/has_constraints.hpp
|
713
901
|
- ext/boost/concept/usage.hpp
|
902
|
+
- ext/boost/concept_check.hpp
|
714
903
|
- ext/boost/config/abi/borland_prefix.hpp
|
715
904
|
- ext/boost/config/abi/borland_suffix.hpp
|
716
905
|
- ext/boost/config/abi/msvc_prefix.hpp
|
@@ -719,6 +908,7 @@ files:
|
|
719
908
|
- ext/boost/config/abi_suffix.hpp
|
720
909
|
- ext/boost/config/auto_link.hpp
|
721
910
|
- ext/boost/config/compiler/borland.hpp
|
911
|
+
- ext/boost/config/compiler/codegear.hpp
|
722
912
|
- ext/boost/config/compiler/comeau.hpp
|
723
913
|
- ext/boost/config/compiler/common_edg.hpp
|
724
914
|
- ext/boost/config/compiler/compaq_cxx.hpp
|
@@ -736,6 +926,7 @@ files:
|
|
736
926
|
- ext/boost/config/compiler/sunpro_cc.hpp
|
737
927
|
- ext/boost/config/compiler/vacpp.hpp
|
738
928
|
- ext/boost/config/compiler/visualc.hpp
|
929
|
+
- ext/boost/config/no_tr1/cmath.hpp
|
739
930
|
- ext/boost/config/no_tr1/complex.hpp
|
740
931
|
- ext/boost/config/no_tr1/functional.hpp
|
741
932
|
- ext/boost/config/no_tr1/memory.hpp
|
@@ -751,6 +942,7 @@ files:
|
|
751
942
|
- ext/boost/config/platform/macos.hpp
|
752
943
|
- ext/boost/config/platform/qnxnto.hpp
|
753
944
|
- ext/boost/config/platform/solaris.hpp
|
945
|
+
- ext/boost/config/platform/vxworks.hpp
|
754
946
|
- ext/boost/config/platform/win32.hpp
|
755
947
|
- ext/boost/config/posix_features.hpp
|
756
948
|
- ext/boost/config/requires_threads.hpp
|
@@ -768,6 +960,10 @@ files:
|
|
768
960
|
- ext/boost/config/stdlib/vacpp.hpp
|
769
961
|
- ext/boost/config/suffix.hpp
|
770
962
|
- ext/boost/config/user.hpp
|
963
|
+
- ext/boost/config/warning_disable.hpp
|
964
|
+
- ext/boost/config.hpp
|
965
|
+
- ext/boost/cstdint.hpp
|
966
|
+
- ext/boost/current_function.hpp
|
771
967
|
- ext/boost/date_time/adjust_functors.hpp
|
772
968
|
- ext/boost/date_time/c_time.hpp
|
773
969
|
- ext/boost/date_time/compiler_config.hpp
|
@@ -809,6 +1005,7 @@ files:
|
|
809
1005
|
- ext/boost/date_time/gregorian/gregorian_types.hpp
|
810
1006
|
- ext/boost/date_time/gregorian/parsers.hpp
|
811
1007
|
- ext/boost/date_time/gregorian_calendar.hpp
|
1008
|
+
- ext/boost/date_time/gregorian_calendar.ipp
|
812
1009
|
- ext/boost/date_time/int_adapter.hpp
|
813
1010
|
- ext/boost/date_time/iso_format.hpp
|
814
1011
|
- ext/boost/date_time/locale_config.hpp
|
@@ -848,44 +1045,47 @@ files:
|
|
848
1045
|
- ext/boost/date_time/time_system_split.hpp
|
849
1046
|
- ext/boost/date_time/wrapping_int.hpp
|
850
1047
|
- ext/boost/date_time/year_month_day.hpp
|
851
|
-
- ext/boost/detail/atomic_count.hpp
|
852
|
-
- ext/boost/detail/atomic_count_gcc.hpp
|
853
|
-
- ext/boost/detail/atomic_count_gcc_x86.hpp
|
854
|
-
- ext/boost/detail/atomic_count_pthreads.hpp
|
855
|
-
- ext/boost/detail/atomic_count_solaris.hpp
|
856
|
-
- ext/boost/detail/atomic_count_sync.hpp
|
857
|
-
- ext/boost/detail/atomic_count_win32.hpp
|
858
|
-
- ext/boost/detail/bad_weak_ptr.hpp
|
859
1048
|
- ext/boost/detail/call_traits.hpp
|
860
1049
|
- ext/boost/detail/endian.hpp
|
861
1050
|
- ext/boost/detail/indirect_traits.hpp
|
862
1051
|
- ext/boost/detail/iterator.hpp
|
863
1052
|
- ext/boost/detail/lcast_precision.hpp
|
864
1053
|
- ext/boost/detail/limits.hpp
|
1054
|
+
- ext/boost/detail/no_exceptions_support.hpp
|
865
1055
|
- ext/boost/detail/reference_content.hpp
|
866
|
-
- ext/boost/detail/shared_count.hpp
|
867
|
-
- ext/boost/detail/sp_counted_base.hpp
|
868
|
-
- ext/boost/detail/sp_counted_base_acc_ia64.hpp
|
869
|
-
- ext/boost/detail/sp_counted_base_cw_ppc.hpp
|
870
|
-
- ext/boost/detail/sp_counted_base_cw_x86.hpp
|
871
|
-
- ext/boost/detail/sp_counted_base_gcc_ia64.hpp
|
872
|
-
- ext/boost/detail/sp_counted_base_gcc_ppc.hpp
|
873
|
-
- ext/boost/detail/sp_counted_base_gcc_sparc.hpp
|
874
|
-
- ext/boost/detail/sp_counted_base_gcc_x86.hpp
|
875
|
-
- ext/boost/detail/sp_counted_base_nt.hpp
|
876
|
-
- ext/boost/detail/sp_counted_base_pt.hpp
|
877
|
-
- ext/boost/detail/sp_counted_base_solaris.hpp
|
878
|
-
- ext/boost/detail/sp_counted_base_sync.hpp
|
879
|
-
- ext/boost/detail/sp_counted_base_w32.hpp
|
880
|
-
- ext/boost/detail/sp_counted_impl.hpp
|
881
1056
|
- ext/boost/detail/sp_typeinfo.hpp
|
882
1057
|
- ext/boost/detail/workaround.hpp
|
1058
|
+
- ext/boost/enable_shared_from_this.hpp
|
1059
|
+
- ext/boost/exception/current_exception_cast.hpp
|
1060
|
+
- ext/boost/exception/detail/attribute_noreturn.hpp
|
1061
|
+
- ext/boost/exception/detail/error_info_impl.hpp
|
1062
|
+
- ext/boost/exception/detail/exception_ptr.hpp
|
1063
|
+
- ext/boost/exception/detail/is_output_streamable.hpp
|
1064
|
+
- ext/boost/exception/detail/object_hex_dump.hpp
|
1065
|
+
- ext/boost/exception/detail/type_info.hpp
|
1066
|
+
- ext/boost/exception/diagnostic_information.hpp
|
1067
|
+
- ext/boost/exception/exception.hpp
|
1068
|
+
- ext/boost/exception/get_error_info.hpp
|
1069
|
+
- ext/boost/exception/info.hpp
|
1070
|
+
- ext/boost/exception/to_string.hpp
|
1071
|
+
- ext/boost/exception/to_string_stub.hpp
|
1072
|
+
- ext/boost/exception_ptr.hpp
|
883
1073
|
- ext/boost/function/detail/function_iterate.hpp
|
884
1074
|
- ext/boost/function/detail/maybe_include.hpp
|
885
1075
|
- ext/boost/function/detail/prologue.hpp
|
886
1076
|
- ext/boost/function/function_base.hpp
|
1077
|
+
- ext/boost/function/function_fwd.hpp
|
887
1078
|
- ext/boost/function/function_template.hpp
|
1079
|
+
- ext/boost/function.hpp
|
1080
|
+
- ext/boost/function_equal.hpp
|
1081
|
+
- ext/boost/get_pointer.hpp
|
1082
|
+
- ext/boost/implicit_cast.hpp
|
1083
|
+
- ext/boost/integer.hpp
|
1084
|
+
- ext/boost/integer_fwd.hpp
|
1085
|
+
- ext/boost/integer_traits.hpp
|
888
1086
|
- ext/boost/io/ios_state.hpp
|
1087
|
+
- ext/boost/io_fwd.hpp
|
1088
|
+
- ext/boost/is_placeholder.hpp
|
889
1089
|
- ext/boost/iterator/detail/config_def.hpp
|
890
1090
|
- ext/boost/iterator/detail/config_undef.hpp
|
891
1091
|
- ext/boost/iterator/detail/enable_if.hpp
|
@@ -898,6 +1098,11 @@ files:
|
|
898
1098
|
- ext/boost/iterator/iterator_traits.hpp
|
899
1099
|
- ext/boost/iterator/reverse_iterator.hpp
|
900
1100
|
- ext/boost/iterator/transform_iterator.hpp
|
1101
|
+
- ext/boost/iterator.hpp
|
1102
|
+
- ext/boost/lexical_cast.hpp
|
1103
|
+
- ext/boost/limits.hpp
|
1104
|
+
- ext/boost/mem_fn.hpp
|
1105
|
+
- ext/boost/memory_order.hpp
|
901
1106
|
- ext/boost/mpl/always.hpp
|
902
1107
|
- ext/boost/mpl/and.hpp
|
903
1108
|
- ext/boost/mpl/apply.hpp
|
@@ -913,6 +1118,7 @@ files:
|
|
913
1118
|
- ext/boost/mpl/aux_/common_name_wknd.hpp
|
914
1119
|
- ext/boost/mpl/aux_/config/adl.hpp
|
915
1120
|
- ext/boost/mpl/aux_/config/arrays.hpp
|
1121
|
+
- ext/boost/mpl/aux_/config/bcc.hpp
|
916
1122
|
- ext/boost/mpl/aux_/config/bind.hpp
|
917
1123
|
- ext/boost/mpl/aux_/config/compiler.hpp
|
918
1124
|
- ext/boost/mpl/aux_/config/ctps.hpp
|
@@ -999,18 +1205,29 @@ files:
|
|
999
1205
|
- ext/boost/mpl/size_t_fwd.hpp
|
1000
1206
|
- ext/boost/mpl/void.hpp
|
1001
1207
|
- ext/boost/mpl/void_fwd.hpp
|
1208
|
+
- ext/boost/next_prior.hpp
|
1209
|
+
- ext/boost/non_type.hpp
|
1210
|
+
- ext/boost/noncopyable.hpp
|
1211
|
+
- ext/boost/none.hpp
|
1212
|
+
- ext/boost/none_t.hpp
|
1213
|
+
- ext/boost/operators.hpp
|
1002
1214
|
- ext/boost/optional/optional.hpp
|
1003
1215
|
- ext/boost/optional/optional_fwd.hpp
|
1216
|
+
- ext/boost/optional.hpp
|
1004
1217
|
- ext/boost/preprocessor/arithmetic/add.hpp
|
1005
1218
|
- ext/boost/preprocessor/arithmetic/dec.hpp
|
1219
|
+
- ext/boost/preprocessor/arithmetic/detail/div_base.hpp
|
1006
1220
|
- ext/boost/preprocessor/arithmetic/inc.hpp
|
1221
|
+
- ext/boost/preprocessor/arithmetic/mod.hpp
|
1007
1222
|
- ext/boost/preprocessor/arithmetic/sub.hpp
|
1008
1223
|
- ext/boost/preprocessor/array/data.hpp
|
1009
1224
|
- ext/boost/preprocessor/array/elem.hpp
|
1010
1225
|
- ext/boost/preprocessor/array/size.hpp
|
1011
1226
|
- ext/boost/preprocessor/cat.hpp
|
1012
1227
|
- ext/boost/preprocessor/comma_if.hpp
|
1228
|
+
- ext/boost/preprocessor/comparison/less_equal.hpp
|
1013
1229
|
- ext/boost/preprocessor/config/config.hpp
|
1230
|
+
- ext/boost/preprocessor/control/deduce_d.hpp
|
1014
1231
|
- ext/boost/preprocessor/control/detail/while.hpp
|
1015
1232
|
- ext/boost/preprocessor/control/expr_iif.hpp
|
1016
1233
|
- ext/boost/preprocessor/control/if.hpp
|
@@ -1045,6 +1262,7 @@ files:
|
|
1045
1262
|
- ext/boost/preprocessor/logical/bitand.hpp
|
1046
1263
|
- ext/boost/preprocessor/logical/bool.hpp
|
1047
1264
|
- ext/boost/preprocessor/logical/compl.hpp
|
1265
|
+
- ext/boost/preprocessor/logical/not.hpp
|
1048
1266
|
- ext/boost/preprocessor/punctuation/comma.hpp
|
1049
1267
|
- ext/boost/preprocessor/punctuation/comma_if.hpp
|
1050
1268
|
- ext/boost/preprocessor/repeat.hpp
|
@@ -1055,11 +1273,14 @@ files:
|
|
1055
1273
|
- ext/boost/preprocessor/repetition/for.hpp
|
1056
1274
|
- ext/boost/preprocessor/repetition/repeat.hpp
|
1057
1275
|
- ext/boost/preprocessor/repetition/repeat_from_to.hpp
|
1276
|
+
- ext/boost/preprocessor/seq/cat.hpp
|
1058
1277
|
- ext/boost/preprocessor/seq/elem.hpp
|
1059
1278
|
- ext/boost/preprocessor/seq/enum.hpp
|
1279
|
+
- ext/boost/preprocessor/seq/fold_left.hpp
|
1060
1280
|
- ext/boost/preprocessor/seq/for_each_i.hpp
|
1061
1281
|
- ext/boost/preprocessor/seq/seq.hpp
|
1062
1282
|
- ext/boost/preprocessor/seq/size.hpp
|
1283
|
+
- ext/boost/preprocessor/seq/transform.hpp
|
1063
1284
|
- ext/boost/preprocessor/slot/detail/def.hpp
|
1064
1285
|
- ext/boost/preprocessor/slot/detail/shared.hpp
|
1065
1286
|
- ext/boost/preprocessor/slot/slot.hpp
|
@@ -1090,12 +1311,70 @@ files:
|
|
1090
1311
|
- ext/boost/range/size.hpp
|
1091
1312
|
- ext/boost/range/size_type.hpp
|
1092
1313
|
- ext/boost/range/value_type.hpp
|
1314
|
+
- ext/boost/ref.hpp
|
1315
|
+
- ext/boost/scoped_array.hpp
|
1316
|
+
- ext/boost/scoped_ptr.hpp
|
1317
|
+
- ext/boost/shared_ptr.hpp
|
1318
|
+
- ext/boost/smart_ptr/bad_weak_ptr.hpp
|
1319
|
+
- ext/boost/smart_ptr/detail/atomic_count.hpp
|
1320
|
+
- ext/boost/smart_ptr/detail/atomic_count_gcc.hpp
|
1321
|
+
- ext/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp
|
1322
|
+
- ext/boost/smart_ptr/detail/atomic_count_pthreads.hpp
|
1323
|
+
- ext/boost/smart_ptr/detail/atomic_count_solaris.hpp
|
1324
|
+
- ext/boost/smart_ptr/detail/atomic_count_sync.hpp
|
1325
|
+
- ext/boost/smart_ptr/detail/atomic_count_win32.hpp
|
1326
|
+
- ext/boost/smart_ptr/detail/operator_bool.hpp
|
1327
|
+
- ext/boost/smart_ptr/detail/shared_count.hpp
|
1328
|
+
- ext/boost/smart_ptr/detail/sp_convertible.hpp
|
1329
|
+
- ext/boost/smart_ptr/detail/sp_counted_base.hpp
|
1330
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_acc_ia64.hpp
|
1331
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp
|
1332
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp
|
1333
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp
|
1334
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp
|
1335
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp
|
1336
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp
|
1337
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp
|
1338
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_nt.hpp
|
1339
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_pt.hpp
|
1340
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_solaris.hpp
|
1341
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_spin.hpp
|
1342
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_sync.hpp
|
1343
|
+
- ext/boost/smart_ptr/detail/sp_counted_base_w32.hpp
|
1344
|
+
- ext/boost/smart_ptr/detail/sp_counted_impl.hpp
|
1345
|
+
- ext/boost/smart_ptr/detail/sp_has_sync.hpp
|
1346
|
+
- ext/boost/smart_ptr/detail/spinlock.hpp
|
1347
|
+
- ext/boost/smart_ptr/detail/spinlock_gcc_arm.hpp
|
1348
|
+
- ext/boost/smart_ptr/detail/spinlock_nt.hpp
|
1349
|
+
- ext/boost/smart_ptr/detail/spinlock_pool.hpp
|
1350
|
+
- ext/boost/smart_ptr/detail/spinlock_pt.hpp
|
1351
|
+
- ext/boost/smart_ptr/detail/spinlock_sync.hpp
|
1352
|
+
- ext/boost/smart_ptr/detail/yield_k.hpp
|
1353
|
+
- ext/boost/smart_ptr/enable_shared_from_this.hpp
|
1354
|
+
- ext/boost/smart_ptr/scoped_array.hpp
|
1355
|
+
- ext/boost/smart_ptr/scoped_ptr.hpp
|
1356
|
+
- ext/boost/smart_ptr/shared_ptr.hpp
|
1357
|
+
- ext/boost/smart_ptr/weak_ptr.hpp
|
1358
|
+
- ext/boost/src/pthread/once.cpp
|
1359
|
+
- ext/boost/src/pthread/thread.cpp
|
1360
|
+
- ext/boost/src/pthread/timeconv.inl
|
1361
|
+
- ext/boost/src/tss_null.cpp
|
1362
|
+
- ext/boost/static_assert.hpp
|
1363
|
+
- ext/boost/thread/barrier.hpp
|
1093
1364
|
- ext/boost/thread/condition.hpp
|
1094
1365
|
- ext/boost/thread/condition_variable.hpp
|
1095
1366
|
- ext/boost/thread/detail/config.hpp
|
1367
|
+
- ext/boost/thread/detail/force_cast.hpp
|
1096
1368
|
- ext/boost/thread/detail/move.hpp
|
1097
1369
|
- ext/boost/thread/detail/platform.hpp
|
1370
|
+
- ext/boost/thread/detail/singleton.hpp
|
1371
|
+
- ext/boost/thread/detail/thread.hpp
|
1372
|
+
- ext/boost/thread/detail/thread_group.hpp
|
1373
|
+
- ext/boost/thread/detail/thread_heap_alloc.hpp
|
1374
|
+
- ext/boost/thread/detail/thread_interruption.hpp
|
1375
|
+
- ext/boost/thread/detail/tss_hooks.hpp
|
1098
1376
|
- ext/boost/thread/exceptions.hpp
|
1377
|
+
- ext/boost/thread/future.hpp
|
1099
1378
|
- ext/boost/thread/locks.hpp
|
1100
1379
|
- ext/boost/thread/mutex.hpp
|
1101
1380
|
- ext/boost/thread/once.hpp
|
@@ -1105,18 +1384,26 @@ files:
|
|
1105
1384
|
- ext/boost/thread/pthread/once.hpp
|
1106
1385
|
- ext/boost/thread/pthread/pthread_mutex_scoped_lock.hpp
|
1107
1386
|
- ext/boost/thread/pthread/recursive_mutex.hpp
|
1108
|
-
- ext/boost/thread/pthread/
|
1387
|
+
- ext/boost/thread/pthread/shared_mutex.hpp
|
1109
1388
|
- ext/boost/thread/pthread/thread_data.hpp
|
1389
|
+
- ext/boost/thread/pthread/thread_heap_alloc.hpp
|
1110
1390
|
- ext/boost/thread/pthread/timespec.hpp
|
1111
|
-
- ext/boost/thread/pthread/tss.hpp
|
1112
1391
|
- ext/boost/thread/recursive_mutex.hpp
|
1392
|
+
- ext/boost/thread/shared_mutex.hpp
|
1113
1393
|
- ext/boost/thread/thread.hpp
|
1114
1394
|
- ext/boost/thread/thread_time.hpp
|
1115
1395
|
- ext/boost/thread/tss.hpp
|
1116
1396
|
- ext/boost/thread/xtime.hpp
|
1397
|
+
- ext/boost/thread.hpp
|
1398
|
+
- ext/boost/throw_exception.hpp
|
1399
|
+
- ext/boost/token_functions.hpp
|
1400
|
+
- ext/boost/token_iterator.hpp
|
1401
|
+
- ext/boost/tokenizer.hpp
|
1402
|
+
- ext/boost/type.hpp
|
1117
1403
|
- ext/boost/type_traits/add_const.hpp
|
1118
1404
|
- ext/boost/type_traits/add_pointer.hpp
|
1119
1405
|
- ext/boost/type_traits/add_reference.hpp
|
1406
|
+
- ext/boost/type_traits/add_volatile.hpp
|
1120
1407
|
- ext/boost/type_traits/alignment_of.hpp
|
1121
1408
|
- ext/boost/type_traits/broken_compiler_spec.hpp
|
1122
1409
|
- ext/boost/type_traits/composite_traits.hpp
|
@@ -1141,18 +1428,22 @@ files:
|
|
1141
1428
|
- ext/boost/type_traits/function_traits.hpp
|
1142
1429
|
- ext/boost/type_traits/has_nothrow_copy.hpp
|
1143
1430
|
- ext/boost/type_traits/has_trivial_copy.hpp
|
1431
|
+
- ext/boost/type_traits/has_trivial_destructor.hpp
|
1144
1432
|
- ext/boost/type_traits/ice.hpp
|
1145
1433
|
- ext/boost/type_traits/integral_constant.hpp
|
1146
1434
|
- ext/boost/type_traits/intrinsics.hpp
|
1147
1435
|
- ext/boost/type_traits/is_abstract.hpp
|
1148
1436
|
- ext/boost/type_traits/is_arithmetic.hpp
|
1149
1437
|
- ext/boost/type_traits/is_array.hpp
|
1438
|
+
- ext/boost/type_traits/is_base_and_derived.hpp
|
1439
|
+
- ext/boost/type_traits/is_base_of.hpp
|
1150
1440
|
- ext/boost/type_traits/is_class.hpp
|
1151
1441
|
- ext/boost/type_traits/is_const.hpp
|
1152
1442
|
- ext/boost/type_traits/is_convertible.hpp
|
1153
1443
|
- ext/boost/type_traits/is_enum.hpp
|
1154
1444
|
- ext/boost/type_traits/is_float.hpp
|
1155
1445
|
- ext/boost/type_traits/is_function.hpp
|
1446
|
+
- ext/boost/type_traits/is_fundamental.hpp
|
1156
1447
|
- ext/boost/type_traits/is_integral.hpp
|
1157
1448
|
- ext/boost/type_traits/is_member_function_pointer.hpp
|
1158
1449
|
- ext/boost/type_traits/is_member_pointer.hpp
|
@@ -1161,9 +1452,12 @@ files:
|
|
1161
1452
|
- ext/boost/type_traits/is_reference.hpp
|
1162
1453
|
- ext/boost/type_traits/is_same.hpp
|
1163
1454
|
- ext/boost/type_traits/is_scalar.hpp
|
1455
|
+
- ext/boost/type_traits/is_signed.hpp
|
1164
1456
|
- ext/boost/type_traits/is_union.hpp
|
1457
|
+
- ext/boost/type_traits/is_unsigned.hpp
|
1165
1458
|
- ext/boost/type_traits/is_void.hpp
|
1166
1459
|
- ext/boost/type_traits/is_volatile.hpp
|
1460
|
+
- ext/boost/type_traits/make_unsigned.hpp
|
1167
1461
|
- ext/boost/type_traits/remove_const.hpp
|
1168
1462
|
- ext/boost/type_traits/remove_cv.hpp
|
1169
1463
|
- ext/boost/type_traits/remove_pointer.hpp
|
@@ -1171,20 +1465,56 @@ files:
|
|
1171
1465
|
- ext/boost/type_traits/type_with_alignment.hpp
|
1172
1466
|
- ext/boost/utility/addressof.hpp
|
1173
1467
|
- ext/boost/utility/base_from_member.hpp
|
1468
|
+
- ext/boost/utility/binary.hpp
|
1174
1469
|
- ext/boost/utility/compare_pointees.hpp
|
1175
1470
|
- ext/boost/utility/enable_if.hpp
|
1176
|
-
- ext/boost/
|
1177
|
-
- ext/boost/
|
1178
|
-
- ext/boost/
|
1179
|
-
- ext/
|
1180
|
-
- ext/
|
1181
|
-
- ext/
|
1182
|
-
- ext/
|
1183
|
-
- ext/
|
1184
|
-
- ext/
|
1185
|
-
- ext/
|
1186
|
-
- ext/
|
1471
|
+
- ext/boost/utility.hpp
|
1472
|
+
- ext/boost/visit_each.hpp
|
1473
|
+
- ext/boost/weak_ptr.hpp
|
1474
|
+
- ext/google/ChangeLog
|
1475
|
+
- ext/google/COPYING
|
1476
|
+
- ext/google/dense_hash_map
|
1477
|
+
- ext/google/dense_hash_set
|
1478
|
+
- ext/google/sparse_hash_map
|
1479
|
+
- ext/google/sparse_hash_set
|
1480
|
+
- ext/google/sparsehash/densehashtable.h
|
1481
|
+
- ext/google/sparsehash/sparseconfig.h
|
1482
|
+
- ext/google/sparsehash/sparsehashtable.h
|
1483
|
+
- ext/google/sparsetable
|
1484
|
+
- ext/google/type_traits.h
|
1485
|
+
- ext/libev/LICENSE
|
1486
|
+
- ext/libev/Changes
|
1487
|
+
- ext/libev/README
|
1488
|
+
- ext/libev/Makefile.am
|
1489
|
+
- ext/libev/Makefile.in
|
1490
|
+
- ext/libev/aclocal.m4
|
1491
|
+
- ext/libev/libev.m4
|
1492
|
+
- ext/libev/autogen.sh
|
1493
|
+
- ext/libev/config.guess
|
1494
|
+
- ext/libev/config.h.in
|
1495
|
+
- ext/libev/config.sub
|
1496
|
+
- ext/libev/configure
|
1497
|
+
- ext/libev/configure.ac
|
1498
|
+
- ext/libev/install-sh
|
1499
|
+
- ext/libev/ltmain.sh
|
1500
|
+
- ext/libev/missing
|
1501
|
+
- ext/libev/mkinstalldirs
|
1502
|
+
- ext/libev/config.h
|
1503
|
+
- ext/libev/ev++.h
|
1504
|
+
- ext/libev/ev.h
|
1505
|
+
- ext/libev/ev_vars.h
|
1506
|
+
- ext/libev/ev_wrap.h
|
1507
|
+
- ext/libev/event.h
|
1508
|
+
- ext/libev/ev.c
|
1509
|
+
- ext/libev/ev_epoll.c
|
1510
|
+
- ext/libev/ev_kqueue.c
|
1511
|
+
- ext/libev/ev_poll.c
|
1512
|
+
- ext/libev/ev_port.c
|
1513
|
+
- ext/libev/ev_select.c
|
1514
|
+
- ext/libev/ev_win32.c
|
1515
|
+
- ext/libev/event.c
|
1187
1516
|
- ext/oxt/backtrace.hpp
|
1517
|
+
- ext/oxt/dynamic_thread_group.hpp
|
1188
1518
|
- ext/oxt/macros.hpp
|
1189
1519
|
- ext/oxt/spin_lock.hpp
|
1190
1520
|
- ext/oxt/system_calls.hpp
|
@@ -1196,6 +1526,7 @@ files:
|
|
1196
1526
|
- ext/oxt/tracable_exception.cpp
|
1197
1527
|
- ext/oxt/detail/backtrace_disabled.hpp
|
1198
1528
|
- ext/oxt/detail/backtrace_enabled.hpp
|
1529
|
+
- ext/oxt/detail/spin_lock_darwin.hpp
|
1199
1530
|
- ext/oxt/detail/spin_lock_gcc_x86.hpp
|
1200
1531
|
- ext/oxt/detail/spin_lock_portable.hpp
|
1201
1532
|
- ext/oxt/detail/spin_lock_pthreads.hpp
|
@@ -1203,71 +1534,87 @@ files:
|
|
1203
1534
|
- ext/oxt/detail/tracable_exception_enabled.hpp
|
1204
1535
|
- ext/phusion_passenger/native_support.c
|
1205
1536
|
- ext/phusion_passenger/extconf.rb
|
1206
|
-
- benchmark/ApplicationPool.cpp
|
1207
|
-
- benchmark/accept_vs_socketpair_vs_named_pipes.rb
|
1208
|
-
- benchmark/dispatcher.rb
|
1209
|
-
- benchmark/overhead_of_password_checking.rb
|
1210
|
-
- benchmark/socket_connections_vs_persistent_pipe.rb
|
1211
|
-
- benchmark/unix_sockets_vs_pipes.rb
|
1212
1537
|
- misc/copy_boost_headers.rb
|
1213
1538
|
- misc/find_owner_pipe_leaks.rb
|
1214
1539
|
- misc/render_error_pages.rb
|
1215
|
-
- misc/
|
1216
|
-
- misc/rake/extensions.rb
|
1217
|
-
- misc/rake/gempackagetask.rb
|
1218
|
-
- misc/rake/packagetask.rb
|
1219
|
-
- misc/rake/rdoctask.rb
|
1220
|
-
- test/ApplicationPoolServer_ApplicationPoolTest.cpp
|
1221
|
-
- test/ApplicationPoolServerTest.cpp
|
1222
|
-
- test/ApplicationPoolTest.cpp
|
1223
|
-
- test/Base64Test.cpp
|
1224
|
-
- test/CachedFileStatTest.cpp
|
1225
|
-
- test/CxxTestMain.cpp
|
1226
|
-
- test/FileChangeCheckerTest.cpp
|
1227
|
-
- test/HttpStatusExtractorTest.cpp
|
1228
|
-
- test/MessageChannelTest.cpp
|
1229
|
-
- test/PoolOptionsTest.cpp
|
1230
|
-
- test/ScgiRequestParserTest.cpp
|
1231
|
-
- test/SpawnManagerTest.cpp
|
1232
|
-
- test/StandardApplicationPoolTest.cpp
|
1233
|
-
- test/StaticStringTest.cpp
|
1234
|
-
- test/SystemTimeTest.cpp
|
1235
|
-
- test/UtilsTest.cpp
|
1540
|
+
- misc/union_station_gateway.crt
|
1236
1541
|
- test/config.yml.example
|
1237
|
-
- test/support/Support.cpp
|
1238
|
-
- test/support/Support.h
|
1239
|
-
- test/support/tut.h
|
1240
|
-
- test/support/tut_reporter.h
|
1241
1542
|
- test/support/valgrind.h
|
1242
1543
|
- test/support/apache2_controller.rb
|
1243
|
-
- test/support/config.rb
|
1244
1544
|
- test/support/multipart.rb
|
1245
1545
|
- test/support/nginx_controller.rb
|
1246
|
-
- test/support/run_rspec_tests.rb
|
1247
1546
|
- test/support/test_helper.rb
|
1547
|
+
- test/tut/tut.h
|
1548
|
+
- test/tut/tut_reporter.h
|
1549
|
+
- test/cxx/ApplicationPool_PoolTest.cpp
|
1550
|
+
- test/cxx/ApplicationPool_PoolTestCases.cpp
|
1551
|
+
- test/cxx/ApplicationPool_Server_PoolTest.cpp
|
1552
|
+
- test/cxx/ApplicationPool_ServerTest.cpp
|
1553
|
+
- test/cxx/Base64Test.cpp
|
1554
|
+
- test/cxx/CachedFileStatTest.cpp
|
1555
|
+
- test/cxx/CxxTestMain.cpp
|
1556
|
+
- test/cxx/EventedClientTest.cpp
|
1557
|
+
- test/cxx/FileChangeCheckerTest.cpp
|
1558
|
+
- test/cxx/FileDescriptorTest.cpp
|
1559
|
+
- test/cxx/HttpStatusExtractorTest.cpp
|
1560
|
+
- test/cxx/IOUtilsTest.cpp
|
1561
|
+
- test/cxx/LoggingTest.cpp
|
1562
|
+
- test/cxx/MessageChannelTest.cpp
|
1563
|
+
- test/cxx/MessageReadersWritersTest.cpp
|
1564
|
+
- test/cxx/MessageServerTest.cpp
|
1565
|
+
- test/cxx/PoolOptionsTest.cpp
|
1566
|
+
- test/cxx/ScgiRequestParserTest.cpp
|
1567
|
+
- test/cxx/ServerInstanceDirTest.cpp
|
1568
|
+
- test/cxx/SpawnManagerTest.cpp
|
1569
|
+
- test/cxx/StaticStringTest.cpp
|
1570
|
+
- test/cxx/SystemTimeTest.cpp
|
1571
|
+
- test/cxx/TestSupport.cpp
|
1572
|
+
- test/cxx/UtilsTest.cpp
|
1573
|
+
- test/cxx/VariantMapTest.cpp
|
1574
|
+
- test/cxx/TestSupport.h
|
1248
1575
|
- test/oxt/backtrace_test.cpp
|
1576
|
+
- test/oxt/dynamic_thread_group_test.cpp
|
1249
1577
|
- test/oxt/oxt_test_main.cpp
|
1578
|
+
- test/oxt/spin_lock_test.cpp
|
1250
1579
|
- test/oxt/syscall_interruption_test.cpp
|
1580
|
+
- test/oxt/counter.hpp
|
1251
1581
|
- test/ruby/abstract_request_handler_spec.rb
|
1252
1582
|
- test/ruby/abstract_server_collection_spec.rb
|
1253
1583
|
- test/ruby/abstract_server_spec.rb
|
1254
|
-
- test/ruby/
|
1584
|
+
- test/ruby/admin_tools_spec.rb
|
1585
|
+
- test/ruby/analytics_logger_spec.rb
|
1586
|
+
- test/ruby/app_process_spec.rb
|
1587
|
+
- test/ruby/classic_rails/application_spawner_spec.rb
|
1588
|
+
- test/ruby/classic_rails/framework_spawner_spec.rb
|
1589
|
+
- test/ruby/debug_logging_spec.rb
|
1255
1590
|
- test/ruby/message_channel_spec.rb
|
1256
1591
|
- test/ruby/rack/application_spawner_spec.rb
|
1257
|
-
- test/ruby/
|
1258
|
-
- test/ruby/rails/
|
1259
|
-
- test/ruby/
|
1260
|
-
- test/ruby/
|
1261
|
-
- test/ruby/
|
1592
|
+
- test/ruby/shared/abstract_server_spec.rb
|
1593
|
+
- test/ruby/shared/rails/analytics_logging_extensions_spec.rb
|
1594
|
+
- test/ruby/shared/spawners/classic_rails/framework_spawner_spec.rb
|
1595
|
+
- test/ruby/shared/spawners/classic_rails/lack_of_rails_gem_version_spec.rb
|
1596
|
+
- test/ruby/shared/spawners/classic_rails/spawner_spec.rb
|
1597
|
+
- test/ruby/shared/spawners/non_preloading_spawner_spec.rb
|
1598
|
+
- test/ruby/shared/spawners/preloading_spawner_spec.rb
|
1599
|
+
- test/ruby/shared/spawners/reload_all_spec.rb
|
1600
|
+
- test/ruby/shared/spawners/reload_single_spec.rb
|
1601
|
+
- test/ruby/shared/spawners/spawn_server_spec.rb
|
1602
|
+
- test/ruby/shared/spawners/spawner_spec.rb
|
1603
|
+
- test/ruby/shared/utils/pseudo_io_spec.rb
|
1262
1604
|
- test/ruby/spawn_manager_spec.rb
|
1263
|
-
- test/ruby/
|
1605
|
+
- test/ruby/spec_helper.rb
|
1606
|
+
- test/ruby/utils/file_system_watcher_spec.rb
|
1607
|
+
- test/ruby/utils/hosts_file_parser.rb
|
1608
|
+
- test/ruby/utils/unseekable_socket_spec.rb
|
1264
1609
|
- test/ruby/utils_spec.rb
|
1265
1610
|
- test/ruby/wsgi/application_spawner_spec.rb
|
1266
1611
|
- test/integration_tests/apache2_tests.rb
|
1612
|
+
- test/integration_tests/cgi_environment_spec.rb
|
1267
1613
|
- test/integration_tests/hello_world_rack_spec.rb
|
1268
1614
|
- test/integration_tests/hello_world_wsgi_spec.rb
|
1269
1615
|
- test/integration_tests/mycook_spec.rb
|
1270
1616
|
- test/integration_tests/nginx_tests.rb
|
1617
|
+
- test/integration_tests/spec_helper.rb
|
1271
1618
|
- test/stub/apache2/httpd.conf.erb
|
1272
1619
|
- test/stub/apache2/mime.types
|
1273
1620
|
- test/stub/garbage1.dat
|
@@ -1277,8 +1624,6 @@ files:
|
|
1277
1624
|
- test/stub/message_channel.rb
|
1278
1625
|
- test/stub/message_channel_2.rb
|
1279
1626
|
- test/stub/message_channel_3.rb
|
1280
|
-
- test/stub/MessageServer.dSYM/Contents/Info.plist
|
1281
|
-
- test/stub/MessageServer.dSYM/Contents/Resources/DWARF/MessageServer
|
1282
1627
|
- test/stub/nginx/koi-utf
|
1283
1628
|
- test/stub/nginx/koi-win
|
1284
1629
|
- test/stub/nginx/mime.types
|
@@ -1286,66 +1631,279 @@ files:
|
|
1286
1631
|
- test/stub/nginx/win-utf
|
1287
1632
|
- test/stub/rack/config.ru
|
1288
1633
|
- test/stub/rack/public/rack.jpg
|
1289
|
-
- test/stub/rails_apps/
|
1290
|
-
- test/stub/rails_apps/
|
1291
|
-
- test/stub/rails_apps/
|
1292
|
-
- test/stub/rails_apps/
|
1293
|
-
- test/stub/rails_apps/
|
1294
|
-
- test/stub/rails_apps/
|
1295
|
-
- test/stub/rails_apps/
|
1296
|
-
- test/stub/rails_apps/
|
1297
|
-
- test/stub/rails_apps/
|
1298
|
-
- test/stub/rails_apps/
|
1299
|
-
- test/stub/rails_apps/
|
1300
|
-
- test/stub/rails_apps/
|
1301
|
-
- test/stub/rails_apps/
|
1302
|
-
- test/stub/rails_apps/
|
1303
|
-
- test/stub/rails_apps/
|
1304
|
-
- test/stub/rails_apps/
|
1305
|
-
- test/stub/rails_apps/
|
1306
|
-
- test/stub/rails_apps/
|
1307
|
-
- test/stub/rails_apps/
|
1308
|
-
- test/stub/rails_apps/
|
1309
|
-
- test/stub/rails_apps/
|
1310
|
-
- test/stub/rails_apps/
|
1311
|
-
- test/stub/rails_apps/
|
1312
|
-
- test/stub/rails_apps/
|
1313
|
-
- test/stub/rails_apps/
|
1314
|
-
- test/stub/rails_apps/
|
1315
|
-
- test/stub/rails_apps/
|
1316
|
-
- test/stub/rails_apps/
|
1317
|
-
- test/stub/rails_apps/
|
1318
|
-
- test/stub/rails_apps/
|
1319
|
-
- test/stub/rails_apps/
|
1320
|
-
- test/stub/rails_apps/
|
1321
|
-
- test/stub/rails_apps/
|
1322
|
-
- test/stub/rails_apps/
|
1323
|
-
- test/stub/rails_apps/
|
1324
|
-
- test/stub/rails_apps/
|
1325
|
-
- test/stub/rails_apps/
|
1326
|
-
- test/stub/rails_apps/
|
1327
|
-
- test/stub/rails_apps/
|
1328
|
-
- test/stub/rails_apps/
|
1329
|
-
- test/stub/rails_apps/
|
1330
|
-
- test/stub/rails_apps/
|
1331
|
-
- test/stub/rails_apps/
|
1332
|
-
- test/stub/rails_apps/
|
1333
|
-
- test/stub/rails_apps/
|
1334
|
-
- test/stub/rails_apps/
|
1335
|
-
- test/stub/rails_apps/
|
1336
|
-
- test/stub/rails_apps/
|
1337
|
-
- test/stub/rails_apps/
|
1338
|
-
- test/stub/rails_apps/
|
1339
|
-
- test/stub/rails_apps/
|
1340
|
-
- test/stub/rails_apps/
|
1341
|
-
- test/stub/rails_apps/
|
1342
|
-
- test/stub/rails_apps/
|
1343
|
-
- test/stub/rails_apps/
|
1344
|
-
- test/stub/rails_apps/
|
1345
|
-
- test/stub/rails_apps/
|
1346
|
-
- test/stub/rails_apps/
|
1347
|
-
- test/stub/rails_apps/
|
1348
|
-
- test/stub/rails_apps/
|
1634
|
+
- test/stub/rails_apps/1.2/empty/app/controllers/application.rb
|
1635
|
+
- test/stub/rails_apps/1.2/empty/app/helpers/application_helper.rb
|
1636
|
+
- test/stub/rails_apps/1.2/empty/config/boot.rb
|
1637
|
+
- test/stub/rails_apps/1.2/empty/config/database.yml
|
1638
|
+
- test/stub/rails_apps/1.2/empty/config/environment.rb
|
1639
|
+
- test/stub/rails_apps/1.2/empty/config/environments/development.rb
|
1640
|
+
- test/stub/rails_apps/1.2/empty/config/environments/production.rb
|
1641
|
+
- test/stub/rails_apps/1.2/empty/config/environments/staging.rb
|
1642
|
+
- test/stub/rails_apps/1.2/empty/config/environments/test.rb
|
1643
|
+
- test/stub/rails_apps/1.2/empty/config/routes.rb
|
1644
|
+
- test/stub/rails_apps/1.2/empty/doc/README_FOR_APP
|
1645
|
+
- test/stub/rails_apps/1.2/empty/public/404.html
|
1646
|
+
- test/stub/rails_apps/1.2/empty/public/500.html
|
1647
|
+
- test/stub/rails_apps/1.2/empty/public/dispatch.cgi
|
1648
|
+
- test/stub/rails_apps/1.2/empty/public/dispatch.fcgi
|
1649
|
+
- test/stub/rails_apps/1.2/empty/public/dispatch.rb
|
1650
|
+
- test/stub/rails_apps/1.2/empty/public/favicon.ico
|
1651
|
+
- test/stub/rails_apps/1.2/empty/public/images/rails.png
|
1652
|
+
- test/stub/rails_apps/1.2/empty/public/robots.txt
|
1653
|
+
- test/stub/rails_apps/1.2/empty/Rakefile
|
1654
|
+
- test/stub/rails_apps/1.2/empty/script/about
|
1655
|
+
- test/stub/rails_apps/1.2/empty/script/breakpointer
|
1656
|
+
- test/stub/rails_apps/1.2/empty/script/console
|
1657
|
+
- test/stub/rails_apps/1.2/empty/script/destroy
|
1658
|
+
- test/stub/rails_apps/1.2/empty/script/generate
|
1659
|
+
- test/stub/rails_apps/1.2/empty/script/performance/benchmarker
|
1660
|
+
- test/stub/rails_apps/1.2/empty/script/performance/profiler
|
1661
|
+
- test/stub/rails_apps/1.2/empty/script/plugin
|
1662
|
+
- test/stub/rails_apps/1.2/empty/script/process/inspector
|
1663
|
+
- test/stub/rails_apps/1.2/empty/script/process/reaper
|
1664
|
+
- test/stub/rails_apps/1.2/empty/script/process/spawner
|
1665
|
+
- test/stub/rails_apps/1.2/empty/script/runner
|
1666
|
+
- test/stub/rails_apps/1.2/empty/script/server
|
1667
|
+
- test/stub/rails_apps/1.2/empty/test/test_helper.rb
|
1668
|
+
- test/stub/rails_apps/2.0/empty/app/controllers/application.rb
|
1669
|
+
- test/stub/rails_apps/2.0/empty/app/helpers/application_helper.rb
|
1670
|
+
- test/stub/rails_apps/2.0/empty/config/boot.rb
|
1671
|
+
- test/stub/rails_apps/2.0/empty/config/database.yml
|
1672
|
+
- test/stub/rails_apps/2.0/empty/config/environment.rb
|
1673
|
+
- test/stub/rails_apps/2.0/empty/config/environments/development.rb
|
1674
|
+
- test/stub/rails_apps/2.0/empty/config/environments/production.rb
|
1675
|
+
- test/stub/rails_apps/2.0/empty/config/environments/staging.rb
|
1676
|
+
- test/stub/rails_apps/2.0/empty/config/environments/test.rb
|
1677
|
+
- test/stub/rails_apps/2.0/empty/config/initializers/inflections.rb
|
1678
|
+
- test/stub/rails_apps/2.0/empty/config/initializers/mime_types.rb
|
1679
|
+
- test/stub/rails_apps/2.0/empty/config/routes.rb
|
1680
|
+
- test/stub/rails_apps/2.0/empty/doc/README_FOR_APP
|
1681
|
+
- test/stub/rails_apps/2.0/empty/public/404.html
|
1682
|
+
- test/stub/rails_apps/2.0/empty/public/422.html
|
1683
|
+
- test/stub/rails_apps/2.0/empty/public/500.html
|
1684
|
+
- test/stub/rails_apps/2.0/empty/public/dispatch.cgi
|
1685
|
+
- test/stub/rails_apps/2.0/empty/public/dispatch.fcgi
|
1686
|
+
- test/stub/rails_apps/2.0/empty/public/dispatch.rb
|
1687
|
+
- test/stub/rails_apps/2.0/empty/public/favicon.ico
|
1688
|
+
- test/stub/rails_apps/2.0/empty/public/images/rails.png
|
1689
|
+
- test/stub/rails_apps/2.0/empty/public/robots.txt
|
1690
|
+
- test/stub/rails_apps/2.0/empty/Rakefile
|
1691
|
+
- test/stub/rails_apps/2.0/empty/script/about
|
1692
|
+
- test/stub/rails_apps/2.0/empty/script/console
|
1693
|
+
- test/stub/rails_apps/2.0/empty/script/destroy
|
1694
|
+
- test/stub/rails_apps/2.0/empty/script/generate
|
1695
|
+
- test/stub/rails_apps/2.0/empty/script/performance/benchmarker
|
1696
|
+
- test/stub/rails_apps/2.0/empty/script/performance/profiler
|
1697
|
+
- test/stub/rails_apps/2.0/empty/script/performance/request
|
1698
|
+
- test/stub/rails_apps/2.0/empty/script/plugin
|
1699
|
+
- test/stub/rails_apps/2.0/empty/script/process/inspector
|
1700
|
+
- test/stub/rails_apps/2.0/empty/script/process/reaper
|
1701
|
+
- test/stub/rails_apps/2.0/empty/script/process/spawner
|
1702
|
+
- test/stub/rails_apps/2.0/empty/script/runner
|
1703
|
+
- test/stub/rails_apps/2.0/empty/script/server
|
1704
|
+
- test/stub/rails_apps/2.0/empty/test/test_helper.rb
|
1705
|
+
- test/stub/rails_apps/2.2/empty/app/controllers/application.rb
|
1706
|
+
- test/stub/rails_apps/2.2/empty/app/helpers/application_helper.rb
|
1707
|
+
- test/stub/rails_apps/2.2/empty/config/boot.rb
|
1708
|
+
- test/stub/rails_apps/2.2/empty/config/database.yml
|
1709
|
+
- test/stub/rails_apps/2.2/empty/config/environment.rb
|
1710
|
+
- test/stub/rails_apps/2.2/empty/config/environments/development.rb
|
1711
|
+
- test/stub/rails_apps/2.2/empty/config/environments/production.rb
|
1712
|
+
- test/stub/rails_apps/2.2/empty/config/environments/staging.rb
|
1713
|
+
- test/stub/rails_apps/2.2/empty/config/environments/test.rb
|
1714
|
+
- test/stub/rails_apps/2.2/empty/config/initializers/inflections.rb
|
1715
|
+
- test/stub/rails_apps/2.2/empty/config/initializers/mime_types.rb
|
1716
|
+
- test/stub/rails_apps/2.2/empty/config/initializers/new_rails_defaults.rb
|
1717
|
+
- test/stub/rails_apps/2.2/empty/config/locales/en.yml
|
1718
|
+
- test/stub/rails_apps/2.2/empty/config/routes.rb
|
1719
|
+
- test/stub/rails_apps/2.2/empty/doc/README_FOR_APP
|
1720
|
+
- test/stub/rails_apps/2.2/empty/public/404.html
|
1721
|
+
- test/stub/rails_apps/2.2/empty/public/422.html
|
1722
|
+
- test/stub/rails_apps/2.2/empty/public/500.html
|
1723
|
+
- test/stub/rails_apps/2.2/empty/public/dispatch.cgi
|
1724
|
+
- test/stub/rails_apps/2.2/empty/public/dispatch.fcgi
|
1725
|
+
- test/stub/rails_apps/2.2/empty/public/dispatch.rb
|
1726
|
+
- test/stub/rails_apps/2.2/empty/public/favicon.ico
|
1727
|
+
- test/stub/rails_apps/2.2/empty/public/images/rails.png
|
1728
|
+
- test/stub/rails_apps/2.2/empty/public/robots.txt
|
1729
|
+
- test/stub/rails_apps/2.2/empty/Rakefile
|
1730
|
+
- test/stub/rails_apps/2.2/empty/script/about
|
1731
|
+
- test/stub/rails_apps/2.2/empty/script/console
|
1732
|
+
- test/stub/rails_apps/2.2/empty/script/dbconsole
|
1733
|
+
- test/stub/rails_apps/2.2/empty/script/destroy
|
1734
|
+
- test/stub/rails_apps/2.2/empty/script/generate
|
1735
|
+
- test/stub/rails_apps/2.2/empty/script/performance/benchmarker
|
1736
|
+
- test/stub/rails_apps/2.2/empty/script/performance/profiler
|
1737
|
+
- test/stub/rails_apps/2.2/empty/script/performance/request
|
1738
|
+
- test/stub/rails_apps/2.2/empty/script/plugin
|
1739
|
+
- test/stub/rails_apps/2.2/empty/script/process/inspector
|
1740
|
+
- test/stub/rails_apps/2.2/empty/script/process/reaper
|
1741
|
+
- test/stub/rails_apps/2.2/empty/script/process/spawner
|
1742
|
+
- test/stub/rails_apps/2.2/empty/script/runner
|
1743
|
+
- test/stub/rails_apps/2.2/empty/script/server
|
1744
|
+
- test/stub/rails_apps/2.2/empty/test/performance/browsing_test.rb
|
1745
|
+
- test/stub/rails_apps/2.2/empty/test/test_helper.rb
|
1746
|
+
- test/stub/rails_apps/2.3/empty/app/controllers/application_controller.rb
|
1747
|
+
- test/stub/rails_apps/2.3/empty/app/helpers/application_helper.rb
|
1748
|
+
- test/stub/rails_apps/2.3/empty/config/boot.rb
|
1749
|
+
- test/stub/rails_apps/2.3/empty/config/database.yml
|
1750
|
+
- test/stub/rails_apps/2.3/empty/config/environment.rb
|
1751
|
+
- test/stub/rails_apps/2.3/empty/config/environments/development.rb
|
1752
|
+
- test/stub/rails_apps/2.3/empty/config/environments/production.rb
|
1753
|
+
- test/stub/rails_apps/2.3/empty/config/environments/staging.rb
|
1754
|
+
- test/stub/rails_apps/2.3/empty/config/environments/test.rb
|
1755
|
+
- test/stub/rails_apps/2.3/empty/config/initializers/backtrace_silencers.rb
|
1756
|
+
- test/stub/rails_apps/2.3/empty/config/initializers/inflections.rb
|
1757
|
+
- test/stub/rails_apps/2.3/empty/config/initializers/mime_types.rb
|
1758
|
+
- test/stub/rails_apps/2.3/empty/config/initializers/new_rails_defaults.rb
|
1759
|
+
- test/stub/rails_apps/2.3/empty/config/initializers/session_store.rb
|
1760
|
+
- test/stub/rails_apps/2.3/empty/config/locales/en.yml
|
1761
|
+
- test/stub/rails_apps/2.3/empty/config/routes.rb
|
1762
|
+
- test/stub/rails_apps/2.3/empty/db/seeds.rb
|
1763
|
+
- test/stub/rails_apps/2.3/empty/doc/README_FOR_APP
|
1764
|
+
- test/stub/rails_apps/2.3/empty/public/404.html
|
1765
|
+
- test/stub/rails_apps/2.3/empty/public/422.html
|
1766
|
+
- test/stub/rails_apps/2.3/empty/public/500.html
|
1767
|
+
- test/stub/rails_apps/2.3/empty/public/favicon.ico
|
1768
|
+
- test/stub/rails_apps/2.3/empty/public/images/rails.png
|
1769
|
+
- test/stub/rails_apps/2.3/empty/public/robots.txt
|
1770
|
+
- test/stub/rails_apps/2.3/empty/Rakefile
|
1771
|
+
- test/stub/rails_apps/2.3/empty/script/about
|
1772
|
+
- test/stub/rails_apps/2.3/empty/script/console
|
1773
|
+
- test/stub/rails_apps/2.3/empty/script/dbconsole
|
1774
|
+
- test/stub/rails_apps/2.3/empty/script/destroy
|
1775
|
+
- test/stub/rails_apps/2.3/empty/script/generate
|
1776
|
+
- test/stub/rails_apps/2.3/empty/script/performance/benchmarker
|
1777
|
+
- test/stub/rails_apps/2.3/empty/script/performance/profiler
|
1778
|
+
- test/stub/rails_apps/2.3/empty/script/plugin
|
1779
|
+
- test/stub/rails_apps/2.3/empty/script/runner
|
1780
|
+
- test/stub/rails_apps/2.3/empty/script/server
|
1781
|
+
- test/stub/rails_apps/2.3/empty/test/performance/browsing_test.rb
|
1782
|
+
- test/stub/rails_apps/2.3/empty/test/test_helper.rb
|
1783
|
+
- test/stub/rails_apps/2.3/foobar/app/controllers/application_controller.rb
|
1784
|
+
- test/stub/rails_apps/2.3/foobar/app/controllers/bar_controller_1.rb
|
1785
|
+
- test/stub/rails_apps/2.3/foobar/app/controllers/bar_controller_2.rb
|
1786
|
+
- test/stub/rails_apps/2.3/foobar/app/controllers/foo_controller.rb
|
1787
|
+
- test/stub/rails_apps/2.3/foobar/app/helpers/application_helper.rb
|
1788
|
+
- test/stub/rails_apps/2.3/foobar/config/boot.rb
|
1789
|
+
- test/stub/rails_apps/2.3/foobar/config/database.yml
|
1790
|
+
- test/stub/rails_apps/2.3/foobar/config/environment.rb
|
1791
|
+
- test/stub/rails_apps/2.3/foobar/config/environments/development.rb
|
1792
|
+
- test/stub/rails_apps/2.3/foobar/config/environments/production.rb
|
1793
|
+
- test/stub/rails_apps/2.3/foobar/config/environments/staging.rb
|
1794
|
+
- test/stub/rails_apps/2.3/foobar/config/initializers/inflections.rb
|
1795
|
+
- test/stub/rails_apps/2.3/foobar/config/initializers/mime_types.rb
|
1796
|
+
- test/stub/rails_apps/2.3/foobar/config/routes.rb
|
1797
|
+
- test/stub/rails_apps/2.3/foobar/Rakefile
|
1798
|
+
- test/stub/rails_apps/2.3/foobar/script/about
|
1799
|
+
- test/stub/rails_apps/2.3/foobar/script/console
|
1800
|
+
- test/stub/rails_apps/2.3/foobar/script/dbconsole
|
1801
|
+
- test/stub/rails_apps/2.3/foobar/script/destroy
|
1802
|
+
- test/stub/rails_apps/2.3/foobar/script/generate
|
1803
|
+
- test/stub/rails_apps/2.3/foobar/script/performance/benchmarker
|
1804
|
+
- test/stub/rails_apps/2.3/foobar/script/performance/profiler
|
1805
|
+
- test/stub/rails_apps/2.3/foobar/script/performance/request
|
1806
|
+
- test/stub/rails_apps/2.3/foobar/script/plugin
|
1807
|
+
- test/stub/rails_apps/2.3/foobar/script/process/inspector
|
1808
|
+
- test/stub/rails_apps/2.3/foobar/script/process/reaper
|
1809
|
+
- test/stub/rails_apps/2.3/foobar/script/process/spawner
|
1810
|
+
- test/stub/rails_apps/2.3/foobar/script/runner
|
1811
|
+
- test/stub/rails_apps/2.3/foobar/script/server
|
1812
|
+
- test/stub/rails_apps/2.3/mycook/app/controllers/application_controller.rb
|
1813
|
+
- test/stub/rails_apps/2.3/mycook/app/controllers/recipes_controller.rb
|
1814
|
+
- test/stub/rails_apps/2.3/mycook/app/controllers/uploads_controller.rb
|
1815
|
+
- test/stub/rails_apps/2.3/mycook/app/controllers/welcome_controller.rb
|
1816
|
+
- test/stub/rails_apps/2.3/mycook/app/helpers/application_helper.rb
|
1817
|
+
- test/stub/rails_apps/2.3/mycook/app/views/layouts/default.rhtml
|
1818
|
+
- test/stub/rails_apps/2.3/mycook/app/views/recipes/create.rhtml
|
1819
|
+
- test/stub/rails_apps/2.3/mycook/app/views/recipes/index.rhtml
|
1820
|
+
- test/stub/rails_apps/2.3/mycook/app/views/recipes/new.rhtml
|
1821
|
+
- test/stub/rails_apps/2.3/mycook/app/views/uploads/index.rhtml
|
1822
|
+
- test/stub/rails_apps/2.3/mycook/app/views/uploads/new.html.erb
|
1823
|
+
- test/stub/rails_apps/2.3/mycook/app/views/welcome/cached.rhtml
|
1824
|
+
- test/stub/rails_apps/2.3/mycook/app/views/welcome/index.rhtml
|
1825
|
+
- test/stub/rails_apps/2.3/mycook/config/boot.rb
|
1826
|
+
- test/stub/rails_apps/2.3/mycook/config/database.yml
|
1827
|
+
- test/stub/rails_apps/2.3/mycook/config/environment.rb
|
1828
|
+
- test/stub/rails_apps/2.3/mycook/config/environments/development.rb
|
1829
|
+
- test/stub/rails_apps/2.3/mycook/config/environments/production.rb
|
1830
|
+
- test/stub/rails_apps/2.3/mycook/config/initializers/inflections.rb
|
1831
|
+
- test/stub/rails_apps/2.3/mycook/config/initializers/mime_types.rb
|
1832
|
+
- test/stub/rails_apps/2.3/mycook/config/routes.rb
|
1833
|
+
- test/stub/rails_apps/2.3/mycook/log/useless.txt
|
1834
|
+
- test/stub/rails_apps/2.3/mycook/public/404.html
|
1835
|
+
- test/stub/rails_apps/2.3/mycook/public/422.html
|
1836
|
+
- test/stub/rails_apps/2.3/mycook/public/500.html
|
1837
|
+
- test/stub/rails_apps/2.3/mycook/public/dispatch.cgi
|
1838
|
+
- test/stub/rails_apps/2.3/mycook/public/dispatch.fcgi
|
1839
|
+
- test/stub/rails_apps/2.3/mycook/public/dispatch.rb
|
1840
|
+
- test/stub/rails_apps/2.3/mycook/public/favicon.ico
|
1841
|
+
- test/stub/rails_apps/2.3/mycook/public/images/angrywizard.gif
|
1842
|
+
- test/stub/rails_apps/2.3/mycook/public/images/cookbook.gif
|
1843
|
+
- test/stub/rails_apps/2.3/mycook/public/images/header.png
|
1844
|
+
- test/stub/rails_apps/2.3/mycook/public/images/rails.png
|
1845
|
+
- test/stub/rails_apps/2.3/mycook/public/javascripts/application.js
|
1846
|
+
- test/stub/rails_apps/2.3/mycook/public/javascripts/controls.js
|
1847
|
+
- test/stub/rails_apps/2.3/mycook/public/javascripts/dragdrop.js
|
1848
|
+
- test/stub/rails_apps/2.3/mycook/public/javascripts/effects.js
|
1849
|
+
- test/stub/rails_apps/2.3/mycook/public/javascripts/prototype.js
|
1850
|
+
- test/stub/rails_apps/2.3/mycook/public/robots.txt
|
1851
|
+
- test/stub/rails_apps/2.3/mycook/public/uploads.html
|
1852
|
+
- test/stub/rails_apps/2.3/mycook/public/welcome/cached.html
|
1853
|
+
- test/stub/rails_apps/2.3/mycook/Rakefile
|
1854
|
+
- test/stub/rails_apps/2.3/mycook/script/about
|
1855
|
+
- test/stub/rails_apps/2.3/mycook/script/console
|
1856
|
+
- test/stub/rails_apps/2.3/mycook/script/dbconsole
|
1857
|
+
- test/stub/rails_apps/2.3/mycook/script/destroy
|
1858
|
+
- test/stub/rails_apps/2.3/mycook/script/generate
|
1859
|
+
- test/stub/rails_apps/2.3/mycook/script/performance/benchmarker
|
1860
|
+
- test/stub/rails_apps/2.3/mycook/script/performance/profiler
|
1861
|
+
- test/stub/rails_apps/2.3/mycook/script/performance/request
|
1862
|
+
- test/stub/rails_apps/2.3/mycook/script/plugin
|
1863
|
+
- test/stub/rails_apps/2.3/mycook/script/process/inspector
|
1864
|
+
- test/stub/rails_apps/2.3/mycook/script/process/reaper
|
1865
|
+
- test/stub/rails_apps/2.3/mycook/script/process/spawner
|
1866
|
+
- test/stub/rails_apps/2.3/mycook/script/runner
|
1867
|
+
- test/stub/rails_apps/2.3/mycook/script/server
|
1868
|
+
- test/stub/rails_apps/2.3/mycook/sites/some.site/public/uploads.html
|
1869
|
+
- test/stub/rails_apps/2.3/mycook/sites/some.site/public/welcome/cached.html
|
1870
|
+
- test/stub/rails_apps/2.3/mycook/tmp/cache/useless.txt
|
1871
|
+
- test/stub/rails_apps/2.3/mycook/tmp/pids/useless.txt
|
1872
|
+
- test/stub/rails_apps/2.3/mycook/tmp/sessions/useless.txt
|
1873
|
+
- test/stub/rails_apps/2.3/mycook/tmp/sockets/useless.txt
|
1874
|
+
- test/stub/rails_apps/3.0/empty/app/controllers/application_controller.rb
|
1875
|
+
- test/stub/rails_apps/3.0/empty/app/helpers/application_helper.rb
|
1876
|
+
- test/stub/rails_apps/3.0/empty/app/views/layouts/application.html.erb
|
1877
|
+
- test/stub/rails_apps/3.0/empty/config/application.rb
|
1878
|
+
- test/stub/rails_apps/3.0/empty/config/boot.rb
|
1879
|
+
- test/stub/rails_apps/3.0/empty/config/database.yml
|
1880
|
+
- test/stub/rails_apps/3.0/empty/config/environment.rb
|
1881
|
+
- test/stub/rails_apps/3.0/empty/config/environments/development.rb
|
1882
|
+
- test/stub/rails_apps/3.0/empty/config/environments/production.rb
|
1883
|
+
- test/stub/rails_apps/3.0/empty/config/environments/test.rb
|
1884
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/backtrace_silencers.rb
|
1885
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/inflections.rb
|
1886
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/mime_types.rb
|
1887
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/passenger.rb
|
1888
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/secret_token.rb
|
1889
|
+
- test/stub/rails_apps/3.0/empty/config/initializers/session_store.rb
|
1890
|
+
- test/stub/rails_apps/3.0/empty/config/locales/en.yml
|
1891
|
+
- test/stub/rails_apps/3.0/empty/config/routes.rb
|
1892
|
+
- test/stub/rails_apps/3.0/empty/config.ru
|
1893
|
+
- test/stub/rails_apps/3.0/empty/db/seeds.rb
|
1894
|
+
- test/stub/rails_apps/3.0/empty/doc/README_FOR_APP
|
1895
|
+
- test/stub/rails_apps/3.0/empty/Gemfile
|
1896
|
+
- test/stub/rails_apps/3.0/empty/log/development.log
|
1897
|
+
- test/stub/rails_apps/3.0/empty/public/404.html
|
1898
|
+
- test/stub/rails_apps/3.0/empty/public/422.html
|
1899
|
+
- test/stub/rails_apps/3.0/empty/public/500.html
|
1900
|
+
- test/stub/rails_apps/3.0/empty/public/favicon.ico
|
1901
|
+
- test/stub/rails_apps/3.0/empty/public/index.html
|
1902
|
+
- test/stub/rails_apps/3.0/empty/public/robots.txt
|
1903
|
+
- test/stub/rails_apps/3.0/empty/Rakefile
|
1904
|
+
- test/stub/rails_apps/3.0/empty/script/rails
|
1905
|
+
- test/stub/rails_apps/3.0/empty/test/performance/browsing_test.rb
|
1906
|
+
- test/stub/rails_apps/3.0/empty/test/test_helper.rb
|
1349
1907
|
- test/stub/spawn_server.rb
|
1350
1908
|
- test/stub/upload_data.txt
|
1351
1909
|
- test/stub/vendor_rails/minimal/actionmailer/lib/action_mailer.rb
|
@@ -1382,7 +1940,6 @@ rdoc_options:
|
|
1382
1940
|
- Passenger Ruby API
|
1383
1941
|
require_paths:
|
1384
1942
|
- lib
|
1385
|
-
- ext
|
1386
1943
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1387
1944
|
none: false
|
1388
1945
|
requirements:
|
@@ -1395,19 +1952,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1395
1952
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1396
1953
|
none: false
|
1397
1954
|
requirements:
|
1398
|
-
- - "
|
1955
|
+
- - ">"
|
1399
1956
|
- !ruby/object:Gem::Version
|
1400
|
-
hash:
|
1957
|
+
hash: 25
|
1401
1958
|
segments:
|
1402
|
-
-
|
1403
|
-
|
1404
|
-
|
1405
|
-
|
1406
|
-
|
1959
|
+
- 1
|
1960
|
+
- 3
|
1961
|
+
- 1
|
1962
|
+
version: 1.3.1
|
1963
|
+
requirements: []
|
1964
|
+
|
1407
1965
|
rubyforge_project: passenger
|
1408
1966
|
rubygems_version: 1.3.7
|
1409
1967
|
signing_key:
|
1410
1968
|
specification_version: 3
|
1411
|
-
summary:
|
1969
|
+
summary: Easy and robust Ruby web application deployment
|
1412
1970
|
test_files: []
|
1413
1971
|
|