railsware-passenger 3.0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/DEVELOPERS.TXT +113 -0
- data/INSTALL +6 -0
- data/LICENSE +19 -0
- data/NEWS +449 -0
- data/PACKAGING.TXT +25 -0
- data/README +45 -0
- data/Rakefile +56 -0
- data/bin/passenger +32 -0
- data/bin/passenger-config +46 -0
- data/bin/passenger-install-apache2-module +237 -0
- data/bin/passenger-install-nginx-module +476 -0
- data/bin/passenger-make-enterprisey +82 -0
- data/bin/passenger-memory-stats +171 -0
- data/bin/passenger-status +211 -0
- data/build/agents.rb +80 -0
- data/build/apache2.rb +168 -0
- data/build/basics.rb +105 -0
- data/build/common_library.rb +269 -0
- data/build/config.rb +42 -0
- data/build/cplusplus_support.rb +61 -0
- data/build/cxx_tests.rb +219 -0
- data/build/documentation.rb +84 -0
- data/build/gempackagetask.rb +99 -0
- data/build/integration_tests.rb +64 -0
- data/build/misc.rb +153 -0
- data/build/nginx.rb +72 -0
- data/build/oxt_tests.rb +59 -0
- data/build/packagetask.rb +186 -0
- data/build/packaging.rb +194 -0
- data/build/rake_extensions.rb +182 -0
- data/build/rdoctask.rb +209 -0
- data/build/rpm.rb +98 -0
- data/build/ruby_extension.rb +52 -0
- data/build/ruby_tests.rb +49 -0
- data/build/test_basics.rb +43 -0
- data/debian/README.Debian +15 -0
- data/debian/changelog +185 -0
- data/debian/compat +1 -0
- data/debian/control +49 -0
- data/debian/copyright +20 -0
- data/debian/libapache2-mod-passenger.install +1 -0
- data/debian/libapache2-mod-passenger.postinst +36 -0
- data/debian/libapache2-mod-passenger.prerm +15 -0
- data/debian/passenger-common.install +4 -0
- data/debian/passenger.conf +4 -0
- data/debian/passenger.load +1 -0
- data/debian/prerm +2 -0
- data/debian/rules +37 -0
- data/debian/watch +3 -0
- data/dev/copy_boost_headers.rb +155 -0
- data/dev/find_owner_pipe_leaks.rb +128 -0
- data/dev/render_error_pages.rb +116 -0
- data/doc/ApplicationPool algorithm.txt +615 -0
- data/doc/Architectural overview.html +892 -0
- data/doc/Architectural overview.txt +334 -0
- data/doc/Doxyfile +241 -0
- data/doc/Security of user switching support.html +769 -0
- data/doc/Security of user switching support.txt +197 -0
- data/doc/Users guide Apache.html +4521 -0
- data/doc/Users guide Apache.txt +2208 -0
- data/doc/Users guide Nginx.html +3433 -0
- data/doc/Users guide Nginx.txt +1394 -0
- data/doc/Users guide Standalone.html +603 -0
- data/doc/Users guide Standalone.txt +40 -0
- data/doc/cxxapi/AbstractSpawnManager_8h-source.html +138 -0
- data/doc/cxxapi/AbstractSpawnManager_8h_source.html +141 -0
- data/doc/cxxapi/Account_8h-source.html +202 -0
- data/doc/cxxapi/Account_8h_source.html +206 -0
- data/doc/cxxapi/AccountsDatabase_8h-source.html +158 -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 +79 -0
- data/doc/cxxapi/AgentsStarter_8h_source.html +112 -0
- data/doc/cxxapi/BCrypt_8h-source.html +101 -0
- data/doc/cxxapi/BCrypt_8h_source.html +104 -0
- data/doc/cxxapi/BacktracesServer_8h-source.html +87 -0
- data/doc/cxxapi/Base64_8h-source.html +85 -0
- data/doc/cxxapi/Blowfish_8h-source.html +131 -0
- data/doc/cxxapi/Blowfish_8h_source.html +134 -0
- data/doc/cxxapi/Bucket_8h-source.html +115 -0
- data/doc/cxxapi/Bucket_8h_source.html +118 -0
- data/doc/cxxapi/CachedFileStat_8h-source.html +79 -0
- data/doc/cxxapi/Configuration_8h-source.html +432 -0
- data/doc/cxxapi/Configuration_8h_source.html +435 -0
- data/doc/cxxapi/Constants_8h-source.html +71 -0
- data/doc/cxxapi/Constants_8h_source.html +79 -0
- data/doc/cxxapi/ContentHandler_8h-source.html +92 -0
- data/doc/cxxapi/ContentHandler_8h_source.html +95 -0
- data/doc/cxxapi/DirectoryMapper_8h-source.html +324 -0
- data/doc/cxxapi/DirectoryMapper_8h_source.html +311 -0
- data/doc/cxxapi/EventedClient_8h_source.html +733 -0
- data/doc/cxxapi/EventedMessageServer_8h_source.html +358 -0
- data/doc/cxxapi/EventedServer_8h-source.html +415 -0
- data/doc/cxxapi/EventedServer_8h_source.html +326 -0
- data/doc/cxxapi/Exceptions_8h-source.html +363 -0
- data/doc/cxxapi/Exceptions_8h_source.html +379 -0
- data/doc/cxxapi/FileChangeChecker_8h-source.html +237 -0
- data/doc/cxxapi/FileDescriptor_8h-source.html +206 -0
- data/doc/cxxapi/FileDescriptor_8h_source.html +324 -0
- data/doc/cxxapi/Hooks_8h-source.html +73 -0
- data/doc/cxxapi/Hooks_8h_source.html +76 -0
- data/doc/cxxapi/HttpStatusExtractor_8h-source.html +379 -0
- data/doc/cxxapi/HttpStatusExtractor_8h_source.html +382 -0
- data/doc/cxxapi/IniFile_8h_source.html +527 -0
- data/doc/cxxapi/LoggingServer_8h-source.html +165 -0
- data/doc/cxxapi/Logging_8h-source.html +709 -0
- data/doc/cxxapi/Logging_8h_source.html +726 -0
- data/doc/cxxapi/MessageChannel_8h-source.html +852 -0
- data/doc/cxxapi/MessageChannel_8h_source.html +776 -0
- data/doc/cxxapi/MessageClient_8h-source.html +297 -0
- data/doc/cxxapi/MessageClient_8h_source.html +328 -0
- data/doc/cxxapi/MessageReadersWriters_8h-source.html +451 -0
- data/doc/cxxapi/MessageReadersWriters_8h_source.html +539 -0
- data/doc/cxxapi/MessageServer_8h-source.html +607 -0
- data/doc/cxxapi/MessageServer_8h_source.html +612 -0
- data/doc/cxxapi/PoolOptions_8h-source.html +511 -0
- data/doc/cxxapi/PoolOptions_8h_source.html +549 -0
- data/doc/cxxapi/Process_8h-source.html +283 -0
- data/doc/cxxapi/Process_8h_source.html +286 -0
- data/doc/cxxapi/RandomGenerator_8h-source.html +183 -0
- data/doc/cxxapi/RandomGenerator_8h_source.html +191 -0
- data/doc/cxxapi/ResourceLocator_8h-source.html +104 -0
- data/doc/cxxapi/ResourceLocator_8h_source.html +166 -0
- data/doc/cxxapi/SafeLibev_8h_source.html +180 -0
- data/doc/cxxapi/ScgiRequestParser_8h-source.html +400 -0
- data/doc/cxxapi/ScgiRequestParser_8h_source.html +406 -0
- data/doc/cxxapi/ServerInstanceDir_8h-source.html +356 -0
- data/doc/cxxapi/ServerInstanceDir_8h_source.html +378 -0
- data/doc/cxxapi/Session_8h-source.html +496 -0
- data/doc/cxxapi/Session_8h_source.html +501 -0
- data/doc/cxxapi/SpawnManager_8h-source.html +632 -0
- data/doc/cxxapi/SpawnManager_8h_source.html +647 -0
- data/doc/cxxapi/StaticContentHandler_8h-source.html +65 -0
- data/doc/cxxapi/StaticContentHandler_8h_source.html +68 -0
- data/doc/cxxapi/StaticString_8h-source.html +214 -0
- data/doc/cxxapi/StaticString_8h_source.html +329 -0
- data/doc/cxxapi/StringListCreator_8h-source.html +111 -0
- data/doc/cxxapi/StringListCreator_8h_source.html +114 -0
- data/doc/cxxapi/SystemTime_8h-source.html +222 -0
- data/doc/cxxapi/Timer_8h-source.html +157 -0
- data/doc/cxxapi/Utils_8h-source.html +688 -0
- data/doc/cxxapi/Utils_8h_source.html +459 -0
- data/doc/cxxapi/Version_8h-source.html +59 -0
- data/doc/cxxapi/annotated.html +86 -0
- data/doc/cxxapi/apache2_2Configuration_8h-source.html +79 -0
- data/doc/cxxapi/apache2_2Configuration_8h_source.html +82 -0
- data/doc/cxxapi/classAgentWatcher-members.html +54 -0
- data/doc/cxxapi/classAgentWatcher.html +419 -0
- data/doc/cxxapi/classClient-members.html +38 -0
- data/doc/cxxapi/classClient.html +123 -0
- data/doc/cxxapi/classHooks-members.html +40 -0
- data/doc/cxxapi/classHooks.html +153 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager-members.html +40 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager.html +187 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1AbstractSpawnManager__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1ArgumentException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1ArgumentException.html +56 -0
- data/doc/cxxapi/classPassenger_1_1ArrayMessage-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1ArrayMessage.html +113 -0
- data/doc/cxxapi/classPassenger_1_1ArrayReader-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1ArrayReader.html +47 -0
- data/doc/cxxapi/classPassenger_1_1BacktracesServer-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1BacktracesServer.html +107 -0
- data/doc/cxxapi/classPassenger_1_1BacktracesServer__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1BacktracesServer__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1BacktracesServer__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +112 -0
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1BusyException.html +54 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +51 -0
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +223 -0
- data/doc/cxxapi/classPassenger_1_1EOFException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1EOFException.html +61 -0
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1EOFException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1EventFd-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1EventFd.html +52 -0
- data/doc/cxxapi/classPassenger_1_1EventedClient-members.html +59 -0
- data/doc/cxxapi/classPassenger_1_1EventedClient.html +531 -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_1FileChangeChecker-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1FileChangeChecker.html +166 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptor-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptor.html +178 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptorPair-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1FileDescriptorPair.html +52 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +58 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +66 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor-members.html +39 -0
- data/doc/cxxapi/classPassenger_1_1HttpStatusExtractor.html +128 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1IOException.html +61 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +2 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MemZeroGuard-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1MemZeroGuard.html +147 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +57 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +839 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer-members.html +49 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer.html +407 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext.html +58 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.map +3 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1ClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext.html +165 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.map +3 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1CommonClientContext__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler-members.html +39 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler.html +173 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1MessageServer_1_1Handler__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Process-members.html +44 -0
- data/doc/cxxapi/classPassenger_1_1Process.html +290 -0
- data/doc/cxxapi/classPassenger_1_1RandomGenerator-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1RandomGenerator.html +79 -0
- data/doc/cxxapi/classPassenger_1_1ResourceLocator-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1ResourceLocator.html +51 -0
- data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1RuntimeException.html +54 -0
- data/doc/cxxapi/classPassenger_1_1SafeLibev-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1SafeLibev.html +51 -0
- data/doc/cxxapi/classPassenger_1_1ScalarMessage-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1ScalarMessage.html +76 -0
- data/doc/cxxapi/classPassenger_1_1ScalarReader-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1ScalarReader.html +47 -0
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser-members.html +50 -0
- data/doc/cxxapi/classPassenger_1_1ScgiRequestParser.html +285 -0
- data/doc/cxxapi/classPassenger_1_1SecurityException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1SecurityException.html +56 -0
- data/doc/cxxapi/classPassenger_1_1Session-members.html +53 -0
- data/doc/cxxapi/classPassenger_1_1Session.html +556 -0
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1Session__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +39 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +101 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +42 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +292 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession-members.html +54 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession.html +394 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardSession__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1StaticString-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1StaticString.html +56 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +40 -0
- data/doc/cxxapi/classPassenger_1_1SystemException.html +155 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +2 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemTime-members.html +43 -0
- data/doc/cxxapi/classPassenger_1_1SystemTime.html +173 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException-members.html +40 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException.html +61 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1TimeRetrievalException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1TimeoutException-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1TimeoutException.html +54 -0
- data/doc/cxxapi/classPassenger_1_1Timer-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1Timer.html +163 -0
- data/doc/cxxapi/classPassenger_1_1Uint16Message-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1Uint16Message.html +51 -0
- data/doc/cxxapi/classPassenger_1_1Uint16Reader-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1Uint16Reader.html +47 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Message-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Message.html +51 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Reader-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1Uint32Reader.html +47 -0
- data/doc/cxxapi/classServer-members.html +36 -0
- data/doc/cxxapi/classServer.html +49 -0
- data/doc/cxxapi/classServerInstanceDirToucher-members.html +36 -0
- data/doc/cxxapi/classServerInstanceDirToucher.html +47 -0
- data/doc/cxxapi/classes.html +52 -0
- data/doc/cxxapi/definitions_8h-source.html +33 -0
- data/doc/cxxapi/definitions_8h_source.html +36 -0
- data/doc/cxxapi/doxygen.css +532 -0
- data/doc/cxxapi/doxygen.png +0 -0
- data/doc/cxxapi/files.html +76 -0
- data/doc/cxxapi/ftv2blank.png +0 -0
- data/doc/cxxapi/ftv2doc.png +0 -0
- data/doc/cxxapi/ftv2folderclosed.png +0 -0
- data/doc/cxxapi/ftv2folderopen.png +0 -0
- data/doc/cxxapi/ftv2lastnode.png +0 -0
- data/doc/cxxapi/ftv2link.png +0 -0
- data/doc/cxxapi/ftv2mlastnode.png +0 -0
- data/doc/cxxapi/ftv2mnode.png +0 -0
- data/doc/cxxapi/ftv2node.png +0 -0
- data/doc/cxxapi/ftv2plastnode.png +0 -0
- data/doc/cxxapi/ftv2pnode.png +0 -0
- data/doc/cxxapi/ftv2vertline.png +0 -0
- data/doc/cxxapi/functions.html +103 -0
- data/doc/cxxapi/functions_0x62.html +82 -0
- data/doc/cxxapi/functions_0x63.html +102 -0
- data/doc/cxxapi/functions_0x64.html +102 -0
- data/doc/cxxapi/functions_0x65.html +88 -0
- data/doc/cxxapi/functions_0x66.html +100 -0
- data/doc/cxxapi/functions_0x67.html +167 -0
- data/doc/cxxapi/functions_0x68.html +88 -0
- data/doc/cxxapi/functions_0x69.html +96 -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 +49 -0
- data/doc/cxxapi/functions_eval.html +67 -0
- data/doc/cxxapi/functions_func.html +531 -0
- data/doc/cxxapi/functions_vars.html +278 -0
- data/doc/cxxapi/graph_legend.dot +22 -0
- data/doc/cxxapi/graph_legend.html +92 -0
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +198 -0
- data/doc/cxxapi/group__Configuration.map +3 -0
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +46 -0
- data/doc/cxxapi/group__Core.map +3 -0
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +51 -0
- data/doc/cxxapi/group__Hooks.html +42 -0
- data/doc/cxxapi/group__Hooks.map +3 -0
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +538 -0
- data/doc/cxxapi/hierarchy.html +100 -0
- data/doc/cxxapi/index.html +16 -0
- data/doc/cxxapi/inherit__graph__0.map +1 -0
- data/doc/cxxapi/inherit__graph__0.md5 +1 -0
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -0
- data/doc/cxxapi/inherit__graph__1.md5 +1 -0
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +3 -0
- data/doc/cxxapi/inherit__graph__10.md5 +1 -0
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +4 -0
- data/doc/cxxapi/inherit__graph__11.md5 +1 -0
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +3 -0
- data/doc/cxxapi/inherit__graph__12.md5 +1 -0
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +3 -0
- data/doc/cxxapi/inherit__graph__13.md5 +1 -0
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +3 -0
- data/doc/cxxapi/inherit__graph__14.md5 +1 -0
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +3 -0
- data/doc/cxxapi/inherit__graph__15.md5 +1 -0
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +5 -0
- data/doc/cxxapi/inherit__graph__16.md5 +1 -0
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +3 -0
- data/doc/cxxapi/inherit__graph__17.md5 +1 -0
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +3 -0
- data/doc/cxxapi/inherit__graph__18.md5 +1 -0
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +4 -0
- data/doc/cxxapi/inherit__graph__19.md5 +1 -0
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -0
- data/doc/cxxapi/inherit__graph__2.md5 +1 -0
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +3 -0
- data/doc/cxxapi/inherit__graph__20.md5 +1 -0
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +3 -0
- data/doc/cxxapi/inherit__graph__21.md5 +1 -0
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__22.map +3 -0
- data/doc/cxxapi/inherit__graph__22.md5 +1 -0
- data/doc/cxxapi/inherit__graph__22.png +0 -0
- data/doc/cxxapi/inherit__graph__23.map +3 -0
- data/doc/cxxapi/inherit__graph__23.md5 +1 -0
- data/doc/cxxapi/inherit__graph__23.png +0 -0
- data/doc/cxxapi/inherit__graph__24.map +3 -0
- data/doc/cxxapi/inherit__graph__24.md5 +1 -0
- data/doc/cxxapi/inherit__graph__24.png +0 -0
- data/doc/cxxapi/inherit__graph__25.map +3 -0
- data/doc/cxxapi/inherit__graph__25.md5 +1 -0
- data/doc/cxxapi/inherit__graph__25.png +0 -0
- data/doc/cxxapi/inherit__graph__26.map +3 -0
- data/doc/cxxapi/inherit__graph__26.md5 +1 -0
- data/doc/cxxapi/inherit__graph__26.png +0 -0
- data/doc/cxxapi/inherit__graph__27.map +3 -0
- data/doc/cxxapi/inherit__graph__27.md5 +1 -0
- data/doc/cxxapi/inherit__graph__27.png +0 -0
- data/doc/cxxapi/inherit__graph__28.map +3 -0
- data/doc/cxxapi/inherit__graph__28.md5 +1 -0
- data/doc/cxxapi/inherit__graph__28.png +0 -0
- data/doc/cxxapi/inherit__graph__29.map +3 -0
- data/doc/cxxapi/inherit__graph__29.md5 +1 -0
- data/doc/cxxapi/inherit__graph__29.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +2 -0
- data/doc/cxxapi/inherit__graph__3.md5 +1 -0
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__30.map +3 -0
- data/doc/cxxapi/inherit__graph__30.md5 +1 -0
- data/doc/cxxapi/inherit__graph__30.png +0 -0
- data/doc/cxxapi/inherit__graph__31.map +4 -0
- data/doc/cxxapi/inherit__graph__31.md5 +1 -0
- data/doc/cxxapi/inherit__graph__31.png +0 -0
- data/doc/cxxapi/inherit__graph__32.map +3 -0
- data/doc/cxxapi/inherit__graph__32.md5 +1 -0
- data/doc/cxxapi/inherit__graph__32.png +0 -0
- data/doc/cxxapi/inherit__graph__33.map +3 -0
- data/doc/cxxapi/inherit__graph__33.md5 +1 -0
- data/doc/cxxapi/inherit__graph__33.png +0 -0
- data/doc/cxxapi/inherit__graph__34.map +3 -0
- data/doc/cxxapi/inherit__graph__34.md5 +1 -0
- data/doc/cxxapi/inherit__graph__34.png +0 -0
- data/doc/cxxapi/inherit__graph__35.map +5 -0
- data/doc/cxxapi/inherit__graph__35.md5 +1 -0
- data/doc/cxxapi/inherit__graph__35.png +0 -0
- data/doc/cxxapi/inherit__graph__36.map +3 -0
- data/doc/cxxapi/inherit__graph__36.md5 +1 -0
- data/doc/cxxapi/inherit__graph__36.png +0 -0
- data/doc/cxxapi/inherit__graph__37.map +3 -0
- data/doc/cxxapi/inherit__graph__37.md5 +1 -0
- data/doc/cxxapi/inherit__graph__37.png +0 -0
- data/doc/cxxapi/inherit__graph__38.map +3 -0
- data/doc/cxxapi/inherit__graph__38.md5 +1 -0
- data/doc/cxxapi/inherit__graph__38.png +0 -0
- data/doc/cxxapi/inherit__graph__39.map +3 -0
- data/doc/cxxapi/inherit__graph__39.md5 +1 -0
- data/doc/cxxapi/inherit__graph__39.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +3 -0
- data/doc/cxxapi/inherit__graph__4.md5 +1 -0
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__40.map +3 -0
- data/doc/cxxapi/inherit__graph__40.md5 +1 -0
- data/doc/cxxapi/inherit__graph__40.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +3 -0
- data/doc/cxxapi/inherit__graph__5.md5 +1 -0
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +3 -0
- data/doc/cxxapi/inherit__graph__6.md5 +1 -0
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +3 -0
- data/doc/cxxapi/inherit__graph__7.md5 +1 -0
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +3 -0
- data/doc/cxxapi/inherit__graph__8.md5 +1 -0
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +3 -0
- data/doc/cxxapi/inherit__graph__9.md5 +1 -0
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +162 -0
- data/doc/cxxapi/main.html +28 -0
- data/doc/cxxapi/md5_8h-source.html +121 -0
- data/doc/cxxapi/modules.html +36 -0
- data/doc/cxxapi/namespacePassenger.html +551 -0
- data/doc/cxxapi/namespacemembers.html +135 -0
- data/doc/cxxapi/namespacemembers_enum.html +48 -0
- data/doc/cxxapi/namespacemembers_eval.html +57 -0
- data/doc/cxxapi/namespacemembers_func.html +111 -0
- data/doc/cxxapi/namespacemembers_type.html +54 -0
- data/doc/cxxapi/namespaces.html +37 -0
- data/doc/cxxapi/nginx_2Configuration_8h-source.html +115 -0
- data/doc/cxxapi/nginx_2Configuration_8h_source.html +125 -0
- data/doc/cxxapi/ngx__http__passenger__module_8h-source.html +91 -0
- data/doc/cxxapi/ngx__http__passenger__module_8h_source.html +94 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +52 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01StaticString_01_4_01_4-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01StaticString_01_4_01_4.html +52 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +52 -0
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard-members.html +36 -0
- data/doc/cxxapi/structPassenger_1_1MessageServer_1_1DisconnectEventBroadcastGuard.html +51 -0
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +67 -0
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +647 -0
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash-members.html +36 -0
- data/doc/cxxapi/structPassenger_1_1StaticString_1_1Hash.html +51 -0
- data/doc/cxxapi/tab_b.gif +0 -0
- data/doc/cxxapi/tab_l.gif +0 -0
- data/doc/cxxapi/tab_r.gif +0 -0
- data/doc/cxxapi/tabs.css +105 -0
- data/doc/cxxapi/tree.html +247 -0
- data/doc/definitions.h +5 -0
- data/doc/images/by_sa.png +0 -0
- data/doc/images/conservative_spawning.png +0 -0
- data/doc/images/conservative_spawning.svg +248 -0
- data/doc/images/icons/README +5 -0
- data/doc/images/icons/callouts/1.png +0 -0
- data/doc/images/icons/callouts/10.png +0 -0
- data/doc/images/icons/callouts/11.png +0 -0
- data/doc/images/icons/callouts/12.png +0 -0
- data/doc/images/icons/callouts/13.png +0 -0
- data/doc/images/icons/callouts/14.png +0 -0
- data/doc/images/icons/callouts/15.png +0 -0
- data/doc/images/icons/callouts/2.png +0 -0
- data/doc/images/icons/callouts/3.png +0 -0
- data/doc/images/icons/callouts/4.png +0 -0
- data/doc/images/icons/callouts/5.png +0 -0
- data/doc/images/icons/callouts/6.png +0 -0
- data/doc/images/icons/callouts/7.png +0 -0
- data/doc/images/icons/callouts/8.png +0 -0
- data/doc/images/icons/callouts/9.png +0 -0
- data/doc/images/icons/caution.png +0 -0
- data/doc/images/icons/example.png +0 -0
- data/doc/images/icons/home.png +0 -0
- data/doc/images/icons/important.png +0 -0
- data/doc/images/icons/next.png +0 -0
- data/doc/images/icons/note.png +0 -0
- data/doc/images/icons/prev.png +0 -0
- data/doc/images/icons/tip.png +0 -0
- data/doc/images/icons/up.png +0 -0
- data/doc/images/icons/warning.png +0 -0
- data/doc/images/passenger_architecture.png +0 -0
- data/doc/images/passenger_architecture.svg +401 -0
- data/doc/images/phusion_banner.png +0 -0
- data/doc/images/smart-lv2.png +0 -0
- data/doc/images/smart-lv2.svg +320 -0
- data/doc/images/spawn_server_architecture.png +0 -0
- data/doc/images/spawn_server_architecture.svg +655 -0
- data/doc/images/typical_isolated_web_application.png +0 -0
- data/doc/images/typical_isolated_web_application.svg +213 -0
- data/doc/template/horo.rb +613 -0
- data/doc/users_guide_snippets/analysis_and_system_maintenance.txt +201 -0
- data/doc/users_guide_snippets/appendix_a_about.txt +13 -0
- data/doc/users_guide_snippets/appendix_b_terminology.txt +63 -0
- data/doc/users_guide_snippets/appendix_c_spawning_methods.txt +303 -0
- data/doc/users_guide_snippets/global_queueing_explained.txt +74 -0
- data/doc/users_guide_snippets/passenger_spawn_method.txt +49 -0
- data/doc/users_guide_snippets/rackup_specifications.txt +71 -0
- data/doc/users_guide_snippets/tips.txt +207 -0
- data/doc/users_guide_snippets/under_the_hood/page_caching_support.txt +22 -0
- data/ext/apache2/Bucket.cpp +190 -0
- data/ext/apache2/Bucket.h +87 -0
- data/ext/apache2/Configuration.cpp +717 -0
- data/ext/apache2/Configuration.h +51 -0
- data/ext/apache2/Configuration.hpp +462 -0
- data/ext/apache2/DirectoryMapper.h +280 -0
- data/ext/apache2/HelperAgent.cpp +365 -0
- data/ext/apache2/Hooks.cpp +1757 -0
- data/ext/apache2/Hooks.h +45 -0
- data/ext/apache2/mod_passenger.c +44 -0
- data/ext/boost/algorithm/string/case_conv.hpp +176 -0
- data/ext/boost/algorithm/string/compare.hpp +199 -0
- data/ext/boost/algorithm/string/concept.hpp +83 -0
- data/ext/boost/algorithm/string/config.hpp +28 -0
- data/ext/boost/algorithm/string/constants.hpp +36 -0
- data/ext/boost/algorithm/string/detail/case_conv.hpp +121 -0
- data/ext/boost/algorithm/string/detail/find_format.hpp +204 -0
- data/ext/boost/algorithm/string/detail/find_format_all.hpp +273 -0
- data/ext/boost/algorithm/string/detail/find_format_store.hpp +89 -0
- data/ext/boost/algorithm/string/detail/finder.hpp +646 -0
- data/ext/boost/algorithm/string/detail/formatter.hpp +94 -0
- data/ext/boost/algorithm/string/detail/replace_storage.hpp +159 -0
- data/ext/boost/algorithm/string/detail/sequence.hpp +200 -0
- data/ext/boost/algorithm/string/detail/util.hpp +106 -0
- data/ext/boost/algorithm/string/erase.hpp +844 -0
- data/ext/boost/algorithm/string/find_format.hpp +287 -0
- data/ext/boost/algorithm/string/finder.hpp +270 -0
- data/ext/boost/algorithm/string/formatter.hpp +103 -0
- data/ext/boost/algorithm/string/replace.hpp +928 -0
- data/ext/boost/algorithm/string/sequence_traits.hpp +193 -0
- data/ext/boost/algorithm/string/yes_no_type.hpp +33 -0
- data/ext/boost/assert.hpp +50 -0
- data/ext/boost/bind.hpp +24 -0
- data/ext/boost/bind/arg.hpp +62 -0
- data/ext/boost/bind/bind.hpp +1751 -0
- data/ext/boost/bind/bind_cc.hpp +117 -0
- data/ext/boost/bind/bind_mf2_cc.hpp +228 -0
- data/ext/boost/bind/bind_mf_cc.hpp +227 -0
- data/ext/boost/bind/bind_template.hpp +345 -0
- data/ext/boost/bind/mem_fn.hpp +389 -0
- data/ext/boost/bind/mem_fn_cc.hpp +103 -0
- data/ext/boost/bind/mem_fn_template.hpp +1047 -0
- data/ext/boost/bind/placeholders.hpp +69 -0
- data/ext/boost/bind/storage.hpp +475 -0
- data/ext/boost/call_traits.hpp +24 -0
- data/ext/boost/checked_delete.hpp +69 -0
- data/ext/boost/concept/assert.hpp +46 -0
- data/ext/boost/concept/detail/backward_compatibility.hpp +16 -0
- data/ext/boost/concept/detail/concept_def.hpp +51 -0
- data/ext/boost/concept/detail/concept_undef.hpp +5 -0
- data/ext/boost/concept/detail/general.hpp +75 -0
- data/ext/boost/concept/detail/has_constraints.hpp +50 -0
- data/ext/boost/concept/usage.hpp +44 -0
- data/ext/boost/concept_check.hpp +1007 -0
- data/ext/boost/config.hpp +70 -0
- data/ext/boost/config/abi/borland_prefix.hpp +27 -0
- data/ext/boost/config/abi/borland_suffix.hpp +12 -0
- data/ext/boost/config/abi/msvc_prefix.hpp +22 -0
- data/ext/boost/config/abi/msvc_suffix.hpp +8 -0
- data/ext/boost/config/abi_prefix.hpp +25 -0
- data/ext/boost/config/abi_suffix.hpp +27 -0
- data/ext/boost/config/auto_link.hpp +420 -0
- data/ext/boost/config/compiler/borland.hpp +275 -0
- data/ext/boost/config/compiler/clang.hpp +62 -0
- data/ext/boost/config/compiler/codegear.hpp +177 -0
- data/ext/boost/config/compiler/comeau.hpp +59 -0
- data/ext/boost/config/compiler/common_edg.hpp +99 -0
- data/ext/boost/config/compiler/compaq_cxx.hpp +19 -0
- data/ext/boost/config/compiler/digitalmars.hpp +93 -0
- data/ext/boost/config/compiler/gcc.hpp +243 -0
- data/ext/boost/config/compiler/gcc_xml.hpp +55 -0
- data/ext/boost/config/compiler/greenhills.hpp +28 -0
- data/ext/boost/config/compiler/hp_acc.hpp +127 -0
- data/ext/boost/config/compiler/intel.hpp +196 -0
- data/ext/boost/config/compiler/kai.hpp +33 -0
- data/ext/boost/config/compiler/metrowerks.hpp +139 -0
- data/ext/boost/config/compiler/mpw.hpp +81 -0
- data/ext/boost/config/compiler/nvcc.hpp +86 -0
- data/ext/boost/config/compiler/pgi.hpp +77 -0
- data/ext/boost/config/compiler/sgi_mipspro.hpp +29 -0
- data/ext/boost/config/compiler/sunpro_cc.hpp +144 -0
- data/ext/boost/config/compiler/vacpp.hpp +96 -0
- data/ext/boost/config/compiler/visualc.hpp +274 -0
- data/ext/boost/config/no_tr1/cmath.hpp +28 -0
- data/ext/boost/config/no_tr1/complex.hpp +28 -0
- data/ext/boost/config/no_tr1/functional.hpp +28 -0
- data/ext/boost/config/no_tr1/memory.hpp +28 -0
- data/ext/boost/config/no_tr1/utility.hpp +28 -0
- data/ext/boost/config/platform/aix.hpp +33 -0
- data/ext/boost/config/platform/amigaos.hpp +15 -0
- data/ext/boost/config/platform/beos.hpp +26 -0
- data/ext/boost/config/platform/bsd.hpp +86 -0
- data/ext/boost/config/platform/cygwin.hpp +48 -0
- data/ext/boost/config/platform/hpux.hpp +87 -0
- data/ext/boost/config/platform/irix.hpp +31 -0
- data/ext/boost/config/platform/linux.hpp +98 -0
- data/ext/boost/config/platform/macos.hpp +86 -0
- data/ext/boost/config/platform/qnxnto.hpp +31 -0
- data/ext/boost/config/platform/solaris.hpp +28 -0
- data/ext/boost/config/platform/symbian.hpp +94 -0
- data/ext/boost/config/platform/vxworks.hpp +31 -0
- data/ext/boost/config/platform/win32.hpp +65 -0
- data/ext/boost/config/posix_features.hpp +95 -0
- data/ext/boost/config/requires_threads.hpp +92 -0
- data/ext/boost/config/select_compiler_config.hpp +129 -0
- data/ext/boost/config/select_platform_config.hpp +98 -0
- data/ext/boost/config/select_stdlib_config.hpp +77 -0
- data/ext/boost/config/stdlib/dinkumware.hpp +148 -0
- data/ext/boost/config/stdlib/libcomo.hpp +72 -0
- data/ext/boost/config/stdlib/libstdcpp3.hpp +128 -0
- data/ext/boost/config/stdlib/modena.hpp +56 -0
- data/ext/boost/config/stdlib/msl.hpp +84 -0
- data/ext/boost/config/stdlib/roguewave.hpp +180 -0
- data/ext/boost/config/stdlib/sgi.hpp +137 -0
- data/ext/boost/config/stdlib/stlport.hpp +237 -0
- data/ext/boost/config/stdlib/vacpp.hpp +44 -0
- data/ext/boost/config/suffix.hpp +639 -0
- data/ext/boost/config/user.hpp +124 -0
- data/ext/boost/config/warning_disable.hpp +47 -0
- data/ext/boost/cstdint.hpp +504 -0
- data/ext/boost/current_function.hpp +67 -0
- data/ext/boost/date_time/adjust_functors.hpp +178 -0
- data/ext/boost/date_time/c_time.hpp +107 -0
- data/ext/boost/date_time/compiler_config.hpp +171 -0
- data/ext/boost/date_time/constrained_value.hpp +121 -0
- data/ext/boost/date_time/date.hpp +208 -0
- data/ext/boost/date_time/date_clock_device.hpp +77 -0
- data/ext/boost/date_time/date_defs.hpp +26 -0
- data/ext/boost/date_time/date_duration.hpp +146 -0
- data/ext/boost/date_time/date_duration_types.hpp +269 -0
- data/ext/boost/date_time/date_facet.hpp +764 -0
- data/ext/boost/date_time/date_format_simple.hpp +159 -0
- data/ext/boost/date_time/date_formatting.hpp +127 -0
- data/ext/boost/date_time/date_formatting_limited.hpp +121 -0
- data/ext/boost/date_time/date_formatting_locales.hpp +233 -0
- data/ext/boost/date_time/date_generator_formatter.hpp +265 -0
- data/ext/boost/date_time/date_generator_parser.hpp +330 -0
- data/ext/boost/date_time/date_generators.hpp +509 -0
- data/ext/boost/date_time/date_iterator.hpp +101 -0
- data/ext/boost/date_time/date_names_put.hpp +320 -0
- data/ext/boost/date_time/date_parsing.hpp +316 -0
- data/ext/boost/date_time/dst_rules.hpp +391 -0
- data/ext/boost/date_time/filetime_functions.hpp +170 -0
- data/ext/boost/date_time/format_date_parser.hpp +743 -0
- data/ext/boost/date_time/gregorian/conversion.hpp +68 -0
- data/ext/boost/date_time/gregorian/formatters.hpp +162 -0
- data/ext/boost/date_time/gregorian/formatters_limited.hpp +81 -0
- data/ext/boost/date_time/gregorian/greg_calendar.hpp +48 -0
- data/ext/boost/date_time/gregorian/greg_date.hpp +136 -0
- data/ext/boost/date_time/gregorian/greg_day.hpp +57 -0
- data/ext/boost/date_time/gregorian/greg_day_of_year.hpp +38 -0
- data/ext/boost/date_time/gregorian/greg_duration.hpp +134 -0
- data/ext/boost/date_time/gregorian/greg_duration_types.hpp +43 -0
- data/ext/boost/date_time/gregorian/greg_month.hpp +105 -0
- data/ext/boost/date_time/gregorian/greg_weekday.hpp +66 -0
- data/ext/boost/date_time/gregorian/greg_year.hpp +53 -0
- data/ext/boost/date_time/gregorian/greg_ymd.hpp +33 -0
- data/ext/boost/date_time/gregorian/gregorian.hpp +38 -0
- data/ext/boost/date_time/gregorian/gregorian_io.hpp +784 -0
- data/ext/boost/date_time/gregorian/gregorian_types.hpp +109 -0
- data/ext/boost/date_time/gregorian/parsers.hpp +91 -0
- data/ext/boost/date_time/gregorian_calendar.hpp +70 -0
- data/ext/boost/date_time/gregorian_calendar.ipp +219 -0
- data/ext/boost/date_time/int_adapter.hpp +509 -0
- data/ext/boost/date_time/iso_format.hpp +303 -0
- data/ext/boost/date_time/locale_config.hpp +31 -0
- data/ext/boost/date_time/microsec_time_clock.hpp +127 -0
- data/ext/boost/date_time/parse_format_base.hpp +29 -0
- data/ext/boost/date_time/period.hpp +377 -0
- data/ext/boost/date_time/period_formatter.hpp +196 -0
- data/ext/boost/date_time/period_parser.hpp +198 -0
- data/ext/boost/date_time/posix_time/conversion.hpp +94 -0
- data/ext/boost/date_time/posix_time/date_duration_operators.hpp +114 -0
- data/ext/boost/date_time/posix_time/posix_time.hpp +39 -0
- data/ext/boost/date_time/posix_time/posix_time_config.hpp +178 -0
- data/ext/boost/date_time/posix_time/posix_time_duration.hpp +82 -0
- data/ext/boost/date_time/posix_time/posix_time_io.hpp +239 -0
- data/ext/boost/date_time/posix_time/posix_time_system.hpp +68 -0
- data/ext/boost/date_time/posix_time/posix_time_types.hpp +55 -0
- data/ext/boost/date_time/posix_time/ptime.hpp +65 -0
- data/ext/boost/date_time/posix_time/time_formatters.hpp +289 -0
- data/ext/boost/date_time/posix_time/time_parsers.hpp +44 -0
- data/ext/boost/date_time/posix_time/time_period.hpp +29 -0
- data/ext/boost/date_time/special_defs.hpp +25 -0
- data/ext/boost/date_time/special_values_formatter.hpp +96 -0
- data/ext/boost/date_time/special_values_parser.hpp +159 -0
- data/ext/boost/date_time/string_convert.hpp +33 -0
- data/ext/boost/date_time/string_parse_tree.hpp +278 -0
- data/ext/boost/date_time/strings_from_facet.hpp +125 -0
- data/ext/boost/date_time/time.hpp +191 -0
- data/ext/boost/date_time/time_clock.hpp +83 -0
- data/ext/boost/date_time/time_defs.hpp +43 -0
- data/ext/boost/date_time/time_duration.hpp +282 -0
- data/ext/boost/date_time/time_facet.hpp +1367 -0
- data/ext/boost/date_time/time_formatting_streams.hpp +122 -0
- data/ext/boost/date_time/time_iterator.hpp +52 -0
- data/ext/boost/date_time/time_parsing.hpp +321 -0
- data/ext/boost/date_time/time_resolution_traits.hpp +144 -0
- data/ext/boost/date_time/time_system_counted.hpp +254 -0
- data/ext/boost/date_time/time_system_split.hpp +207 -0
- data/ext/boost/date_time/wrapping_int.hpp +169 -0
- data/ext/boost/date_time/year_month_day.hpp +45 -0
- data/ext/boost/detail/call_traits.hpp +164 -0
- data/ext/boost/detail/endian.hpp +76 -0
- data/ext/boost/detail/indirect_traits.hpp +487 -0
- data/ext/boost/detail/iterator.hpp +494 -0
- data/ext/boost/detail/lcast_precision.hpp +184 -0
- data/ext/boost/detail/limits.hpp +449 -0
- data/ext/boost/detail/no_exceptions_support.hpp +87 -0
- data/ext/boost/detail/reference_content.hpp +141 -0
- data/ext/boost/detail/sp_typeinfo.hpp +129 -0
- data/ext/boost/detail/workaround.hpp +267 -0
- data/ext/boost/enable_shared_from_this.hpp +18 -0
- 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 +431 -0
- data/ext/boost/exception/detail/is_output_streamable.hpp +60 -0
- data/ext/boost/exception/detail/object_hex_dump.hpp +50 -0
- data/ext/boost/exception/detail/type_info.hpp +83 -0
- data/ext/boost/exception/diagnostic_information.hpp +184 -0
- data/ext/boost/exception/exception.hpp +436 -0
- data/ext/boost/exception/get_error_info.hpp +130 -0
- data/ext/boost/exception/info.hpp +200 -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.hpp +66 -0
- data/ext/boost/function/detail/function_iterate.hpp +16 -0
- data/ext/boost/function/detail/maybe_include.hpp +267 -0
- data/ext/boost/function/detail/prologue.hpp +26 -0
- data/ext/boost/function/function_base.hpp +904 -0
- data/ext/boost/function/function_fwd.hpp +70 -0
- data/ext/boost/function/function_template.hpp +1158 -0
- data/ext/boost/function_equal.hpp +28 -0
- data/ext/boost/get_pointer.hpp +33 -0
- data/ext/boost/implicit_cast.hpp +29 -0
- data/ext/boost/integer.hpp +257 -0
- data/ext/boost/integer_fwd.hpp +180 -0
- data/ext/boost/integer_traits.hpp +261 -0
- data/ext/boost/io/ios_state.hpp +439 -0
- data/ext/boost/io_fwd.hpp +67 -0
- data/ext/boost/is_placeholder.hpp +31 -0
- data/ext/boost/iterator.hpp +59 -0
- data/ext/boost/iterator/detail/config_def.hpp +137 -0
- data/ext/boost/iterator/detail/config_undef.hpp +25 -0
- data/ext/boost/iterator/detail/enable_if.hpp +86 -0
- data/ext/boost/iterator/detail/facade_iterator_category.hpp +200 -0
- data/ext/boost/iterator/detail/minimum_category.hpp +116 -0
- data/ext/boost/iterator/interoperable.hpp +50 -0
- data/ext/boost/iterator/iterator_adaptor.hpp +371 -0
- data/ext/boost/iterator/iterator_categories.hpp +188 -0
- data/ext/boost/iterator/iterator_concepts.hpp +284 -0
- data/ext/boost/iterator/iterator_facade.hpp +878 -0
- data/ext/boost/iterator/iterator_traits.hpp +92 -0
- data/ext/boost/iterator/reverse_iterator.hpp +69 -0
- data/ext/boost/iterator/transform_iterator.hpp +187 -0
- data/ext/boost/lexical_cast.hpp +1213 -0
- data/ext/boost/limits.hpp +146 -0
- data/ext/boost/make_shared.hpp +17 -0
- data/ext/boost/mem_fn.hpp +24 -0
- data/ext/boost/memory_order.hpp +53 -0
- data/ext/boost/mpl/always.hpp +39 -0
- data/ext/boost/mpl/and.hpp +60 -0
- data/ext/boost/mpl/apply.hpp +229 -0
- data/ext/boost/mpl/apply_fwd.hpp +107 -0
- data/ext/boost/mpl/apply_wrap.hpp +234 -0
- data/ext/boost/mpl/arg.hpp +131 -0
- data/ext/boost/mpl/arg_fwd.hpp +28 -0
- data/ext/boost/mpl/assert.hpp +370 -0
- data/ext/boost/mpl/aux_/adl_barrier.hpp +48 -0
- data/ext/boost/mpl/aux_/arg_typedef.hpp +31 -0
- data/ext/boost/mpl/aux_/arity.hpp +39 -0
- data/ext/boost/mpl/aux_/arity_spec.hpp +67 -0
- data/ext/boost/mpl/aux_/common_name_wknd.hpp +34 -0
- data/ext/boost/mpl/aux_/config/adl.hpp +40 -0
- data/ext/boost/mpl/aux_/config/arrays.hpp +30 -0
- data/ext/boost/mpl/aux_/config/bcc.hpp +28 -0
- data/ext/boost/mpl/aux_/config/bind.hpp +33 -0
- data/ext/boost/mpl/aux_/config/compiler.hpp +66 -0
- data/ext/boost/mpl/aux_/config/ctps.hpp +30 -0
- data/ext/boost/mpl/aux_/config/dtp.hpp +46 -0
- data/ext/boost/mpl/aux_/config/eti.hpp +47 -0
- data/ext/boost/mpl/aux_/config/gcc.hpp +23 -0
- data/ext/boost/mpl/aux_/config/has_apply.hpp +32 -0
- data/ext/boost/mpl/aux_/config/has_xxx.hpp +34 -0
- data/ext/boost/mpl/aux_/config/integral.hpp +38 -0
- data/ext/boost/mpl/aux_/config/intel.hpp +21 -0
- data/ext/boost/mpl/aux_/config/lambda.hpp +32 -0
- data/ext/boost/mpl/aux_/config/msvc.hpp +21 -0
- data/ext/boost/mpl/aux_/config/msvc_typename.hpp +26 -0
- data/ext/boost/mpl/aux_/config/nttp.hpp +41 -0
- data/ext/boost/mpl/aux_/config/overload_resolution.hpp +29 -0
- data/ext/boost/mpl/aux_/config/pp_counter.hpp +26 -0
- data/ext/boost/mpl/aux_/config/preprocessor.hpp +39 -0
- data/ext/boost/mpl/aux_/config/static_constant.hpp +25 -0
- data/ext/boost/mpl/aux_/config/ttp.hpp +41 -0
- data/ext/boost/mpl/aux_/config/use_preprocessed.hpp +19 -0
- data/ext/boost/mpl/aux_/config/workaround.hpp +19 -0
- data/ext/boost/mpl/aux_/full_lambda.hpp +354 -0
- data/ext/boost/mpl/aux_/has_apply.hpp +32 -0
- data/ext/boost/mpl/aux_/has_type.hpp +23 -0
- data/ext/boost/mpl/aux_/include_preprocessed.hpp +42 -0
- data/ext/boost/mpl/aux_/integral_wrapper.hpp +93 -0
- data/ext/boost/mpl/aux_/lambda_arity_param.hpp +25 -0
- data/ext/boost/mpl/aux_/lambda_support.hpp +169 -0
- data/ext/boost/mpl/aux_/msvc_never_true.hpp +34 -0
- data/ext/boost/mpl/aux_/na.hpp +95 -0
- data/ext/boost/mpl/aux_/na_assert.hpp +34 -0
- data/ext/boost/mpl/aux_/na_fwd.hpp +31 -0
- data/ext/boost/mpl/aux_/na_spec.hpp +175 -0
- data/ext/boost/mpl/aux_/nested_type_wknd.hpp +48 -0
- data/ext/boost/mpl/aux_/nttp_decl.hpp +35 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/and.hpp +69 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/apply.hpp +169 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp +52 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp +84 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/arg.hpp +123 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/bind.hpp +561 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp +52 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp +558 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/or.hpp +69 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp +105 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/quote.hpp +123 -0
- data/ext/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp +97 -0
- data/ext/boost/mpl/aux_/preprocessor/def_params_tail.hpp +105 -0
- data/ext/boost/mpl/aux_/preprocessor/enum.hpp +62 -0
- data/ext/boost/mpl/aux_/preprocessor/filter_params.hpp +28 -0
- data/ext/boost/mpl/aux_/preprocessor/params.hpp +65 -0
- data/ext/boost/mpl/aux_/preprocessor/sub.hpp +65 -0
- data/ext/boost/mpl/aux_/static_cast.hpp +27 -0
- data/ext/boost/mpl/aux_/template_arity.hpp +189 -0
- data/ext/boost/mpl/aux_/template_arity_fwd.hpp +23 -0
- data/ext/boost/mpl/aux_/type_wrapper.hpp +47 -0
- data/ext/boost/mpl/aux_/value_wknd.hpp +89 -0
- data/ext/boost/mpl/aux_/yes_no.hpp +58 -0
- data/ext/boost/mpl/bind.hpp +551 -0
- data/ext/boost/mpl/bind_fwd.hpp +99 -0
- data/ext/boost/mpl/bool.hpp +39 -0
- data/ext/boost/mpl/bool_fwd.hpp +33 -0
- data/ext/boost/mpl/eval_if.hpp +71 -0
- data/ext/boost/mpl/has_xxx.hpp +640 -0
- data/ext/boost/mpl/identity.hpp +45 -0
- data/ext/boost/mpl/if.hpp +135 -0
- data/ext/boost/mpl/int.hpp +22 -0
- data/ext/boost/mpl/int_fwd.hpp +27 -0
- data/ext/boost/mpl/integral_c.hpp +51 -0
- data/ext/boost/mpl/integral_c_fwd.hpp +32 -0
- data/ext/boost/mpl/integral_c_tag.hpp +26 -0
- data/ext/boost/mpl/lambda.hpp +29 -0
- data/ext/boost/mpl/lambda_fwd.hpp +57 -0
- data/ext/boost/mpl/limits/arity.hpp +21 -0
- data/ext/boost/mpl/logical.hpp +21 -0
- data/ext/boost/mpl/next.hpp +19 -0
- data/ext/boost/mpl/next_prior.hpp +49 -0
- data/ext/boost/mpl/not.hpp +51 -0
- data/ext/boost/mpl/or.hpp +61 -0
- data/ext/boost/mpl/placeholders.hpp +100 -0
- data/ext/boost/mpl/protect.hpp +55 -0
- data/ext/boost/mpl/quote.hpp +151 -0
- data/ext/boost/mpl/size_t.hpp +25 -0
- data/ext/boost/mpl/size_t_fwd.hpp +28 -0
- data/ext/boost/mpl/void.hpp +76 -0
- data/ext/boost/mpl/void_fwd.hpp +26 -0
- data/ext/boost/next_prior.hpp +51 -0
- data/ext/boost/non_type.hpp +27 -0
- data/ext/boost/noncopyable.hpp +36 -0
- data/ext/boost/none.hpp +28 -0
- data/ext/boost/none_t.hpp +24 -0
- data/ext/boost/operators.hpp +976 -0
- data/ext/boost/optional.hpp +18 -0
- data/ext/boost/optional/optional.hpp +924 -0
- data/ext/boost/optional/optional_fwd.hpp +22 -0
- data/ext/boost/preprocessor/arithmetic/add.hpp +51 -0
- data/ext/boost/preprocessor/arithmetic/dec.hpp +288 -0
- data/ext/boost/preprocessor/arithmetic/detail/div_base.hpp +61 -0
- data/ext/boost/preprocessor/arithmetic/inc.hpp +288 -0
- data/ext/boost/preprocessor/arithmetic/mod.hpp +39 -0
- data/ext/boost/preprocessor/arithmetic/sub.hpp +50 -0
- data/ext/boost/preprocessor/array/data.hpp +28 -0
- data/ext/boost/preprocessor/array/elem.hpp +29 -0
- data/ext/boost/preprocessor/array/size.hpp +28 -0
- data/ext/boost/preprocessor/cat.hpp +35 -0
- data/ext/boost/preprocessor/comma_if.hpp +17 -0
- data/ext/boost/preprocessor/comparison/less_equal.hpp +39 -0
- data/ext/boost/preprocessor/config/config.hpp +70 -0
- data/ext/boost/preprocessor/control/deduce_d.hpp +22 -0
- data/ext/boost/preprocessor/control/detail/while.hpp +536 -0
- data/ext/boost/preprocessor/control/expr_iif.hpp +31 -0
- data/ext/boost/preprocessor/control/if.hpp +30 -0
- data/ext/boost/preprocessor/control/iif.hpp +34 -0
- data/ext/boost/preprocessor/control/while.hpp +312 -0
- data/ext/boost/preprocessor/debug/error.hpp +33 -0
- data/ext/boost/preprocessor/detail/auto_rec.hpp +293 -0
- data/ext/boost/preprocessor/detail/check.hpp +48 -0
- data/ext/boost/preprocessor/detail/is_binary.hpp +30 -0
- data/ext/boost/preprocessor/empty.hpp +17 -0
- data/ext/boost/preprocessor/enum.hpp +17 -0
- data/ext/boost/preprocessor/enum_params.hpp +17 -0
- data/ext/boost/preprocessor/facilities/empty.hpp +21 -0
- data/ext/boost/preprocessor/facilities/identity.hpp +23 -0
- data/ext/boost/preprocessor/identity.hpp +17 -0
- data/ext/boost/preprocessor/inc.hpp +17 -0
- data/ext/boost/preprocessor/iterate.hpp +17 -0
- data/ext/boost/preprocessor/iteration/detail/bounds/lower1.hpp +99 -0
- data/ext/boost/preprocessor/iteration/detail/bounds/upper1.hpp +99 -0
- data/ext/boost/preprocessor/iteration/detail/iter/forward1.hpp +1342 -0
- data/ext/boost/preprocessor/iteration/iterate.hpp +82 -0
- data/ext/boost/preprocessor/list/adt.hpp +73 -0
- data/ext/boost/preprocessor/list/append.hpp +40 -0
- data/ext/boost/preprocessor/list/detail/fold_left.hpp +279 -0
- data/ext/boost/preprocessor/list/detail/fold_right.hpp +277 -0
- data/ext/boost/preprocessor/list/fold_left.hpp +303 -0
- data/ext/boost/preprocessor/list/fold_right.hpp +40 -0
- data/ext/boost/preprocessor/list/for_each_i.hpp +65 -0
- data/ext/boost/preprocessor/list/reverse.hpp +40 -0
- data/ext/boost/preprocessor/list/transform.hpp +49 -0
- data/ext/boost/preprocessor/logical/and.hpp +30 -0
- data/ext/boost/preprocessor/logical/bitand.hpp +38 -0
- data/ext/boost/preprocessor/logical/bool.hpp +288 -0
- data/ext/boost/preprocessor/logical/compl.hpp +36 -0
- data/ext/boost/preprocessor/logical/not.hpp +30 -0
- data/ext/boost/preprocessor/punctuation/comma.hpp +21 -0
- data/ext/boost/preprocessor/punctuation/comma_if.hpp +31 -0
- data/ext/boost/preprocessor/repeat.hpp +17 -0
- data/ext/boost/preprocessor/repetition/detail/for.hpp +536 -0
- data/ext/boost/preprocessor/repetition/enum.hpp +66 -0
- data/ext/boost/preprocessor/repetition/enum_binary_params.hpp +54 -0
- data/ext/boost/preprocessor/repetition/enum_params.hpp +41 -0
- data/ext/boost/preprocessor/repetition/enum_trailing_params.hpp +38 -0
- data/ext/boost/preprocessor/repetition/for.hpp +306 -0
- data/ext/boost/preprocessor/repetition/repeat.hpp +825 -0
- data/ext/boost/preprocessor/repetition/repeat_from_to.hpp +87 -0
- data/ext/boost/preprocessor/seq/cat.hpp +48 -0
- data/ext/boost/preprocessor/seq/elem.hpp +304 -0
- data/ext/boost/preprocessor/seq/enum.hpp +288 -0
- data/ext/boost/preprocessor/seq/fold_left.hpp +1070 -0
- data/ext/boost/preprocessor/seq/for_each_i.hpp +61 -0
- data/ext/boost/preprocessor/seq/seq.hpp +44 -0
- data/ext/boost/preprocessor/seq/size.hpp +548 -0
- data/ext/boost/preprocessor/seq/transform.hpp +48 -0
- data/ext/boost/preprocessor/slot/detail/def.hpp +49 -0
- data/ext/boost/preprocessor/slot/detail/shared.hpp +247 -0
- data/ext/boost/preprocessor/slot/slot.hpp +32 -0
- data/ext/boost/preprocessor/stringize.hpp +33 -0
- data/ext/boost/preprocessor/tuple/eat.hpp +57 -0
- data/ext/boost/preprocessor/tuple/elem.hpp +385 -0
- data/ext/boost/preprocessor/tuple/rem.hpp +72 -0
- data/ext/boost/preprocessor/tuple/to_list.hpp +62 -0
- data/ext/boost/range/algorithm/equal.hpp +188 -0
- data/ext/boost/range/as_literal.hpp +127 -0
- data/ext/boost/range/begin.hpp +132 -0
- data/ext/boost/range/concepts.hpp +331 -0
- data/ext/boost/range/config.hpp +54 -0
- data/ext/boost/range/const_iterator.hpp +67 -0
- data/ext/boost/range/detail/common.hpp +117 -0
- data/ext/boost/range/detail/extract_optional_type.hpp +52 -0
- data/ext/boost/range/detail/implementation_help.hpp +103 -0
- data/ext/boost/range/detail/misc_concept.hpp +33 -0
- data/ext/boost/range/detail/sfinae.hpp +77 -0
- data/ext/boost/range/detail/str_types.hpp +38 -0
- data/ext/boost/range/difference_type.hpp +29 -0
- data/ext/boost/range/distance.hpp +34 -0
- data/ext/boost/range/empty.hpp +34 -0
- data/ext/boost/range/end.hpp +131 -0
- data/ext/boost/range/functions.hpp +27 -0
- data/ext/boost/range/iterator.hpp +72 -0
- data/ext/boost/range/iterator_range.hpp +16 -0
- data/ext/boost/range/iterator_range_core.hpp +542 -0
- data/ext/boost/range/iterator_range_io.hpp +93 -0
- data/ext/boost/range/mutable_iterator.hpp +67 -0
- data/ext/boost/range/rbegin.hpp +65 -0
- data/ext/boost/range/rend.hpp +65 -0
- data/ext/boost/range/reverse_iterator.hpp +40 -0
- data/ext/boost/range/size.hpp +36 -0
- data/ext/boost/range/size_type.hpp +79 -0
- data/ext/boost/range/value_type.hpp +34 -0
- data/ext/boost/ref.hpp +189 -0
- data/ext/boost/scoped_array.hpp +16 -0
- data/ext/boost/scoped_ptr.hpp +16 -0
- data/ext/boost/shared_array.hpp +19 -0
- data/ext/boost/shared_ptr.hpp +19 -0
- data/ext/boost/smart_ptr/bad_weak_ptr.hpp +59 -0
- data/ext/boost/smart_ptr/detail/atomic_count.hpp +119 -0
- data/ext/boost/smart_ptr/detail/atomic_count_gcc.hpp +72 -0
- data/ext/boost/smart_ptr/detail/atomic_count_gcc_x86.hpp +77 -0
- data/ext/boost/smart_ptr/detail/atomic_count_pthreads.hpp +96 -0
- data/ext/boost/smart_ptr/detail/atomic_count_solaris.hpp +59 -0
- data/ext/boost/smart_ptr/detail/atomic_count_sync.hpp +61 -0
- data/ext/boost/smart_ptr/detail/atomic_count_win32.hpp +63 -0
- data/ext/boost/smart_ptr/detail/operator_bool.hpp +56 -0
- data/ext/boost/smart_ptr/detail/shared_count.hpp +444 -0
- 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/smart_ptr/detail/sp_counted_base_acc_ia64.hpp +150 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_cw_ppc.hpp +170 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_cw_x86.hpp +158 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_ia64.hpp +157 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_mips.hpp +172 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_ppc.hpp +181 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_sparc.hpp +166 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_gcc_x86.hpp +173 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_nt.hpp +107 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_pt.hpp +135 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_solaris.hpp +113 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_spin.hpp +131 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_sync.hpp +155 -0
- data/ext/boost/smart_ptr/detail/sp_counted_base_w32.hpp +130 -0
- data/ext/boost/smart_ptr/detail/sp_counted_impl.hpp +231 -0
- 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/make_shared.hpp +508 -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_array.hpp +147 -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/once.cpp +51 -0
- data/ext/boost/src/pthread/thread.cpp +616 -0
- data/ext/boost/src/pthread/timeconv.inl +133 -0
- data/ext/boost/src/tss_null.cpp +34 -0
- data/ext/boost/static_assert.hpp +132 -0
- data/ext/boost/thread.hpp +26 -0
- data/ext/boost/thread/barrier.hpp +64 -0
- data/ext/boost/thread/condition.hpp +16 -0
- data/ext/boost/thread/condition_variable.hpp +21 -0
- data/ext/boost/thread/detail/config.hpp +100 -0
- data/ext/boost/thread/detail/force_cast.hpp +39 -0
- data/ext/boost/thread/detail/move.hpp +60 -0
- data/ext/boost/thread/detail/platform.hpp +71 -0
- data/ext/boost/thread/detail/singleton.hpp +59 -0
- data/ext/boost/thread/detail/thread.hpp +540 -0
- data/ext/boost/thread/detail/thread_group.hpp +108 -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 +65 -0
- data/ext/boost/thread/exceptions.hpp +223 -0
- data/ext/boost/thread/future.hpp +1375 -0
- data/ext/boost/thread/locks.hpp +1585 -0
- data/ext/boost/thread/mutex.hpp +21 -0
- data/ext/boost/thread/once.hpp +33 -0
- data/ext/boost/thread/pthread/condition_variable.hpp +179 -0
- data/ext/boost/thread/pthread/condition_variable_fwd.hpp +102 -0
- data/ext/boost/thread/pthread/mutex.hpp +236 -0
- data/ext/boost/thread/pthread/once.hpp +95 -0
- data/ext/boost/thread/pthread/pthread_mutex_scoped_lock.hpp +54 -0
- data/ext/boost/thread/pthread/recursive_mutex.hpp +345 -0
- data/ext/boost/thread/pthread/shared_mutex.hpp +303 -0
- data/ext/boost/thread/pthread/thread_data.hpp +129 -0
- data/ext/boost/thread/pthread/thread_heap_alloc.hpp +242 -0
- data/ext/boost/thread/pthread/timespec.hpp +36 -0
- data/ext/boost/thread/recursive_mutex.hpp +21 -0
- data/ext/boost/thread/shared_mutex.hpp +21 -0
- data/ext/boost/thread/thread.hpp +27 -0
- data/ext/boost/thread/thread_time.hpp +50 -0
- data/ext/boost/thread/tss.hpp +113 -0
- data/ext/boost/thread/xtime.hpp +92 -0
- data/ext/boost/throw_exception.hpp +91 -0
- data/ext/boost/token_functions.hpp +641 -0
- data/ext/boost/token_iterator.hpp +128 -0
- data/ext/boost/tokenizer.hpp +98 -0
- data/ext/boost/type.hpp +18 -0
- data/ext/boost/type_traits/add_const.hpp +47 -0
- data/ext/boost/type_traits/add_pointer.hpp +72 -0
- data/ext/boost/type_traits/add_reference.hpp +107 -0
- data/ext/boost/type_traits/add_volatile.hpp +47 -0
- data/ext/boost/type_traits/alignment_of.hpp +128 -0
- data/ext/boost/type_traits/broken_compiler_spec.hpp +117 -0
- data/ext/boost/type_traits/composite_traits.hpp +29 -0
- data/ext/boost/type_traits/config.hpp +76 -0
- data/ext/boost/type_traits/conversion_traits.hpp +17 -0
- data/ext/boost/type_traits/detail/bool_trait_def.hpp +173 -0
- data/ext/boost/type_traits/detail/bool_trait_undef.hpp +27 -0
- data/ext/boost/type_traits/detail/cv_traits_impl.hpp +97 -0
- data/ext/boost/type_traits/detail/false_result.hpp +28 -0
- data/ext/boost/type_traits/detail/ice_and.hpp +35 -0
- data/ext/boost/type_traits/detail/ice_eq.hpp +36 -0
- data/ext/boost/type_traits/detail/ice_not.hpp +31 -0
- data/ext/boost/type_traits/detail/ice_or.hpp +34 -0
- data/ext/boost/type_traits/detail/is_function_ptr_helper.hpp +220 -0
- data/ext/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp +817 -0
- data/ext/boost/type_traits/detail/size_t_trait_def.hpp +58 -0
- data/ext/boost/type_traits/detail/size_t_trait_undef.hpp +16 -0
- data/ext/boost/type_traits/detail/template_arity_spec.hpp +31 -0
- data/ext/boost/type_traits/detail/type_trait_def.hpp +61 -0
- data/ext/boost/type_traits/detail/type_trait_undef.hpp +19 -0
- data/ext/boost/type_traits/detail/yes_no_type.hpp +26 -0
- data/ext/boost/type_traits/function_traits.hpp +236 -0
- data/ext/boost/type_traits/has_nothrow_copy.hpp +39 -0
- data/ext/boost/type_traits/has_trivial_copy.hpp +49 -0
- data/ext/boost/type_traits/has_trivial_destructor.hpp +42 -0
- data/ext/boost/type_traits/ice.hpp +20 -0
- data/ext/boost/type_traits/integral_constant.hpp +53 -0
- data/ext/boost/type_traits/intrinsics.hpp +240 -0
- data/ext/boost/type_traits/is_abstract.hpp +153 -0
- data/ext/boost/type_traits/is_arithmetic.hpp +51 -0
- data/ext/boost/type_traits/is_array.hpp +91 -0
- 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 +140 -0
- data/ext/boost/type_traits/is_const.hpp +165 -0
- data/ext/boost/type_traits/is_convertible.hpp +430 -0
- data/ext/boost/type_traits/is_enum.hpp +189 -0
- data/ext/boost/type_traits/is_float.hpp +27 -0
- data/ext/boost/type_traits/is_function.hpp +106 -0
- data/ext/boost/type_traits/is_fundamental.hpp +45 -0
- data/ext/boost/type_traits/is_integral.hpp +78 -0
- data/ext/boost/type_traits/is_lvalue_reference.hpp +118 -0
- data/ext/boost/type_traits/is_member_function_pointer.hpp +136 -0
- data/ext/boost/type_traits/is_member_pointer.hpp +116 -0
- data/ext/boost/type_traits/is_pod.hpp +135 -0
- data/ext/boost/type_traits/is_pointer.hpp +162 -0
- data/ext/boost/type_traits/is_reference.hpp +45 -0
- data/ext/boost/type_traits/is_rvalue_reference.hpp +29 -0
- data/ext/boost/type_traits/is_same.hpp +103 -0
- data/ext/boost/type_traits/is_scalar.hpp +55 -0
- data/ext/boost/type_traits/is_signed.hpp +135 -0
- data/ext/boost/type_traits/is_union.hpp +49 -0
- data/ext/boost/type_traits/is_unsigned.hpp +130 -0
- data/ext/boost/type_traits/is_void.hpp +38 -0
- data/ext/boost/type_traits/is_volatile.hpp +152 -0
- data/ext/boost/type_traits/make_unsigned.hpp +137 -0
- data/ext/boost/type_traits/remove_const.hpp +90 -0
- data/ext/boost/type_traits/remove_cv.hpp +83 -0
- data/ext/boost/type_traits/remove_pointer.hpp +43 -0
- data/ext/boost/type_traits/remove_reference.hpp +70 -0
- data/ext/boost/type_traits/type_with_alignment.hpp +393 -0
- data/ext/boost/units/detail/utility.hpp +104 -0
- data/ext/boost/utility.hpp +20 -0
- data/ext/boost/utility/addressof.hpp +102 -0
- data/ext/boost/utility/base_from_member.hpp +87 -0
- data/ext/boost/utility/binary.hpp +708 -0
- data/ext/boost/utility/compare_pointees.hpp +68 -0
- data/ext/boost/utility/enable_if.hpp +119 -0
- data/ext/boost/visit_each.hpp +29 -0
- data/ext/boost/weak_ptr.hpp +18 -0
- 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/AgentBase.h +39 -0
- data/ext/common/AgentsStarter.cpp +154 -0
- data/ext/common/AgentsStarter.h +81 -0
- data/ext/common/AgentsStarter.hpp +654 -0
- data/ext/common/ApplicationPool/Client.h +796 -0
- data/ext/common/ApplicationPool/Interface.h +295 -0
- data/ext/common/ApplicationPool/Pool.h +1327 -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 +702 -0
- data/ext/common/EventedMessageServer.h +327 -0
- data/ext/common/EventedServer.h +295 -0
- data/ext/common/Exceptions.h +348 -0
- data/ext/common/FileDescriptor.h +293 -0
- data/ext/common/HelperAgent/BacktracesServer.h +59 -0
- data/ext/common/IniFile.h +496 -0
- data/ext/common/Logging.cpp +64 -0
- data/ext/common/Logging.h +695 -0
- 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 +468 -0
- data/ext/common/MessageChannel.h +745 -0
- data/ext/common/MessageClient.h +297 -0
- data/ext/common/MessageReadersWriters.h +508 -0
- data/ext/common/MessageServer.h +581 -0
- data/ext/common/PoolOptions.h +518 -0
- data/ext/common/Process.h +255 -0
- data/ext/common/RandomGenerator.h +160 -0
- data/ext/common/ResourceLocator.h +135 -0
- data/ext/common/SafeLibev.h +149 -0
- data/ext/common/ServerInstanceDir.h +347 -0
- data/ext/common/Session.h +470 -0
- data/ext/common/SpawnManager.h +616 -0
- data/ext/common/StaticString.h +298 -0
- data/ext/common/StringListCreator.h +83 -0
- data/ext/common/Utils.cpp +991 -0
- data/ext/common/Utils.h +428 -0
- data/ext/common/Utils/Base64.cpp +143 -0
- data/ext/common/Utils/Base64.h +83 -0
- data/ext/common/Utils/BlockingQueue.h +136 -0
- data/ext/common/Utils/BufferedIO.h +196 -0
- data/ext/common/Utils/CachedFileStat.cpp +62 -0
- data/ext/common/Utils/CachedFileStat.h +51 -0
- data/ext/common/Utils/CachedFileStat.hpp +243 -0
- data/ext/common/Utils/FileChangeChecker.h +209 -0
- data/ext/common/Utils/IOUtils.cpp +913 -0
- data/ext/common/Utils/IOUtils.h +370 -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 +590 -0
- data/ext/common/Utils/ScopeGuard.h +72 -0
- data/ext/common/Utils/StrIntUtils.cpp +364 -0
- data/ext/common/Utils/StrIntUtils.h +231 -0
- data/ext/common/Utils/SystemTime.cpp +37 -0
- data/ext/common/Utils/SystemTime.h +201 -0
- data/ext/common/Utils/Timer.h +152 -0
- data/ext/common/Utils/VariantMap.h +363 -0
- data/ext/common/Utils/utf8.h +35 -0
- data/ext/common/Utils/utf8/checked.h +324 -0
- data/ext/common/Utils/utf8/core.h +359 -0
- data/ext/common/Utils/utf8/unchecked.h +229 -0
- data/ext/common/Watchdog.cpp +1001 -0
- data/ext/common/libboost_oxt/aggregate.cpp +10 -0
- data/ext/common/libpassenger_common/aggregate.cpp +15 -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 +1454 -0
- data/ext/nginx/Configuration.h +94 -0
- data/ext/nginx/ContentHandler.c +1360 -0
- data/ext/nginx/ContentHandler.h +64 -0
- data/ext/nginx/HelperAgent.cpp +988 -0
- data/ext/nginx/HttpStatusExtractor.h +351 -0
- data/ext/nginx/ScgiRequestParser.h +375 -0
- data/ext/nginx/StaticContentHandler.c +256 -0
- data/ext/nginx/StaticContentHandler.h +37 -0
- data/ext/nginx/config +58 -0
- data/ext/nginx/ngx_http_passenger_module.c +499 -0
- data/ext/nginx/ngx_http_passenger_module.h +63 -0
- data/ext/oxt/backtrace.cpp +185 -0
- data/ext/oxt/backtrace.hpp +135 -0
- data/ext/oxt/detail/backtrace_disabled.hpp +39 -0
- data/ext/oxt/detail/backtrace_enabled.hpp +156 -0
- data/ext/oxt/detail/spin_lock_darwin.hpp +69 -0
- data/ext/oxt/detail/spin_lock_gcc_x86.hpp +81 -0
- data/ext/oxt/detail/spin_lock_portable.hpp +38 -0
- data/ext/oxt/detail/spin_lock_pthreads.hpp +97 -0
- data/ext/oxt/detail/tracable_exception_disabled.hpp +46 -0
- data/ext/oxt/detail/tracable_exception_enabled.hpp +48 -0
- data/ext/oxt/dynamic_thread_group.hpp +195 -0
- data/ext/oxt/macros.hpp +58 -0
- data/ext/oxt/spin_lock.hpp +57 -0
- data/ext/oxt/system_calls.cpp +477 -0
- data/ext/oxt/system_calls.hpp +260 -0
- data/ext/oxt/thread.cpp +32 -0
- data/ext/oxt/thread.hpp +370 -0
- data/ext/oxt/tracable_exception.cpp +87 -0
- data/ext/oxt/tracable_exception.hpp +35 -0
- data/ext/ruby/extconf.rb +41 -0
- data/ext/ruby/passenger_native_support.c +1037 -0
- data/helper-scripts/passenger-spawn-server +106 -0
- data/helper-scripts/prespawn +63 -0
- data/lib/phusion_passenger.rb +115 -0
- data/lib/phusion_passenger/abstract_installer.rb +234 -0
- data/lib/phusion_passenger/abstract_request_handler.rb +738 -0
- data/lib/phusion_passenger/abstract_server.rb +372 -0
- data/lib/phusion_passenger/abstract_server_collection.rb +335 -0
- data/lib/phusion_passenger/admin_tools.rb +48 -0
- 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/app_process.rb +162 -0
- data/lib/phusion_passenger/classic_rails/application_spawner.rb +344 -0
- data/lib/phusion_passenger/classic_rails/cgi_fixed.rb +68 -0
- data/lib/phusion_passenger/classic_rails/framework_spawner.rb +311 -0
- data/lib/phusion_passenger/classic_rails/request_handler.rb +75 -0
- 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 +66 -0
- data/lib/phusion_passenger/constants.rb +35 -0
- data/lib/phusion_passenger/debug_logging.rb +104 -0
- data/lib/phusion_passenger/dependencies.rb +633 -0
- data/lib/phusion_passenger/exceptions.rb +103 -0
- data/lib/phusion_passenger/html_template.rb +107 -0
- data/lib/phusion_passenger/message_channel.rb +387 -0
- data/lib/phusion_passenger/message_client.rb +173 -0
- data/lib/phusion_passenger/native_support.rb +166 -0
- data/lib/phusion_passenger/packaging.rb +108 -0
- data/lib/phusion_passenger/platform_info.rb +248 -0
- data/lib/phusion_passenger/platform_info/apache.rb +332 -0
- data/lib/phusion_passenger/platform_info/binary_compatibility.rb +175 -0
- data/lib/phusion_passenger/platform_info/compiler.rb +183 -0
- data/lib/phusion_passenger/platform_info/curl.rb +61 -0
- 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 +158 -0
- data/lib/phusion_passenger/platform_info/ruby.rb +338 -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 +227 -0
- data/lib/phusion_passenger/rack/request_handler.rb +145 -0
- data/lib/phusion_passenger/rails3_extensions/init.rb +207 -0
- data/lib/phusion_passenger/simple_benchmarking.rb +52 -0
- data/lib/phusion_passenger/spawn_manager.rb +359 -0
- data/lib/phusion_passenger/standalone/app_finder.rb +153 -0
- data/lib/phusion_passenger/standalone/command.rb +241 -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 +479 -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 +46 -0
- data/lib/phusion_passenger/standalone/version_command.rb +42 -0
- data/lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb +9 -0
- data/lib/phusion_passenger/templates/apache2/config_snippets.txt.erb +13 -0
- data/lib/phusion_passenger/templates/apache2/deployment_example.txt.erb +23 -0
- data/lib/phusion_passenger/templates/apache2/no_write_permission_to_passenger_root.txt.erb +9 -0
- data/lib/phusion_passenger/templates/apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb +11 -0
- data/lib/phusion_passenger/templates/apache2/run_installer_as_root.txt.erb +8 -0
- data/lib/phusion_passenger/templates/apache2/welcome.txt.erb +15 -0
- data/lib/phusion_passenger/templates/app_exited_during_initialization.html.erb +38 -0
- data/lib/phusion_passenger/templates/app_init_error.html.erb +64 -0
- data/lib/phusion_passenger/templates/database_error.html.erb +66 -0
- data/lib/phusion_passenger/templates/error_layout.css +97 -0
- data/lib/phusion_passenger/templates/error_layout.html.erb +39 -0
- data/lib/phusion_passenger/templates/framework_init_error.html.erb +39 -0
- data/lib/phusion_passenger/templates/general_error.html.erb +22 -0
- data/lib/phusion_passenger/templates/load_error.html.erb +46 -0
- data/lib/phusion_passenger/templates/nginx/ask_for_extra_configure_flags.txt.erb +8 -0
- data/lib/phusion_passenger/templates/nginx/cannot_write_to_dir.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/config_snippets.txt.erb +17 -0
- data/lib/phusion_passenger/templates/nginx/config_snippets_inserted.txt.erb +20 -0
- data/lib/phusion_passenger/templates/nginx/confirm_extra_configure_flags.txt.erb +5 -0
- data/lib/phusion_passenger/templates/nginx/deployment_example.txt.erb +22 -0
- data/lib/phusion_passenger/templates/nginx/pcre_could_not_be_downloaded.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/pcre_could_not_be_extracted.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/possible_solutions_for_compilation_and_installation_problems.txt.erb +11 -0
- data/lib/phusion_passenger/templates/nginx/possible_solutions_for_download_and_extraction_problems.txt.erb +20 -0
- data/lib/phusion_passenger/templates/nginx/query_download_and_install.txt.erb +21 -0
- data/lib/phusion_passenger/templates/nginx/run_installer_as_root.txt.erb +8 -0
- data/lib/phusion_passenger/templates/nginx/welcome.txt.erb +15 -0
- data/lib/phusion_passenger/templates/standalone/cannot_write_to_dir.txt.erb +11 -0
- data/lib/phusion_passenger/templates/standalone/config.erb +98 -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 +34 -0
- data/lib/phusion_passenger/utils.rb +1080 -0
- 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/rewindable_input.rb +125 -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 +108 -0
- data/lib/phusion_passenger/wsgi/request_handler.py +199 -0
- data/man/passenger-config.1 +29 -0
- data/man/passenger-make-enterprisey.8 +23 -0
- data/man/passenger-memory-stats.8 +33 -0
- data/man/passenger-status.8 +43 -0
- data/man/passenger-stress-test.1 +43 -0
- data/resources/mime.types +73 -0
- data/resources/union_station_gateway.crt +32 -0
- data/test/config.yml.example +41 -0
- 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/cxx/Base64Test.cpp +50 -0
- data/test/cxx/BufferedIOTest.cpp +364 -0
- data/test/cxx/CachedFileStatTest.cpp +402 -0
- data/test/cxx/CxxTestMain.cpp +122 -0
- data/test/cxx/EventedClientTest.cpp +523 -0
- data/test/cxx/FileChangeCheckerTest.cpp +329 -0
- data/test/cxx/FileDescriptorTest.cpp +69 -0
- data/test/cxx/HttpStatusExtractorTest.cpp +198 -0
- data/test/cxx/IOUtilsTest.cpp +796 -0
- data/test/cxx/LoggingTest.cpp +914 -0
- data/test/cxx/MessageChannelTest.cpp +557 -0
- data/test/cxx/MessageReadersWritersTest.cpp +574 -0
- data/test/cxx/MessageServerTest.cpp +383 -0
- data/test/cxx/PoolOptionsTest.cpp +116 -0
- data/test/cxx/ProcessMetricsCollectorTest.cpp +121 -0
- data/test/cxx/ScgiRequestParserTest.cpp +389 -0
- data/test/cxx/ServerInstanceDirTest.cpp +186 -0
- data/test/cxx/SpawnManagerTest.cpp +161 -0
- data/test/cxx/StaticStringTest.cpp +220 -0
- data/test/cxx/SystemTimeTest.cpp +37 -0
- data/test/cxx/TestSupport.cpp +166 -0
- data/test/cxx/TestSupport.h +254 -0
- data/test/cxx/UtilsTest.cpp +491 -0
- data/test/cxx/VariantMapTest.cpp +179 -0
- data/test/integration_tests/apache2_tests.rb +666 -0
- data/test/integration_tests/cgi_environment_spec.rb +26 -0
- data/test/integration_tests/hello_world_rack_spec.rb +36 -0
- data/test/integration_tests/hello_world_wsgi_spec.rb +41 -0
- data/test/integration_tests/mycook_spec.rb +166 -0
- data/test/integration_tests/nginx_tests.rb +260 -0
- data/test/integration_tests/spec_helper.rb +19 -0
- data/test/oxt/backtrace_test.cpp +88 -0
- data/test/oxt/counter.hpp +55 -0
- data/test/oxt/dynamic_thread_group_test.cpp +131 -0
- data/test/oxt/oxt_test_main.cpp +25 -0
- data/test/oxt/spin_lock_test.cpp +59 -0
- data/test/oxt/syscall_interruption_test.cpp +38 -0
- data/test/ruby/abstract_request_handler_spec.rb +406 -0
- data/test/ruby/abstract_server_collection_spec.rb +247 -0
- data/test/ruby/abstract_server_spec.rb +61 -0
- data/test/ruby/admin_tools_spec.rb +362 -0
- data/test/ruby/analytics_logger_spec.rb +253 -0
- data/test/ruby/app_process_spec.rb +43 -0
- 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 +196 -0
- data/test/ruby/rack/application_spawner_spec.rb +116 -0
- 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 +134 -0
- 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 +748 -0
- data/test/ruby/wsgi/application_spawner_spec.rb +50 -0
- data/test/stub/apache2/httpd.conf.erb +86 -0
- data/test/stub/apache2/mime.types +748 -0
- data/test/stub/garbage1.dat +0 -0
- data/test/stub/garbage2.dat +0 -0
- data/test/stub/garbage3.dat +0 -0
- data/test/stub/http_request.yml +23 -0
- data/test/stub/message_channel.rb +11 -0
- data/test/stub/message_channel_2.rb +12 -0
- data/test/stub/message_channel_3.rb +19 -0
- data/test/stub/nginx/koi-utf +109 -0
- data/test/stub/nginx/koi-win +103 -0
- data/test/stub/nginx/mime.types +70 -0
- data/test/stub/nginx/nginx.conf.erb +58 -0
- data/test/stub/nginx/win-utf +126 -0
- data/test/stub/rack/config.ru +4 -0
- data/test/stub/rack/public/rack.jpg +0 -0
- 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/1.2/empty/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/1.2/empty/config/boot.rb +108 -0
- 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/1.2/empty/config/environments/production.rb +18 -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/1.2/empty/public/404.html +30 -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/1.2/empty/public/favicon.ico +0 -0
- data/test/stub/rails_apps/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/2.0/empty/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/2.0/empty/config/boot.rb +108 -0
- 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/2.0/empty/config/environments/development.rb +18 -0
- 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/2.0/empty/config/initializers/inflections.rb +10 -0
- data/test/stub/rails_apps/2.0/empty/config/initializers/mime_types.rb +5 -0
- data/test/stub/rails_apps/2.0/empty/config/routes.rb +35 -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/2.0/empty/public/422.html +30 -0
- data/test/stub/rails_apps/2.0/empty/public/500.html +30 -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/2.0/empty/public/robots.txt +5 -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/2.2/empty/config/environments/development.rb +17 -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/2.2/empty/config/initializers/mime_types.rb +5 -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/2.3/foobar/app/controllers/application_controller.rb +12 -0
- data/test/stub/rails_apps/2.3/foobar/app/controllers/bar_controller_1.rb +5 -0
- data/test/stub/rails_apps/2.3/foobar/app/controllers/bar_controller_2.rb +5 -0
- data/test/stub/rails_apps/2.3/foobar/app/controllers/foo_controller.rb +21 -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/2.3/foobar/config/database.yml +19 -0
- data/test/stub/rails_apps/2.3/foobar/config/environment.rb +59 -0
- 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/2.3/foobar/config/initializers/inflections.rb +10 -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/2.3/mycook/app/controllers/application_controller.rb +12 -0
- data/test/stub/rails_apps/2.3/mycook/app/controllers/recipes_controller.rb +5 -0
- data/test/stub/rails_apps/2.3/mycook/app/controllers/uploads_controller.rb +15 -0
- data/test/stub/rails_apps/2.3/mycook/app/controllers/welcome_controller.rb +71 -0
- data/test/stub/rails_apps/2.3/mycook/app/helpers/application_helper.rb +3 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/layouts/default.rhtml +26 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/recipes/create.rhtml +13 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/recipes/index.rhtml +3 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/recipes/new.rhtml +8 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/uploads/index.rhtml +1 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/uploads/new.html.erb +8 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/welcome/cached.rhtml +1 -0
- data/test/stub/rails_apps/2.3/mycook/app/views/welcome/index.rhtml +20 -0
- data/test/stub/rails_apps/2.3/mycook/config/boot.rb +110 -0
- data/test/stub/rails_apps/2.3/mycook/config/database.yml +19 -0
- data/test/stub/rails_apps/2.3/mycook/config/environment.rb +61 -0
- data/test/stub/rails_apps/2.3/mycook/config/environments/development.rb +18 -0
- data/test/stub/rails_apps/2.3/mycook/config/environments/production.rb +19 -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/2.3/mycook/config/routes.rb +38 -0
- data/test/stub/rails_apps/2.3/mycook/log/useless.txt +1 -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/2.3/mycook/public/dispatch.cgi +10 -0
- data/test/stub/rails_apps/2.3/mycook/public/dispatch.fcgi +24 -0
- data/test/stub/rails_apps/2.3/mycook/public/dispatch.rb +10 -0
- data/test/stub/rails_apps/2.3/mycook/public/favicon.ico +0 -0
- data/test/stub/rails_apps/2.3/mycook/public/images/angrywizard.gif +0 -0
- data/test/stub/rails_apps/2.3/mycook/public/images/cookbook.gif +0 -0
- data/test/stub/rails_apps/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/2.3/mycook/public/javascripts/application.js +2 -0
- data/test/stub/rails_apps/2.3/mycook/public/javascripts/controls.js +963 -0
- data/test/stub/rails_apps/2.3/mycook/public/javascripts/dragdrop.js +973 -0
- data/test/stub/rails_apps/2.3/mycook/public/javascripts/effects.js +1128 -0
- data/test/stub/rails_apps/2.3/mycook/public/javascripts/prototype.js +4320 -0
- data/test/stub/rails_apps/2.3/mycook/public/robots.txt +5 -0
- data/test/stub/rails_apps/2.3/mycook/public/uploads.html +26 -0
- data/test/stub/rails_apps/2.3/mycook/public/welcome/cached.html +26 -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/2.3/mycook/sites/some.site/public/uploads.html +26 -0
- data/test/stub/rails_apps/2.3/mycook/sites/some.site/public/welcome/cached.html +26 -0
- data/test/stub/rails_apps/2.3/mycook/tmp/cache/useless.txt +1 -0
- data/test/stub/rails_apps/2.3/mycook/tmp/pids/useless.txt +1 -0
- data/test/stub/rails_apps/2.3/mycook/tmp/sessions/useless.txt +1 -0
- data/test/stub/rails_apps/2.3/mycook/tmp/sockets/useless.txt +1 -0
- data/test/stub/rails_apps/3.0/empty/Gemfile +22 -0
- data/test/stub/rails_apps/3.0/empty/Gemfile.lock +73 -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 +22 -0
- data/test/stub/upload_data.txt +494 -0
- data/test/stub/vendor_rails/minimal/README +1 -0
- data/test/stub/vendor_rails/minimal/actionmailer/lib/action_mailer.rb +0 -0
- data/test/stub/vendor_rails/minimal/actionpack/lib/action_controller.rb +22 -0
- data/test/stub/vendor_rails/minimal/actionpack/lib/action_pack.rb +0 -0
- data/test/stub/vendor_rails/minimal/actionpack/lib/action_view.rb +0 -0
- data/test/stub/vendor_rails/minimal/activerecord/lib/active_record.rb +7 -0
- data/test/stub/vendor_rails/minimal/activeresource/lib/active_resource.rb +0 -0
- data/test/stub/vendor_rails/minimal/activesupport/lib/active_support.rb +17 -0
- data/test/stub/vendor_rails/minimal/activesupport/lib/active_support/whiny_nil.rb +0 -0
- data/test/stub/vendor_rails/minimal/railties/lib/dispatcher.rb +0 -0
- data/test/stub/vendor_rails/minimal/railties/lib/initializer.rb +57 -0
- data/test/stub/vendor_rails/minimal/railties/lib/ruby_version_check.rb +1 -0
- data/test/stub/wsgi/passenger_wsgi.py +3 -0
- data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
- data/test/stub/wsgi/public/wsgi-snake.jpg +0 -0
- data/test/stub/zsfa/header.png +0 -0
- data/test/stub/zsfa/index.html +14 -0
- data/test/stub/zsfa/zsfa.png +0 -0
- data/test/support/allocate_memory.c +14 -0
- data/test/support/apache2_controller.rb +258 -0
- data/test/support/multipart.rb +62 -0
- data/test/support/nginx_controller.rb +99 -0
- data/test/support/test_helper.rb +448 -0
- data/test/support/valgrind.h +2539 -0
- data/test/tut/tut.h +1240 -0
- data/test/tut/tut_reporter.h +256 -0
- metadata +2010 -0
data/DEVELOPERS.TXT
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
= Developers information
|
|
2
|
+
|
|
3
|
+
== Required software
|
|
4
|
+
|
|
5
|
+
The tests need the following software installed:
|
|
6
|
+
|
|
7
|
+
* All the usual Phusion Passenger dependencies.
|
|
8
|
+
* Ruby on Rails 1.2.x
|
|
9
|
+
* Ruby on Rails 2.0.x
|
|
10
|
+
* Ruby on Rails 2.2.x
|
|
11
|
+
* Ruby on Rails 2.3.x
|
|
12
|
+
* Ruby on Rails 3.0.x
|
|
13
|
+
* rspec >= 1.1.2
|
|
14
|
+
* mime-types >= 1.15
|
|
15
|
+
* sqlite3-ruby
|
|
16
|
+
|
|
17
|
+
The following software is optional:
|
|
18
|
+
|
|
19
|
+
* RCov, for code coverage
|
|
20
|
+
* RDoc, for generating HTML Ruby API documentation
|
|
21
|
+
* Doxygen, for generating HTML C++ API documentation
|
|
22
|
+
* dot (part of Graphviz), for generating diagrams in HTML API documentation
|
|
23
|
+
* The font "Bitstream Vera Sans", used in the class diagrams. See http://www.gnome.org/fonts
|
|
24
|
+
* AsciiDoc >= 8.2.5, for converting various doc/*.txt documents to HTML
|
|
25
|
+
|
|
26
|
+
== Compiling Phusion Passenger
|
|
27
|
+
|
|
28
|
+
Run the following command to compile everything:
|
|
29
|
+
|
|
30
|
+
rake apache
|
|
31
|
+
rake nginx
|
|
32
|
+
|
|
33
|
+
== Directory structure
|
|
34
|
+
|
|
35
|
+
The most important directories are:
|
|
36
|
+
[ lib/phusion_passenger ]
|
|
37
|
+
The source code for the spawn server, which is written in Ruby.
|
|
38
|
+
[ ext/phusion_passenger ]
|
|
39
|
+
Native extensions for Ruby, used by the spawn server.
|
|
40
|
+
[ ext/apache2 ]
|
|
41
|
+
Apache 2-specific source code.
|
|
42
|
+
[ ext/nginx ]
|
|
43
|
+
Nginx-specific source code.
|
|
44
|
+
[ ext/common ]
|
|
45
|
+
Source code shared by the Apache and Nginx modules.
|
|
46
|
+
[ bin ]
|
|
47
|
+
User executables.
|
|
48
|
+
[ helper-scripts ]
|
|
49
|
+
Scripts used during runtime, but not directly executed by the user.
|
|
50
|
+
[ doc ]
|
|
51
|
+
Various documentation.
|
|
52
|
+
[ test ]
|
|
53
|
+
Unit tests and integration tests.
|
|
54
|
+
[ test/support ]
|
|
55
|
+
Support/utility code, used in the tests.
|
|
56
|
+
[ test/stub ]
|
|
57
|
+
Stub code, used in the tests.
|
|
58
|
+
|
|
59
|
+
Less important directories:
|
|
60
|
+
[ ext/boost ]
|
|
61
|
+
A stripped-down and customized version of the Boost C++ library
|
|
62
|
+
(www.boost.org).
|
|
63
|
+
[ ext/oxt ]
|
|
64
|
+
The "OS eXtensions for boosT" library, which provides various important
|
|
65
|
+
functionality necessary for writing robust server software. It provides
|
|
66
|
+
things like support for interruptable system calls and portable backtraces
|
|
67
|
+
for C++. Boost was modified to make use of the functionality provided by OXT.
|
|
68
|
+
[ dev ]
|
|
69
|
+
Tools for Phusion Passenger developers. Not used during production.
|
|
70
|
+
[ resources ]
|
|
71
|
+
Various resource files, used during production.
|
|
72
|
+
[ debian ]
|
|
73
|
+
Debian packaging files.
|
|
74
|
+
[ man ]
|
|
75
|
+
Man pages.
|
|
76
|
+
[ build ]
|
|
77
|
+
Rake tasks used by the build system.
|
|
78
|
+
|
|
79
|
+
== Tests
|
|
80
|
+
|
|
81
|
+
Run all tests:
|
|
82
|
+
|
|
83
|
+
rake test
|
|
84
|
+
|
|
85
|
+
Run only the unit tests for the C++ components:
|
|
86
|
+
|
|
87
|
+
rake test:cxx
|
|
88
|
+
|
|
89
|
+
Run just the unit tests for the Ruby spawn server:
|
|
90
|
+
|
|
91
|
+
rake test:ruby
|
|
92
|
+
|
|
93
|
+
Run just the integration tests:
|
|
94
|
+
|
|
95
|
+
rake test:integration # All integration tests.
|
|
96
|
+
rake test:integration:apache2 # Just integration tests for Apache 2.
|
|
97
|
+
rake test:integration:nginx # Just integration tests for Nginx.
|
|
98
|
+
|
|
99
|
+
Notes:
|
|
100
|
+
- Some tests, such as the ones that test privilege lowering, require
|
|
101
|
+
root privileges. Those will only be run if Rake is run as root.
|
|
102
|
+
- Some tests will be run against multiple Rails versions in order to
|
|
103
|
+
test compatibility. This can take a long time. If you want to test
|
|
104
|
+
against only a single Rails version, then set the environment variable
|
|
105
|
+
ONLY_RAILS_VERSION to one of the subdirectory names in
|
|
106
|
+
test/stub/rails_apps, e.g. 'export ONLY_RAILS_VERSION=2.3'
|
|
107
|
+
|
|
108
|
+
== Documentation
|
|
109
|
+
|
|
110
|
+
Various developer documents can be found in 'doc/*.html'.
|
|
111
|
+
|
|
112
|
+
The Ruby part's API reference is located in 'doc/rdoc/'.
|
|
113
|
+
The C++ part's API reference is located in 'doc/cxxapi/'.
|
data/INSTALL
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
Please read the file README for installation instructions.
|
|
2
|
+
|
|
3
|
+
If you're having trouble installing Phusion Passenger, please
|
|
4
|
+
read the file 'doc/Users guide Apache.html' or 'doc/Users guide Nginx.html',
|
|
5
|
+
depending on whether you want to install Phusion Passenger for Apache or for
|
|
6
|
+
Nginx.
|
data/LICENSE
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright (c) 2010 Phusion
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5
|
+
in the Software without restriction, including without limitation the rights
|
|
6
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
7
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
8
|
+
furnished to do so, subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in
|
|
11
|
+
all copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
19
|
+
THE SOFTWARE.
|
data/NEWS
ADDED
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
Release 3.0.2
|
|
2
|
+
-------------
|
|
3
|
+
|
|
4
|
+
* [Nginx] Fixed compilation problems
|
|
5
|
+
The Nginx compilation process was broken due to not correctly reverting
|
|
6
|
+
the working directory of the Nginx configure script. This has been fixed:
|
|
7
|
+
issue #595.
|
|
8
|
+
* [Nginx] Fixed crash if passenger_root refers to a nonexistant directory
|
|
9
|
+
Issue #599.
|
|
10
|
+
* Fixed compilation problems on NetBSD
|
|
11
|
+
There was a typo in a NetBSD-specific fcntl() call. It also turns out that
|
|
12
|
+
NetBSD doesn't support some ISO C99 math functions like llroundl(); this
|
|
13
|
+
has been worked around by using other functions. Issue #593.
|
|
14
|
+
* Fixed file descriptor closing issues on FreeBSD
|
|
15
|
+
Phusion Passenger child processes didn't correct close file descriptors
|
|
16
|
+
on FreeBSD because it queries /dev/fd to do that. On FreeBSD /dev/fd
|
|
17
|
+
only returns meaningful results if fdescfs is mounted, which it isn't
|
|
18
|
+
by default. Issue #597.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
Release 3.0.1
|
|
22
|
+
-------------
|
|
23
|
+
|
|
24
|
+
* MUCH faster compilation
|
|
25
|
+
We've applied code aggregation techniques, allowing Phusion Passenger
|
|
26
|
+
to be compiled much quicker now. For example, compiling the Nginx
|
|
27
|
+
component (not Nginx itself) on a MacBook Pro now takes only 29
|
|
28
|
+
seconds instead of 51 seconds, an improvement of 75%! Compiling the
|
|
29
|
+
Apache module on a slower Dell Inspiron now takes 39 seconds instead of
|
|
30
|
+
1 minute 22 seconds, or 110% faster!
|
|
31
|
+
* Fixed malfunction after web server restart
|
|
32
|
+
On Linux systems that have a non-standard filesystem on /tmp, Phusion
|
|
33
|
+
Passenger could malfunction after restarting the web server because of
|
|
34
|
+
a bug that's only triggered on certain filesystems. Issue #569.
|
|
35
|
+
* Boost upgraded to version 1.44.0.
|
|
36
|
+
We were on 1.42.0.
|
|
37
|
+
* Much improved startup error messages
|
|
38
|
+
Phusion Passenger performs many extensive checks during startup to ensure
|
|
39
|
+
integrity. However the error message in some situation could be vague.
|
|
40
|
+
These startup error messages have now been improved dramatically, so that
|
|
41
|
+
if something goes wrong during startup you will now more likely know why.
|
|
42
|
+
* Curl < 7.12.1 is now supported
|
|
43
|
+
The previous version fails to compile with Curl versions earlier than
|
|
44
|
+
7.12.1. Issue #556.
|
|
45
|
+
* passenger-make-enterprisey fixed
|
|
46
|
+
This is the command that people can run after donating. It allows people
|
|
47
|
+
to slightly modify Phusion Passenger's display name as a joke. In 3.0.0 it
|
|
48
|
+
was broken because of a typo. This has been fixed.
|
|
49
|
+
* Removed passenger-stress-test
|
|
50
|
+
This tool was used during the early life of Phusion Passenger for stress
|
|
51
|
+
testing websites. Its performance has never been very good and there are
|
|
52
|
+
much better tools for stress testing, so this tool has now been removed.
|
|
53
|
+
* [Apache] RailsEnv and RackEnv configuration options are now equivalent
|
|
54
|
+
In previous versions, RailsEnv only had effect on Rails 1 and Rails 2 apps
|
|
55
|
+
while RackEnv only had effect on Rack apps. Because Rails 3 apps are
|
|
56
|
+
considered Rack apps, setting RailsEnv had no effect on Rails 3 apps.
|
|
57
|
+
Because this is confusing to users, we've now made RailsEnv and RackEnv
|
|
58
|
+
equivalent. Issue #579.
|
|
59
|
+
* [Nginx] Fixed compilation problems on systems with unpowerful shells
|
|
60
|
+
Most notably Solaris. Its default shell does not support some basic
|
|
61
|
+
constructs that we used in the Nginx configure script.
|
|
62
|
+
* [Nginx] Upgraded default Nginx version to to 0.8.53
|
|
63
|
+
The previous default was 0.8.52.
|
|
64
|
+
* [Nginx] passenger_enabled now only accepts 'on' or 'off' values
|
|
65
|
+
Previously it would recognize any value not equal to 'on' as meaning
|
|
66
|
+
'off'. This caused confusion among users who thought they could also
|
|
67
|
+
specify 'true', so we now throw a proper error if the value is
|
|
68
|
+
unrecognized. Fixes issue #583.
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
Release 3.0.0
|
|
72
|
+
-------------
|
|
73
|
+
|
|
74
|
+
This is a major release with many changes. Please read our blog for details.
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
Release 2.2.15
|
|
78
|
+
--------------
|
|
79
|
+
|
|
80
|
+
* [Apache] Fixed incorrect temp dir cleanup by passenger-status
|
|
81
|
+
On some systems, running passenger-status could print the following
|
|
82
|
+
message:
|
|
83
|
+
|
|
84
|
+
*** Cleaning stale folder /tmp/passenger.1234
|
|
85
|
+
|
|
86
|
+
...after which Phusion Passenger breaks because that directory is
|
|
87
|
+
necessary for it to function properly. The cause of this problem
|
|
88
|
+
has been found and has been fixed.
|
|
89
|
+
* [Apache] Fixed some upload handling problems
|
|
90
|
+
Previous versions of Phusion Passenger check whether the size of
|
|
91
|
+
the received upload data matches the contents of the Content-Length
|
|
92
|
+
header as received by the client. It turns out that there could
|
|
93
|
+
be a mismatch e.g. because of mod_deflate input compression, so
|
|
94
|
+
we can't trust Content-Length anyway and we're being too strict.
|
|
95
|
+
The check has now been removed.
|
|
96
|
+
* [Nginx] Fixed compilation issues with Nginx >= 0.7.66
|
|
97
|
+
Thanks to Potamianos Gregory for reporting this issue. Issue #500.
|
|
98
|
+
* [Nginx] Default Nginx version changed to 0.7.67
|
|
99
|
+
The previous default version was 0.7.65.
|
|
100
|
+
* Fixed more Bundler problems
|
|
101
|
+
Previous versions of Phusion Passenger would preload some popular
|
|
102
|
+
libraries such as mysql and sqlite3 in order to utilize copy-on-write
|
|
103
|
+
optimizations better. However this behavior conflicts with Bundler
|
|
104
|
+
so we've removed it.
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
Release 2.2.14
|
|
108
|
+
--------------
|
|
109
|
+
|
|
110
|
+
* Added support for Rubinius
|
|
111
|
+
Patch contributed by Evan Phoenix.
|
|
112
|
+
* Fixed a mistake in the SIGQUIT backtrace message.
|
|
113
|
+
Patch contributed by Christoffer Sawicki.
|
|
114
|
+
* [Nginx] Fix a localtime() crash on FreeBSD
|
|
115
|
+
This was caused by insufficient stack space for threads. Issue #499.
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
Release 2.2.13
|
|
119
|
+
--------------
|
|
120
|
+
|
|
121
|
+
* Fixed some Rails 3 compatibility issues that were recently introduced.
|
|
122
|
+
* Fixed a typo that causes config/setup_load_paths.rb not to be loaded
|
|
123
|
+
correctly.
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
Release 2.2.12
|
|
127
|
+
--------------
|
|
128
|
+
|
|
129
|
+
* Improved Bundler support.
|
|
130
|
+
Previous versions might not be able to correctly load gems bundled
|
|
131
|
+
by Bundler. We've also documented how our Bundler support works and
|
|
132
|
+
how to override our support if you need special behavior.
|
|
133
|
+
Please refer to the Phusion Passenger Users Guide, section
|
|
134
|
+
"Bundler support".
|
|
135
|
+
* Worked around some user account handling bugs in Ruby. Issue #192.
|
|
136
|
+
* Fixed some Ruby 1.9 tempfile.rb compatibility problems.
|
|
137
|
+
* Fixed some compilation problems on some ARM Linux platforms.
|
|
138
|
+
* [Apache] Suppress bogus mod_xsendfile-related error messages.
|
|
139
|
+
When mod_xsendfile is being used, Phusion Passenger might print
|
|
140
|
+
bogus error messages like "EPIPE" or "Apache stopped forwarding
|
|
141
|
+
the backend's response" to the log file. These messages are
|
|
142
|
+
normal, are harmless and can be safely ignored, but they pollute
|
|
143
|
+
the log file. So in this release we've added code to suppress
|
|
144
|
+
these messages when mod_xsendfile is being used. Issue #474.
|
|
145
|
+
* [Nginx] Fixed "passenger_user_switching off" permission problems
|
|
146
|
+
If Nginx is running as root and passenger_user_switching is turned
|
|
147
|
+
off, then Phusion Passenger would fail to initialize because of
|
|
148
|
+
a permission problem. This has been fixed. Issue #458.
|
|
149
|
+
* [Nginx] Nginx >= 0.8.38 is now supported.
|
|
150
|
+
Thanks to Sergey A. Osokin for reporting the problem.
|
|
151
|
+
* [Nginx] passenger-install-nginx-module upgraded
|
|
152
|
+
It now defaults to installing Nginx 0.7.65 instead of 0.7.64.
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
Release 2.2.11
|
|
156
|
+
--------------
|
|
157
|
+
|
|
158
|
+
* This release fixes a regression that appeared in 2.2.10 which only
|
|
159
|
+
affects Apache. When under high load, Apache might freeze and stop
|
|
160
|
+
responding to requests. It is caused by a race condition which is
|
|
161
|
+
why it escaped our last release testing.
|
|
162
|
+
|
|
163
|
+
This problem does not affect Nginx; you only have to upgrade if
|
|
164
|
+
you're using Apache.
|
|
165
|
+
|
|
166
|
+
http://groups.google.com/group/phusion-passenger/t/d5bb2f17c8446ea0
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
Release 2.2.10
|
|
170
|
+
--------------
|
|
171
|
+
|
|
172
|
+
* Fixed some Bundler compatibility problems.
|
|
173
|
+
* Fixed some file descriptor passing problems, which previously
|
|
174
|
+
could lead to mysterious crashes.
|
|
175
|
+
* Fixed some compilation problems on newer GCC versions. Issue #430.
|
|
176
|
+
* Support #size method in rack.input.
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
Release 2.2.9
|
|
181
|
+
-------------
|
|
182
|
+
|
|
183
|
+
* Fixed compatibility with Rails 3.
|
|
184
|
+
Actually, previous Phusion Passenger releases were already compatible
|
|
185
|
+
with Rails 3, depending on the spawn method that would be invoked. Here's
|
|
186
|
+
the story:
|
|
187
|
+
|
|
188
|
+
Since Phusion Passenger 2.2.8, when the file config.ru exists, Phusion
|
|
189
|
+
Passenger will treat the app as a Rack app, not as a Rails app. This is
|
|
190
|
+
in contrast to earlier versions which gave Rails detection more priority
|
|
191
|
+
than Rack detection. Phusion Passenger loads Rack apps and Rails apps in
|
|
192
|
+
different ways. The Rails loader was not compatible with Rails 3, which
|
|
193
|
+
is what we've fixed in this release.
|
|
194
|
+
|
|
195
|
+
That said, a Rails 3 app would have worked out-of-the-box on Phusion
|
|
196
|
+
Passenger 2.2.8 as well because Rails 3 apps include a config.ru file
|
|
197
|
+
by default, causing Phusion Passenger 2.2.8 to use the Rack loader.
|
|
198
|
+
Earlier versions of Phusion Passenger would just completely bail out
|
|
199
|
+
because they'd use the Rails loader.
|
|
200
|
+
|
|
201
|
+
That said, with 2.2.9 there are still some caveats:
|
|
202
|
+
- Smart spawning (the mechanism with which REE's 33% memory reduction
|
|
203
|
+
is implemented) is *not* supported for Rack apps. This means that if
|
|
204
|
+
you want to utilize smart spawning with Rails 3, then you should
|
|
205
|
+
remove your config.ru file.
|
|
206
|
+
- Rails 3 depends on Rack 1.1.0. You must have Rack 1.1.0 installed as
|
|
207
|
+
a gem, even if you've bundled it with the gem bundler. This is because
|
|
208
|
+
Phusion Passenger itself depends on Rack.
|
|
209
|
+
|
|
210
|
+
Both of these caveats are temporary. We have plans to solve both of these
|
|
211
|
+
properly in the future.
|
|
212
|
+
* What's up with the Gem Bundler?
|
|
213
|
+
There has been some reports that Phusion Passenger is not compatible with
|
|
214
|
+
Yehuda Katz's gem bundler (http://github.com/wycats/bundler). This might
|
|
215
|
+
have been true for an earlier version of the gem bundler, but the latest
|
|
216
|
+
version seems to work fine. Please note that you need to insert the
|
|
217
|
+
following snippet in config/preinitializer.rb, as instructed by the gem
|
|
218
|
+
bundler's README:
|
|
219
|
+
|
|
220
|
+
require "#{RAILS_ROOT}/vendor/gems/environment"
|
|
221
|
+
|
|
222
|
+
The Rails::Boot monkey patching code as posted at
|
|
223
|
+
http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-today/
|
|
224
|
+
does not seem to be required anymore.
|
|
225
|
+
* Fixed support for ActiveRecord subclasses that connect to another database.
|
|
226
|
+
ActiveRecord subclasses that connect to a database other than the default
|
|
227
|
+
one did not have their connection correctly cleared after forking.
|
|
228
|
+
This can result in weird errors along the lines of "Lost connection to
|
|
229
|
+
MySQL server during query". Issue #429.
|
|
230
|
+
* [Nginx] Fixed PCRE URL.
|
|
231
|
+
passenger-install-nginx-module downloads PCRE 7.8 if PCRE is not already
|
|
232
|
+
installed. However PCRE 7.8 has been removed from their FTP server,
|
|
233
|
+
so we've updated the URL to point to the latest version, 8.0.
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
Release 2.2.8
|
|
237
|
+
-------------
|
|
238
|
+
|
|
239
|
+
* [Nginx] Fixed some signal handling problems.
|
|
240
|
+
Restarting Nginx on OS X with SIGHUP can sometimes take a long time or
|
|
241
|
+
even fail completely. This is because of some signal handling problems,
|
|
242
|
+
which have now been fixed.
|
|
243
|
+
* [Nginx] Added OpenSSL as dependency.
|
|
244
|
+
OpenSSL is required in order to install Nginx, but this was not checked
|
|
245
|
+
by passenger-install-nginx-module. As a result,
|
|
246
|
+
passenger-install-nginx-module fails on e.g. out-of-the-box Ubuntu
|
|
247
|
+
installations until the user manually installs OpenSSL. Issue #422.
|
|
248
|
+
* [Nginx] Fixed support for internal redirects and subrequests.
|
|
249
|
+
It is now possible to, for example, point X-Accel-Redirects to Phusion
|
|
250
|
+
Passenger-served URLs. Patch contributed by W. Andrew Loe III: issue #433.
|
|
251
|
+
* [Apache] Fixed a GnuTLS compatibility issue.
|
|
252
|
+
mod_gnutls can cause Phusion Passenger to crash because of an unchecked
|
|
253
|
+
NULL pointer. This problem has now been fixed: issue #391.
|
|
254
|
+
* Fixed thread creation issue on Intel Itanium platforms.
|
|
255
|
+
This fixes issue #427.
|
|
256
|
+
* Fixed compilation problems on Linux running on the Renesas SH4 CPU.
|
|
257
|
+
Patch contributed by iwamatsu: issue #428.
|
|
258
|
+
* The Rack library has been unvendored.
|
|
259
|
+
The original reason for vendoring was to work around broken Rails
|
|
260
|
+
applications that explicitly specify Rack as a gem dependency. We've
|
|
261
|
+
found a better workaround that does not require vendoring Rack.
|
|
262
|
+
This also fixes a compatibility problem with Rails 3, because Rails
|
|
263
|
+
3 depends on a newer Rack version than the one we had vendored.
|
|
264
|
+
Issue #432.
|
|
265
|
+
* Fixed compatibility with Ruby 1.9.1 patchlevel >= 152
|
|
266
|
+
Ruby 1.9.1 patchlevel >= 152 has a bug in its tempfile library. If you've
|
|
267
|
+
seen an error message along the lines of
|
|
268
|
+
|
|
269
|
+
*** Exception IOError in Passenger RequestHandler (closed stream)
|
|
270
|
+
|
|
271
|
+
then this is a Ruby bug at work. This bug has been fixed in Ruby 1.9.2,
|
|
272
|
+
but Ruby 1.9.1 still contains this bug. We've added a workaround so that
|
|
273
|
+
the bug is not triggered with this Ruby version. Issue #432.
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
Release 2.2.7
|
|
277
|
+
-------------
|
|
278
|
+
|
|
279
|
+
* Removed forgotten debugging code in passenger-install-apache2-module,
|
|
280
|
+
which caused it not to compile anything.
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
Release 2.2.6
|
|
284
|
+
-------------
|
|
285
|
+
|
|
286
|
+
* Some /tmp cleaner programs such as tmpwatch try to remove subdirectories
|
|
287
|
+
in /tmp/passenger.xxx after a while because they think those
|
|
288
|
+
subdirectories are unused. This could cause Phusion Passenger to
|
|
289
|
+
malfunction, requiring a web server restart. Measures have now been
|
|
290
|
+
taken to prevent those tmp cleaner programs from removing anything
|
|
291
|
+
in /tmp/passenger.xxx. Issue #365.
|
|
292
|
+
* When autodetecting the application type, Rack is now given more priority
|
|
293
|
+
than Rails. This allows one to drop a config.ru file in a Rails directory
|
|
294
|
+
and have it detected as a Rack application instead of a Rails application.
|
|
295
|
+
Patch contributed by Sam Pohlenz: issue #338.
|
|
296
|
+
* The default socket backlog has been increased from 'SOMAXCONN' (which
|
|
297
|
+
is 128 on most platforms) to 1024. This should fix most
|
|
298
|
+
'helper_server.sock failed: Resource temporarily unavailable'
|
|
299
|
+
errors.
|
|
300
|
+
* Fixed compilation problems on Solaris. Issue #369 and issue #379.
|
|
301
|
+
* Fixed crashes on PowerPC.
|
|
302
|
+
* Some Ruby 1.9 compatibility fixes. Issue #398.
|
|
303
|
+
* The installer now displays correct dependency installation instructions
|
|
304
|
+
for Mandriva Linux.
|
|
305
|
+
* [Apache] The location of the 'apxs' and 'apr-config' commands can now
|
|
306
|
+
also be passed to the installer through the --apxs-path and
|
|
307
|
+
--apr-config-path parameters, in addition to the $APXS2 and $APR_CONFIG
|
|
308
|
+
environment variables. Issue #3.
|
|
309
|
+
* [Nginx] Various problems that only occur on 64-bit platforms have been fixed.
|
|
310
|
+
* [Nginx] The installer now installs Nginx 0.7.64 by default.
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
Release 2.2.5
|
|
314
|
+
-------------
|
|
315
|
+
|
|
316
|
+
* [Apache] Small file uploads are now buffered; fixes potential DoS attack
|
|
317
|
+
Phusion Passenger buffers large file uploads to temp files so that it
|
|
318
|
+
doesn't block applications while an upload is in progress, but it sent
|
|
319
|
+
small uploads directly to the application without buffering it. This could
|
|
320
|
+
result in a potential DoS attack: the client can send many small, incomplete
|
|
321
|
+
file uploads to the server, and this would block all application processes
|
|
322
|
+
until a timeout occurs. In order to solve this problem, Phusion Passenger
|
|
323
|
+
now buffers small file uploads in memory. Bug #356.
|
|
324
|
+
|
|
325
|
+
* [Apache] Fixed support for mod_rewrite passthrough rules
|
|
326
|
+
Mod_rewrite passthrough rules were not properly supported because of a bug
|
|
327
|
+
fix for supporting encoded slashes (%2f) in URLs. Unfortunately, due to
|
|
328
|
+
bugs/limitations in Apache, we can support either encoded slashes or
|
|
329
|
+
mod_rewrite passthrough rules, but not both; supporting one will break the
|
|
330
|
+
other.
|
|
331
|
+
|
|
332
|
+
Support for mod_rewrite passthrough rules is now enabled by default; that
|
|
333
|
+
is, support for encoded slashes is disabled by default. A new configuration
|
|
334
|
+
option, "PassengerAllowEncodedSlashes", has been added. Turning this option
|
|
335
|
+
on will enable support for encoded slashes and disable support for
|
|
336
|
+
mod_rewrite passthrough rules.
|
|
337
|
+
|
|
338
|
+
Issue #113 and issue #230.
|
|
339
|
+
|
|
340
|
+
* [Apache] Added a configuration option for resolving symlinks in the document root path
|
|
341
|
+
Phusion Passenger 2.2.0 and higher no longer resolves symlinks in
|
|
342
|
+
the document root path in order to properly support Capistrano-style
|
|
343
|
+
directory structures. The exact behavior is documented in the Users Guide,
|
|
344
|
+
section "How Phusion Passenger detects whether a virtual host is a web
|
|
345
|
+
application".
|
|
346
|
+
|
|
347
|
+
However, some people relied on the old behavior. A new configuration option,
|
|
348
|
+
PassengerResolveSymlinksInDocumentRoot, has been added to allow reverting
|
|
349
|
+
back to the old behavior.
|
|
350
|
+
|
|
351
|
+
Patch contributed by Locaweb (http://www.locaweb.com.br/).
|
|
352
|
+
|
|
353
|
+
* [Apache] mod_env variables are now also passed through CGI environment headers
|
|
354
|
+
Prior to version 2.2.3, environment variables set by mod_env are passed to
|
|
355
|
+
the application as CGI environment headers, not through Ruby's ENV variable.
|
|
356
|
+
In the last release we introduced support for setting ENV environment
|
|
357
|
+
variables with mod_env, and got rid of the code for setting CGI environment
|
|
358
|
+
headers. It turns out that some people relied on the old behavior, we so now
|
|
359
|
+
environment variables set with mod_env are set in both ENV and in the CGI
|
|
360
|
+
environment.
|
|
361
|
+
|
|
362
|
+
Fixes bug #335.
|
|
363
|
+
|
|
364
|
+
* [Apache] Fixed compilation problems on some Linux systems with older versions of Apache
|
|
365
|
+
If you used to see compilation errors like this:
|
|
366
|
+
|
|
367
|
+
ext/apache2/Configuration.cpp:554: error: expected primary-expression before '.' token
|
|
368
|
+
|
|
369
|
+
then this version should compile properly.
|
|
370
|
+
|
|
371
|
+
* [Apache] Fixed I/O timeouts for communication with backend processes
|
|
372
|
+
Got rid of the code for enforcing I/O timeouts when reading from or writing to
|
|
373
|
+
a backend process. This caused more problems than it solved.
|
|
374
|
+
|
|
375
|
+
* [Nginx] Support for streaming responses (e.g. Comet or HTTP push)
|
|
376
|
+
Buffering of backend responses is now disabled. This fixes support for
|
|
377
|
+
streaming responses, something which the Apache version has supported
|
|
378
|
+
for a while now. One can generate streaming responses in Ruby on Rails
|
|
379
|
+
like this:
|
|
380
|
+
|
|
381
|
+
render :text => lambda { |response, output|
|
|
382
|
+
10_000.times do |i|
|
|
383
|
+
output.write("hello #{i}!\n")
|
|
384
|
+
end
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
* [Nginx] Installer now installs Nginx 0.7.61 by default
|
|
388
|
+
Previously it installed 0.6.37 by default.
|
|
389
|
+
|
|
390
|
+
* [Nginx] Fixed the installer's --extra-configure-flags flag when combined with --auto-download
|
|
391
|
+
Arguments passed to --extra-configure-flags were not being passed to the
|
|
392
|
+
Nginx configure script when --auto-download is given. This has been
|
|
393
|
+
fixed: bug #349.
|
|
394
|
+
|
|
395
|
+
* [Nginx] Fixed unnecessary download of PCRE
|
|
396
|
+
The installer now checks whether PCRE is installed in /opt/local (e.g.
|
|
397
|
+
MacPorts) as well before concluding that it isn't installed and going ahead
|
|
398
|
+
with downloading PCRE.
|
|
399
|
+
|
|
400
|
+
* Fixed STDERR capturing
|
|
401
|
+
While spawning an application, Phusion Passenger captures any output written
|
|
402
|
+
to STDERR so that it can show them later if the application failed to start.
|
|
403
|
+
This turns out to be much more difficult than expected, with all kinds of
|
|
404
|
+
corner cases that can mess up this feature.
|
|
405
|
+
|
|
406
|
+
For example, if the Rails log file is not writable, then this can cause
|
|
407
|
+
Rails to crash with a bizarre and unhelpful error message whenever it tries
|
|
408
|
+
to write to STDERR:
|
|
409
|
+
|
|
410
|
+
/!\ FAILSAFE /!\ Thu Aug 20 14:58:39 +1000 2009
|
|
411
|
+
Status: 500 Internal Server Error
|
|
412
|
+
undefined method `[]' for nil:NilClass
|
|
413
|
+
|
|
414
|
+
Some applications reopen STDERR to a log file. This didn't work.
|
|
415
|
+
|
|
416
|
+
Of all of these problems have been fixed now. (Bug #332)
|
|
417
|
+
|
|
418
|
+
* Fixed some bugs in application sources preloading
|
|
419
|
+
Rails >= 2.2 already preloads the application sources, in which case Phusion
|
|
420
|
+
Passenger wasn't supposed to perform it's own preloading, but the Rails
|
|
421
|
+
>= 2.2 detection code was bugged. This has been fixed.
|
|
422
|
+
|
|
423
|
+
Rails < 2.2 doesn't preload the application sources by itself, but there
|
|
424
|
+
should be a certain order with which the sources are preloaded, otherwise
|
|
425
|
+
preloading could fail in some applications. We now enforce a specific load
|
|
426
|
+
order: first models, then controllers, then helpers.
|
|
427
|
+
|
|
428
|
+
Bug #359.
|
|
429
|
+
|
|
430
|
+
* Fixed a few bugs in WSGI compliance
|
|
431
|
+
PATH_INFO is supposed to be set to the request URI, but without the query
|
|
432
|
+
string and without the base URI. This has been fixed: bug #360.
|
|
433
|
+
|
|
434
|
+
* Fixed some Ruby 1.9-specific crashes caused by encoding issues. Bug #354.
|
|
435
|
+
* Fixed loading of config/environment.rb on Ruby 1.9.2, because Ruby 1.9.2
|
|
436
|
+
no longer has "." in the default load path. Patch by metaljastix, issue #368.
|
|
437
|
+
* The Users Guide for Apache now mentions something about correct permissions
|
|
438
|
+
for application directories.
|
|
439
|
+
* Fixed compilation problems on IA-64 (bug #118). We also reduced the stack
|
|
440
|
+
sizes for the threads by half, so Phusion Passenger should use even less
|
|
441
|
+
virtual memory now.
|
|
442
|
+
* Fixed compilation problems on Linux systems with ARM CPU.
|
|
443
|
+
* Fixed a few compatibility problems with 64-bit OpenBSD.
|
|
444
|
+
* Fixed a few typos and minor bugs.
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
Older releases
|
|
448
|
+
--------------
|
|
449
|
+
Please consult the blog posts on http://blog.phusion.nl/ for the information about older releases.
|