passenger 2.1.3 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of passenger might be problematic. Click here for more details.
- data/DEVELOPERS.TXT +2 -0
- data/INSTALL +3 -1
- data/LICENSE +19 -355
- data/NEWS +3 -0
- data/README +11 -4
- data/Rakefile +435 -236
- data/bin/passenger-config +20 -14
- data/bin/passenger-install-apache2-module +67 -201
- data/bin/passenger-install-nginx-module +477 -0
- data/bin/passenger-make-enterprisey +17 -12
- data/bin/passenger-memory-stats +33 -23
- data/bin/passenger-spawn-server +17 -12
- data/bin/passenger-status +18 -13
- data/bin/passenger-stress-test +17 -12
- data/doc/{Users guide.html → Users guide Apache.html } +79 -61
- data/doc/{Users guide.txt → Users guide Apache.txt } +43 -939
- data/doc/Users guide Nginx.html +2276 -0
- data/doc/Users guide Nginx.txt +776 -0
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +9 -4
- data/doc/cxxapi/ApplicationPool_8h-source.html +9 -4
- data/doc/cxxapi/Application_8h-source.html +26 -21
- data/doc/cxxapi/Bucket_8h-source.html +54 -44
- data/doc/cxxapi/CachedFileStat_8h-source.html +9 -4
- data/doc/cxxapi/Configuration_8h-source.html +357 -339
- data/doc/cxxapi/DirectoryMapper_8h-source.html +294 -280
- data/doc/cxxapi/DummySpawnManager_8h-source.html +9 -4
- data/doc/cxxapi/Exceptions_8h-source.html +9 -4
- data/doc/cxxapi/FileChecker_8h-source.html +9 -4
- data/doc/cxxapi/Hooks_8h-source.html +50 -40
- data/doc/cxxapi/Logging_8h-source.html +9 -4
- data/doc/cxxapi/MessageChannel_8h-source.html +20 -15
- data/doc/cxxapi/PoolOptions_8h-source.html +10 -5
- data/doc/cxxapi/SpawnManager_8h-source.html +9 -4
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +10 -5
- data/doc/cxxapi/SystemTime_8h-source.html +9 -4
- data/doc/cxxapi/Utils_8h-source.html +242 -214
- data/doc/cxxapi/annotated.html +4 -28
- data/doc/cxxapi/classClient-members.html +4 -4
- data/doc/cxxapi/classClient.html +14 -11
- data/doc/cxxapi/classHooks-members.html +4 -5
- data/doc/cxxapi/classHooks.html +26 -24
- data/doc/cxxapi/classPassenger_1_1Application-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1Application.html +40 -37
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +95 -92
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +26 -23
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +17 -17
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +139 -136
- data/doc/cxxapi/classPassenger_1_1BufferedUpload-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1BufferedUpload.html +13 -10
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1BusyException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +4 -5
- data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +45 -43
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +13 -10
- data/doc/cxxapi/classPassenger_1_1FileChecker-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileChecker.html +22 -19
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +12 -9
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +14 -11
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1IOException.html +12 -9
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +228 -225
- data/doc/cxxapi/classPassenger_1_1RuntimeException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1RuntimeException.html +11 -8
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +14 -11
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +50 -47
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +73 -70
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SystemException.html +17 -14
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +1 -1
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +1 -1
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemTime-members.html +4 -4
- data/doc/cxxapi/classPassenger_1_1SystemTime.html +14 -11
- data/doc/cxxapi/classes.html +35 -0
- data/doc/cxxapi/definitions_8h-source.html +9 -4
- data/doc/cxxapi/doxygen.css +311 -303
- data/doc/cxxapi/files.html +9 -18
- data/doc/cxxapi/functions.html +5 -224
- data/doc/cxxapi/functions_func.html +5 -185
- data/doc/cxxapi/functions_type.html +4 -4
- data/doc/cxxapi/functions_vars.html +4 -4
- data/doc/cxxapi/graph_legend.dot +19 -19
- data/doc/cxxapi/graph_legend.html +5 -5
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +11 -13
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +10 -12
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +5 -7
- data/doc/cxxapi/group__Hooks.html +5 -7
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +5 -624
- data/doc/cxxapi/hierarchy.html +6 -6
- data/doc/cxxapi/inherit__graph__0.map +1 -1
- data/doc/cxxapi/inherit__graph__0.md5 +1 -1
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -1
- data/doc/cxxapi/inherit__graph__1.md5 +1 -1
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -1
- data/doc/cxxapi/inherit__graph__10.md5 +1 -1
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -1
- data/doc/cxxapi/inherit__graph__11.md5 +1 -1
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +1 -1
- data/doc/cxxapi/inherit__graph__12.md5 +1 -1
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -2
- data/doc/cxxapi/inherit__graph__13.md5 +1 -1
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +2 -1
- data/doc/cxxapi/inherit__graph__14.md5 +1 -1
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -1
- data/doc/cxxapi/inherit__graph__15.md5 +1 -1
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -1
- data/doc/cxxapi/inherit__graph__16.md5 +1 -1
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +1 -1
- data/doc/cxxapi/inherit__graph__17.md5 +1 -1
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +1 -1
- data/doc/cxxapi/inherit__graph__18.md5 +1 -1
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +1 -1
- data/doc/cxxapi/inherit__graph__19.md5 +1 -1
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -1
- data/doc/cxxapi/inherit__graph__2.md5 +1 -1
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +2 -2
- data/doc/cxxapi/inherit__graph__20.md5 +1 -1
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -1
- data/doc/cxxapi/inherit__graph__21.md5 +1 -1
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -1
- data/doc/cxxapi/inherit__graph__3.md5 +1 -1
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -1
- data/doc/cxxapi/inherit__graph__4.md5 +1 -1
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +1 -2
- data/doc/cxxapi/inherit__graph__5.md5 +1 -1
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +2 -1
- data/doc/cxxapi/inherit__graph__6.md5 +1 -1
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -1
- data/doc/cxxapi/inherit__graph__7.md5 +1 -1
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -1
- data/doc/cxxapi/inherit__graph__8.md5 +1 -1
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +1 -1
- data/doc/cxxapi/inherit__graph__9.md5 +1 -1
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +41 -41
- data/doc/cxxapi/main.html +4 -4
- data/doc/cxxapi/modules.html +4 -5
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +4 -4
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +13 -10
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +5 -5
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +16 -13
- data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +4 -4
- data/doc/cxxapi/structPassenger_1_1PoolOptions.html +63 -60
- data/doc/cxxapi/tabs.css +5 -2
- data/doc/cxxapi/tree.html +7 -81
- data/doc/rdoc/classes/ConditionVariable.html +59 -59
- data/doc/rdoc/classes/Exception.html +11 -11
- data/doc/rdoc/classes/GC.html +4 -4
- data/doc/rdoc/classes/IO.html +14 -14
- data/doc/rdoc/classes/PhusionPassenger.html +75 -20
- data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +153 -0
- data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +125 -130
- data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +236 -236
- data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +213 -213
- data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +28 -28
- data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html +91 -75
- data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/Application.html +64 -64
- data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +34 -34
- data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +13 -13
- data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +30 -30
- data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +136 -136
- data/doc/rdoc/classes/PhusionPassenger/NativeSupport.html +24 -24
- data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +42 -42
- data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +55 -53
- data/doc/rdoc/classes/PhusionPassenger/Railz.html +1 -1
- data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +25 -30
- data/doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html +23 -23
- data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +116 -117
- data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +22 -22
- data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +118 -124
- data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +10 -10
- data/doc/rdoc/classes/PhusionPassenger/Utils.html +354 -354
- data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +9 -9
- data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +37 -37
- data/doc/rdoc/classes/PlatformInfo.html +282 -261
- data/doc/rdoc/classes/RakeExtensions.html +7 -7
- data/doc/rdoc/classes/Signal.html +26 -26
- data/doc/rdoc/created.rid +1 -1
- data/doc/rdoc/files/DEVELOPERS_TXT.html +6 -1
- data/doc/rdoc/files/README.html +15 -6
- data/doc/rdoc/files/ext/phusion_passenger/native_support_c.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html +129 -0
- data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +20 -13
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +31 -1
- data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +31 -1
- data/doc/rdoc/files/lib/phusion_passenger/application_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/events_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/html_template_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/packaging_rb.html +122 -0
- data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +22 -12
- data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/railz/application_spawner_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html +1 -1
- data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +21 -12
- data/doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +19 -13
- data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +27 -21
- data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +21 -12
- data/doc/rdoc/files/misc/rake/extensions_rb.html +21 -12
- data/doc/rdoc/fr_class_index.html +1 -0
- data/doc/rdoc/fr_file_index.html +2 -0
- data/doc/rdoc/fr_method_index.html +116 -112
- data/doc/users_guide_snippets/analysis_and_system_maintenance_tools.txt +144 -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 +304 -0
- data/doc/users_guide_snippets/global_queueing_explained.txt +78 -0
- data/doc/users_guide_snippets/rackup_specifications.txt +75 -0
- data/doc/users_guide_snippets/rails_spawn_method.txt +48 -0
- data/doc/users_guide_snippets/tips.txt +173 -0
- data/ext/apache2/Bucket.cpp +17 -12
- data/ext/apache2/Bucket.h +17 -12
- data/ext/apache2/Configuration.cpp +17 -12
- data/ext/apache2/Configuration.h +27 -14
- data/ext/apache2/DirectoryMapper.h +21 -12
- data/ext/apache2/Hooks.cpp +67 -21
- data/ext/apache2/Hooks.h +17 -12
- data/ext/apache2/mod_passenger.c +17 -12
- data/ext/{apache2 → common}/Application.h +19 -14
- data/ext/{apache2 → common}/ApplicationPool.h +17 -12
- data/ext/{apache2 → common}/ApplicationPoolServer.h +18 -72
- data/ext/{apache2 → common}/ApplicationPoolServerExecutable.cpp +45 -104
- data/ext/common/ApplicationPoolStatusReporter.h +212 -0
- data/ext/{apache2 → common}/CachedFileStat.cpp +17 -12
- data/ext/{apache2 → common}/CachedFileStat.h +17 -12
- data/ext/{apache2 → common}/DummySpawnManager.h +17 -12
- data/ext/{apache2 → common}/Exceptions.h +17 -12
- data/ext/{apache2 → common}/FileChecker.h +17 -12
- data/ext/common/Logging.cpp +65 -0
- data/ext/{apache2 → common}/Logging.h +17 -12
- data/ext/{apache2 → common}/MessageChannel.h +17 -12
- data/ext/{apache2 → common}/PoolOptions.h +17 -12
- data/ext/{apache2 → common}/SpawnManager.h +17 -12
- data/ext/{apache2 → common}/StandardApplicationPool.h +17 -12
- data/ext/common/StaticString.h +147 -0
- data/ext/common/SystemTime.cpp +33 -0
- data/ext/{apache2 → common}/SystemTime.h +17 -12
- data/ext/{apache2 → common}/Utils.cpp +69 -12
- data/ext/{apache2 → common}/Utils.h +41 -12
- data/ext/nginx/Configuration.c +1091 -0
- data/ext/nginx/Configuration.h +71 -0
- data/ext/nginx/ContentHandler.c +1154 -0
- data/ext/nginx/ContentHandler.h +64 -0
- data/ext/nginx/HelperServer.cpp +857 -0
- data/ext/nginx/HttpStatusExtractor.h +161 -0
- data/ext/nginx/ScgiRequestParser.h +317 -0
- data/ext/nginx/StaticContentHandler.c +222 -0
- data/ext/nginx/StaticContentHandler.h +37 -0
- data/ext/nginx/config +41 -0
- data/ext/nginx/ngx_http_passenger_module.c +572 -0
- data/ext/nginx/ngx_http_passenger_module.h +72 -0
- data/ext/oxt/backtrace.cpp +8 -1
- data/ext/oxt/system_calls.cpp +40 -0
- data/ext/oxt/system_calls.hpp +14 -7
- data/ext/phusion_passenger/extconf.rb +17 -12
- data/ext/phusion_passenger/native_support.c +19 -12
- data/lib/phusion_passenger/abstract_installer.rb +196 -0
- data/lib/phusion_passenger/abstract_request_handler.rb +19 -24
- data/lib/phusion_passenger/abstract_server.rb +17 -12
- data/lib/phusion_passenger/abstract_server_collection.rb +17 -12
- data/lib/phusion_passenger/admin_tools.rb +23 -0
- data/lib/phusion_passenger/admin_tools/control_process.rb +39 -13
- data/lib/phusion_passenger/application.rb +17 -12
- data/lib/phusion_passenger/console_text_template.rb +17 -12
- data/lib/phusion_passenger/constants.rb +22 -11
- data/lib/phusion_passenger/dependencies.rb +47 -12
- data/lib/phusion_passenger/events.rb +17 -12
- data/lib/phusion_passenger/exceptions.rb +17 -12
- data/lib/phusion_passenger/html_template.rb +17 -12
- data/lib/phusion_passenger/message_channel.rb +17 -12
- data/lib/phusion_passenger/packaging.rb +39 -0
- data/lib/phusion_passenger/platform_info.rb +48 -22
- data/lib/phusion_passenger/rack/application_spawner.rb +22 -11
- data/lib/phusion_passenger/rack/request_handler.rb +21 -12
- data/lib/phusion_passenger/railz/application_spawner.rb +23 -23
- data/lib/phusion_passenger/railz/framework_spawner.rb +18 -14
- data/lib/phusion_passenger/railz/request_handler.rb +18 -11
- data/lib/phusion_passenger/simple_benchmarking.rb +17 -12
- data/lib/phusion_passenger/spawn_manager.rb +17 -20
- data/lib/phusion_passenger/templates/{apache_must_be_compiled_with_compatible_mpm.txt.erb → apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{apache2_config_snippets.txt.erb → apache2/config_snippets.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{deployment_example.txt.erb → apache2/deployment_example.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{no_write_permission_to_passenger_root.txt.erb → apache2/no_write_permission_to_passenger_root.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{possible_solutions_for_compilation_and_installation_problems.txt.erb → apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{run_installer_as_root.txt.erb → apache2/run_installer_as_root.txt.erb} +0 -0
- data/lib/phusion_passenger/templates/{welcome.txt.erb → apache2/welcome.txt.erb} +0 -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/utils.rb +20 -15
- data/lib/phusion_passenger/wsgi/application_spawner.rb +18 -11
- data/lib/phusion_passenger/wsgi/request_handler.py +23 -0
- data/misc/copy_boost_headers.rb +23 -0
- data/misc/find_owner_pipe_leaks.rb +18 -11
- data/misc/rake/cplusplus.rb +18 -11
- data/misc/rake/extensions.rb +21 -14
- data/misc/render_error_pages.rb +18 -11
- data/test/ApplicationPoolServerTest.cpp +1 -3
- data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +1 -1
- data/test/CxxTestMain.cpp +19 -3
- data/test/HttpStatusExtractorTest.cpp +181 -0
- data/test/ScgiRequestParserTest.cpp +337 -0
- data/test/StaticStringTest.cpp +51 -0
- data/test/UtilsTest.cpp +32 -0
- data/test/config.yml.example +5 -0
- data/test/{integration_tests.rb → integration_tests/apache2_tests.rb} +7 -299
- 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 +192 -0
- data/test/integration_tests/nginx_tests.rb +98 -0
- data/test/ruby/rack/application_spawner_spec.rb +40 -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 +57 -0
- data/test/stub/nginx/win-utf +126 -0
- data/test/stub/rails_apps/mycook/app/controllers/uploads_controller.rb +4 -0
- data/test/stub/rails_apps/mycook/config/routes.rb +1 -1
- data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
- data/test/support/Support.h +40 -0
- data/test/support/nginx_controller.rb +98 -0
- data/test/support/test_helper.rb +79 -0
- metadata +1091 -1028
- data/benchmark/DummyRequestHandler.cpp +0 -101
- data/ext/apache2/Logging.cpp +0 -60
- data/ext/apache2/SystemTime.cpp +0 -28
data/test/support/test_helper.rb
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
require 'fileutils'
|
2
|
+
require 'resolv'
|
3
|
+
require 'net/http'
|
4
|
+
require 'uri'
|
5
|
+
require 'support/multipart'
|
2
6
|
|
7
|
+
# Module containing helper methods, to be included in unit tests.
|
3
8
|
module TestHelper
|
9
|
+
######## Stub helpers ########
|
10
|
+
|
4
11
|
STUB_TEMP_DIR = 'tmp.stub'
|
5
12
|
|
6
13
|
class Stub
|
@@ -14,6 +21,10 @@ module TestHelper
|
|
14
21
|
def destroy
|
15
22
|
FileUtils.rm_rf(@app_root)
|
16
23
|
end
|
24
|
+
|
25
|
+
def public_file(name)
|
26
|
+
return File.read("#{@app_root}/public/#{name}")
|
27
|
+
end
|
17
28
|
end
|
18
29
|
|
19
30
|
def setup_stub(name, dir = STUB_TEMP_DIR)
|
@@ -24,6 +35,7 @@ module TestHelper
|
|
24
35
|
return Stub.new(name, dir)
|
25
36
|
end
|
26
37
|
|
38
|
+
# Setup a stub, yield the given block, then destroy the stub.
|
27
39
|
def use_stub(name, dir = STUB_TEMP_DIR)
|
28
40
|
stub = setup_stub(name, dir)
|
29
41
|
yield stub
|
@@ -65,6 +77,73 @@ module TestHelper
|
|
65
77
|
ensure
|
66
78
|
stub.destroy
|
67
79
|
end
|
80
|
+
|
81
|
+
|
82
|
+
######## HTTP helpers ########
|
83
|
+
# Before using these methods, one must set the '@server' instance variable
|
84
|
+
# and implement the start_web_server_if_necessary method.
|
85
|
+
|
86
|
+
def get(uri)
|
87
|
+
if @server.nil?
|
88
|
+
raise "You must set the '@server' instance variable before get() can be used. For example, @server = 'http://mydomain.test/'"
|
89
|
+
end
|
90
|
+
start_web_server_if_necessary
|
91
|
+
return Net::HTTP.get(URI.parse("#{@server}#{uri}"))
|
92
|
+
end
|
93
|
+
|
94
|
+
def get_response(uri)
|
95
|
+
if @server.nil?
|
96
|
+
raise "You must set the '@server' instance variable before get() can be used. For example, @server = 'http://mydomain.test/'"
|
97
|
+
end
|
98
|
+
start_web_server_if_necessary
|
99
|
+
return Net::HTTP.get_response(URI.parse("#{@server}#{uri}"))
|
100
|
+
end
|
101
|
+
|
102
|
+
def post(uri, params = {})
|
103
|
+
if @server.nil?
|
104
|
+
raise "You must set the '@server' instance variable before get() can be used. For example, @server = 'http://mydomain.test/'"
|
105
|
+
end
|
106
|
+
start_web_server_if_necessary
|
107
|
+
url = URI.parse("#{@server}#{uri}")
|
108
|
+
if params.values.any? { |x| x.respond_to?(:read) }
|
109
|
+
mp = Multipart::MultipartPost.new
|
110
|
+
query, headers = mp.prepare_query(params)
|
111
|
+
Net::HTTP.start(url.host, url.port) do |http|
|
112
|
+
return http.post(url.path, query, headers).body
|
113
|
+
end
|
114
|
+
else
|
115
|
+
return Net::HTTP.post_form(url, params).body
|
116
|
+
end
|
117
|
+
end
|
118
|
+
|
119
|
+
def check_hosts_configuration
|
120
|
+
begin
|
121
|
+
ok = Resolv.getaddress("passenger.test") == "127.0.0.1"
|
122
|
+
rescue Resolv::ResolvError, ArgumentError
|
123
|
+
# There's a bug in Ruby 1.8.6-p287's resolv.rb library, which causes
|
124
|
+
# an ArgumentError to be raised instead of ResolvError when resolving
|
125
|
+
# failed.
|
126
|
+
ok = false
|
127
|
+
end
|
128
|
+
if !ok
|
129
|
+
message = "To run the integration test, you must update " <<
|
130
|
+
"your hosts file.\n" <<
|
131
|
+
"Please add these to your /etc/hosts:\n\n" <<
|
132
|
+
" 127.0.0.1 passenger.test\n" <<
|
133
|
+
" 127.0.0.1 mycook.passenger.test\n" <<
|
134
|
+
" 127.0.0.1 zsfa.passenger.test\n" <<
|
135
|
+
" 127.0.0.1 norails.passenger.test\n"
|
136
|
+
if RUBY_PLATFORM =~ /darwin/
|
137
|
+
message << "\n\nThen run:\n\n" <<
|
138
|
+
" lookupd -flushcache (OS X Tiger)\n\n" <<
|
139
|
+
"-OR-\n\n" <<
|
140
|
+
" dscacheutil -flushcache (OS X Leopard)"
|
141
|
+
end
|
142
|
+
STDERR.puts "---------------------------"
|
143
|
+
STDERR.puts message
|
144
|
+
exit!
|
145
|
+
end
|
146
|
+
end
|
68
147
|
end
|
69
148
|
|
70
149
|
File.class_eval do
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: passenger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phusion - http://www.phusion.nl/
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-04-16 00:00:00 +02:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -37,6 +37,7 @@ email: info@phusion.nl
|
|
37
37
|
executables:
|
38
38
|
- passenger-spawn-server
|
39
39
|
- passenger-install-apache2-module
|
40
|
+
- passenger-install-nginx-module
|
40
41
|
- passenger-config
|
41
42
|
- passenger-memory-stats
|
42
43
|
- passenger-make-enterprisey
|
@@ -53,1372 +54,1434 @@ files:
|
|
53
54
|
- LICENSE
|
54
55
|
- INSTALL
|
55
56
|
- NEWS
|
57
|
+
- lib/phusion_passenger/abstract_installer.rb
|
58
|
+
- lib/phusion_passenger/abstract_request_handler.rb
|
56
59
|
- lib/phusion_passenger/abstract_server.rb
|
57
|
-
- lib/phusion_passenger/exceptions.rb
|
58
|
-
- lib/phusion_passenger/dependencies.rb
|
59
|
-
- lib/phusion_passenger/wsgi/application_spawner.rb
|
60
60
|
- lib/phusion_passenger/abstract_server_collection.rb
|
61
|
-
- lib/phusion_passenger/simple_benchmarking.rb
|
62
|
-
- lib/phusion_passenger/console_text_template.rb
|
63
|
-
- lib/phusion_passenger/application.rb
|
64
61
|
- lib/phusion_passenger/admin_tools/control_process.rb
|
65
|
-
- lib/phusion_passenger/
|
62
|
+
- lib/phusion_passenger/admin_tools.rb
|
63
|
+
- lib/phusion_passenger/application.rb
|
64
|
+
- lib/phusion_passenger/console_text_template.rb
|
65
|
+
- lib/phusion_passenger/constants.rb
|
66
|
+
- lib/phusion_passenger/dependencies.rb
|
67
|
+
- lib/phusion_passenger/events.rb
|
68
|
+
- lib/phusion_passenger/exceptions.rb
|
69
|
+
- lib/phusion_passenger/html_template.rb
|
66
70
|
- lib/phusion_passenger/message_channel.rb
|
71
|
+
- lib/phusion_passenger/packaging.rb
|
72
|
+
- lib/phusion_passenger/platform_info.rb
|
67
73
|
- lib/phusion_passenger/rack/application_spawner.rb
|
68
74
|
- lib/phusion_passenger/rack/request_handler.rb
|
69
|
-
- lib/phusion_passenger/constants.rb
|
70
|
-
- lib/phusion_passenger/spawn_manager.rb
|
71
|
-
- lib/phusion_passenger/utils.rb
|
72
|
-
- lib/phusion_passenger/events.rb
|
73
|
-
- lib/phusion_passenger/admin_tools.rb
|
74
75
|
- lib/phusion_passenger/railz/application_spawner.rb
|
75
|
-
- lib/phusion_passenger/railz/request_handler.rb
|
76
76
|
- lib/phusion_passenger/railz/cgi_fixed.rb
|
77
77
|
- lib/phusion_passenger/railz/framework_spawner.rb
|
78
|
-
- lib/phusion_passenger/
|
79
|
-
- lib/phusion_passenger/
|
78
|
+
- lib/phusion_passenger/railz/request_handler.rb
|
79
|
+
- lib/phusion_passenger/simple_benchmarking.rb
|
80
|
+
- lib/phusion_passenger/spawn_manager.rb
|
81
|
+
- lib/phusion_passenger/utils.rb
|
82
|
+
- lib/phusion_passenger/wsgi/application_spawner.rb
|
80
83
|
- lib/phusion_passenger/wsgi/request_handler.py
|
81
|
-
- lib/phusion_passenger/templates/
|
84
|
+
- lib/phusion_passenger/templates/apache2
|
85
|
+
- lib/phusion_passenger/templates/app_exited_during_initialization.html.erb
|
82
86
|
- lib/phusion_passenger/templates/app_init_error.html.erb
|
83
|
-
- lib/phusion_passenger/templates/welcome.txt.erb
|
84
|
-
- lib/phusion_passenger/templates/apache2_config_snippets.txt.erb
|
85
|
-
- lib/phusion_passenger/templates/load_error.html.erb
|
86
|
-
- lib/phusion_passenger/templates/invalid_app_root.html.erb
|
87
|
-
- lib/phusion_passenger/templates/general_error.html.erb
|
88
|
-
- lib/phusion_passenger/templates/deployment_example.txt.erb
|
89
|
-
- lib/phusion_passenger/templates/run_installer_as_root.txt.erb
|
90
87
|
- lib/phusion_passenger/templates/database_error.html.erb
|
91
|
-
- lib/phusion_passenger/templates/app_exited_during_initialization.html.erb
|
92
|
-
- lib/phusion_passenger/templates/framework_init_error.html.erb
|
93
88
|
- lib/phusion_passenger/templates/error_layout.css
|
94
|
-
- lib/phusion_passenger/templates/version_not_found.html.erb
|
95
89
|
- lib/phusion_passenger/templates/error_layout.html.erb
|
96
|
-
- lib/phusion_passenger/templates/
|
97
|
-
- lib/phusion_passenger/templates/
|
98
|
-
-
|
99
|
-
-
|
90
|
+
- lib/phusion_passenger/templates/framework_init_error.html.erb
|
91
|
+
- lib/phusion_passenger/templates/general_error.html.erb
|
92
|
+
- lib/phusion_passenger/templates/invalid_app_root.html.erb
|
93
|
+
- lib/phusion_passenger/templates/load_error.html.erb
|
94
|
+
- lib/phusion_passenger/templates/nginx
|
95
|
+
- lib/phusion_passenger/templates/version_not_found.html.erb
|
96
|
+
- lib/phusion_passenger/templates/apache2/apache_must_be_compiled_with_compatible_mpm.txt.erb
|
97
|
+
- lib/phusion_passenger/templates/apache2/config_snippets.txt.erb
|
98
|
+
- lib/phusion_passenger/templates/apache2/deployment_example.txt.erb
|
99
|
+
- lib/phusion_passenger/templates/apache2/no_write_permission_to_passenger_root.txt.erb
|
100
|
+
- lib/phusion_passenger/templates/apache2/possible_solutions_for_compilation_and_installation_problems.txt.erb
|
101
|
+
- lib/phusion_passenger/templates/apache2/run_installer_as_root.txt.erb
|
102
|
+
- lib/phusion_passenger/templates/apache2/welcome.txt.erb
|
103
|
+
- lib/phusion_passenger/templates/nginx/ask_for_extra_configure_flags.txt.erb
|
104
|
+
- lib/phusion_passenger/templates/nginx/cannot_write_to_dir.txt.erb
|
105
|
+
- lib/phusion_passenger/templates/nginx/config_snippets.txt.erb
|
106
|
+
- lib/phusion_passenger/templates/nginx/config_snippets_inserted.txt.erb
|
107
|
+
- lib/phusion_passenger/templates/nginx/confirm_extra_configure_flags.txt.erb
|
108
|
+
- lib/phusion_passenger/templates/nginx/deployment_example.txt.erb
|
109
|
+
- lib/phusion_passenger/templates/nginx/pcre_could_not_be_downloaded.txt.erb
|
110
|
+
- lib/phusion_passenger/templates/nginx/pcre_could_not_be_extracted.txt.erb
|
111
|
+
- lib/phusion_passenger/templates/nginx/possible_solutions_for_compilation_and_installation_problems.txt.erb
|
112
|
+
- lib/phusion_passenger/templates/nginx/possible_solutions_for_download_and_extraction_problems.txt.erb
|
113
|
+
- lib/phusion_passenger/templates/nginx/query_download_and_install.txt.erb
|
114
|
+
- lib/phusion_passenger/templates/nginx/run_installer_as_root.txt.erb
|
115
|
+
- lib/phusion_passenger/templates/nginx/welcome.txt.erb
|
116
|
+
- bin/passenger-config
|
100
117
|
- bin/passenger-install-apache2-module
|
118
|
+
- bin/passenger-install-nginx-module
|
119
|
+
- bin/passenger-make-enterprisey
|
101
120
|
- bin/passenger-memory-stats
|
102
|
-
- bin/passenger-status
|
103
121
|
- bin/passenger-spawn-server
|
104
|
-
- bin/passenger-
|
105
|
-
-
|
106
|
-
- doc/
|
107
|
-
- doc/Users guide.txt
|
108
|
-
- doc/images
|
122
|
+
- bin/passenger-status
|
123
|
+
- bin/passenger-stress-test
|
124
|
+
- doc/ApplicationPool algorithm.txt
|
109
125
|
- doc/Architectural overview.html
|
110
|
-
- doc/
|
126
|
+
- doc/Architectural overview.txt
|
111
127
|
- doc/cxxapi
|
128
|
+
- doc/definitions.h
|
129
|
+
- doc/Doxyfile
|
130
|
+
- doc/images
|
131
|
+
- doc/rdoc
|
132
|
+
- doc/Security of user switching support.html
|
112
133
|
- doc/Security of user switching support.txt
|
113
134
|
- doc/template
|
114
|
-
- doc/
|
115
|
-
- doc/
|
116
|
-
- doc/
|
117
|
-
- doc/
|
118
|
-
- doc/
|
119
|
-
- doc/
|
120
|
-
- doc/
|
121
|
-
- doc/
|
122
|
-
- doc/
|
123
|
-
- doc/
|
124
|
-
- doc/
|
125
|
-
- doc/
|
126
|
-
- doc/images/by_sa.png
|
127
|
-
- doc/images/icons
|
128
|
-
- doc/images/passenger_architecture.svg
|
129
|
-
- doc/images/passenger_architecture.png
|
130
|
-
- doc/images/smart-lv2.svg
|
131
|
-
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png
|
132
|
-
- doc/cxxapi/ftv2node.png
|
135
|
+
- doc/Users guide Apache.html
|
136
|
+
- doc/Users guide Apache.txt
|
137
|
+
- doc/Users guide Nginx.html
|
138
|
+
- doc/Users guide Nginx.txt
|
139
|
+
- doc/users_guide_snippets
|
140
|
+
- doc/cxxapi/annotated.html
|
141
|
+
- doc/cxxapi/Application_8h-source.html
|
142
|
+
- doc/cxxapi/ApplicationPool_8h-source.html
|
143
|
+
- doc/cxxapi/ApplicationPoolServer_8h-source.html
|
144
|
+
- doc/cxxapi/Bucket_8h-source.html
|
145
|
+
- doc/cxxapi/CachedFileStat_8h-source.html
|
146
|
+
- doc/cxxapi/classClient-members.html
|
133
147
|
- doc/cxxapi/classClient.html
|
134
|
-
- doc/cxxapi/
|
135
|
-
- doc/cxxapi/inherit__graph__13.map
|
136
|
-
- doc/cxxapi/inherit__graph__2.md5
|
137
|
-
- doc/cxxapi/classPassenger_1_1Application_1_1Session.html
|
138
|
-
- doc/cxxapi/inherit__graph__14.map
|
139
|
-
- doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html
|
140
|
-
- doc/cxxapi/SpawnManager_8h-source.html
|
141
|
-
- doc/cxxapi/classHooks.html
|
142
|
-
- doc/cxxapi/inherit__graph__18.md5
|
143
|
-
- doc/cxxapi/inherit__graph__3.png
|
144
|
-
- doc/cxxapi/inherit__graph__6.png
|
145
|
-
- doc/cxxapi/inherit__graph__9.png
|
146
|
-
- doc/cxxapi/inherit__graph__18.map
|
147
|
-
- doc/cxxapi/inherit__graph__13.md5
|
148
|
-
- doc/cxxapi/inherit__graph__10.md5
|
149
|
-
- doc/cxxapi/inherit__graph__14.png
|
150
|
-
- doc/cxxapi/inherit__graph__0.md5
|
151
|
-
- doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map
|
152
|
-
- doc/cxxapi/classPassenger_1_1FileChecker.html
|
153
|
-
- doc/cxxapi/classPassenger_1_1IOException.html
|
148
|
+
- doc/cxxapi/classes.html
|
154
149
|
- doc/cxxapi/classHooks-members.html
|
155
|
-
- doc/cxxapi/
|
156
|
-
- doc/cxxapi/
|
150
|
+
- doc/cxxapi/classHooks.html
|
151
|
+
- doc/cxxapi/classPassenger_1_1Application-members.html
|
152
|
+
- doc/cxxapi/classPassenger_1_1Application.html
|
153
|
+
- doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html
|
154
|
+
- doc/cxxapi/classPassenger_1_1Application_1_1Session.html
|
155
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPool-members.html
|
156
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPool.html
|
157
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.map
|
158
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5
|
159
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png
|
160
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html
|
161
|
+
- doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html
|
157
162
|
- doc/cxxapi/classPassenger_1_1BufferedUpload-members.html
|
158
|
-
- doc/cxxapi/inherit__graph__8.map
|
159
|
-
- doc/cxxapi/inherit__graph__16.md5
|
160
|
-
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png
|
161
|
-
- doc/cxxapi/FileChecker_8h-source.html
|
162
|
-
- doc/cxxapi/inherit__graph__14.md5
|
163
|
-
- doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5
|
164
|
-
- doc/cxxapi/inherit__graph__4.md5
|
165
|
-
- doc/cxxapi/tree.html
|
166
|
-
- doc/cxxapi/Hooks_8h-source.html
|
167
|
-
- doc/cxxapi/inherit__graph__21.md5
|
168
|
-
- doc/cxxapi/ApplicationPoolServer_8h-source.html
|
169
|
-
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5
|
170
|
-
- doc/cxxapi/structPassenger_1_1PoolOptions.html
|
171
|
-
- doc/cxxapi/inherit__graph__11.md5
|
172
|
-
- doc/cxxapi/inherit__graph__9.map
|
173
|
-
- doc/cxxapi/inherit__graph__5.map
|
174
|
-
- doc/cxxapi/ftv2link.png
|
175
|
-
- doc/cxxapi/Application_8h-source.html
|
176
163
|
- doc/cxxapi/classPassenger_1_1BufferedUpload.html
|
177
|
-
- doc/cxxapi/
|
178
|
-
- doc/cxxapi/
|
179
|
-
- doc/cxxapi/
|
164
|
+
- doc/cxxapi/classPassenger_1_1BusyException-members.html
|
165
|
+
- doc/cxxapi/classPassenger_1_1BusyException.html
|
166
|
+
- doc/cxxapi/classPassenger_1_1ConfigurationException-members.html
|
167
|
+
- doc/cxxapi/classPassenger_1_1ConfigurationException.html
|
168
|
+
- doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html
|
169
|
+
- doc/cxxapi/classPassenger_1_1DirectoryMapper.html
|
180
170
|
- doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html
|
181
|
-
- doc/cxxapi/
|
182
|
-
- doc/cxxapi/
|
183
|
-
- doc/cxxapi/
|
184
|
-
- doc/cxxapi/classPassenger_1_1Application.html
|
185
|
-
- doc/cxxapi/group__Configuration.html
|
186
|
-
- doc/cxxapi/ftv2mlastnode.png
|
187
|
-
- doc/cxxapi/structPassenger_1_1AnythingToString.html
|
188
|
-
- doc/cxxapi/inherit__graph__3.map
|
189
|
-
- doc/cxxapi/ftv2pnode.png
|
171
|
+
- doc/cxxapi/classPassenger_1_1DummySpawnManager.html
|
172
|
+
- doc/cxxapi/classPassenger_1_1FileChecker-members.html
|
173
|
+
- doc/cxxapi/classPassenger_1_1FileChecker.html
|
190
174
|
- doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html
|
191
|
-
- doc/cxxapi/
|
192
|
-
- doc/cxxapi/
|
193
|
-
- doc/cxxapi/definitions_8h-source.html
|
194
|
-
- doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html
|
195
|
-
- doc/cxxapi/annotated.html
|
196
|
-
- doc/cxxapi/inherit__graph__6.md5
|
197
|
-
- doc/cxxapi/inherit__graph__7.png
|
198
|
-
- doc/cxxapi/classPassenger_1_1ApplicationPool.html
|
199
|
-
- doc/cxxapi/inherit__graph__16.png
|
200
|
-
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5
|
201
|
-
- doc/cxxapi/inherits.html
|
202
|
-
- doc/cxxapi/MessageChannel_8h-source.html
|
203
|
-
- doc/cxxapi/classPassenger_1_1ConfigurationException.html
|
204
|
-
- doc/cxxapi/classPassenger_1_1ConfigurationException-members.html
|
175
|
+
- doc/cxxapi/classPassenger_1_1FileNotFoundException.html
|
176
|
+
- doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map
|
205
177
|
- doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5
|
206
|
-
- doc/cxxapi/
|
207
|
-
- doc/cxxapi/
|
208
|
-
- doc/cxxapi/
|
209
|
-
- doc/cxxapi/
|
210
|
-
- doc/cxxapi/
|
211
|
-
- doc/cxxapi/
|
212
|
-
- doc/cxxapi/
|
213
|
-
- doc/cxxapi/
|
214
|
-
- doc/cxxapi/ftv2blank.png
|
215
|
-
- doc/cxxapi/ftv2lastnode.png
|
216
|
-
- doc/cxxapi/inherit__graph__21.map
|
217
|
-
- doc/cxxapi/Bucket_8h-source.html
|
218
|
-
- doc/cxxapi/inherit__graph__8.md5
|
219
|
-
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map
|
220
|
-
- doc/cxxapi/inherit__graph__18.png
|
221
|
-
- doc/cxxapi/tab_b.gif
|
222
|
-
- doc/cxxapi/classPassenger_1_1BusyException.html
|
178
|
+
- doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png
|
179
|
+
- doc/cxxapi/classPassenger_1_1FileSystemException-members.html
|
180
|
+
- doc/cxxapi/classPassenger_1_1FileSystemException.html
|
181
|
+
- doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map
|
182
|
+
- doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5
|
183
|
+
- doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png
|
184
|
+
- doc/cxxapi/classPassenger_1_1IOException-members.html
|
185
|
+
- doc/cxxapi/classPassenger_1_1IOException.html
|
223
186
|
- doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map
|
224
|
-
- doc/cxxapi/
|
225
|
-
- doc/cxxapi/
|
226
|
-
- doc/cxxapi/
|
227
|
-
- doc/cxxapi/
|
228
|
-
- doc/cxxapi/
|
229
|
-
- doc/cxxapi/
|
230
|
-
- doc/cxxapi/classPassenger_1_1SystemTime.html
|
231
|
-
- doc/cxxapi/group__Configuration.png
|
232
|
-
- doc/cxxapi/classClient-members.html
|
233
|
-
- doc/cxxapi/classPassenger_1_1FileNotFoundException.html
|
234
|
-
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map
|
235
|
-
- doc/cxxapi/DirectoryMapper_8h-source.html
|
236
|
-
- doc/cxxapi/modules.html
|
237
|
-
- doc/cxxapi/classPassenger_1_1BusyException-members.html
|
238
|
-
- doc/cxxapi/inherit__graph__20.png
|
187
|
+
- doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5
|
188
|
+
- doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png
|
189
|
+
- doc/cxxapi/classPassenger_1_1MessageChannel-members.html
|
190
|
+
- doc/cxxapi/classPassenger_1_1MessageChannel.html
|
191
|
+
- doc/cxxapi/classPassenger_1_1RuntimeException-members.html
|
192
|
+
- doc/cxxapi/classPassenger_1_1RuntimeException.html
|
239
193
|
- doc/cxxapi/classPassenger_1_1SpawnException-members.html
|
240
|
-
- doc/cxxapi/
|
241
|
-
- doc/cxxapi/
|
194
|
+
- doc/cxxapi/classPassenger_1_1SpawnException.html
|
195
|
+
- doc/cxxapi/classPassenger_1_1SpawnManager-members.html
|
196
|
+
- doc/cxxapi/classPassenger_1_1SpawnManager.html
|
197
|
+
- doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html
|
198
|
+
- doc/cxxapi/classPassenger_1_1StandardApplicationPool.html
|
199
|
+
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map
|
200
|
+
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5
|
201
|
+
- doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png
|
242
202
|
- doc/cxxapi/classPassenger_1_1SystemException-members.html
|
243
|
-
- doc/cxxapi/inherit__graph__1.map
|
244
|
-
- doc/cxxapi/inherit__graph__10.png
|
245
|
-
- doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5
|
246
203
|
- doc/cxxapi/classPassenger_1_1SystemException.html
|
247
|
-
- doc/cxxapi/
|
248
|
-
- doc/cxxapi/
|
249
|
-
- doc/cxxapi/
|
250
|
-
- doc/cxxapi/inherit__graph__4.map
|
251
|
-
- doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html
|
252
|
-
- doc/cxxapi/functions.html
|
253
|
-
- doc/cxxapi/functions_vars.html
|
254
|
-
- doc/cxxapi/group__Support.html
|
255
|
-
- doc/cxxapi/CachedFileStat_8h-source.html
|
256
|
-
- doc/cxxapi/inherit__graph__11.map
|
257
|
-
- doc/cxxapi/tab_r.gif
|
204
|
+
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map
|
205
|
+
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5
|
206
|
+
- doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png
|
258
207
|
- doc/cxxapi/classPassenger_1_1SystemTime-members.html
|
259
|
-
- doc/cxxapi/
|
260
|
-
- doc/cxxapi/
|
261
|
-
- doc/cxxapi/
|
262
|
-
- doc/cxxapi/
|
263
|
-
- doc/cxxapi/
|
264
|
-
- doc/cxxapi/
|
265
|
-
- doc/cxxapi/
|
266
|
-
- doc/cxxapi/
|
267
|
-
- doc/cxxapi/
|
208
|
+
- doc/cxxapi/classPassenger_1_1SystemTime.html
|
209
|
+
- doc/cxxapi/Configuration_8h-source.html
|
210
|
+
- doc/cxxapi/definitions_8h-source.html
|
211
|
+
- doc/cxxapi/DirectoryMapper_8h-source.html
|
212
|
+
- doc/cxxapi/doxygen.css
|
213
|
+
- doc/cxxapi/doxygen.png
|
214
|
+
- doc/cxxapi/DummySpawnManager_8h-source.html
|
215
|
+
- doc/cxxapi/Exceptions_8h-source.html
|
216
|
+
- doc/cxxapi/FileChecker_8h-source.html
|
217
|
+
- doc/cxxapi/files.html
|
218
|
+
- doc/cxxapi/ftv2blank.png
|
219
|
+
- doc/cxxapi/ftv2doc.png
|
268
220
|
- doc/cxxapi/ftv2folderclosed.png
|
269
|
-
- doc/cxxapi/
|
270
|
-
- doc/cxxapi/
|
271
|
-
- doc/cxxapi/
|
272
|
-
- doc/cxxapi/
|
273
|
-
- doc/cxxapi/inherit__graph__19.map
|
274
|
-
- doc/cxxapi/inherit__graph__7.map
|
275
|
-
- doc/cxxapi/inherit__graph__21.png
|
221
|
+
- doc/cxxapi/ftv2folderopen.png
|
222
|
+
- doc/cxxapi/ftv2lastnode.png
|
223
|
+
- doc/cxxapi/ftv2link.png
|
224
|
+
- doc/cxxapi/ftv2mlastnode.png
|
276
225
|
- doc/cxxapi/ftv2mnode.png
|
277
|
-
- doc/cxxapi/
|
278
|
-
- doc/cxxapi/
|
279
|
-
- doc/cxxapi/
|
280
|
-
- doc/cxxapi/
|
226
|
+
- doc/cxxapi/ftv2node.png
|
227
|
+
- doc/cxxapi/ftv2plastnode.png
|
228
|
+
- doc/cxxapi/ftv2pnode.png
|
229
|
+
- doc/cxxapi/ftv2vertline.png
|
230
|
+
- doc/cxxapi/functions.html
|
281
231
|
- doc/cxxapi/functions_func.html
|
282
|
-
- doc/cxxapi/
|
283
|
-
- doc/cxxapi/
|
284
|
-
- doc/cxxapi/inherit__graph__12.png
|
285
|
-
- doc/cxxapi/SystemTime_8h-source.html
|
286
|
-
- doc/cxxapi/StandardApplicationPool_8h-source.html
|
287
|
-
- doc/cxxapi/classPassenger_1_1SpawnException.html
|
288
|
-
- doc/cxxapi/inherit__graph__12.map
|
289
|
-
- doc/cxxapi/inherit__graph__1.png
|
290
|
-
- doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5
|
291
|
-
- doc/cxxapi/graph_legend.png
|
292
|
-
- doc/cxxapi/classPassenger_1_1SpawnManager.html
|
232
|
+
- doc/cxxapi/functions_type.html
|
233
|
+
- doc/cxxapi/functions_vars.html
|
293
234
|
- doc/cxxapi/graph_legend.dot
|
294
|
-
- doc/cxxapi/
|
295
|
-
- doc/cxxapi/
|
235
|
+
- doc/cxxapi/graph_legend.html
|
236
|
+
- doc/cxxapi/graph_legend.png
|
237
|
+
- doc/cxxapi/group__Configuration.html
|
238
|
+
- doc/cxxapi/group__Configuration.png
|
239
|
+
- doc/cxxapi/group__Core.html
|
240
|
+
- doc/cxxapi/group__Core.png
|
241
|
+
- doc/cxxapi/group__Exceptions.html
|
242
|
+
- doc/cxxapi/group__Hooks.html
|
243
|
+
- doc/cxxapi/group__Hooks.png
|
244
|
+
- doc/cxxapi/group__Support.html
|
296
245
|
- doc/cxxapi/hierarchy.html
|
297
|
-
- doc/cxxapi/
|
298
|
-
- doc/cxxapi/
|
246
|
+
- doc/cxxapi/Hooks_8h-source.html
|
247
|
+
- doc/cxxapi/index.html
|
248
|
+
- doc/cxxapi/inherit__graph__0.map
|
249
|
+
- doc/cxxapi/inherit__graph__0.md5
|
250
|
+
- doc/cxxapi/inherit__graph__0.png
|
251
|
+
- doc/cxxapi/inherit__graph__1.map
|
252
|
+
- doc/cxxapi/inherit__graph__1.md5
|
253
|
+
- doc/cxxapi/inherit__graph__1.png
|
254
|
+
- doc/cxxapi/inherit__graph__10.map
|
255
|
+
- doc/cxxapi/inherit__graph__10.md5
|
256
|
+
- doc/cxxapi/inherit__graph__10.png
|
257
|
+
- doc/cxxapi/inherit__graph__11.map
|
258
|
+
- doc/cxxapi/inherit__graph__11.md5
|
259
|
+
- doc/cxxapi/inherit__graph__11.png
|
260
|
+
- doc/cxxapi/inherit__graph__12.map
|
299
261
|
- doc/cxxapi/inherit__graph__12.md5
|
300
|
-
- doc/cxxapi/
|
301
|
-
- doc/cxxapi/
|
302
|
-
- doc/cxxapi/
|
303
|
-
- doc/cxxapi/
|
262
|
+
- doc/cxxapi/inherit__graph__12.png
|
263
|
+
- doc/cxxapi/inherit__graph__13.map
|
264
|
+
- doc/cxxapi/inherit__graph__13.md5
|
265
|
+
- doc/cxxapi/inherit__graph__13.png
|
266
|
+
- doc/cxxapi/inherit__graph__14.map
|
267
|
+
- doc/cxxapi/inherit__graph__14.md5
|
268
|
+
- doc/cxxapi/inherit__graph__14.png
|
304
269
|
- doc/cxxapi/inherit__graph__15.map
|
305
|
-
- doc/cxxapi/
|
306
|
-
- doc/cxxapi/
|
307
|
-
- doc/cxxapi/
|
270
|
+
- doc/cxxapi/inherit__graph__15.md5
|
271
|
+
- doc/cxxapi/inherit__graph__15.png
|
272
|
+
- doc/cxxapi/inherit__graph__16.map
|
273
|
+
- doc/cxxapi/inherit__graph__16.md5
|
274
|
+
- doc/cxxapi/inherit__graph__16.png
|
275
|
+
- doc/cxxapi/inherit__graph__17.map
|
276
|
+
- doc/cxxapi/inherit__graph__17.md5
|
308
277
|
- doc/cxxapi/inherit__graph__17.png
|
278
|
+
- doc/cxxapi/inherit__graph__18.map
|
279
|
+
- doc/cxxapi/inherit__graph__18.md5
|
280
|
+
- doc/cxxapi/inherit__graph__18.png
|
281
|
+
- doc/cxxapi/inherit__graph__19.map
|
282
|
+
- doc/cxxapi/inherit__graph__19.md5
|
309
283
|
- doc/cxxapi/inherit__graph__19.png
|
310
|
-
- doc/cxxapi/
|
311
|
-
- doc/cxxapi/
|
312
|
-
- doc/cxxapi/
|
313
|
-
- doc/cxxapi/
|
284
|
+
- doc/cxxapi/inherit__graph__2.map
|
285
|
+
- doc/cxxapi/inherit__graph__2.md5
|
286
|
+
- doc/cxxapi/inherit__graph__2.png
|
287
|
+
- doc/cxxapi/inherit__graph__20.map
|
288
|
+
- doc/cxxapi/inherit__graph__20.md5
|
289
|
+
- doc/cxxapi/inherit__graph__20.png
|
290
|
+
- doc/cxxapi/inherit__graph__21.map
|
291
|
+
- doc/cxxapi/inherit__graph__21.md5
|
292
|
+
- doc/cxxapi/inherit__graph__21.png
|
293
|
+
- doc/cxxapi/inherit__graph__3.map
|
294
|
+
- doc/cxxapi/inherit__graph__3.md5
|
295
|
+
- doc/cxxapi/inherit__graph__3.png
|
296
|
+
- doc/cxxapi/inherit__graph__4.map
|
297
|
+
- doc/cxxapi/inherit__graph__4.md5
|
298
|
+
- doc/cxxapi/inherit__graph__4.png
|
299
|
+
- doc/cxxapi/inherit__graph__5.map
|
314
300
|
- doc/cxxapi/inherit__graph__5.md5
|
315
|
-
- doc/cxxapi/
|
316
|
-
- doc/cxxapi/
|
317
|
-
- doc/cxxapi/
|
318
|
-
- doc/cxxapi/
|
319
|
-
- doc/cxxapi/
|
320
|
-
- doc/cxxapi/
|
321
|
-
- doc/cxxapi/
|
322
|
-
- doc/cxxapi/
|
323
|
-
- doc/cxxapi/
|
324
|
-
- doc/cxxapi/
|
325
|
-
- doc/
|
326
|
-
- doc/
|
301
|
+
- doc/cxxapi/inherit__graph__5.png
|
302
|
+
- doc/cxxapi/inherit__graph__6.map
|
303
|
+
- doc/cxxapi/inherit__graph__6.md5
|
304
|
+
- doc/cxxapi/inherit__graph__6.png
|
305
|
+
- doc/cxxapi/inherit__graph__7.map
|
306
|
+
- doc/cxxapi/inherit__graph__7.md5
|
307
|
+
- doc/cxxapi/inherit__graph__7.png
|
308
|
+
- doc/cxxapi/inherit__graph__8.map
|
309
|
+
- doc/cxxapi/inherit__graph__8.md5
|
310
|
+
- doc/cxxapi/inherit__graph__8.png
|
311
|
+
- doc/cxxapi/inherit__graph__9.map
|
312
|
+
- doc/cxxapi/inherit__graph__9.md5
|
313
|
+
- doc/cxxapi/inherit__graph__9.png
|
314
|
+
- doc/cxxapi/inherits.html
|
315
|
+
- doc/cxxapi/Logging_8h-source.html
|
316
|
+
- doc/cxxapi/main.html
|
317
|
+
- doc/cxxapi/MessageChannel_8h-source.html
|
318
|
+
- doc/cxxapi/modules.html
|
319
|
+
- doc/cxxapi/PoolOptions_8h-source.html
|
320
|
+
- doc/cxxapi/SpawnManager_8h-source.html
|
321
|
+
- doc/cxxapi/StandardApplicationPool_8h-source.html
|
322
|
+
- doc/cxxapi/structPassenger_1_1AnythingToString-members.html
|
323
|
+
- doc/cxxapi/structPassenger_1_1AnythingToString.html
|
324
|
+
- doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html
|
325
|
+
- doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html
|
326
|
+
- doc/cxxapi/structPassenger_1_1PoolOptions-members.html
|
327
|
+
- doc/cxxapi/structPassenger_1_1PoolOptions.html
|
328
|
+
- doc/cxxapi/SystemTime_8h-source.html
|
329
|
+
- doc/cxxapi/tab_b.gif
|
330
|
+
- doc/cxxapi/tab_l.gif
|
331
|
+
- doc/cxxapi/tab_r.gif
|
332
|
+
- doc/cxxapi/tabs.css
|
333
|
+
- doc/cxxapi/tree.html
|
334
|
+
- doc/cxxapi/Utils_8h-source.html
|
335
|
+
- doc/images/by_sa.png
|
336
|
+
- doc/images/conservative_spawning.png
|
337
|
+
- doc/images/conservative_spawning.svg
|
338
|
+
- doc/images/icons
|
339
|
+
- doc/images/passenger_architecture.png
|
340
|
+
- doc/images/passenger_architecture.svg
|
341
|
+
- doc/images/phusion_banner.png
|
342
|
+
- doc/images/smart-lv2.png
|
343
|
+
- doc/images/smart-lv2.svg
|
344
|
+
- doc/images/spawn_server_architecture.png
|
345
|
+
- doc/images/spawn_server_architecture.svg
|
346
|
+
- doc/images/typical_isolated_web_application.png
|
347
|
+
- doc/images/typical_isolated_web_application.svg
|
327
348
|
- doc/rdoc/classes
|
328
|
-
- doc/rdoc/index.html
|
329
|
-
- doc/rdoc/fr_file_index.html
|
330
|
-
- doc/rdoc/fr_class_index.html
|
331
|
-
- doc/rdoc/rdoc-style.css
|
332
349
|
- doc/rdoc/created.rid
|
350
|
+
- doc/rdoc/files
|
351
|
+
- doc/rdoc/fr_class_index.html
|
352
|
+
- doc/rdoc/fr_file_index.html
|
333
353
|
- doc/rdoc/fr_method_index.html
|
334
|
-
- doc/
|
354
|
+
- doc/rdoc/index.html
|
355
|
+
- doc/rdoc/rdoc-style.css
|
356
|
+
- doc/template/horo.rb
|
357
|
+
- doc/users_guide_snippets/analysis_and_system_maintenance_tools.txt
|
358
|
+
- doc/users_guide_snippets/appendix_a_about.txt
|
359
|
+
- doc/users_guide_snippets/appendix_b_terminology.txt
|
360
|
+
- doc/users_guide_snippets/appendix_c_spawning_methods.txt
|
361
|
+
- doc/users_guide_snippets/global_queueing_explained.txt
|
362
|
+
- doc/users_guide_snippets/rackup_specifications.txt
|
363
|
+
- doc/users_guide_snippets/rails_spawn_method.txt
|
364
|
+
- doc/users_guide_snippets/tips.txt
|
335
365
|
- doc/images/icons/callouts
|
336
|
-
- doc/images/icons/
|
366
|
+
- doc/images/icons/caution.png
|
367
|
+
- doc/images/icons/example.png
|
368
|
+
- doc/images/icons/home.png
|
369
|
+
- doc/images/icons/important.png
|
370
|
+
- doc/images/icons/next.png
|
371
|
+
- doc/images/icons/note.png
|
337
372
|
- doc/images/icons/prev.png
|
373
|
+
- doc/images/icons/README
|
374
|
+
- doc/images/icons/tip.png
|
338
375
|
- doc/images/icons/up.png
|
339
|
-
- doc/images/icons/note.png
|
340
376
|
- doc/images/icons/warning.png
|
341
|
-
- doc/images/icons/example.png
|
342
|
-
- doc/images/icons/tip.png
|
343
|
-
- doc/images/icons/caution.png
|
344
|
-
- doc/images/icons/important.png
|
345
|
-
- doc/images/icons/home.png
|
346
|
-
- doc/rdoc/files/lib
|
347
|
-
- doc/rdoc/files/README.html
|
348
|
-
- doc/rdoc/files/ext
|
349
|
-
- doc/rdoc/files/misc
|
350
|
-
- doc/rdoc/files/DEVELOPERS_TXT.html
|
351
377
|
- doc/rdoc/classes/ConditionVariable.html
|
352
|
-
- doc/rdoc/classes/
|
353
|
-
- doc/rdoc/classes/PlatformInfo.html
|
354
|
-
- doc/rdoc/classes/Signal.html
|
355
|
-
- doc/rdoc/classes/PhusionPassenger
|
378
|
+
- doc/rdoc/classes/Exception.html
|
356
379
|
- doc/rdoc/classes/GC.html
|
357
|
-
- doc/rdoc/classes/PhusionPassenger.html
|
358
380
|
- doc/rdoc/classes/IO.html
|
359
|
-
- doc/rdoc/classes/
|
381
|
+
- doc/rdoc/classes/PhusionPassenger
|
382
|
+
- doc/rdoc/classes/PhusionPassenger.html
|
383
|
+
- doc/rdoc/classes/PlatformInfo.html
|
384
|
+
- doc/rdoc/classes/RakeExtensions.html
|
385
|
+
- doc/rdoc/classes/Signal.html
|
386
|
+
- doc/rdoc/files/DEVELOPERS_TXT.html
|
387
|
+
- doc/rdoc/files/ext
|
388
|
+
- doc/rdoc/files/lib
|
389
|
+
- doc/rdoc/files/misc
|
390
|
+
- doc/rdoc/files/README.html
|
391
|
+
- doc/images/icons/callouts/1.png
|
392
|
+
- doc/images/icons/callouts/10.png
|
393
|
+
- doc/images/icons/callouts/11.png
|
394
|
+
- doc/images/icons/callouts/12.png
|
360
395
|
- doc/images/icons/callouts/13.png
|
396
|
+
- doc/images/icons/callouts/14.png
|
397
|
+
- doc/images/icons/callouts/15.png
|
361
398
|
- doc/images/icons/callouts/2.png
|
362
399
|
- doc/images/icons/callouts/3.png
|
363
|
-
- doc/images/icons/callouts/
|
400
|
+
- doc/images/icons/callouts/4.png
|
401
|
+
- doc/images/icons/callouts/5.png
|
364
402
|
- doc/images/icons/callouts/6.png
|
365
|
-
- doc/images/icons/callouts/
|
403
|
+
- doc/images/icons/callouts/7.png
|
366
404
|
- doc/images/icons/callouts/8.png
|
367
|
-
- doc/images/icons/callouts/12.png
|
368
405
|
- doc/images/icons/callouts/9.png
|
369
|
-
- doc/
|
370
|
-
- doc/images/icons/callouts/7.png
|
371
|
-
- doc/images/icons/callouts/5.png
|
372
|
-
- doc/images/icons/callouts/4.png
|
373
|
-
- doc/images/icons/callouts/14.png
|
374
|
-
- doc/images/icons/callouts/1.png
|
375
|
-
- doc/rdoc/files/lib/phusion_passenger
|
376
|
-
- doc/rdoc/files/ext/phusion_passenger
|
377
|
-
- doc/rdoc/files/misc/rake
|
378
|
-
- doc/rdoc/classes/PhusionPassenger/VersionNotFound.html
|
379
|
-
- doc/rdoc/classes/PhusionPassenger/WSGI
|
406
|
+
- doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html
|
380
407
|
- doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html
|
381
|
-
- doc/rdoc/classes/PhusionPassenger/
|
382
|
-
- doc/rdoc/classes/PhusionPassenger/Railz
|
383
|
-
- doc/rdoc/classes/PhusionPassenger/Utils.html
|
408
|
+
- doc/rdoc/classes/PhusionPassenger/AbstractServer
|
384
409
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer.html
|
385
|
-
- doc/rdoc/classes/PhusionPassenger/WSGI.html
|
386
|
-
- doc/rdoc/classes/PhusionPassenger/Railz.html
|
387
|
-
- doc/rdoc/classes/PhusionPassenger/AbstractServer
|
388
410
|
- doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html
|
389
|
-
- doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html
|
390
411
|
- doc/rdoc/classes/PhusionPassenger/AdminTools
|
391
|
-
- doc/rdoc/classes/PhusionPassenger/
|
412
|
+
- doc/rdoc/classes/PhusionPassenger/AdminTools.html
|
392
413
|
- doc/rdoc/classes/PhusionPassenger/AppInitError.html
|
393
|
-
- doc/rdoc/classes/PhusionPassenger/Rack.html
|
394
|
-
- doc/rdoc/classes/PhusionPassenger/Rack
|
395
414
|
- doc/rdoc/classes/PhusionPassenger/Application.html
|
396
|
-
- doc/rdoc/classes/PhusionPassenger/SpawnManager.html
|
397
|
-
- doc/rdoc/classes/PhusionPassenger/InvalidPath.html
|
398
415
|
- doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html
|
399
|
-
- doc/rdoc/classes/PhusionPassenger/
|
400
|
-
- doc/rdoc/classes/PhusionPassenger/NativeSupport.html
|
401
|
-
- doc/rdoc/classes/PhusionPassenger/AdminTools.html
|
416
|
+
- doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html
|
402
417
|
- doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html
|
403
|
-
- doc/rdoc/
|
404
|
-
- doc/rdoc/
|
405
|
-
- doc/rdoc/
|
406
|
-
- doc/rdoc/
|
407
|
-
- doc/rdoc/
|
408
|
-
- doc/rdoc/
|
409
|
-
- doc/rdoc/
|
410
|
-
- doc/rdoc/
|
411
|
-
- doc/rdoc/
|
412
|
-
- doc/rdoc/
|
413
|
-
- doc/rdoc/
|
414
|
-
- doc/rdoc/
|
415
|
-
- doc/rdoc/
|
416
|
-
- doc/rdoc/
|
417
|
-
- doc/rdoc/files/
|
418
|
-
- doc/rdoc/files/lib/phusion_passenger
|
419
|
-
- doc/rdoc/files/
|
420
|
-
- doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html
|
421
|
-
- doc/rdoc/files/lib/phusion_passenger/html_template_rb.html
|
422
|
-
- doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html
|
423
|
-
- doc/rdoc/files/ext/phusion_passenger/native_support_c.html
|
424
|
-
- doc/rdoc/files/misc/rake/extensions_rb.html
|
425
|
-
- doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html
|
426
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html
|
427
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner
|
428
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner
|
429
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html
|
430
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html
|
431
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html
|
432
|
-
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html
|
433
|
-
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html
|
418
|
+
- doc/rdoc/classes/PhusionPassenger/InitializationError.html
|
419
|
+
- doc/rdoc/classes/PhusionPassenger/InvalidPath.html
|
420
|
+
- doc/rdoc/classes/PhusionPassenger/MessageChannel.html
|
421
|
+
- doc/rdoc/classes/PhusionPassenger/NativeSupport.html
|
422
|
+
- doc/rdoc/classes/PhusionPassenger/Rack
|
423
|
+
- doc/rdoc/classes/PhusionPassenger/Rack.html
|
424
|
+
- doc/rdoc/classes/PhusionPassenger/Railz
|
425
|
+
- doc/rdoc/classes/PhusionPassenger/Railz.html
|
426
|
+
- doc/rdoc/classes/PhusionPassenger/SpawnManager.html
|
427
|
+
- doc/rdoc/classes/PhusionPassenger/UnknownError.html
|
428
|
+
- doc/rdoc/classes/PhusionPassenger/Utils.html
|
429
|
+
- doc/rdoc/classes/PhusionPassenger/VersionNotFound.html
|
430
|
+
- doc/rdoc/classes/PhusionPassenger/WSGI
|
431
|
+
- doc/rdoc/classes/PhusionPassenger/WSGI.html
|
432
|
+
- doc/rdoc/files/ext/phusion_passenger
|
433
|
+
- doc/rdoc/files/lib/phusion_passenger
|
434
|
+
- doc/rdoc/files/misc/rake
|
434
435
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerAlreadyStarted.html
|
436
|
+
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html
|
437
|
+
- doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html
|
435
438
|
- doc/rdoc/classes/PhusionPassenger/AbstractServer/UnknownMessage.html
|
436
439
|
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess
|
437
440
|
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html
|
438
441
|
- doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html
|
439
442
|
- doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html
|
440
|
-
- doc/rdoc/
|
443
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner
|
444
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html
|
445
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html
|
446
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner
|
447
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html
|
448
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html
|
449
|
+
- doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html
|
450
|
+
- doc/rdoc/files/ext/phusion_passenger/native_support_c.html
|
451
|
+
- doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html
|
452
|
+
- doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html
|
453
|
+
- doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html
|
454
|
+
- doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html
|
455
|
+
- doc/rdoc/files/lib/phusion_passenger/admin_tools
|
456
|
+
- doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html
|
457
|
+
- doc/rdoc/files/lib/phusion_passenger/application_rb.html
|
458
|
+
- doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html
|
459
|
+
- doc/rdoc/files/lib/phusion_passenger/constants_rb.html
|
460
|
+
- doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html
|
461
|
+
- doc/rdoc/files/lib/phusion_passenger/events_rb.html
|
462
|
+
- doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html
|
463
|
+
- doc/rdoc/files/lib/phusion_passenger/html_template_rb.html
|
464
|
+
- doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html
|
465
|
+
- doc/rdoc/files/lib/phusion_passenger/packaging_rb.html
|
466
|
+
- doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html
|
467
|
+
- doc/rdoc/files/lib/phusion_passenger/rack
|
468
|
+
- doc/rdoc/files/lib/phusion_passenger/railz
|
469
|
+
- doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html
|
470
|
+
- doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html
|
471
|
+
- doc/rdoc/files/lib/phusion_passenger/utils_rb.html
|
472
|
+
- doc/rdoc/files/lib/phusion_passenger/wsgi
|
473
|
+
- doc/rdoc/files/misc/rake/extensions_rb.html
|
474
|
+
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html
|
475
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html
|
476
|
+
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner/Error.html
|
441
477
|
- doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html
|
442
|
-
- doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html
|
443
478
|
- doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html
|
479
|
+
- doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html
|
480
|
+
- doc/rdoc/files/lib/phusion_passenger/railz/application_spawner_rb.html
|
444
481
|
- doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html
|
445
482
|
- doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html
|
446
483
|
- doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html
|
447
|
-
- doc/rdoc/files/lib/phusion_passenger/
|
448
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html
|
449
|
-
- doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner/Error.html
|
450
|
-
- doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html
|
451
|
-
- man/passenger-make-enterprisey.8
|
452
|
-
- man/passenger-status.8
|
484
|
+
- doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html
|
453
485
|
- man/passenger-config.1
|
486
|
+
- man/passenger-make-enterprisey.8
|
454
487
|
- man/passenger-memory-stats.8
|
488
|
+
- man/passenger-status.8
|
455
489
|
- man/passenger-stress-test.1
|
456
|
-
- debian/prerm
|
457
|
-
- debian/postinst
|
458
490
|
- debian/compat
|
459
491
|
- debian/control
|
460
|
-
-
|
461
|
-
-
|
492
|
+
- debian/postinst
|
493
|
+
- debian/prerm
|
494
|
+
- ext/common/ApplicationPoolServerExecutable.cpp
|
495
|
+
- ext/common/CachedFileStat.cpp
|
496
|
+
- ext/common/Logging.cpp
|
497
|
+
- ext/common/SystemTime.cpp
|
498
|
+
- ext/common/Utils.cpp
|
499
|
+
- ext/common/Application.h
|
500
|
+
- ext/common/ApplicationPool.h
|
501
|
+
- ext/common/ApplicationPoolServer.h
|
502
|
+
- ext/common/ApplicationPoolStatusReporter.h
|
503
|
+
- ext/common/CachedFileStat.h
|
504
|
+
- ext/common/DummySpawnManager.h
|
505
|
+
- ext/common/Exceptions.h
|
506
|
+
- ext/common/FileChecker.h
|
507
|
+
- ext/common/Logging.h
|
508
|
+
- ext/common/MessageChannel.h
|
509
|
+
- ext/common/PoolOptions.h
|
510
|
+
- ext/common/SpawnManager.h
|
511
|
+
- ext/common/StandardApplicationPool.h
|
512
|
+
- ext/common/StaticString.h
|
513
|
+
- ext/common/SystemTime.h
|
514
|
+
- ext/common/Utils.h
|
462
515
|
- ext/apache2/Bucket.cpp
|
463
|
-
- ext/apache2/Hooks.cpp
|
464
516
|
- ext/apache2/Configuration.cpp
|
465
|
-
- ext/apache2/
|
466
|
-
- ext/apache2/Logging.cpp
|
467
|
-
- ext/apache2/ApplicationPoolServerExecutable.cpp
|
517
|
+
- ext/apache2/Hooks.cpp
|
468
518
|
- ext/apache2/Bucket.h
|
469
|
-
- ext/apache2/
|
470
|
-
- ext/apache2/PoolOptions.h
|
519
|
+
- ext/apache2/Configuration.h
|
471
520
|
- ext/apache2/DirectoryMapper.h
|
472
|
-
- ext/apache2/FileChecker.h
|
473
521
|
- ext/apache2/Hooks.h
|
474
|
-
- ext/apache2/Utils.h
|
475
|
-
- ext/apache2/ApplicationPoolServer.h
|
476
|
-
- ext/apache2/ApplicationPool.h
|
477
|
-
- ext/apache2/SpawnManager.h
|
478
|
-
- ext/apache2/Application.h
|
479
|
-
- ext/apache2/CachedFileStat.h
|
480
|
-
- ext/apache2/MessageChannel.h
|
481
|
-
- ext/apache2/Logging.h
|
482
|
-
- ext/apache2/DummySpawnManager.h
|
483
|
-
- ext/apache2/StandardApplicationPool.h
|
484
|
-
- ext/apache2/Configuration.h
|
485
|
-
- ext/apache2/Exceptions.h
|
486
522
|
- ext/apache2/mod_passenger.c
|
487
523
|
- ext/apache2/LICENSE-CNRI.TXT
|
488
|
-
- ext/
|
489
|
-
- ext/
|
490
|
-
- ext/
|
491
|
-
- ext/
|
492
|
-
- ext/
|
493
|
-
- ext/
|
494
|
-
- ext/
|
495
|
-
- ext/
|
496
|
-
- ext/
|
497
|
-
- ext/
|
524
|
+
- ext/nginx/Configuration.c
|
525
|
+
- ext/nginx/ContentHandler.c
|
526
|
+
- ext/nginx/ngx_http_passenger_module.c
|
527
|
+
- ext/nginx/StaticContentHandler.c
|
528
|
+
- ext/nginx/HelperServer.cpp
|
529
|
+
- ext/nginx/Configuration.h
|
530
|
+
- ext/nginx/ContentHandler.h
|
531
|
+
- ext/nginx/HttpStatusExtractor.h
|
532
|
+
- ext/nginx/ngx_http_passenger_module.h
|
533
|
+
- ext/nginx/ScgiRequestParser.h
|
534
|
+
- ext/nginx/StaticContentHandler.h
|
535
|
+
- ext/nginx/config
|
498
536
|
- ext/boost/assert.hpp
|
499
|
-
- ext/boost/operators.hpp
|
500
537
|
- ext/boost/bind.hpp
|
501
|
-
- ext/boost/
|
538
|
+
- ext/boost/call_traits.hpp
|
539
|
+
- ext/boost/checked_delete.hpp
|
540
|
+
- ext/boost/concept_check.hpp
|
541
|
+
- ext/boost/config.hpp
|
542
|
+
- ext/boost/cstdint.hpp
|
543
|
+
- ext/boost/current_function.hpp
|
502
544
|
- ext/boost/enable_shared_from_this.hpp
|
545
|
+
- ext/boost/function.hpp
|
546
|
+
- ext/boost/function_equal.hpp
|
503
547
|
- ext/boost/get_pointer.hpp
|
504
|
-
- ext/boost/shared_ptr.hpp
|
505
|
-
- ext/boost/token_iterator.hpp
|
506
|
-
- ext/boost/ref.hpp
|
507
|
-
- ext/boost/noncopyable.hpp
|
508
|
-
- ext/boost/type.hpp
|
509
|
-
- ext/boost/is_placeholder.hpp
|
510
|
-
- ext/boost/non_type.hpp
|
511
|
-
- ext/boost/concept_check.hpp
|
512
548
|
- ext/boost/implicit_cast.hpp
|
513
|
-
- ext/boost/
|
514
|
-
- ext/boost/
|
515
|
-
- ext/boost/
|
549
|
+
- ext/boost/integer_traits.hpp
|
550
|
+
- ext/boost/io_fwd.hpp
|
551
|
+
- ext/boost/is_placeholder.hpp
|
516
552
|
- ext/boost/iterator.hpp
|
517
|
-
- ext/boost/function.hpp
|
518
553
|
- ext/boost/lexical_cast.hpp
|
554
|
+
- ext/boost/limits.hpp
|
555
|
+
- ext/boost/mem_fn.hpp
|
556
|
+
- ext/boost/next_prior.hpp
|
557
|
+
- ext/boost/non_type.hpp
|
558
|
+
- ext/boost/noncopyable.hpp
|
559
|
+
- ext/boost/none.hpp
|
560
|
+
- ext/boost/none_t.hpp
|
561
|
+
- ext/boost/operators.hpp
|
562
|
+
- ext/boost/optional.hpp
|
563
|
+
- ext/boost/ref.hpp
|
564
|
+
- ext/boost/shared_ptr.hpp
|
565
|
+
- ext/boost/static_assert.hpp
|
519
566
|
- ext/boost/thread.hpp
|
520
|
-
- ext/boost/
|
521
|
-
- ext/boost/weak_ptr.hpp
|
522
|
-
- ext/boost/io_fwd.hpp
|
567
|
+
- ext/boost/throw_exception.hpp
|
523
568
|
- ext/boost/token_functions.hpp
|
524
|
-
- ext/boost/
|
525
|
-
- ext/boost/
|
569
|
+
- ext/boost/token_iterator.hpp
|
570
|
+
- ext/boost/tokenizer.hpp
|
571
|
+
- ext/boost/type.hpp
|
572
|
+
- ext/boost/utility.hpp
|
526
573
|
- ext/boost/visit_each.hpp
|
527
|
-
- ext/boost/
|
574
|
+
- ext/boost/weak_ptr.hpp
|
528
575
|
- ext/boost/LICENSE.TXT
|
529
|
-
- ext/boost/
|
530
|
-
- ext/boost/
|
531
|
-
- ext/boost/
|
532
|
-
- ext/boost/
|
533
|
-
- ext/boost/
|
534
|
-
- ext/boost/
|
535
|
-
- ext/boost/
|
536
|
-
- ext/boost/
|
537
|
-
- ext/boost/
|
538
|
-
- ext/boost/
|
539
|
-
- ext/boost/
|
540
|
-
- ext/boost/
|
541
|
-
- ext/boost/
|
576
|
+
- ext/boost/VERSION.TXT
|
577
|
+
- ext/boost/algorithm/string/case_conv.hpp
|
578
|
+
- ext/boost/algorithm/string/compare.hpp
|
579
|
+
- ext/boost/algorithm/string/concept.hpp
|
580
|
+
- ext/boost/algorithm/string/config.hpp
|
581
|
+
- ext/boost/algorithm/string/constants.hpp
|
582
|
+
- ext/boost/algorithm/string/detail/case_conv.hpp
|
583
|
+
- ext/boost/algorithm/string/detail/find_format.hpp
|
584
|
+
- ext/boost/algorithm/string/detail/find_format_all.hpp
|
585
|
+
- ext/boost/algorithm/string/detail/find_format_store.hpp
|
586
|
+
- ext/boost/algorithm/string/detail/finder.hpp
|
587
|
+
- ext/boost/algorithm/string/detail/formatter.hpp
|
588
|
+
- ext/boost/algorithm/string/detail/replace_storage.hpp
|
589
|
+
- ext/boost/algorithm/string/detail/sequence.hpp
|
590
|
+
- ext/boost/algorithm/string/detail/util.hpp
|
591
|
+
- ext/boost/algorithm/string/erase.hpp
|
592
|
+
- ext/boost/algorithm/string/find_format.hpp
|
593
|
+
- ext/boost/algorithm/string/finder.hpp
|
594
|
+
- ext/boost/algorithm/string/formatter.hpp
|
595
|
+
- ext/boost/algorithm/string/replace.hpp
|
596
|
+
- ext/boost/algorithm/string/sequence_traits.hpp
|
597
|
+
- ext/boost/algorithm/string/yes_no_type.hpp
|
598
|
+
- ext/boost/bind/arg.hpp
|
599
|
+
- ext/boost/bind/bind_cc.hpp
|
600
|
+
- ext/boost/bind/bind_mf_cc.hpp
|
601
|
+
- ext/boost/bind/bind_template.hpp
|
602
|
+
- ext/boost/bind/mem_fn_cc.hpp
|
603
|
+
- ext/boost/bind/mem_fn_template.hpp
|
604
|
+
- ext/boost/bind/placeholders.hpp
|
605
|
+
- ext/boost/bind/storage.hpp
|
542
606
|
- ext/boost/concept/assert.hpp
|
543
|
-
- ext/boost/concept/detail/general.hpp
|
544
|
-
- ext/boost/concept/detail/concept_undef.hpp
|
545
607
|
- ext/boost/concept/detail/concept_def.hpp
|
608
|
+
- ext/boost/concept/detail/concept_undef.hpp
|
609
|
+
- ext/boost/concept/detail/general.hpp
|
546
610
|
- ext/boost/concept/detail/has_constraints.hpp
|
547
|
-
- ext/boost/
|
548
|
-
- ext/boost/
|
549
|
-
- ext/boost/
|
550
|
-
- ext/boost/
|
551
|
-
- ext/boost/
|
552
|
-
- ext/boost/
|
553
|
-
- ext/boost/type_traits/is_pointer.hpp
|
554
|
-
- ext/boost/type_traits/is_integral.hpp
|
555
|
-
- ext/boost/type_traits/is_scalar.hpp
|
556
|
-
- ext/boost/type_traits/is_class.hpp
|
557
|
-
- ext/boost/type_traits/type_with_alignment.hpp
|
558
|
-
- ext/boost/type_traits/is_volatile.hpp
|
559
|
-
- ext/boost/type_traits/add_reference.hpp
|
560
|
-
- ext/boost/type_traits/is_arithmetic.hpp
|
561
|
-
- ext/boost/type_traits/is_void.hpp
|
562
|
-
- ext/boost/type_traits/remove_reference.hpp
|
563
|
-
- ext/boost/type_traits/is_same.hpp
|
564
|
-
- ext/boost/type_traits/function_traits.hpp
|
565
|
-
- ext/boost/type_traits/is_const.hpp
|
566
|
-
- ext/boost/type_traits/is_convertible.hpp
|
567
|
-
- ext/boost/type_traits/remove_cv.hpp
|
568
|
-
- ext/boost/type_traits/is_abstract.hpp
|
569
|
-
- ext/boost/type_traits/integral_constant.hpp
|
570
|
-
- ext/boost/type_traits/is_union.hpp
|
571
|
-
- ext/boost/type_traits/detail/ice_and.hpp
|
572
|
-
- ext/boost/type_traits/detail/bool_trait_def.hpp
|
573
|
-
- ext/boost/type_traits/detail/ice_or.hpp
|
574
|
-
- ext/boost/type_traits/detail/yes_no_type.hpp
|
575
|
-
- ext/boost/type_traits/detail/size_t_trait_undef.hpp
|
576
|
-
- ext/boost/type_traits/detail/template_arity_spec.hpp
|
577
|
-
- ext/boost/type_traits/detail/cv_traits_impl.hpp
|
578
|
-
- ext/boost/type_traits/detail/is_function_ptr_helper.hpp
|
579
|
-
- ext/boost/type_traits/detail/false_result.hpp
|
580
|
-
- ext/boost/type_traits/detail/ice_eq.hpp
|
581
|
-
- ext/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
|
582
|
-
- ext/boost/type_traits/detail/type_trait_def.hpp
|
583
|
-
- ext/boost/type_traits/detail/bool_trait_undef.hpp
|
584
|
-
- ext/boost/type_traits/detail/type_trait_undef.hpp
|
585
|
-
- ext/boost/type_traits/detail/size_t_trait_def.hpp
|
586
|
-
- ext/boost/type_traits/detail/ice_not.hpp
|
587
|
-
- ext/boost/type_traits/is_enum.hpp
|
588
|
-
- ext/boost/type_traits/is_float.hpp
|
589
|
-
- ext/boost/type_traits/is_function.hpp
|
590
|
-
- ext/boost/type_traits/is_reference.hpp
|
591
|
-
- ext/boost/type_traits/has_trivial_copy.hpp
|
592
|
-
- ext/boost/type_traits/add_const.hpp
|
593
|
-
- ext/boost/type_traits/add_pointer.hpp
|
594
|
-
- ext/boost/type_traits/composite_traits.hpp
|
595
|
-
- ext/boost/type_traits/config.hpp
|
596
|
-
- ext/boost/type_traits/alignment_of.hpp
|
597
|
-
- ext/boost/type_traits/remove_pointer.hpp
|
598
|
-
- ext/boost/type_traits/remove_const.hpp
|
599
|
-
- ext/boost/type_traits/conversion_traits.hpp
|
600
|
-
- ext/boost/type_traits/intrinsics.hpp
|
601
|
-
- ext/boost/type_traits/ice.hpp
|
602
|
-
- ext/boost/preprocessor/array/elem.hpp
|
603
|
-
- ext/boost/preprocessor/array/data.hpp
|
604
|
-
- ext/boost/preprocessor/array/size.hpp
|
605
|
-
- ext/boost/preprocessor/cat.hpp
|
606
|
-
- ext/boost/preprocessor/arithmetic/sub.hpp
|
607
|
-
- ext/boost/preprocessor/arithmetic/dec.hpp
|
608
|
-
- ext/boost/preprocessor/arithmetic/add.hpp
|
609
|
-
- ext/boost/preprocessor/arithmetic/inc.hpp
|
610
|
-
- ext/boost/preprocessor/identity.hpp
|
611
|
-
- ext/boost/preprocessor/iteration/detail/bounds/upper1.hpp
|
612
|
-
- ext/boost/preprocessor/iteration/detail/bounds/lower1.hpp
|
613
|
-
- ext/boost/preprocessor/iteration/detail/iter/forward1.hpp
|
614
|
-
- ext/boost/preprocessor/iteration/iterate.hpp
|
615
|
-
- ext/boost/preprocessor/tuple/elem.hpp
|
616
|
-
- ext/boost/preprocessor/tuple/to_list.hpp
|
617
|
-
- ext/boost/preprocessor/tuple/rem.hpp
|
618
|
-
- ext/boost/preprocessor/tuple/eat.hpp
|
619
|
-
- ext/boost/preprocessor/facilities/identity.hpp
|
620
|
-
- ext/boost/preprocessor/facilities/empty.hpp
|
621
|
-
- ext/boost/preprocessor/enum_params.hpp
|
622
|
-
- ext/boost/preprocessor/config/config.hpp
|
623
|
-
- ext/boost/preprocessor/punctuation/comma.hpp
|
624
|
-
- ext/boost/preprocessor/punctuation/comma_if.hpp
|
625
|
-
- ext/boost/preprocessor/stringize.hpp
|
626
|
-
- ext/boost/preprocessor/detail/auto_rec.hpp
|
627
|
-
- ext/boost/preprocessor/detail/check.hpp
|
628
|
-
- ext/boost/preprocessor/detail/is_binary.hpp
|
629
|
-
- ext/boost/preprocessor/slot/detail/def.hpp
|
630
|
-
- ext/boost/preprocessor/slot/detail/shared.hpp
|
631
|
-
- ext/boost/preprocessor/slot/slot.hpp
|
632
|
-
- ext/boost/preprocessor/debug/error.hpp
|
633
|
-
- ext/boost/preprocessor/logical/bool.hpp
|
634
|
-
- ext/boost/preprocessor/logical/bitand.hpp
|
635
|
-
- ext/boost/preprocessor/logical/compl.hpp
|
636
|
-
- ext/boost/preprocessor/logical/and.hpp
|
637
|
-
- ext/boost/preprocessor/seq/for_each_i.hpp
|
638
|
-
- ext/boost/preprocessor/seq/elem.hpp
|
639
|
-
- ext/boost/preprocessor/seq/seq.hpp
|
640
|
-
- ext/boost/preprocessor/seq/enum.hpp
|
641
|
-
- ext/boost/preprocessor/seq/size.hpp
|
642
|
-
- ext/boost/preprocessor/empty.hpp
|
643
|
-
- ext/boost/preprocessor/list/adt.hpp
|
644
|
-
- ext/boost/preprocessor/list/fold_left.hpp
|
645
|
-
- ext/boost/preprocessor/list/fold_right.hpp
|
646
|
-
- ext/boost/preprocessor/list/append.hpp
|
647
|
-
- ext/boost/preprocessor/list/transform.hpp
|
648
|
-
- ext/boost/preprocessor/list/for_each_i.hpp
|
649
|
-
- ext/boost/preprocessor/list/detail/fold_left.hpp
|
650
|
-
- ext/boost/preprocessor/list/detail/fold_right.hpp
|
651
|
-
- ext/boost/preprocessor/list/reverse.hpp
|
652
|
-
- ext/boost/preprocessor/comma_if.hpp
|
653
|
-
- ext/boost/preprocessor/repeat.hpp
|
654
|
-
- ext/boost/preprocessor/iterate.hpp
|
655
|
-
- ext/boost/preprocessor/enum.hpp
|
656
|
-
- ext/boost/preprocessor/repetition/enum_params.hpp
|
657
|
-
- ext/boost/preprocessor/repetition/repeat_from_to.hpp
|
658
|
-
- ext/boost/preprocessor/repetition/for.hpp
|
659
|
-
- ext/boost/preprocessor/repetition/detail/for.hpp
|
660
|
-
- ext/boost/preprocessor/repetition/repeat.hpp
|
661
|
-
- ext/boost/preprocessor/repetition/enum.hpp
|
662
|
-
- ext/boost/preprocessor/repetition/enum_binary_params.hpp
|
663
|
-
- ext/boost/preprocessor/inc.hpp
|
664
|
-
- ext/boost/preprocessor/control/iif.hpp
|
665
|
-
- ext/boost/preprocessor/control/while.hpp
|
666
|
-
- ext/boost/preprocessor/control/detail/while.hpp
|
667
|
-
- ext/boost/preprocessor/control/if.hpp
|
668
|
-
- ext/boost/preprocessor/control/expr_iif.hpp
|
669
|
-
- ext/boost/thread/xtime.hpp
|
670
|
-
- ext/boost/thread/once.hpp
|
671
|
-
- ext/boost/thread/locks.hpp
|
672
|
-
- ext/boost/thread/thread_time.hpp
|
673
|
-
- ext/boost/thread/recursive_mutex.hpp
|
674
|
-
- ext/boost/thread/detail/platform.hpp
|
675
|
-
- ext/boost/thread/detail/config.hpp
|
676
|
-
- ext/boost/thread/detail/move.hpp
|
677
|
-
- ext/boost/thread/condition.hpp
|
678
|
-
- ext/boost/thread/condition_variable.hpp
|
679
|
-
- ext/boost/thread/pthread/thread_data.hpp
|
680
|
-
- ext/boost/thread/pthread/once.hpp
|
681
|
-
- ext/boost/thread/pthread/recursive_mutex.hpp
|
682
|
-
- ext/boost/thread/pthread/timespec.hpp
|
683
|
-
- ext/boost/thread/pthread/condition_variable_fwd.hpp
|
684
|
-
- ext/boost/thread/pthread/condition_variable.hpp
|
685
|
-
- ext/boost/thread/pthread/thread.hpp
|
686
|
-
- ext/boost/thread/pthread/pthread_mutex_scoped_lock.hpp
|
687
|
-
- ext/boost/thread/pthread/mutex.hpp
|
688
|
-
- ext/boost/thread/pthread/tss.hpp
|
689
|
-
- ext/boost/thread/thread.hpp
|
690
|
-
- ext/boost/thread/exceptions.hpp
|
691
|
-
- ext/boost/thread/mutex.hpp
|
692
|
-
- ext/boost/thread/tss.hpp
|
693
|
-
- ext/boost/config/select_compiler_config.hpp
|
611
|
+
- ext/boost/concept/usage.hpp
|
612
|
+
- ext/boost/config/abi/borland_prefix.hpp
|
613
|
+
- ext/boost/config/abi/borland_suffix.hpp
|
614
|
+
- ext/boost/config/abi/msvc_prefix.hpp
|
615
|
+
- ext/boost/config/abi/msvc_suffix.hpp
|
616
|
+
- ext/boost/config/abi_prefix.hpp
|
694
617
|
- ext/boost/config/abi_suffix.hpp
|
695
|
-
- ext/boost/config/
|
696
|
-
- ext/boost/config/compiler/
|
697
|
-
- ext/boost/config/compiler/metrowerks.hpp
|
698
|
-
- ext/boost/config/compiler/vacpp.hpp
|
618
|
+
- ext/boost/config/auto_link.hpp
|
619
|
+
- ext/boost/config/compiler/borland.hpp
|
699
620
|
- ext/boost/config/compiler/comeau.hpp
|
700
|
-
- ext/boost/config/compiler/
|
701
|
-
- ext/boost/config/compiler/mpw.hpp
|
702
|
-
- ext/boost/config/compiler/visualc.hpp
|
703
|
-
- ext/boost/config/compiler/intel.hpp
|
704
|
-
- ext/boost/config/compiler/gcc_xml.hpp
|
705
|
-
- ext/boost/config/compiler/sgi_mipspro.hpp
|
621
|
+
- ext/boost/config/compiler/common_edg.hpp
|
706
622
|
- ext/boost/config/compiler/compaq_cxx.hpp
|
707
|
-
- ext/boost/config/compiler/pgi.hpp
|
708
623
|
- ext/boost/config/compiler/digitalmars.hpp
|
709
|
-
- ext/boost/config/compiler/
|
710
|
-
- ext/boost/config/compiler/
|
711
|
-
- ext/boost/config/compiler/
|
624
|
+
- ext/boost/config/compiler/gcc.hpp
|
625
|
+
- ext/boost/config/compiler/gcc_xml.hpp
|
626
|
+
- ext/boost/config/compiler/greenhills.hpp
|
712
627
|
- ext/boost/config/compiler/hp_acc.hpp
|
713
|
-
- ext/boost/config/
|
714
|
-
- ext/boost/config/
|
715
|
-
- ext/boost/config/
|
716
|
-
- ext/boost/config/
|
717
|
-
- ext/boost/config/
|
718
|
-
- ext/boost/config/
|
628
|
+
- ext/boost/config/compiler/intel.hpp
|
629
|
+
- ext/boost/config/compiler/kai.hpp
|
630
|
+
- ext/boost/config/compiler/metrowerks.hpp
|
631
|
+
- ext/boost/config/compiler/mpw.hpp
|
632
|
+
- ext/boost/config/compiler/pgi.hpp
|
633
|
+
- ext/boost/config/compiler/sgi_mipspro.hpp
|
634
|
+
- ext/boost/config/compiler/sunpro_cc.hpp
|
635
|
+
- ext/boost/config/compiler/vacpp.hpp
|
636
|
+
- ext/boost/config/compiler/visualc.hpp
|
637
|
+
- ext/boost/config/no_tr1/complex.hpp
|
638
|
+
- ext/boost/config/no_tr1/functional.hpp
|
639
|
+
- ext/boost/config/no_tr1/memory.hpp
|
640
|
+
- ext/boost/config/no_tr1/utility.hpp
|
641
|
+
- ext/boost/config/platform/aix.hpp
|
642
|
+
- ext/boost/config/platform/amigaos.hpp
|
719
643
|
- ext/boost/config/platform/beos.hpp
|
720
644
|
- ext/boost/config/platform/bsd.hpp
|
721
|
-
- ext/boost/config/platform/
|
645
|
+
- ext/boost/config/platform/cygwin.hpp
|
646
|
+
- ext/boost/config/platform/hpux.hpp
|
722
647
|
- ext/boost/config/platform/irix.hpp
|
723
648
|
- ext/boost/config/platform/linux.hpp
|
724
|
-
- ext/boost/config/platform/win32.hpp
|
725
|
-
- ext/boost/config/platform/solaris.hpp
|
726
649
|
- ext/boost/config/platform/macos.hpp
|
727
|
-
- ext/boost/config/platform/
|
728
|
-
- ext/boost/config/platform/
|
729
|
-
- ext/boost/config/
|
730
|
-
- ext/boost/config/
|
731
|
-
- ext/boost/config/no_tr1/utility.hpp
|
732
|
-
- ext/boost/config/no_tr1/functional.hpp
|
733
|
-
- ext/boost/config/auto_link.hpp
|
650
|
+
- ext/boost/config/platform/qnxnto.hpp
|
651
|
+
- ext/boost/config/platform/solaris.hpp
|
652
|
+
- ext/boost/config/platform/win32.hpp
|
653
|
+
- ext/boost/config/posix_features.hpp
|
734
654
|
- ext/boost/config/requires_threads.hpp
|
655
|
+
- ext/boost/config/select_compiler_config.hpp
|
656
|
+
- ext/boost/config/select_platform_config.hpp
|
657
|
+
- ext/boost/config/select_stdlib_config.hpp
|
735
658
|
- ext/boost/config/stdlib/dinkumware.hpp
|
736
|
-
- ext/boost/config/stdlib/stlport.hpp
|
737
|
-
- ext/boost/config/stdlib/sgi.hpp
|
738
|
-
- ext/boost/config/stdlib/vacpp.hpp
|
739
|
-
- ext/boost/config/stdlib/roguewave.hpp
|
740
659
|
- ext/boost/config/stdlib/libcomo.hpp
|
741
|
-
- ext/boost/config/stdlib/msl.hpp
|
742
660
|
- ext/boost/config/stdlib/libstdcpp3.hpp
|
743
661
|
- ext/boost/config/stdlib/modena.hpp
|
662
|
+
- ext/boost/config/stdlib/msl.hpp
|
663
|
+
- ext/boost/config/stdlib/roguewave.hpp
|
664
|
+
- ext/boost/config/stdlib/sgi.hpp
|
665
|
+
- ext/boost/config/stdlib/stlport.hpp
|
666
|
+
- ext/boost/config/stdlib/vacpp.hpp
|
744
667
|
- ext/boost/config/suffix.hpp
|
745
668
|
- ext/boost/config/user.hpp
|
746
|
-
- ext/boost/
|
747
|
-
- ext/boost/
|
748
|
-
- ext/boost/
|
749
|
-
- ext/boost/
|
750
|
-
- ext/boost/
|
751
|
-
- ext/boost/algorithm/string/constants.hpp
|
752
|
-
- ext/boost/algorithm/string/yes_no_type.hpp
|
753
|
-
- ext/boost/algorithm/string/find_format.hpp
|
754
|
-
- ext/boost/algorithm/string/replace.hpp
|
755
|
-
- ext/boost/algorithm/string/detail/finder.hpp
|
756
|
-
- ext/boost/algorithm/string/detail/find_format_store.hpp
|
757
|
-
- ext/boost/algorithm/string/detail/find_format_all.hpp
|
758
|
-
- ext/boost/algorithm/string/detail/util.hpp
|
759
|
-
- ext/boost/algorithm/string/detail/find_format.hpp
|
760
|
-
- ext/boost/algorithm/string/detail/case_conv.hpp
|
761
|
-
- ext/boost/algorithm/string/detail/replace_storage.hpp
|
762
|
-
- ext/boost/algorithm/string/detail/sequence.hpp
|
763
|
-
- ext/boost/algorithm/string/detail/formatter.hpp
|
764
|
-
- ext/boost/algorithm/string/case_conv.hpp
|
765
|
-
- ext/boost/algorithm/string/erase.hpp
|
766
|
-
- ext/boost/algorithm/string/compare.hpp
|
767
|
-
- ext/boost/algorithm/string/config.hpp
|
768
|
-
- ext/boost/algorithm/string/concept.hpp
|
769
|
-
- ext/boost/algorithm/string/formatter.hpp
|
770
|
-
- ext/boost/algorithm/string/sequence_traits.hpp
|
771
|
-
- ext/boost/mpl/apply_fwd.hpp
|
772
|
-
- ext/boost/mpl/next_prior.hpp
|
773
|
-
- ext/boost/mpl/void.hpp
|
774
|
-
- ext/boost/mpl/integral_c_tag.hpp
|
775
|
-
- ext/boost/mpl/not.hpp
|
776
|
-
- ext/boost/mpl/identity.hpp
|
777
|
-
- ext/boost/mpl/int.hpp
|
778
|
-
- ext/boost/mpl/logical.hpp
|
779
|
-
- ext/boost/mpl/assert.hpp
|
780
|
-
- ext/boost/mpl/apply_wrap.hpp
|
781
|
-
- ext/boost/mpl/bind.hpp
|
782
|
-
- ext/boost/mpl/void_fwd.hpp
|
783
|
-
- ext/boost/mpl/has_xxx.hpp
|
784
|
-
- ext/boost/mpl/size_t.hpp
|
785
|
-
- ext/boost/mpl/int_fwd.hpp
|
786
|
-
- ext/boost/mpl/or.hpp
|
787
|
-
- ext/boost/mpl/bool_fwd.hpp
|
788
|
-
- ext/boost/mpl/arg_fwd.hpp
|
789
|
-
- ext/boost/mpl/quote.hpp
|
790
|
-
- ext/boost/mpl/protect.hpp
|
791
|
-
- ext/boost/mpl/arg.hpp
|
792
|
-
- ext/boost/mpl/bool.hpp
|
793
|
-
- ext/boost/mpl/apply.hpp
|
794
|
-
- ext/boost/mpl/lambda_fwd.hpp
|
795
|
-
- ext/boost/mpl/limits/arity.hpp
|
796
|
-
- ext/boost/mpl/bind_fwd.hpp
|
797
|
-
- ext/boost/mpl/next.hpp
|
798
|
-
- ext/boost/mpl/if.hpp
|
799
|
-
- ext/boost/mpl/eval_if.hpp
|
800
|
-
- ext/boost/mpl/aux_/na_assert.hpp
|
801
|
-
- ext/boost/mpl/aux_/type_wrapper.hpp
|
802
|
-
- ext/boost/mpl/aux_/yes_no.hpp
|
803
|
-
- ext/boost/mpl/aux_/integral_wrapper.hpp
|
804
|
-
- ext/boost/mpl/aux_/include_preprocessed.hpp
|
805
|
-
- ext/boost/mpl/aux_/full_lambda.hpp
|
806
|
-
- ext/boost/mpl/aux_/preprocessor/def_params_tail.hpp
|
807
|
-
- ext/boost/mpl/aux_/preprocessor/sub.hpp
|
808
|
-
- ext/boost/mpl/aux_/preprocessor/filter_params.hpp
|
809
|
-
- ext/boost/mpl/aux_/preprocessor/enum.hpp
|
810
|
-
- ext/boost/mpl/aux_/preprocessor/params.hpp
|
811
|
-
- ext/boost/mpl/aux_/static_cast.hpp
|
812
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp
|
813
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp
|
814
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp
|
815
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/bind.hpp
|
816
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/or.hpp
|
817
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
|
818
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/quote.hpp
|
819
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/arg.hpp
|
820
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/apply.hpp
|
821
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp
|
822
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp
|
823
|
-
- ext/boost/mpl/aux_/preprocessed/gcc/and.hpp
|
824
|
-
- ext/boost/mpl/aux_/value_wknd.hpp
|
825
|
-
- ext/boost/mpl/aux_/config/gcc.hpp
|
826
|
-
- ext/boost/mpl/aux_/config/adl.hpp
|
827
|
-
- ext/boost/mpl/aux_/config/overload_resolution.hpp
|
828
|
-
- ext/boost/mpl/aux_/config/workaround.hpp
|
829
|
-
- ext/boost/mpl/aux_/config/bind.hpp
|
830
|
-
- ext/boost/mpl/aux_/config/has_xxx.hpp
|
831
|
-
- ext/boost/mpl/aux_/config/preprocessor.hpp
|
832
|
-
- ext/boost/mpl/aux_/config/pp_counter.hpp
|
833
|
-
- ext/boost/mpl/aux_/config/nttp.hpp
|
834
|
-
- ext/boost/mpl/aux_/config/dtp.hpp
|
835
|
-
- ext/boost/mpl/aux_/config/integral.hpp
|
836
|
-
- ext/boost/mpl/aux_/config/ctps.hpp
|
837
|
-
- ext/boost/mpl/aux_/config/intel.hpp
|
838
|
-
- ext/boost/mpl/aux_/config/static_constant.hpp
|
839
|
-
- ext/boost/mpl/aux_/config/arrays.hpp
|
840
|
-
- ext/boost/mpl/aux_/config/msvc_typename.hpp
|
841
|
-
- ext/boost/mpl/aux_/config/eti.hpp
|
842
|
-
- ext/boost/mpl/aux_/config/use_preprocessed.hpp
|
843
|
-
- ext/boost/mpl/aux_/config/has_apply.hpp
|
844
|
-
- ext/boost/mpl/aux_/config/msvc.hpp
|
845
|
-
- ext/boost/mpl/aux_/config/lambda.hpp
|
846
|
-
- ext/boost/mpl/aux_/config/ttp.hpp
|
847
|
-
- ext/boost/mpl/aux_/config/compiler.hpp
|
848
|
-
- ext/boost/mpl/aux_/na_fwd.hpp
|
849
|
-
- ext/boost/mpl/aux_/arity_spec.hpp
|
850
|
-
- ext/boost/mpl/aux_/arg_typedef.hpp
|
851
|
-
- ext/boost/mpl/aux_/template_arity_fwd.hpp
|
852
|
-
- ext/boost/mpl/aux_/na_spec.hpp
|
853
|
-
- ext/boost/mpl/aux_/adl_barrier.hpp
|
854
|
-
- ext/boost/mpl/aux_/lambda_support.hpp
|
855
|
-
- ext/boost/mpl/aux_/template_arity.hpp
|
856
|
-
- ext/boost/mpl/aux_/arity.hpp
|
857
|
-
- ext/boost/mpl/aux_/nested_type_wknd.hpp
|
858
|
-
- ext/boost/mpl/aux_/lambda_arity_param.hpp
|
859
|
-
- ext/boost/mpl/aux_/has_type.hpp
|
860
|
-
- ext/boost/mpl/aux_/msvc_never_true.hpp
|
861
|
-
- ext/boost/mpl/aux_/nttp_decl.hpp
|
862
|
-
- ext/boost/mpl/aux_/has_apply.hpp
|
863
|
-
- ext/boost/mpl/aux_/na.hpp
|
864
|
-
- ext/boost/mpl/aux_/common_name_wknd.hpp
|
865
|
-
- ext/boost/mpl/always.hpp
|
866
|
-
- ext/boost/mpl/placeholders.hpp
|
867
|
-
- ext/boost/mpl/integral_c.hpp
|
868
|
-
- ext/boost/mpl/and.hpp
|
869
|
-
- ext/boost/mpl/lambda.hpp
|
870
|
-
- ext/boost/mpl/integral_c_fwd.hpp
|
871
|
-
- ext/boost/mpl/size_t_fwd.hpp
|
872
|
-
- ext/boost/detail/sp_counted_base_cw_ppc.hpp
|
873
|
-
- ext/boost/detail/sp_counted_base_gcc_sparc.hpp
|
874
|
-
- ext/boost/detail/sp_counted_base.hpp
|
875
|
-
- ext/boost/detail/sp_counted_base_w32.hpp
|
876
|
-
- ext/boost/detail/sp_counted_base_nt.hpp
|
877
|
-
- ext/boost/detail/bad_weak_ptr.hpp
|
878
|
-
- ext/boost/detail/call_traits.hpp
|
879
|
-
- ext/boost/detail/sp_typeinfo.hpp
|
880
|
-
- ext/boost/detail/sp_counted_base_sync.hpp
|
881
|
-
- ext/boost/detail/atomic_count_gcc_x86.hpp
|
882
|
-
- ext/boost/detail/workaround.hpp
|
883
|
-
- ext/boost/detail/atomic_count_pthreads.hpp
|
884
|
-
- ext/boost/detail/indirect_traits.hpp
|
885
|
-
- ext/boost/detail/sp_counted_base_pt.hpp
|
886
|
-
- ext/boost/detail/sp_counted_base_gcc_ia64.hpp
|
887
|
-
- ext/boost/detail/sp_counted_base_acc_ia64.hpp
|
888
|
-
- ext/boost/detail/endian.hpp
|
889
|
-
- ext/boost/detail/sp_counted_base_cw_x86.hpp
|
890
|
-
- ext/boost/detail/atomic_count.hpp
|
891
|
-
- ext/boost/detail/sp_counted_base_gcc_x86.hpp
|
892
|
-
- ext/boost/detail/atomic_count_solaris.hpp
|
893
|
-
- ext/boost/detail/limits.hpp
|
894
|
-
- ext/boost/detail/sp_counted_impl.hpp
|
895
|
-
- ext/boost/detail/atomic_count_gcc.hpp
|
896
|
-
- ext/boost/detail/atomic_count_win32.hpp
|
897
|
-
- ext/boost/detail/iterator.hpp
|
898
|
-
- ext/boost/detail/atomic_count_sync.hpp
|
899
|
-
- ext/boost/detail/lcast_precision.hpp
|
900
|
-
- ext/boost/detail/sp_counted_base_solaris.hpp
|
901
|
-
- ext/boost/detail/sp_counted_base_gcc_ppc.hpp
|
902
|
-
- ext/boost/detail/reference_content.hpp
|
903
|
-
- ext/boost/detail/shared_count.hpp
|
904
|
-
- ext/boost/date_time/strings_from_facet.hpp
|
905
|
-
- ext/boost/date_time/format_date_parser.hpp
|
906
|
-
- ext/boost/date_time/period_parser.hpp
|
907
|
-
- ext/boost/date_time/dst_rules.hpp
|
908
|
-
- ext/boost/date_time/time_resolution_traits.hpp
|
909
|
-
- ext/boost/date_time/date_generator_parser.hpp
|
910
|
-
- ext/boost/date_time/locale_config.hpp
|
911
|
-
- ext/boost/date_time/string_parse_tree.hpp
|
669
|
+
- ext/boost/date_time/adjust_functors.hpp
|
670
|
+
- ext/boost/date_time/c_time.hpp
|
671
|
+
- ext/boost/date_time/compiler_config.hpp
|
672
|
+
- ext/boost/date_time/constrained_value.hpp
|
673
|
+
- ext/boost/date_time/date.hpp
|
912
674
|
- ext/boost/date_time/date_clock_device.hpp
|
675
|
+
- ext/boost/date_time/date_defs.hpp
|
676
|
+
- ext/boost/date_time/date_duration.hpp
|
677
|
+
- ext/boost/date_time/date_duration_types.hpp
|
678
|
+
- ext/boost/date_time/date_facet.hpp
|
679
|
+
- ext/boost/date_time/date_format_simple.hpp
|
913
680
|
- ext/boost/date_time/date_formatting.hpp
|
914
|
-
- ext/boost/date_time/
|
915
|
-
- ext/boost/date_time/
|
681
|
+
- ext/boost/date_time/date_formatting_limited.hpp
|
682
|
+
- ext/boost/date_time/date_formatting_locales.hpp
|
916
683
|
- ext/boost/date_time/date_generator_formatter.hpp
|
917
|
-
- ext/boost/date_time/
|
918
|
-
- ext/boost/date_time/
|
919
|
-
- ext/boost/date_time/
|
920
|
-
- ext/boost/date_time/
|
921
|
-
- ext/boost/date_time/
|
684
|
+
- ext/boost/date_time/date_generator_parser.hpp
|
685
|
+
- ext/boost/date_time/date_generators.hpp
|
686
|
+
- ext/boost/date_time/date_iterator.hpp
|
687
|
+
- ext/boost/date_time/date_names_put.hpp
|
688
|
+
- ext/boost/date_time/date_parsing.hpp
|
689
|
+
- ext/boost/date_time/dst_rules.hpp
|
690
|
+
- ext/boost/date_time/filetime_functions.hpp
|
691
|
+
- ext/boost/date_time/format_date_parser.hpp
|
692
|
+
- ext/boost/date_time/gregorian/conversion.hpp
|
693
|
+
- ext/boost/date_time/gregorian/formatters.hpp
|
694
|
+
- ext/boost/date_time/gregorian/formatters_limited.hpp
|
695
|
+
- ext/boost/date_time/gregorian/greg_calendar.hpp
|
922
696
|
- ext/boost/date_time/gregorian/greg_date.hpp
|
923
|
-
- ext/boost/date_time/gregorian/
|
697
|
+
- ext/boost/date_time/gregorian/greg_day.hpp
|
924
698
|
- ext/boost/date_time/gregorian/greg_day_of_year.hpp
|
699
|
+
- ext/boost/date_time/gregorian/greg_duration.hpp
|
700
|
+
- ext/boost/date_time/gregorian/greg_duration_types.hpp
|
701
|
+
- ext/boost/date_time/gregorian/greg_month.hpp
|
925
702
|
- ext/boost/date_time/gregorian/greg_weekday.hpp
|
926
|
-
- ext/boost/date_time/gregorian/greg_calendar.hpp
|
927
703
|
- ext/boost/date_time/gregorian/greg_year.hpp
|
928
|
-
- ext/boost/date_time/gregorian/conversion.hpp
|
929
704
|
- ext/boost/date_time/gregorian/greg_ymd.hpp
|
930
705
|
- ext/boost/date_time/gregorian/gregorian.hpp
|
931
|
-
- ext/boost/date_time/gregorian/greg_month.hpp
|
932
|
-
- ext/boost/date_time/gregorian/parsers.hpp
|
933
|
-
- ext/boost/date_time/gregorian/formatters.hpp
|
934
|
-
- ext/boost/date_time/gregorian/greg_duration_types.hpp
|
935
706
|
- ext/boost/date_time/gregorian/gregorian_io.hpp
|
936
|
-
- ext/boost/date_time/gregorian/formatters_limited.hpp
|
937
707
|
- ext/boost/date_time/gregorian/gregorian_types.hpp
|
938
|
-
- ext/boost/date_time/
|
939
|
-
- ext/boost/date_time/
|
940
|
-
- ext/boost/date_time/
|
941
|
-
- ext/boost/date_time/
|
708
|
+
- ext/boost/date_time/gregorian/parsers.hpp
|
709
|
+
- ext/boost/date_time/gregorian_calendar.hpp
|
710
|
+
- ext/boost/date_time/int_adapter.hpp
|
711
|
+
- ext/boost/date_time/iso_format.hpp
|
712
|
+
- ext/boost/date_time/locale_config.hpp
|
942
713
|
- ext/boost/date_time/microsec_time_clock.hpp
|
943
|
-
- ext/boost/date_time/date_facet.hpp
|
944
714
|
- ext/boost/date_time/parse_format_base.hpp
|
945
|
-
- ext/boost/date_time/
|
946
|
-
- ext/boost/date_time/
|
947
|
-
- ext/boost/date_time/
|
948
|
-
- ext/boost/date_time/posix_time/posix_time_system.hpp
|
949
|
-
- ext/boost/date_time/posix_time/posix_time_config.hpp
|
950
|
-
- ext/boost/date_time/posix_time/time_parsers.hpp
|
951
|
-
- ext/boost/date_time/posix_time/time_formatters.hpp
|
715
|
+
- ext/boost/date_time/period.hpp
|
716
|
+
- ext/boost/date_time/period_formatter.hpp
|
717
|
+
- ext/boost/date_time/period_parser.hpp
|
952
718
|
- ext/boost/date_time/posix_time/conversion.hpp
|
953
719
|
- ext/boost/date_time/posix_time/date_duration_operators.hpp
|
954
720
|
- ext/boost/date_time/posix_time/posix_time.hpp
|
721
|
+
- ext/boost/date_time/posix_time/posix_time_config.hpp
|
955
722
|
- ext/boost/date_time/posix_time/posix_time_duration.hpp
|
723
|
+
- ext/boost/date_time/posix_time/posix_time_io.hpp
|
724
|
+
- ext/boost/date_time/posix_time/posix_time_system.hpp
|
956
725
|
- ext/boost/date_time/posix_time/posix_time_types.hpp
|
957
726
|
- ext/boost/date_time/posix_time/ptime.hpp
|
958
|
-
- ext/boost/date_time/posix_time/
|
727
|
+
- ext/boost/date_time/posix_time/time_formatters.hpp
|
728
|
+
- ext/boost/date_time/posix_time/time_parsers.hpp
|
959
729
|
- ext/boost/date_time/posix_time/time_period.hpp
|
960
|
-
- ext/boost/date_time/
|
961
|
-
- ext/boost/date_time/date_defs.hpp
|
962
|
-
- ext/boost/date_time/time_system_counted.hpp
|
963
|
-
- ext/boost/date_time/time_facet.hpp
|
964
|
-
- ext/boost/date_time/special_values_parser.hpp
|
965
|
-
- ext/boost/date_time/time_parsing.hpp
|
966
|
-
- ext/boost/date_time/filetime_functions.hpp
|
730
|
+
- ext/boost/date_time/special_defs.hpp
|
967
731
|
- ext/boost/date_time/special_values_formatter.hpp
|
968
|
-
- ext/boost/date_time/
|
969
|
-
- ext/boost/date_time/date_generators.hpp
|
970
|
-
- ext/boost/date_time/date_format_simple.hpp
|
971
|
-
- ext/boost/date_time/gregorian_calendar.hpp
|
972
|
-
- ext/boost/date_time/date_parsing.hpp
|
973
|
-
- ext/boost/date_time/date_names_put.hpp
|
974
|
-
- ext/boost/date_time/time_iterator.hpp
|
975
|
-
- ext/boost/date_time/period_formatter.hpp
|
976
|
-
- ext/boost/date_time/date_duration_types.hpp
|
732
|
+
- ext/boost/date_time/special_values_parser.hpp
|
977
733
|
- ext/boost/date_time/string_convert.hpp
|
978
|
-
- ext/boost/date_time/
|
979
|
-
- ext/boost/date_time/
|
980
|
-
- ext/boost/date_time/constrained_value.hpp
|
734
|
+
- ext/boost/date_time/string_parse_tree.hpp
|
735
|
+
- ext/boost/date_time/strings_from_facet.hpp
|
981
736
|
- ext/boost/date_time/time.hpp
|
982
|
-
- ext/boost/date_time/
|
983
|
-
- ext/boost/date_time/
|
984
|
-
- ext/boost/
|
985
|
-
- ext/boost/
|
986
|
-
- ext/boost/
|
987
|
-
- ext/boost/
|
988
|
-
- ext/boost/
|
989
|
-
- ext/boost/
|
990
|
-
- ext/boost/
|
991
|
-
- ext/boost/
|
992
|
-
- ext/boost/
|
993
|
-
- ext/boost/
|
994
|
-
- ext/boost/
|
995
|
-
- ext/boost/
|
996
|
-
- ext/boost/
|
737
|
+
- ext/boost/date_time/time_clock.hpp
|
738
|
+
- ext/boost/date_time/time_defs.hpp
|
739
|
+
- ext/boost/date_time/time_duration.hpp
|
740
|
+
- ext/boost/date_time/time_facet.hpp
|
741
|
+
- ext/boost/date_time/time_formatting_streams.hpp
|
742
|
+
- ext/boost/date_time/time_iterator.hpp
|
743
|
+
- ext/boost/date_time/time_parsing.hpp
|
744
|
+
- ext/boost/date_time/time_resolution_traits.hpp
|
745
|
+
- ext/boost/date_time/time_system_counted.hpp
|
746
|
+
- ext/boost/date_time/time_system_split.hpp
|
747
|
+
- ext/boost/date_time/wrapping_int.hpp
|
748
|
+
- ext/boost/date_time/year_month_day.hpp
|
749
|
+
- ext/boost/detail/atomic_count.hpp
|
750
|
+
- ext/boost/detail/atomic_count_gcc.hpp
|
751
|
+
- ext/boost/detail/atomic_count_gcc_x86.hpp
|
752
|
+
- ext/boost/detail/atomic_count_pthreads.hpp
|
753
|
+
- ext/boost/detail/atomic_count_solaris.hpp
|
754
|
+
- ext/boost/detail/atomic_count_sync.hpp
|
755
|
+
- ext/boost/detail/atomic_count_win32.hpp
|
756
|
+
- ext/boost/detail/bad_weak_ptr.hpp
|
757
|
+
- ext/boost/detail/call_traits.hpp
|
758
|
+
- ext/boost/detail/endian.hpp
|
759
|
+
- ext/boost/detail/indirect_traits.hpp
|
760
|
+
- ext/boost/detail/iterator.hpp
|
761
|
+
- ext/boost/detail/lcast_precision.hpp
|
762
|
+
- ext/boost/detail/limits.hpp
|
763
|
+
- ext/boost/detail/reference_content.hpp
|
764
|
+
- ext/boost/detail/shared_count.hpp
|
765
|
+
- ext/boost/detail/sp_counted_base.hpp
|
766
|
+
- ext/boost/detail/sp_counted_base_acc_ia64.hpp
|
767
|
+
- ext/boost/detail/sp_counted_base_cw_ppc.hpp
|
768
|
+
- ext/boost/detail/sp_counted_base_cw_x86.hpp
|
769
|
+
- ext/boost/detail/sp_counted_base_gcc_ia64.hpp
|
770
|
+
- ext/boost/detail/sp_counted_base_gcc_ppc.hpp
|
771
|
+
- ext/boost/detail/sp_counted_base_gcc_sparc.hpp
|
772
|
+
- ext/boost/detail/sp_counted_base_gcc_x86.hpp
|
773
|
+
- ext/boost/detail/sp_counted_base_nt.hpp
|
774
|
+
- ext/boost/detail/sp_counted_base_pt.hpp
|
775
|
+
- ext/boost/detail/sp_counted_base_solaris.hpp
|
776
|
+
- ext/boost/detail/sp_counted_base_sync.hpp
|
777
|
+
- ext/boost/detail/sp_counted_base_w32.hpp
|
778
|
+
- ext/boost/detail/sp_counted_impl.hpp
|
779
|
+
- ext/boost/detail/sp_typeinfo.hpp
|
780
|
+
- ext/boost/detail/workaround.hpp
|
997
781
|
- ext/boost/function/detail/function_iterate.hpp
|
998
|
-
- ext/boost/function/detail/prologue.hpp
|
999
782
|
- ext/boost/function/detail/maybe_include.hpp
|
783
|
+
- ext/boost/function/detail/prologue.hpp
|
1000
784
|
- ext/boost/function/function_base.hpp
|
1001
785
|
- ext/boost/function/function_template.hpp
|
786
|
+
- ext/boost/io/ios_state.hpp
|
787
|
+
- ext/boost/iterator/detail/config_def.hpp
|
788
|
+
- ext/boost/iterator/detail/config_undef.hpp
|
789
|
+
- ext/boost/iterator/detail/enable_if.hpp
|
790
|
+
- ext/boost/iterator/detail/facade_iterator_category.hpp
|
791
|
+
- ext/boost/iterator/detail/minimum_category.hpp
|
792
|
+
- ext/boost/iterator/interoperable.hpp
|
793
|
+
- ext/boost/iterator/iterator_adaptor.hpp
|
794
|
+
- ext/boost/iterator/iterator_categories.hpp
|
795
|
+
- ext/boost/iterator/iterator_facade.hpp
|
796
|
+
- ext/boost/iterator/iterator_traits.hpp
|
797
|
+
- ext/boost/iterator/reverse_iterator.hpp
|
798
|
+
- ext/boost/iterator/transform_iterator.hpp
|
799
|
+
- ext/boost/mpl/always.hpp
|
800
|
+
- ext/boost/mpl/and.hpp
|
801
|
+
- ext/boost/mpl/apply.hpp
|
802
|
+
- ext/boost/mpl/apply_fwd.hpp
|
803
|
+
- ext/boost/mpl/apply_wrap.hpp
|
804
|
+
- ext/boost/mpl/arg.hpp
|
805
|
+
- ext/boost/mpl/arg_fwd.hpp
|
806
|
+
- ext/boost/mpl/assert.hpp
|
807
|
+
- ext/boost/mpl/aux_/adl_barrier.hpp
|
808
|
+
- ext/boost/mpl/aux_/arg_typedef.hpp
|
809
|
+
- ext/boost/mpl/aux_/arity.hpp
|
810
|
+
- ext/boost/mpl/aux_/arity_spec.hpp
|
811
|
+
- ext/boost/mpl/aux_/common_name_wknd.hpp
|
812
|
+
- ext/boost/mpl/aux_/config/adl.hpp
|
813
|
+
- ext/boost/mpl/aux_/config/arrays.hpp
|
814
|
+
- ext/boost/mpl/aux_/config/bind.hpp
|
815
|
+
- ext/boost/mpl/aux_/config/compiler.hpp
|
816
|
+
- ext/boost/mpl/aux_/config/ctps.hpp
|
817
|
+
- ext/boost/mpl/aux_/config/dtp.hpp
|
818
|
+
- ext/boost/mpl/aux_/config/eti.hpp
|
819
|
+
- ext/boost/mpl/aux_/config/gcc.hpp
|
820
|
+
- ext/boost/mpl/aux_/config/has_apply.hpp
|
821
|
+
- ext/boost/mpl/aux_/config/has_xxx.hpp
|
822
|
+
- ext/boost/mpl/aux_/config/integral.hpp
|
823
|
+
- ext/boost/mpl/aux_/config/intel.hpp
|
824
|
+
- ext/boost/mpl/aux_/config/lambda.hpp
|
825
|
+
- ext/boost/mpl/aux_/config/msvc.hpp
|
826
|
+
- ext/boost/mpl/aux_/config/msvc_typename.hpp
|
827
|
+
- ext/boost/mpl/aux_/config/nttp.hpp
|
828
|
+
- ext/boost/mpl/aux_/config/overload_resolution.hpp
|
829
|
+
- ext/boost/mpl/aux_/config/pp_counter.hpp
|
830
|
+
- ext/boost/mpl/aux_/config/preprocessor.hpp
|
831
|
+
- ext/boost/mpl/aux_/config/static_constant.hpp
|
832
|
+
- ext/boost/mpl/aux_/config/ttp.hpp
|
833
|
+
- ext/boost/mpl/aux_/config/use_preprocessed.hpp
|
834
|
+
- ext/boost/mpl/aux_/config/workaround.hpp
|
835
|
+
- ext/boost/mpl/aux_/full_lambda.hpp
|
836
|
+
- ext/boost/mpl/aux_/has_apply.hpp
|
837
|
+
- ext/boost/mpl/aux_/has_type.hpp
|
838
|
+
- ext/boost/mpl/aux_/include_preprocessed.hpp
|
839
|
+
- ext/boost/mpl/aux_/integral_wrapper.hpp
|
840
|
+
- ext/boost/mpl/aux_/lambda_arity_param.hpp
|
841
|
+
- ext/boost/mpl/aux_/lambda_support.hpp
|
842
|
+
- ext/boost/mpl/aux_/msvc_never_true.hpp
|
843
|
+
- ext/boost/mpl/aux_/na.hpp
|
844
|
+
- ext/boost/mpl/aux_/na_assert.hpp
|
845
|
+
- ext/boost/mpl/aux_/na_fwd.hpp
|
846
|
+
- ext/boost/mpl/aux_/na_spec.hpp
|
847
|
+
- ext/boost/mpl/aux_/nested_type_wknd.hpp
|
848
|
+
- ext/boost/mpl/aux_/nttp_decl.hpp
|
849
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/and.hpp
|
850
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/apply.hpp
|
851
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp
|
852
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp
|
853
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/arg.hpp
|
854
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/bind.hpp
|
855
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp
|
856
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp
|
857
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/or.hpp
|
858
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp
|
859
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/quote.hpp
|
860
|
+
- ext/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp
|
861
|
+
- ext/boost/mpl/aux_/preprocessor/def_params_tail.hpp
|
862
|
+
- ext/boost/mpl/aux_/preprocessor/enum.hpp
|
863
|
+
- ext/boost/mpl/aux_/preprocessor/filter_params.hpp
|
864
|
+
- ext/boost/mpl/aux_/preprocessor/params.hpp
|
865
|
+
- ext/boost/mpl/aux_/preprocessor/sub.hpp
|
866
|
+
- ext/boost/mpl/aux_/static_cast.hpp
|
867
|
+
- ext/boost/mpl/aux_/template_arity.hpp
|
868
|
+
- ext/boost/mpl/aux_/template_arity_fwd.hpp
|
869
|
+
- ext/boost/mpl/aux_/type_wrapper.hpp
|
870
|
+
- ext/boost/mpl/aux_/value_wknd.hpp
|
871
|
+
- ext/boost/mpl/aux_/yes_no.hpp
|
872
|
+
- ext/boost/mpl/bind.hpp
|
873
|
+
- ext/boost/mpl/bind_fwd.hpp
|
874
|
+
- ext/boost/mpl/bool.hpp
|
875
|
+
- ext/boost/mpl/bool_fwd.hpp
|
876
|
+
- ext/boost/mpl/eval_if.hpp
|
877
|
+
- ext/boost/mpl/has_xxx.hpp
|
878
|
+
- ext/boost/mpl/identity.hpp
|
879
|
+
- ext/boost/mpl/if.hpp
|
880
|
+
- ext/boost/mpl/int.hpp
|
881
|
+
- ext/boost/mpl/int_fwd.hpp
|
882
|
+
- ext/boost/mpl/integral_c.hpp
|
883
|
+
- ext/boost/mpl/integral_c_fwd.hpp
|
884
|
+
- ext/boost/mpl/integral_c_tag.hpp
|
885
|
+
- ext/boost/mpl/lambda.hpp
|
886
|
+
- ext/boost/mpl/lambda_fwd.hpp
|
887
|
+
- ext/boost/mpl/limits/arity.hpp
|
888
|
+
- ext/boost/mpl/logical.hpp
|
889
|
+
- ext/boost/mpl/next.hpp
|
890
|
+
- ext/boost/mpl/next_prior.hpp
|
891
|
+
- ext/boost/mpl/not.hpp
|
892
|
+
- ext/boost/mpl/or.hpp
|
893
|
+
- ext/boost/mpl/placeholders.hpp
|
894
|
+
- ext/boost/mpl/protect.hpp
|
895
|
+
- ext/boost/mpl/quote.hpp
|
896
|
+
- ext/boost/mpl/size_t.hpp
|
897
|
+
- ext/boost/mpl/size_t_fwd.hpp
|
898
|
+
- ext/boost/mpl/void.hpp
|
899
|
+
- ext/boost/mpl/void_fwd.hpp
|
900
|
+
- ext/boost/optional/optional.hpp
|
901
|
+
- ext/boost/optional/optional_fwd.hpp
|
902
|
+
- ext/boost/preprocessor/arithmetic/add.hpp
|
903
|
+
- ext/boost/preprocessor/arithmetic/dec.hpp
|
904
|
+
- ext/boost/preprocessor/arithmetic/inc.hpp
|
905
|
+
- ext/boost/preprocessor/arithmetic/sub.hpp
|
906
|
+
- ext/boost/preprocessor/array/data.hpp
|
907
|
+
- ext/boost/preprocessor/array/elem.hpp
|
908
|
+
- ext/boost/preprocessor/array/size.hpp
|
909
|
+
- ext/boost/preprocessor/cat.hpp
|
910
|
+
- ext/boost/preprocessor/comma_if.hpp
|
911
|
+
- ext/boost/preprocessor/config/config.hpp
|
912
|
+
- ext/boost/preprocessor/control/detail/while.hpp
|
913
|
+
- ext/boost/preprocessor/control/expr_iif.hpp
|
914
|
+
- ext/boost/preprocessor/control/if.hpp
|
915
|
+
- ext/boost/preprocessor/control/iif.hpp
|
916
|
+
- ext/boost/preprocessor/control/while.hpp
|
917
|
+
- ext/boost/preprocessor/debug/error.hpp
|
918
|
+
- ext/boost/preprocessor/detail/auto_rec.hpp
|
919
|
+
- ext/boost/preprocessor/detail/check.hpp
|
920
|
+
- ext/boost/preprocessor/detail/is_binary.hpp
|
921
|
+
- ext/boost/preprocessor/empty.hpp
|
922
|
+
- ext/boost/preprocessor/enum.hpp
|
923
|
+
- ext/boost/preprocessor/enum_params.hpp
|
924
|
+
- ext/boost/preprocessor/facilities/empty.hpp
|
925
|
+
- ext/boost/preprocessor/facilities/identity.hpp
|
926
|
+
- ext/boost/preprocessor/identity.hpp
|
927
|
+
- ext/boost/preprocessor/inc.hpp
|
928
|
+
- ext/boost/preprocessor/iterate.hpp
|
929
|
+
- ext/boost/preprocessor/iteration/detail/bounds/lower1.hpp
|
930
|
+
- ext/boost/preprocessor/iteration/detail/bounds/upper1.hpp
|
931
|
+
- ext/boost/preprocessor/iteration/detail/iter/forward1.hpp
|
932
|
+
- ext/boost/preprocessor/iteration/iterate.hpp
|
933
|
+
- ext/boost/preprocessor/list/adt.hpp
|
934
|
+
- ext/boost/preprocessor/list/append.hpp
|
935
|
+
- ext/boost/preprocessor/list/detail/fold_left.hpp
|
936
|
+
- ext/boost/preprocessor/list/detail/fold_right.hpp
|
937
|
+
- ext/boost/preprocessor/list/fold_left.hpp
|
938
|
+
- ext/boost/preprocessor/list/fold_right.hpp
|
939
|
+
- ext/boost/preprocessor/list/for_each_i.hpp
|
940
|
+
- ext/boost/preprocessor/list/reverse.hpp
|
941
|
+
- ext/boost/preprocessor/list/transform.hpp
|
942
|
+
- ext/boost/preprocessor/logical/and.hpp
|
943
|
+
- ext/boost/preprocessor/logical/bitand.hpp
|
944
|
+
- ext/boost/preprocessor/logical/bool.hpp
|
945
|
+
- ext/boost/preprocessor/logical/compl.hpp
|
946
|
+
- ext/boost/preprocessor/punctuation/comma.hpp
|
947
|
+
- ext/boost/preprocessor/punctuation/comma_if.hpp
|
948
|
+
- ext/boost/preprocessor/repeat.hpp
|
949
|
+
- ext/boost/preprocessor/repetition/detail/for.hpp
|
950
|
+
- ext/boost/preprocessor/repetition/enum.hpp
|
951
|
+
- ext/boost/preprocessor/repetition/enum_binary_params.hpp
|
952
|
+
- ext/boost/preprocessor/repetition/enum_params.hpp
|
953
|
+
- ext/boost/preprocessor/repetition/for.hpp
|
954
|
+
- ext/boost/preprocessor/repetition/repeat.hpp
|
955
|
+
- ext/boost/preprocessor/repetition/repeat_from_to.hpp
|
956
|
+
- ext/boost/preprocessor/seq/elem.hpp
|
957
|
+
- ext/boost/preprocessor/seq/enum.hpp
|
958
|
+
- ext/boost/preprocessor/seq/for_each_i.hpp
|
959
|
+
- ext/boost/preprocessor/seq/seq.hpp
|
960
|
+
- ext/boost/preprocessor/seq/size.hpp
|
961
|
+
- ext/boost/preprocessor/slot/detail/def.hpp
|
962
|
+
- ext/boost/preprocessor/slot/detail/shared.hpp
|
963
|
+
- ext/boost/preprocessor/slot/slot.hpp
|
964
|
+
- ext/boost/preprocessor/stringize.hpp
|
965
|
+
- ext/boost/preprocessor/tuple/eat.hpp
|
966
|
+
- ext/boost/preprocessor/tuple/elem.hpp
|
967
|
+
- ext/boost/preprocessor/tuple/rem.hpp
|
968
|
+
- ext/boost/preprocessor/tuple/to_list.hpp
|
1002
969
|
- ext/boost/range/as_literal.hpp
|
1003
|
-
- ext/boost/range/rbegin.hpp
|
1004
|
-
- ext/boost/range/iterator_range.hpp
|
1005
|
-
- ext/boost/range/rend.hpp
|
1006
|
-
- ext/boost/range/size_type.hpp
|
1007
|
-
- ext/boost/range/reverse_iterator.hpp
|
1008
970
|
- ext/boost/range/begin.hpp
|
1009
|
-
- ext/boost/range/
|
1010
|
-
- ext/boost/range/
|
971
|
+
- ext/boost/range/config.hpp
|
972
|
+
- ext/boost/range/const_iterator.hpp
|
1011
973
|
- ext/boost/range/detail/common.hpp
|
1012
|
-
- ext/boost/range/detail/str_types.hpp
|
1013
974
|
- ext/boost/range/detail/implementation_help.hpp
|
975
|
+
- ext/boost/range/detail/sfinae.hpp
|
976
|
+
- ext/boost/range/detail/str_types.hpp
|
977
|
+
- ext/boost/range/difference_type.hpp
|
1014
978
|
- ext/boost/range/distance.hpp
|
1015
|
-
- ext/boost/range/const_iterator.hpp
|
1016
979
|
- ext/boost/range/empty.hpp
|
1017
|
-
- ext/boost/range/
|
1018
|
-
- ext/boost/range/difference_type.hpp
|
1019
|
-
- ext/boost/range/config.hpp
|
980
|
+
- ext/boost/range/end.hpp
|
1020
981
|
- ext/boost/range/functions.hpp
|
982
|
+
- ext/boost/range/iterator.hpp
|
983
|
+
- ext/boost/range/iterator_range.hpp
|
984
|
+
- ext/boost/range/mutable_iterator.hpp
|
985
|
+
- ext/boost/range/rbegin.hpp
|
986
|
+
- ext/boost/range/rend.hpp
|
987
|
+
- ext/boost/range/reverse_iterator.hpp
|
1021
988
|
- ext/boost/range/size.hpp
|
1022
|
-
- ext/boost/range/
|
989
|
+
- ext/boost/range/size_type.hpp
|
1023
990
|
- ext/boost/range/value_type.hpp
|
1024
|
-
- ext/boost/
|
1025
|
-
- ext/boost/
|
1026
|
-
- ext/boost/
|
1027
|
-
- ext/boost/
|
991
|
+
- ext/boost/thread/condition.hpp
|
992
|
+
- ext/boost/thread/condition_variable.hpp
|
993
|
+
- ext/boost/thread/detail/config.hpp
|
994
|
+
- ext/boost/thread/detail/move.hpp
|
995
|
+
- ext/boost/thread/detail/platform.hpp
|
996
|
+
- ext/boost/thread/exceptions.hpp
|
997
|
+
- ext/boost/thread/locks.hpp
|
998
|
+
- ext/boost/thread/mutex.hpp
|
999
|
+
- ext/boost/thread/once.hpp
|
1000
|
+
- ext/boost/thread/pthread/condition_variable.hpp
|
1001
|
+
- ext/boost/thread/pthread/condition_variable_fwd.hpp
|
1002
|
+
- ext/boost/thread/pthread/mutex.hpp
|
1003
|
+
- ext/boost/thread/pthread/once.hpp
|
1004
|
+
- ext/boost/thread/pthread/pthread_mutex_scoped_lock.hpp
|
1005
|
+
- ext/boost/thread/pthread/recursive_mutex.hpp
|
1006
|
+
- ext/boost/thread/pthread/thread.hpp
|
1007
|
+
- ext/boost/thread/pthread/thread_data.hpp
|
1008
|
+
- ext/boost/thread/pthread/timespec.hpp
|
1009
|
+
- ext/boost/thread/pthread/tss.hpp
|
1010
|
+
- ext/boost/thread/recursive_mutex.hpp
|
1011
|
+
- ext/boost/thread/thread.hpp
|
1012
|
+
- ext/boost/thread/thread_time.hpp
|
1013
|
+
- ext/boost/thread/tss.hpp
|
1014
|
+
- ext/boost/thread/xtime.hpp
|
1015
|
+
- ext/boost/type_traits/add_const.hpp
|
1016
|
+
- ext/boost/type_traits/add_pointer.hpp
|
1017
|
+
- ext/boost/type_traits/add_reference.hpp
|
1018
|
+
- ext/boost/type_traits/alignment_of.hpp
|
1019
|
+
- ext/boost/type_traits/broken_compiler_spec.hpp
|
1020
|
+
- ext/boost/type_traits/composite_traits.hpp
|
1021
|
+
- ext/boost/type_traits/config.hpp
|
1022
|
+
- ext/boost/type_traits/conversion_traits.hpp
|
1023
|
+
- ext/boost/type_traits/detail/bool_trait_def.hpp
|
1024
|
+
- ext/boost/type_traits/detail/bool_trait_undef.hpp
|
1025
|
+
- ext/boost/type_traits/detail/cv_traits_impl.hpp
|
1026
|
+
- ext/boost/type_traits/detail/false_result.hpp
|
1027
|
+
- ext/boost/type_traits/detail/ice_and.hpp
|
1028
|
+
- ext/boost/type_traits/detail/ice_eq.hpp
|
1029
|
+
- ext/boost/type_traits/detail/ice_not.hpp
|
1030
|
+
- ext/boost/type_traits/detail/ice_or.hpp
|
1031
|
+
- ext/boost/type_traits/detail/is_function_ptr_helper.hpp
|
1032
|
+
- ext/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
|
1033
|
+
- ext/boost/type_traits/detail/size_t_trait_def.hpp
|
1034
|
+
- ext/boost/type_traits/detail/size_t_trait_undef.hpp
|
1035
|
+
- ext/boost/type_traits/detail/template_arity_spec.hpp
|
1036
|
+
- ext/boost/type_traits/detail/type_trait_def.hpp
|
1037
|
+
- ext/boost/type_traits/detail/type_trait_undef.hpp
|
1038
|
+
- ext/boost/type_traits/detail/yes_no_type.hpp
|
1039
|
+
- ext/boost/type_traits/function_traits.hpp
|
1040
|
+
- ext/boost/type_traits/has_nothrow_copy.hpp
|
1041
|
+
- ext/boost/type_traits/has_trivial_copy.hpp
|
1042
|
+
- ext/boost/type_traits/ice.hpp
|
1043
|
+
- ext/boost/type_traits/integral_constant.hpp
|
1044
|
+
- ext/boost/type_traits/intrinsics.hpp
|
1045
|
+
- ext/boost/type_traits/is_abstract.hpp
|
1046
|
+
- ext/boost/type_traits/is_arithmetic.hpp
|
1047
|
+
- ext/boost/type_traits/is_array.hpp
|
1048
|
+
- ext/boost/type_traits/is_class.hpp
|
1049
|
+
- ext/boost/type_traits/is_const.hpp
|
1050
|
+
- ext/boost/type_traits/is_convertible.hpp
|
1051
|
+
- ext/boost/type_traits/is_enum.hpp
|
1052
|
+
- ext/boost/type_traits/is_float.hpp
|
1053
|
+
- ext/boost/type_traits/is_function.hpp
|
1054
|
+
- ext/boost/type_traits/is_integral.hpp
|
1055
|
+
- ext/boost/type_traits/is_member_function_pointer.hpp
|
1056
|
+
- ext/boost/type_traits/is_member_pointer.hpp
|
1057
|
+
- ext/boost/type_traits/is_pod.hpp
|
1058
|
+
- ext/boost/type_traits/is_pointer.hpp
|
1059
|
+
- ext/boost/type_traits/is_reference.hpp
|
1060
|
+
- ext/boost/type_traits/is_same.hpp
|
1061
|
+
- ext/boost/type_traits/is_scalar.hpp
|
1062
|
+
- ext/boost/type_traits/is_union.hpp
|
1063
|
+
- ext/boost/type_traits/is_void.hpp
|
1064
|
+
- ext/boost/type_traits/is_volatile.hpp
|
1065
|
+
- ext/boost/type_traits/remove_const.hpp
|
1066
|
+
- ext/boost/type_traits/remove_cv.hpp
|
1067
|
+
- ext/boost/type_traits/remove_pointer.hpp
|
1068
|
+
- ext/boost/type_traits/remove_reference.hpp
|
1069
|
+
- ext/boost/type_traits/type_with_alignment.hpp
|
1070
|
+
- ext/boost/utility/addressof.hpp
|
1071
|
+
- ext/boost/utility/base_from_member.hpp
|
1072
|
+
- ext/boost/utility/compare_pointees.hpp
|
1073
|
+
- ext/boost/utility/enable_if.hpp
|
1028
1074
|
- ext/boost/src/pthread/exceptions.cpp
|
1075
|
+
- ext/boost/src/pthread/once.cpp
|
1029
1076
|
- ext/boost/src/pthread/thread.cpp
|
1030
|
-
- ext/boost/src/
|
1031
|
-
- ext/boost/src/win32/tss_dll.cpp
|
1077
|
+
- ext/boost/src/tss_null.cpp
|
1032
1078
|
- ext/boost/src/win32/exceptions.cpp
|
1033
1079
|
- ext/boost/src/win32/thread.cpp
|
1080
|
+
- ext/boost/src/win32/tss_dll.cpp
|
1081
|
+
- ext/boost/src/win32/tss_pe.cpp
|
1034
1082
|
- ext/boost/src/pthread/timeconv.inl
|
1035
1083
|
- ext/boost/src/win32/timeconv.inl
|
1036
1084
|
- ext/boost/date_time/gregorian_calendar.ipp
|
1037
1085
|
- ext/oxt/backtrace.hpp
|
1038
|
-
- ext/oxt/system_calls.hpp
|
1039
|
-
- ext/oxt/tracable_exception.hpp
|
1040
1086
|
- ext/oxt/macros.hpp
|
1041
|
-
- ext/oxt/thread.hpp
|
1042
1087
|
- ext/oxt/spin_lock.hpp
|
1088
|
+
- ext/oxt/system_calls.hpp
|
1089
|
+
- ext/oxt/thread.hpp
|
1090
|
+
- ext/oxt/tracable_exception.hpp
|
1043
1091
|
- ext/oxt/backtrace.cpp
|
1044
|
-
- ext/oxt/tracable_exception.cpp
|
1045
1092
|
- ext/oxt/system_calls.cpp
|
1046
1093
|
- ext/oxt/thread.cpp
|
1094
|
+
- ext/oxt/tracable_exception.cpp
|
1047
1095
|
- ext/oxt/detail/backtrace_disabled.hpp
|
1048
1096
|
- ext/oxt/detail/backtrace_enabled.hpp
|
1049
1097
|
- ext/oxt/detail/spin_lock_gcc_x86.hpp
|
1050
1098
|
- ext/oxt/detail/spin_lock_portable.hpp
|
1051
|
-
- ext/oxt/detail/tracable_exception_enabled.hpp
|
1052
1099
|
- ext/oxt/detail/spin_lock_pthreads.hpp
|
1053
1100
|
- ext/oxt/detail/tracable_exception_disabled.hpp
|
1101
|
+
- ext/oxt/detail/tracable_exception_enabled.hpp
|
1054
1102
|
- ext/phusion_passenger/native_support.c
|
1055
1103
|
- ext/phusion_passenger/extconf.rb
|
1056
|
-
- benchmark/DummyRequestHandler.cpp
|
1057
1104
|
- benchmark/ApplicationPool.cpp
|
1058
|
-
- benchmark/unix_sockets_vs_pipes.rb
|
1059
1105
|
- benchmark/accept_vs_socketpair_vs_named_pipes.rb
|
1106
|
+
- benchmark/dispatcher.rb
|
1060
1107
|
- benchmark/overhead_of_password_checking.rb
|
1061
1108
|
- benchmark/socket_connections_vs_persistent_pipe.rb
|
1062
|
-
- benchmark/
|
1063
|
-
- misc/find_owner_pipe_leaks.rb
|
1109
|
+
- benchmark/unix_sockets_vs_pipes.rb
|
1064
1110
|
- misc/copy_boost_headers.rb
|
1065
|
-
- misc/
|
1111
|
+
- misc/find_owner_pipe_leaks.rb
|
1066
1112
|
- misc/rake
|
1113
|
+
- misc/render_error_pages.rb
|
1114
|
+
- misc/rake/cplusplus.rb
|
1067
1115
|
- misc/rake/extensions.rb
|
1068
1116
|
- misc/rake/gempackagetask.rb
|
1069
1117
|
- misc/rake/packagetask.rb
|
1070
|
-
- misc/rake/cplusplus.rb
|
1071
1118
|
- misc/rake/rdoctask.rb
|
1072
|
-
- vendor/README_FOR_PACKAGERS
|
1073
|
-
- vendor/README
|
1074
1119
|
- vendor/rack-0.9.1
|
1075
1120
|
- vendor/rack-0.9.1/AUTHORS
|
1076
1121
|
- vendor/rack-0.9.1/ChangeLog
|
1077
|
-
- vendor/rack-0.9.1/
|
1122
|
+
- vendor/rack-0.9.1/COPYING
|
1123
|
+
- vendor/rack-0.9.1/KNOWN-ISSUES
|
1078
1124
|
- vendor/rack-0.9.1/lib
|
1079
1125
|
- vendor/rack-0.9.1/lib/rack
|
1080
|
-
- vendor/rack-0.9.1/lib/rack/
|
1081
|
-
- vendor/rack-0.9.1/lib/rack/
|
1082
|
-
- vendor/rack-0.9.1/lib/rack/session/pool.rb
|
1083
|
-
- vendor/rack-0.9.1/lib/rack/session/abstract
|
1084
|
-
- vendor/rack-0.9.1/lib/rack/session/abstract/id.rb
|
1085
|
-
- vendor/rack-0.9.1/lib/rack/session/cookie.rb
|
1086
|
-
- vendor/rack-0.9.1/lib/rack/session/memcache.rb
|
1087
|
-
- vendor/rack-0.9.1/lib/rack/reloader.rb
|
1088
|
-
- vendor/rack-0.9.1/lib/rack/mime.rb
|
1089
|
-
- vendor/rack-0.9.1/lib/rack/commonlogger.rb
|
1126
|
+
- vendor/rack-0.9.1/lib/rack/adapter
|
1127
|
+
- vendor/rack-0.9.1/lib/rack/adapter/camping.rb
|
1090
1128
|
- vendor/rack-0.9.1/lib/rack/auth
|
1091
|
-
- vendor/rack-0.9.1/lib/rack/auth/basic.rb
|
1092
|
-
- vendor/rack-0.9.1/lib/rack/auth/openid.rb
|
1093
1129
|
- vendor/rack-0.9.1/lib/rack/auth/abstract
|
1094
|
-
- vendor/rack-0.9.1/lib/rack/auth/abstract/request.rb
|
1095
1130
|
- vendor/rack-0.9.1/lib/rack/auth/abstract/handler.rb
|
1131
|
+
- vendor/rack-0.9.1/lib/rack/auth/abstract/request.rb
|
1132
|
+
- vendor/rack-0.9.1/lib/rack/auth/basic.rb
|
1096
1133
|
- vendor/rack-0.9.1/lib/rack/auth/digest
|
1097
|
-
- vendor/rack-0.9.1/lib/rack/auth/digest/request.rb
|
1098
1134
|
- vendor/rack-0.9.1/lib/rack/auth/digest/md5.rb
|
1099
1135
|
- vendor/rack-0.9.1/lib/rack/auth/digest/nonce.rb
|
1100
1136
|
- vendor/rack-0.9.1/lib/rack/auth/digest/params.rb
|
1101
|
-
- vendor/rack-0.9.1/lib/rack/
|
1137
|
+
- vendor/rack-0.9.1/lib/rack/auth/digest/request.rb
|
1138
|
+
- vendor/rack-0.9.1/lib/rack/auth/openid.rb
|
1139
|
+
- vendor/rack-0.9.1/lib/rack/builder.rb
|
1140
|
+
- vendor/rack-0.9.1/lib/rack/cascade.rb
|
1141
|
+
- vendor/rack-0.9.1/lib/rack/commonlogger.rb
|
1142
|
+
- vendor/rack-0.9.1/lib/rack/conditionalget.rb
|
1143
|
+
- vendor/rack-0.9.1/lib/rack/content_length.rb
|
1144
|
+
- vendor/rack-0.9.1/lib/rack/deflater.rb
|
1145
|
+
- vendor/rack-0.9.1/lib/rack/directory.rb
|
1146
|
+
- vendor/rack-0.9.1/lib/rack/file.rb
|
1102
1147
|
- vendor/rack-0.9.1/lib/rack/handler
|
1103
1148
|
- vendor/rack-0.9.1/lib/rack/handler/cgi.rb
|
1104
1149
|
- vendor/rack-0.9.1/lib/rack/handler/evented_mongrel.rb
|
1105
|
-
- vendor/rack-0.9.1/lib/rack/handler/scgi.rb
|
1106
1150
|
- vendor/rack-0.9.1/lib/rack/handler/fastcgi.rb
|
1107
|
-
- vendor/rack-0.9.1/lib/rack/handler/
|
1108
|
-
- vendor/rack-0.9.1/lib/rack/handler/swiftiplied_mongrel.rb
|
1151
|
+
- vendor/rack-0.9.1/lib/rack/handler/lsws.rb
|
1109
1152
|
- vendor/rack-0.9.1/lib/rack/handler/mongrel.rb
|
1153
|
+
- vendor/rack-0.9.1/lib/rack/handler/scgi.rb
|
1154
|
+
- vendor/rack-0.9.1/lib/rack/handler/swiftiplied_mongrel.rb
|
1110
1155
|
- vendor/rack-0.9.1/lib/rack/handler/thin.rb
|
1111
|
-
- vendor/rack-0.9.1/lib/rack/handler/
|
1112
|
-
- vendor/rack-0.9.1/lib/rack/
|
1156
|
+
- vendor/rack-0.9.1/lib/rack/handler/webrick.rb
|
1157
|
+
- vendor/rack-0.9.1/lib/rack/handler.rb
|
1158
|
+
- vendor/rack-0.9.1/lib/rack/head.rb
|
1113
1159
|
- vendor/rack-0.9.1/lib/rack/lint.rb
|
1114
|
-
- vendor/rack-0.9.1/lib/rack/
|
1160
|
+
- vendor/rack-0.9.1/lib/rack/lobster.rb
|
1161
|
+
- vendor/rack-0.9.1/lib/rack/methodoverride.rb
|
1162
|
+
- vendor/rack-0.9.1/lib/rack/mime.rb
|
1115
1163
|
- vendor/rack-0.9.1/lib/rack/mock.rb
|
1164
|
+
- vendor/rack-0.9.1/lib/rack/recursive.rb
|
1165
|
+
- vendor/rack-0.9.1/lib/rack/reloader.rb
|
1166
|
+
- vendor/rack-0.9.1/lib/rack/request.rb
|
1116
1167
|
- vendor/rack-0.9.1/lib/rack/response.rb
|
1117
|
-
- vendor/rack-0.9.1/lib/rack/
|
1118
|
-
- vendor/rack-0.9.1/lib/rack/
|
1119
|
-
- vendor/rack-0.9.1/lib/rack/
|
1168
|
+
- vendor/rack-0.9.1/lib/rack/session
|
1169
|
+
- vendor/rack-0.9.1/lib/rack/session/abstract
|
1170
|
+
- vendor/rack-0.9.1/lib/rack/session/abstract/id.rb
|
1171
|
+
- vendor/rack-0.9.1/lib/rack/session/cookie.rb
|
1172
|
+
- vendor/rack-0.9.1/lib/rack/session/memcache.rb
|
1173
|
+
- vendor/rack-0.9.1/lib/rack/session/pool.rb
|
1174
|
+
- vendor/rack-0.9.1/lib/rack/showexceptions.rb
|
1120
1175
|
- vendor/rack-0.9.1/lib/rack/showstatus.rb
|
1121
|
-
- vendor/rack-0.9.1/lib/rack/urlmap.rb
|
1122
|
-
- vendor/rack-0.9.1/lib/rack/handler.rb
|
1123
|
-
- vendor/rack-0.9.1/lib/rack/file.rb
|
1124
|
-
- vendor/rack-0.9.1/lib/rack/content_length.rb
|
1125
|
-
- vendor/rack-0.9.1/lib/rack/methodoverride.rb
|
1126
1176
|
- vendor/rack-0.9.1/lib/rack/static.rb
|
1127
|
-
- vendor/rack-0.9.1/lib/rack/
|
1177
|
+
- vendor/rack-0.9.1/lib/rack/urlmap.rb
|
1128
1178
|
- vendor/rack-0.9.1/lib/rack/utils.rb
|
1129
|
-
- vendor/rack-0.9.1/lib/rack/lobster.rb
|
1130
|
-
- vendor/rack-0.9.1/lib/rack/deflater.rb
|
1131
|
-
- vendor/rack-0.9.1/lib/rack/builder.rb
|
1132
|
-
- vendor/rack-0.9.1/lib/rack/directory.rb
|
1133
1179
|
- vendor/rack-0.9.1/lib/rack.rb
|
1134
|
-
- vendor/rack-0.9.1/SPEC
|
1135
1180
|
- vendor/rack-0.9.1/Rakefile
|
1136
|
-
- vendor/rack-0.9.1/
|
1137
|
-
- vendor/rack-0.9.1/
|
1138
|
-
-
|
1139
|
-
-
|
1140
|
-
- test/MessageChannelTest.cpp
|
1141
|
-
- test/SpawnManagerTest.cpp
|
1181
|
+
- vendor/rack-0.9.1/README
|
1182
|
+
- vendor/rack-0.9.1/SPEC
|
1183
|
+
- vendor/README
|
1184
|
+
- vendor/README_FOR_PACKAGERS
|
1142
1185
|
- test/ApplicationPoolServer_ApplicationPoolTest.cpp
|
1186
|
+
- test/ApplicationPoolServerTest.cpp
|
1187
|
+
- test/ApplicationPoolTest.cpp
|
1143
1188
|
- test/CachedFileStatTest.cpp
|
1144
|
-
- test/UtilsTest.cpp
|
1145
|
-
- test/SystemTimeTest.cpp
|
1146
|
-
- test/StandardApplicationPoolTest.cpp
|
1147
1189
|
- test/CxxTestMain.cpp
|
1148
|
-
- test/PoolOptionsTest.cpp
|
1149
1190
|
- test/FileCheckerTest.cpp
|
1150
|
-
- test/
|
1191
|
+
- test/HttpStatusExtractorTest.cpp
|
1192
|
+
- test/MessageChannelTest.cpp
|
1193
|
+
- test/PoolOptionsTest.cpp
|
1194
|
+
- test/ScgiRequestParserTest.cpp
|
1195
|
+
- test/SpawnManagerTest.cpp
|
1196
|
+
- test/StandardApplicationPoolTest.cpp
|
1197
|
+
- test/StaticStringTest.cpp
|
1198
|
+
- test/SystemTimeTest.cpp
|
1199
|
+
- test/UtilsTest.cpp
|
1151
1200
|
- test/config.yml.example
|
1201
|
+
- test/support/apache2_controller.rb
|
1152
1202
|
- test/support/config.rb
|
1153
1203
|
- test/support/multipart.rb
|
1204
|
+
- test/support/nginx_controller.rb
|
1154
1205
|
- test/support/run_rspec_tests.rb
|
1155
|
-
- test/support/
|
1156
|
-
- test/support/tut_reporter.h
|
1157
|
-
- test/support/tut.h
|
1206
|
+
- test/support/Support.h
|
1158
1207
|
- test/support/test_helper.rb
|
1208
|
+
- test/support/tut.h
|
1209
|
+
- test/support/tut_reporter.h
|
1159
1210
|
- test/support/valgrind.h
|
1211
|
+
- test/oxt/backtrace_test.cpp
|
1160
1212
|
- test/oxt/oxt_test_main.cpp
|
1161
1213
|
- test/oxt/syscall_interruption_test.cpp
|
1162
|
-
- test/
|
1163
|
-
- test/ruby/spawn_manager_spec.rb
|
1164
|
-
- test/ruby/wsgi
|
1165
|
-
- test/ruby/application_spec.rb
|
1166
|
-
- test/ruby/rack
|
1214
|
+
- test/ruby/abstract_request_handler_spec.rb
|
1167
1215
|
- test/ruby/abstract_server_collection_spec.rb
|
1216
|
+
- test/ruby/abstract_server_spec.rb
|
1217
|
+
- test/ruby/application_spec.rb
|
1168
1218
|
- test/ruby/message_channel_spec.rb
|
1219
|
+
- test/ruby/rack
|
1169
1220
|
- test/ruby/rails
|
1221
|
+
- test/ruby/spawn_manager_spec.rb
|
1170
1222
|
- test/ruby/spawn_server_spec.rb
|
1171
|
-
- test/ruby/abstract_server_spec.rb
|
1172
|
-
- test/ruby/abstract_request_handler_spec.rb
|
1173
1223
|
- test/ruby/utils_spec.rb
|
1174
|
-
- test/ruby/wsgi
|
1224
|
+
- test/ruby/wsgi
|
1175
1225
|
- test/ruby/rack/application_spawner_spec.rb
|
1176
|
-
- test/ruby/rails/spawner_error_handling_spec.rb
|
1177
|
-
- test/ruby/rails/minimal_spawner_spec.rb
|
1178
1226
|
- test/ruby/rails/application_spawner_spec.rb
|
1179
|
-
- test/ruby/rails/spawner_privilege_lowering_spec.rb
|
1180
1227
|
- test/ruby/rails/framework_spawner_spec.rb
|
1181
|
-
- test/
|
1182
|
-
- test/
|
1183
|
-
- test/
|
1228
|
+
- test/ruby/rails/minimal_spawner_spec.rb
|
1229
|
+
- test/ruby/rails/spawner_error_handling_spec.rb
|
1230
|
+
- test/ruby/rails/spawner_privilege_lowering_spec.rb
|
1231
|
+
- test/ruby/wsgi/application_spawner_spec.rb
|
1232
|
+
- test/integration_tests/apache2_tests.rb
|
1233
|
+
- test/integration_tests/hello_world_rack_spec.rb
|
1234
|
+
- test/integration_tests/hello_world_wsgi_spec.rb
|
1235
|
+
- test/integration_tests/mycook_spec.rb
|
1236
|
+
- test/integration_tests/nginx_tests.rb
|
1184
1237
|
- test/stub/apache2
|
1185
|
-
- test/stub/garbage2.dat
|
1186
|
-
- test/stub/wsgi
|
1187
|
-
- test/stub/railsapp
|
1188
1238
|
- test/stub/garbage1.dat
|
1189
|
-
- test/stub/
|
1190
|
-
- test/stub/
|
1239
|
+
- test/stub/garbage2.dat
|
1240
|
+
- test/stub/garbage3.dat
|
1241
|
+
- test/stub/http_request.yml
|
1242
|
+
- test/stub/message_channel.rb
|
1243
|
+
- test/stub/message_channel_2.rb
|
1244
|
+
- test/stub/message_channel_3.rb
|
1191
1245
|
- test/stub/minimal-railsapp
|
1192
|
-
- test/stub/
|
1193
|
-
- test/stub/message_channel.rb
|
1246
|
+
- test/stub/nginx
|
1194
1247
|
- test/stub/rack
|
1195
|
-
- test/stub/
|
1196
|
-
- test/stub/
|
1197
|
-
- test/stub/spawn_server.rb
|
1248
|
+
- test/stub/rails_apps
|
1249
|
+
- test/stub/railsapp
|
1198
1250
|
- test/stub/railsapp2
|
1199
|
-
- test/stub/
|
1200
|
-
- test/stub/
|
1251
|
+
- test/stub/spawn_server.rb
|
1252
|
+
- test/stub/upload_data.txt
|
1253
|
+
- test/stub/vendor_rails
|
1254
|
+
- test/stub/wsgi
|
1255
|
+
- test/stub/zsfa
|
1201
1256
|
- test/stub/apache2/httpd.conf.erb
|
1202
1257
|
- test/stub/apache2/mime.types
|
1203
|
-
- test/stub/
|
1204
|
-
- test/stub/
|
1205
|
-
- test/stub/
|
1206
|
-
- test/stub/
|
1258
|
+
- test/stub/minimal-railsapp/config
|
1259
|
+
- test/stub/minimal-railsapp/README
|
1260
|
+
- test/stub/minimal-railsapp/vendor
|
1261
|
+
- test/stub/nginx/koi-utf
|
1262
|
+
- test/stub/nginx/koi-win
|
1263
|
+
- test/stub/nginx/mime.types
|
1264
|
+
- test/stub/nginx/nginx.conf.erb
|
1265
|
+
- test/stub/nginx/win-utf
|
1266
|
+
- test/stub/rack/config.ru
|
1267
|
+
- test/stub/rack/public
|
1268
|
+
- test/stub/rack/tmp
|
1269
|
+
- test/stub/rails_apps/foobar
|
1270
|
+
- test/stub/rails_apps/mycook
|
1207
1271
|
- test/stub/railsapp/app
|
1208
1272
|
- test/stub/railsapp/config
|
1209
|
-
- test/stub/railsapp/public
|
1210
1273
|
- test/stub/railsapp/log
|
1274
|
+
- test/stub/railsapp/public
|
1211
1275
|
- test/stub/railsapp/tmp
|
1212
|
-
- test/stub/vendor_rails/minimal
|
1213
|
-
- test/stub/minimal-railsapp/vendor
|
1214
|
-
- test/stub/minimal-railsapp/README
|
1215
|
-
- test/stub/minimal-railsapp/config
|
1216
|
-
- test/stub/rack/public
|
1217
|
-
- test/stub/rack/config.ru
|
1218
|
-
- test/stub/rack/tmp
|
1219
|
-
- test/stub/zsfa/header.png
|
1220
|
-
- test/stub/zsfa/zsfa.png
|
1221
|
-
- test/stub/zsfa/index.html
|
1222
1276
|
- test/stub/railsapp2/app
|
1223
1277
|
- test/stub/railsapp2/config
|
1224
|
-
- test/stub/railsapp2/public
|
1225
1278
|
- test/stub/railsapp2/log
|
1279
|
+
- test/stub/railsapp2/public
|
1226
1280
|
- test/stub/railsapp2/tmp
|
1281
|
+
- test/stub/vendor_rails/minimal
|
1282
|
+
- test/stub/wsgi/passenger_wsgi.py
|
1283
|
+
- test/stub/wsgi/passenger_wsgi.pyc
|
1284
|
+
- test/stub/wsgi/public
|
1285
|
+
- test/stub/wsgi/tmp
|
1286
|
+
- test/stub/zsfa/header.png
|
1287
|
+
- test/stub/zsfa/index.html
|
1288
|
+
- test/stub/zsfa/zsfa.png
|
1289
|
+
- test/stub/minimal-railsapp/config/application.rb
|
1290
|
+
- test/stub/minimal-railsapp/config/environment.rb
|
1291
|
+
- test/stub/minimal-railsapp/vendor/rails
|
1292
|
+
- test/stub/rack/public/rack.jpg
|
1227
1293
|
- test/stub/rails_apps/foobar/app
|
1228
1294
|
- test/stub/rails_apps/foobar/config
|
1229
|
-
- test/stub/rails_apps/foobar/public
|
1230
1295
|
- test/stub/rails_apps/foobar/log
|
1296
|
+
- test/stub/rails_apps/foobar/public
|
1231
1297
|
- test/stub/rails_apps/foobar/tmp
|
1232
1298
|
- test/stub/rails_apps/mycook/app
|
1233
1299
|
- test/stub/rails_apps/mycook/config
|
1300
|
+
- test/stub/rails_apps/mycook/log
|
1234
1301
|
- test/stub/rails_apps/mycook/public
|
1235
1302
|
- test/stub/rails_apps/mycook/sites
|
1236
|
-
- test/stub/rails_apps/mycook/log
|
1237
1303
|
- test/stub/rails_apps/mycook/tmp
|
1238
|
-
- test/stub/wsgi/public/wsgi-snake.jpg
|
1239
1304
|
- test/stub/railsapp/app/controllers
|
1240
1305
|
- test/stub/railsapp/app/helpers
|
1241
|
-
- test/stub/railsapp/config/routes.rb
|
1242
|
-
- test/stub/railsapp/config/environments
|
1243
|
-
- test/stub/railsapp/config/environment.rb
|
1244
1306
|
- test/stub/railsapp/config/boot.rb
|
1245
|
-
- test/stub/railsapp/config/initializers
|
1246
1307
|
- test/stub/railsapp/config/database.yml
|
1308
|
+
- test/stub/railsapp/config/environment.rb
|
1309
|
+
- test/stub/railsapp/config/environments
|
1310
|
+
- test/stub/railsapp/config/initializers
|
1311
|
+
- test/stub/railsapp/config/routes.rb
|
1247
1312
|
- test/stub/railsapp/public/useless.txt
|
1248
1313
|
- test/stub/railsapp/tmp/cache
|
1314
|
+
- test/stub/railsapp/tmp/pids
|
1249
1315
|
- test/stub/railsapp/tmp/restart.txt
|
1250
|
-
- test/stub/railsapp/tmp/sockets
|
1251
1316
|
- test/stub/railsapp/tmp/sessions
|
1252
|
-
- test/stub/railsapp/tmp/
|
1253
|
-
- test/stub/vendor_rails/minimal/actionpack
|
1254
|
-
- test/stub/vendor_rails/minimal/README
|
1255
|
-
- test/stub/vendor_rails/minimal/activesupport
|
1256
|
-
- test/stub/vendor_rails/minimal/activerecord
|
1257
|
-
- test/stub/vendor_rails/minimal/activeresource
|
1258
|
-
- test/stub/vendor_rails/minimal/railties
|
1259
|
-
- test/stub/vendor_rails/minimal/actionmailer
|
1260
|
-
- test/stub/minimal-railsapp/vendor/rails
|
1261
|
-
- test/stub/minimal-railsapp/config/application.rb
|
1262
|
-
- test/stub/minimal-railsapp/config/environment.rb
|
1263
|
-
- test/stub/rack/public/rack.jpg
|
1317
|
+
- test/stub/railsapp/tmp/sockets
|
1264
1318
|
- test/stub/railsapp2/app/controllers
|
1265
1319
|
- test/stub/railsapp2/app/helpers
|
1266
|
-
- test/stub/railsapp2/config/routes.rb
|
1267
|
-
- test/stub/railsapp2/config/environments
|
1268
|
-
- test/stub/railsapp2/config/environment.rb
|
1269
1320
|
- test/stub/railsapp2/config/boot.rb
|
1270
|
-
- test/stub/railsapp2/config/initializers
|
1271
1321
|
- test/stub/railsapp2/config/database.yml
|
1322
|
+
- test/stub/railsapp2/config/environment.rb
|
1323
|
+
- test/stub/railsapp2/config/environments
|
1324
|
+
- test/stub/railsapp2/config/initializers
|
1325
|
+
- test/stub/railsapp2/config/routes.rb
|
1272
1326
|
- test/stub/railsapp2/public/useless.txt
|
1273
1327
|
- test/stub/railsapp2/tmp/cache
|
1274
|
-
- test/stub/railsapp2/tmp/sockets
|
1275
|
-
- test/stub/railsapp2/tmp/sessions
|
1276
1328
|
- test/stub/railsapp2/tmp/pids
|
1329
|
+
- test/stub/railsapp2/tmp/sessions
|
1330
|
+
- test/stub/railsapp2/tmp/sockets
|
1331
|
+
- test/stub/vendor_rails/minimal/actionmailer
|
1332
|
+
- test/stub/vendor_rails/minimal/actionpack
|
1333
|
+
- test/stub/vendor_rails/minimal/activerecord
|
1334
|
+
- test/stub/vendor_rails/minimal/activeresource
|
1335
|
+
- test/stub/vendor_rails/minimal/activesupport
|
1336
|
+
- test/stub/vendor_rails/minimal/railties
|
1337
|
+
- test/stub/vendor_rails/minimal/README
|
1338
|
+
- test/stub/wsgi/public/wsgi-snake.jpg
|
1339
|
+
- test/stub/minimal-railsapp/vendor/rails/actionmailer
|
1340
|
+
- test/stub/minimal-railsapp/vendor/rails/actionpack
|
1341
|
+
- test/stub/minimal-railsapp/vendor/rails/activerecord
|
1342
|
+
- test/stub/minimal-railsapp/vendor/rails/activeresource
|
1343
|
+
- test/stub/minimal-railsapp/vendor/rails/activesupport
|
1344
|
+
- test/stub/minimal-railsapp/vendor/rails/railties
|
1277
1345
|
- test/stub/rails_apps/foobar/app/controllers
|
1278
1346
|
- test/stub/rails_apps/foobar/app/helpers
|
1279
|
-
- test/stub/rails_apps/foobar/config/routes.rb
|
1280
|
-
- test/stub/rails_apps/foobar/config/environments
|
1281
|
-
- test/stub/rails_apps/foobar/config/environment.rb
|
1282
1347
|
- test/stub/rails_apps/foobar/config/boot.rb
|
1283
|
-
- test/stub/rails_apps/foobar/config/initializers
|
1284
1348
|
- test/stub/rails_apps/foobar/config/database.yml
|
1349
|
+
- test/stub/rails_apps/foobar/config/environment.rb
|
1350
|
+
- test/stub/rails_apps/foobar/config/environments
|
1351
|
+
- test/stub/rails_apps/foobar/config/initializers
|
1352
|
+
- test/stub/rails_apps/foobar/config/routes.rb
|
1285
1353
|
- test/stub/rails_apps/foobar/tmp/cache
|
1286
|
-
- test/stub/rails_apps/foobar/tmp/sockets
|
1287
|
-
- test/stub/rails_apps/foobar/tmp/sessions
|
1288
1354
|
- test/stub/rails_apps/foobar/tmp/pids
|
1289
|
-
- test/stub/rails_apps/
|
1355
|
+
- test/stub/rails_apps/foobar/tmp/sessions
|
1356
|
+
- test/stub/rails_apps/foobar/tmp/sockets
|
1290
1357
|
- test/stub/rails_apps/mycook/app/controllers
|
1291
1358
|
- test/stub/rails_apps/mycook/app/helpers
|
1292
|
-
- test/stub/rails_apps/mycook/
|
1293
|
-
- test/stub/rails_apps/mycook/config/environments
|
1294
|
-
- test/stub/rails_apps/mycook/config/environment.rb
|
1359
|
+
- test/stub/rails_apps/mycook/app/views
|
1295
1360
|
- test/stub/rails_apps/mycook/config/boot.rb
|
1296
|
-
- test/stub/rails_apps/mycook/config/initializers
|
1297
1361
|
- test/stub/rails_apps/mycook/config/database.yml
|
1298
|
-
- test/stub/rails_apps/mycook/
|
1299
|
-
- test/stub/rails_apps/mycook/
|
1362
|
+
- test/stub/rails_apps/mycook/config/environment.rb
|
1363
|
+
- test/stub/rails_apps/mycook/config/environments
|
1364
|
+
- test/stub/rails_apps/mycook/config/initializers
|
1365
|
+
- test/stub/rails_apps/mycook/config/routes.rb
|
1366
|
+
- test/stub/rails_apps/mycook/log/useless.txt
|
1300
1367
|
- test/stub/rails_apps/mycook/public/404.html
|
1301
|
-
- test/stub/rails_apps/mycook/public/
|
1368
|
+
- test/stub/rails_apps/mycook/public/422.html
|
1369
|
+
- test/stub/rails_apps/mycook/public/500.html
|
1370
|
+
- test/stub/rails_apps/mycook/public/dispatch.cgi
|
1371
|
+
- test/stub/rails_apps/mycook/public/dispatch.fcgi
|
1302
1372
|
- test/stub/rails_apps/mycook/public/dispatch.rb
|
1303
|
-
- test/stub/rails_apps/mycook/public/
|
1373
|
+
- test/stub/rails_apps/mycook/public/favicon.ico
|
1374
|
+
- test/stub/rails_apps/mycook/public/images
|
1304
1375
|
- test/stub/rails_apps/mycook/public/javascripts
|
1305
|
-
- test/stub/rails_apps/mycook/public/500.html
|
1306
1376
|
- test/stub/rails_apps/mycook/public/robots.txt
|
1307
|
-
- test/stub/rails_apps/mycook/public/
|
1308
|
-
- test/stub/rails_apps/mycook/public/
|
1377
|
+
- test/stub/rails_apps/mycook/public/uploads
|
1378
|
+
- test/stub/rails_apps/mycook/public/uploads.html
|
1309
1379
|
- test/stub/rails_apps/mycook/public/welcome
|
1310
1380
|
- test/stub/rails_apps/mycook/sites/some.site
|
1311
|
-
- test/stub/rails_apps/mycook/log/useless.txt
|
1312
1381
|
- test/stub/rails_apps/mycook/tmp/cache
|
1313
|
-
- test/stub/rails_apps/mycook/tmp/sockets
|
1314
|
-
- test/stub/rails_apps/mycook/tmp/sessions
|
1315
1382
|
- test/stub/rails_apps/mycook/tmp/pids
|
1383
|
+
- test/stub/rails_apps/mycook/tmp/sessions
|
1384
|
+
- test/stub/rails_apps/mycook/tmp/sockets
|
1316
1385
|
- test/stub/railsapp/app/controllers/application.rb
|
1317
|
-
- test/stub/railsapp/app/controllers/foo_controller.rb
|
1318
|
-
- test/stub/railsapp/app/controllers/bar_controller_2.rb
|
1319
1386
|
- test/stub/railsapp/app/controllers/bar_controller_1.rb
|
1387
|
+
- test/stub/railsapp/app/controllers/bar_controller_2.rb
|
1388
|
+
- test/stub/railsapp/app/controllers/foo_controller.rb
|
1320
1389
|
- test/stub/railsapp/app/helpers/application_helper.rb
|
1321
1390
|
- test/stub/railsapp/config/environments/development.rb
|
1322
1391
|
- test/stub/railsapp/config/environments/production.rb
|
1323
|
-
- test/stub/railsapp/config/initializers/mime_types.rb
|
1324
1392
|
- test/stub/railsapp/config/initializers/inflections.rb
|
1325
|
-
- test/stub/
|
1326
|
-
- test/stub/vendor_rails/minimal/activesupport/lib
|
1327
|
-
- test/stub/vendor_rails/minimal/activerecord/lib
|
1328
|
-
- test/stub/vendor_rails/minimal/activeresource/lib
|
1329
|
-
- test/stub/vendor_rails/minimal/railties/lib
|
1330
|
-
- test/stub/vendor_rails/minimal/actionmailer/lib
|
1331
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack
|
1332
|
-
- test/stub/minimal-railsapp/vendor/rails/activesupport
|
1333
|
-
- test/stub/minimal-railsapp/vendor/rails/activerecord
|
1334
|
-
- test/stub/minimal-railsapp/vendor/rails/activeresource
|
1335
|
-
- test/stub/minimal-railsapp/vendor/rails/railties
|
1336
|
-
- test/stub/minimal-railsapp/vendor/rails/actionmailer
|
1393
|
+
- test/stub/railsapp/config/initializers/mime_types.rb
|
1337
1394
|
- test/stub/railsapp2/app/controllers/application.rb
|
1338
1395
|
- test/stub/railsapp2/app/controllers/foo_controller.rb
|
1339
1396
|
- test/stub/railsapp2/app/helpers/application_helper.rb
|
1340
1397
|
- test/stub/railsapp2/config/environments/development.rb
|
1341
1398
|
- test/stub/railsapp2/config/environments/production.rb
|
1342
|
-
- test/stub/railsapp2/config/initializers/mime_types.rb
|
1343
1399
|
- test/stub/railsapp2/config/initializers/inflections.rb
|
1400
|
+
- test/stub/railsapp2/config/initializers/mime_types.rb
|
1401
|
+
- test/stub/vendor_rails/minimal/actionmailer/lib
|
1402
|
+
- test/stub/vendor_rails/minimal/actionpack/lib
|
1403
|
+
- test/stub/vendor_rails/minimal/activerecord/lib
|
1404
|
+
- test/stub/vendor_rails/minimal/activeresource/lib
|
1405
|
+
- test/stub/vendor_rails/minimal/activesupport/lib
|
1406
|
+
- test/stub/vendor_rails/minimal/railties/lib
|
1407
|
+
- test/stub/minimal-railsapp/vendor/rails/actionmailer/lib
|
1408
|
+
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib
|
1409
|
+
- test/stub/minimal-railsapp/vendor/rails/activerecord/lib
|
1410
|
+
- test/stub/minimal-railsapp/vendor/rails/activeresource/lib
|
1411
|
+
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib
|
1412
|
+
- test/stub/minimal-railsapp/vendor/rails/railties/lib
|
1344
1413
|
- test/stub/rails_apps/foobar/app/controllers/application.rb
|
1345
|
-
- test/stub/rails_apps/foobar/app/controllers/foo_controller.rb
|
1346
|
-
- test/stub/rails_apps/foobar/app/controllers/bar_controller_2.rb
|
1347
1414
|
- test/stub/rails_apps/foobar/app/controllers/bar_controller_1.rb
|
1415
|
+
- test/stub/rails_apps/foobar/app/controllers/bar_controller_2.rb
|
1416
|
+
- test/stub/rails_apps/foobar/app/controllers/foo_controller.rb
|
1348
1417
|
- test/stub/rails_apps/foobar/app/helpers/application_helper.rb
|
1349
1418
|
- test/stub/rails_apps/foobar/config/environments/development.rb
|
1350
1419
|
- test/stub/rails_apps/foobar/config/environments/production.rb
|
1351
|
-
- test/stub/rails_apps/foobar/config/initializers/mime_types.rb
|
1352
1420
|
- test/stub/rails_apps/foobar/config/initializers/inflections.rb
|
1421
|
+
- test/stub/rails_apps/foobar/config/initializers/mime_types.rb
|
1422
|
+
- test/stub/rails_apps/mycook/app/controllers/application.rb
|
1423
|
+
- test/stub/rails_apps/mycook/app/controllers/recipes_controller.rb
|
1424
|
+
- test/stub/rails_apps/mycook/app/controllers/uploads_controller.rb
|
1425
|
+
- test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb
|
1426
|
+
- test/stub/rails_apps/mycook/app/helpers/application_helper.rb
|
1353
1427
|
- test/stub/rails_apps/mycook/app/views/layouts
|
1354
1428
|
- test/stub/rails_apps/mycook/app/views/recipes
|
1355
1429
|
- test/stub/rails_apps/mycook/app/views/uploads
|
1356
1430
|
- test/stub/rails_apps/mycook/app/views/welcome
|
1357
|
-
- test/stub/rails_apps/mycook/app/controllers/uploads_controller.rb
|
1358
|
-
- test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb
|
1359
|
-
- test/stub/rails_apps/mycook/app/controllers/application.rb
|
1360
|
-
- test/stub/rails_apps/mycook/app/controllers/recipes_controller.rb
|
1361
|
-
- test/stub/rails_apps/mycook/app/helpers/application_helper.rb
|
1362
1431
|
- test/stub/rails_apps/mycook/config/environments/development.rb
|
1363
1432
|
- test/stub/rails_apps/mycook/config/environments/production.rb
|
1364
|
-
- test/stub/rails_apps/mycook/config/initializers/mime_types.rb
|
1365
1433
|
- test/stub/rails_apps/mycook/config/initializers/inflections.rb
|
1366
|
-
- test/stub/rails_apps/mycook/
|
1367
|
-
- test/stub/rails_apps/mycook/public/images/header.png
|
1368
|
-
- test/stub/rails_apps/mycook/public/images/cookbook.gif
|
1434
|
+
- test/stub/rails_apps/mycook/config/initializers/mime_types.rb
|
1369
1435
|
- test/stub/rails_apps/mycook/public/images/angrywizard.gif
|
1370
|
-
- test/stub/rails_apps/mycook/public/
|
1371
|
-
- test/stub/rails_apps/mycook/public/
|
1436
|
+
- test/stub/rails_apps/mycook/public/images/cookbook.gif
|
1437
|
+
- test/stub/rails_apps/mycook/public/images/header.png
|
1438
|
+
- test/stub/rails_apps/mycook/public/images/rails.png
|
1372
1439
|
- test/stub/rails_apps/mycook/public/javascripts/application.js
|
1373
1440
|
- test/stub/rails_apps/mycook/public/javascripts/controls.js
|
1374
1441
|
- test/stub/rails_apps/mycook/public/javascripts/dragdrop.js
|
1442
|
+
- test/stub/rails_apps/mycook/public/javascripts/effects.js
|
1443
|
+
- test/stub/rails_apps/mycook/public/javascripts/prototype.js
|
1375
1444
|
- test/stub/rails_apps/mycook/public/welcome/cached.html
|
1376
1445
|
- test/stub/rails_apps/mycook/sites/some.site/public
|
1377
1446
|
- test/stub/rails_apps/mycook/tmp/cache/useless.txt
|
1378
|
-
- test/stub/rails_apps/mycook/tmp/sockets/useless.txt
|
1379
|
-
- test/stub/rails_apps/mycook/tmp/sessions/useless.txt
|
1380
1447
|
- test/stub/rails_apps/mycook/tmp/pids/useless.txt
|
1381
|
-
- test/stub/
|
1448
|
+
- test/stub/rails_apps/mycook/tmp/sessions/useless.txt
|
1449
|
+
- test/stub/rails_apps/mycook/tmp/sockets/useless.txt
|
1450
|
+
- test/stub/vendor_rails/minimal/actionmailer/lib/action_mailer.rb
|
1382
1451
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_controller.rb
|
1452
|
+
- test/stub/vendor_rails/minimal/actionpack/lib/action_pack.rb
|
1383
1453
|
- test/stub/vendor_rails/minimal/actionpack/lib/action_view.rb
|
1384
|
-
- test/stub/vendor_rails/minimal/activesupport/lib/active_support
|
1385
|
-
- test/stub/vendor_rails/minimal/activesupport/lib/active_support.rb
|
1386
1454
|
- test/stub/vendor_rails/minimal/activerecord/lib/active_record.rb
|
1387
1455
|
- test/stub/vendor_rails/minimal/activeresource/lib/active_resource.rb
|
1456
|
+
- test/stub/vendor_rails/minimal/activesupport/lib/active_support
|
1457
|
+
- test/stub/vendor_rails/minimal/activesupport/lib/active_support.rb
|
1458
|
+
- test/stub/vendor_rails/minimal/railties/lib/dispatcher.rb
|
1388
1459
|
- test/stub/vendor_rails/minimal/railties/lib/initializer.rb
|
1389
1460
|
- test/stub/vendor_rails/minimal/railties/lib/ruby_version_check.rb
|
1390
|
-
- test/stub/
|
1391
|
-
- test/stub/
|
1392
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib
|
1393
|
-
- test/stub/minimal-railsapp/vendor/rails/
|
1394
|
-
- test/stub/minimal-railsapp/vendor/rails/activerecord/lib
|
1395
|
-
- test/stub/minimal-railsapp/vendor/rails/activeresource/lib
|
1396
|
-
- test/stub/minimal-railsapp/vendor/rails/
|
1397
|
-
- test/stub/minimal-railsapp/vendor/rails/
|
1461
|
+
- test/stub/minimal-railsapp/vendor/rails/actionmailer/lib/action_mailer.rb
|
1462
|
+
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_controller.rb
|
1463
|
+
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_pack.rb
|
1464
|
+
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_view.rb
|
1465
|
+
- test/stub/minimal-railsapp/vendor/rails/activerecord/lib/active_record.rb
|
1466
|
+
- test/stub/minimal-railsapp/vendor/rails/activeresource/lib/active_resource.rb
|
1467
|
+
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support
|
1468
|
+
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support.rb
|
1469
|
+
- test/stub/minimal-railsapp/vendor/rails/railties/lib/dispatcher.rb
|
1470
|
+
- test/stub/minimal-railsapp/vendor/rails/railties/lib/initializer.rb
|
1471
|
+
- test/stub/minimal-railsapp/vendor/rails/railties/lib/ruby_version_check.rb
|
1398
1472
|
- test/stub/rails_apps/mycook/app/views/layouts/default.rhtml
|
1399
1473
|
- test/stub/rails_apps/mycook/app/views/recipes/create.rhtml
|
1400
|
-
- test/stub/rails_apps/mycook/app/views/recipes/new.rhtml
|
1401
1474
|
- test/stub/rails_apps/mycook/app/views/recipes/index.rhtml
|
1402
|
-
- test/stub/rails_apps/mycook/app/views/
|
1475
|
+
- test/stub/rails_apps/mycook/app/views/recipes/new.rhtml
|
1403
1476
|
- test/stub/rails_apps/mycook/app/views/uploads/index.rhtml
|
1477
|
+
- test/stub/rails_apps/mycook/app/views/uploads/new.html.erb
|
1404
1478
|
- test/stub/rails_apps/mycook/app/views/welcome/cached.rhtml
|
1405
1479
|
- test/stub/rails_apps/mycook/app/views/welcome/index.rhtml
|
1406
1480
|
- test/stub/rails_apps/mycook/sites/some.site/public/uploads.html
|
1407
1481
|
- test/stub/rails_apps/mycook/sites/some.site/public/welcome
|
1408
1482
|
- test/stub/vendor_rails/minimal/activesupport/lib/active_support/whiny_nil.rb
|
1409
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_pack.rb
|
1410
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_controller.rb
|
1411
|
-
- test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_view.rb
|
1412
|
-
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support
|
1413
|
-
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support.rb
|
1414
|
-
- test/stub/minimal-railsapp/vendor/rails/activerecord/lib/active_record.rb
|
1415
|
-
- test/stub/minimal-railsapp/vendor/rails/activeresource/lib/active_resource.rb
|
1416
|
-
- test/stub/minimal-railsapp/vendor/rails/railties/lib/initializer.rb
|
1417
|
-
- test/stub/minimal-railsapp/vendor/rails/railties/lib/ruby_version_check.rb
|
1418
|
-
- test/stub/minimal-railsapp/vendor/rails/railties/lib/dispatcher.rb
|
1419
|
-
- test/stub/minimal-railsapp/vendor/rails/actionmailer/lib/action_mailer.rb
|
1420
|
-
- test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html
|
1421
1483
|
- test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support/whiny_nil.rb
|
1484
|
+
- test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html
|
1422
1485
|
has_rdoc: true
|
1423
1486
|
homepage: http://www.modrails.com/
|
1424
1487
|
post_install_message:
|