passenger 2.0.3 → 2.0.4
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/Rakefile +8 -5
- data/bin/passenger-install-apache2-module +6 -1
- data/doc/ApplicationPool algorithm.txt +23 -5
- data/doc/Architectural overview.html +778 -0
- data/doc/Security of user switching support.html +1 -1
- data/doc/Users guide.html +113 -31
- data/doc/Users guide.txt +104 -10
- data/doc/cxxapi/ApplicationPoolServer_8h-source.html +683 -0
- data/doc/cxxapi/ApplicationPool_8h-source.html +224 -0
- data/doc/cxxapi/Application_8h-source.html +448 -0
- data/doc/cxxapi/Bucket_8h-source.html +61 -0
- data/doc/cxxapi/Configuration_8h-source.html +195 -0
- data/doc/cxxapi/DummySpawnManager_8h-source.html +126 -0
- data/doc/cxxapi/Exceptions_8h-source.html +244 -0
- data/doc/cxxapi/Hooks_8h-source.html +63 -0
- data/doc/cxxapi/Logging_8h-source.html +136 -0
- data/doc/cxxapi/MessageChannel_8h-source.html +524 -0
- data/doc/cxxapi/SpawnManager_8h-source.html +593 -0
- data/doc/cxxapi/StandardApplicationPool_8h-source.html +732 -0
- data/doc/cxxapi/System_8h-source.html +251 -0
- data/doc/cxxapi/Utils_8h-source.html +283 -0
- data/doc/cxxapi/annotated.html +59 -0
- data/doc/cxxapi/classClient-members.html +35 -0
- data/doc/cxxapi/classClient.html +117 -0
- data/doc/cxxapi/classDirectoryMapper-members.html +38 -0
- data/doc/cxxapi/classDirectoryMapper.html +203 -0
- data/doc/cxxapi/classHooks-members.html +33 -0
- data/doc/cxxapi/classHooks.html +43 -0
- data/doc/cxxapi/classPassenger_1_1Application-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1Application.html +229 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +41 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +359 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +225 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +43 -0
- data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +329 -0
- data/doc/cxxapi/classPassenger_1_1BusyException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1BusyException.html +47 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +44 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +51 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +51 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +38 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException.html +61 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1IOException-members.html +33 -0
- data/doc/cxxapi/classPassenger_1_1IOException.html +54 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +47 -0
- data/doc/cxxapi/classPassenger_1_1MessageChannel.html +591 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +35 -0
- data/doc/cxxapi/classPassenger_1_1SpawnException.html +77 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1SpawnManager.html +255 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +43 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +400 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1SystemException-members.html +37 -0
- data/doc/cxxapi/classPassenger_1_1SystemException.html +154 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.map +1 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.md5 +1 -0
- data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
- data/doc/cxxapi/classPassenger_1_1TempFile-members.html +36 -0
- data/doc/cxxapi/classPassenger_1_1TempFile.html +128 -0
- data/doc/cxxapi/classPassenger_1_1Thread-members.html +35 -0
- data/doc/cxxapi/classPassenger_1_1Thread.html +100 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption.html +46 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1enable__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1enable__syscall__interruption.html +44 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption-members.html +33 -0
- data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption.html +44 -0
- data/doc/cxxapi/definitions_8h-source.html +28 -0
- data/doc/cxxapi/doxygen.css +433 -0
- data/doc/cxxapi/doxygen.png +0 -0
- data/doc/cxxapi/files.html +42 -0
- data/doc/cxxapi/ftv2blank.png +0 -0
- data/doc/cxxapi/ftv2doc.png +0 -0
- data/doc/cxxapi/ftv2folderclosed.png +0 -0
- data/doc/cxxapi/ftv2folderopen.png +0 -0
- data/doc/cxxapi/ftv2lastnode.png +0 -0
- data/doc/cxxapi/ftv2link.png +0 -0
- data/doc/cxxapi/ftv2mlastnode.png +0 -0
- data/doc/cxxapi/ftv2mnode.png +0 -0
- data/doc/cxxapi/ftv2node.png +0 -0
- data/doc/cxxapi/ftv2plastnode.png +0 -0
- data/doc/cxxapi/ftv2pnode.png +0 -0
- data/doc/cxxapi/ftv2vertline.png +0 -0
- data/doc/cxxapi/functions.html +215 -0
- data/doc/cxxapi/functions_func.html +210 -0
- data/doc/cxxapi/functions_type.html +46 -0
- data/doc/cxxapi/functions_vars.html +48 -0
- data/doc/cxxapi/graph_legend.dot +22 -0
- data/doc/cxxapi/graph_legend.html +87 -0
- data/doc/cxxapi/graph_legend.png +0 -0
- data/doc/cxxapi/group__Configuration.html +236 -0
- data/doc/cxxapi/group__Configuration.png +0 -0
- data/doc/cxxapi/group__Core.html +51 -0
- data/doc/cxxapi/group__Core.png +0 -0
- data/doc/cxxapi/group__Exceptions.html +43 -0
- data/doc/cxxapi/group__Hooks.html +46 -0
- data/doc/cxxapi/group__Hooks.png +0 -0
- data/doc/cxxapi/group__Support.html +406 -0
- data/doc/cxxapi/hierarchy.html +67 -0
- data/doc/cxxapi/index.html +11 -0
- data/doc/cxxapi/inherit__graph__0.map +1 -0
- data/doc/cxxapi/inherit__graph__0.md5 +1 -0
- data/doc/cxxapi/inherit__graph__0.png +0 -0
- data/doc/cxxapi/inherit__graph__1.map +1 -0
- data/doc/cxxapi/inherit__graph__1.md5 +1 -0
- data/doc/cxxapi/inherit__graph__1.png +0 -0
- data/doc/cxxapi/inherit__graph__10.map +1 -0
- data/doc/cxxapi/inherit__graph__10.md5 +1 -0
- data/doc/cxxapi/inherit__graph__10.png +0 -0
- data/doc/cxxapi/inherit__graph__11.map +1 -0
- data/doc/cxxapi/inherit__graph__11.md5 +1 -0
- data/doc/cxxapi/inherit__graph__11.png +0 -0
- data/doc/cxxapi/inherit__graph__12.map +1 -0
- data/doc/cxxapi/inherit__graph__12.md5 +1 -0
- data/doc/cxxapi/inherit__graph__12.png +0 -0
- data/doc/cxxapi/inherit__graph__13.map +1 -0
- data/doc/cxxapi/inherit__graph__13.md5 +1 -0
- data/doc/cxxapi/inherit__graph__13.png +0 -0
- data/doc/cxxapi/inherit__graph__14.map +2 -0
- data/doc/cxxapi/inherit__graph__14.md5 +1 -0
- data/doc/cxxapi/inherit__graph__14.png +0 -0
- data/doc/cxxapi/inherit__graph__15.map +1 -0
- data/doc/cxxapi/inherit__graph__15.md5 +1 -0
- data/doc/cxxapi/inherit__graph__15.png +0 -0
- data/doc/cxxapi/inherit__graph__16.map +1 -0
- data/doc/cxxapi/inherit__graph__16.md5 +1 -0
- data/doc/cxxapi/inherit__graph__16.png +0 -0
- data/doc/cxxapi/inherit__graph__17.map +1 -0
- data/doc/cxxapi/inherit__graph__17.md5 +1 -0
- data/doc/cxxapi/inherit__graph__17.png +0 -0
- data/doc/cxxapi/inherit__graph__18.map +1 -0
- data/doc/cxxapi/inherit__graph__18.md5 +1 -0
- data/doc/cxxapi/inherit__graph__18.png +0 -0
- data/doc/cxxapi/inherit__graph__19.map +2 -0
- data/doc/cxxapi/inherit__graph__19.md5 +1 -0
- data/doc/cxxapi/inherit__graph__19.png +0 -0
- data/doc/cxxapi/inherit__graph__2.map +1 -0
- data/doc/cxxapi/inherit__graph__2.md5 +1 -0
- data/doc/cxxapi/inherit__graph__2.png +0 -0
- data/doc/cxxapi/inherit__graph__20.map +1 -0
- data/doc/cxxapi/inherit__graph__20.md5 +1 -0
- data/doc/cxxapi/inherit__graph__20.png +0 -0
- data/doc/cxxapi/inherit__graph__21.map +1 -0
- data/doc/cxxapi/inherit__graph__21.md5 +1 -0
- data/doc/cxxapi/inherit__graph__21.png +0 -0
- data/doc/cxxapi/inherit__graph__3.map +1 -0
- data/doc/cxxapi/inherit__graph__3.md5 +1 -0
- data/doc/cxxapi/inherit__graph__3.png +0 -0
- data/doc/cxxapi/inherit__graph__4.map +1 -0
- data/doc/cxxapi/inherit__graph__4.md5 +1 -0
- data/doc/cxxapi/inherit__graph__4.png +0 -0
- data/doc/cxxapi/inherit__graph__5.map +1 -0
- data/doc/cxxapi/inherit__graph__5.md5 +1 -0
- data/doc/cxxapi/inherit__graph__5.png +0 -0
- data/doc/cxxapi/inherit__graph__6.map +1 -0
- data/doc/cxxapi/inherit__graph__6.md5 +1 -0
- data/doc/cxxapi/inherit__graph__6.png +0 -0
- data/doc/cxxapi/inherit__graph__7.map +1 -0
- data/doc/cxxapi/inherit__graph__7.md5 +1 -0
- data/doc/cxxapi/inherit__graph__7.png +0 -0
- data/doc/cxxapi/inherit__graph__8.map +1 -0
- data/doc/cxxapi/inherit__graph__8.md5 +1 -0
- data/doc/cxxapi/inherit__graph__8.png +0 -0
- data/doc/cxxapi/inherit__graph__9.map +2 -0
- data/doc/cxxapi/inherit__graph__9.md5 +1 -0
- data/doc/cxxapi/inherit__graph__9.png +0 -0
- data/doc/cxxapi/inherits.html +102 -0
- data/doc/cxxapi/main.html +27 -0
- data/doc/cxxapi/modules.html +34 -0
- data/doc/cxxapi/namespacePassenger.html +208 -0
- data/doc/cxxapi/namespacePassenger_1_1InterruptableCalls.html +43 -0
- data/doc/cxxapi/namespacemembers.html +70 -0
- data/doc/cxxapi/namespacemembers_func.html +66 -0
- data/doc/cxxapi/namespacemembers_type.html +46 -0
- data/doc/cxxapi/namespaces.html +35 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString.html +49 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +33 -0
- data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +49 -0
- data/doc/cxxapi/tab_b.gif +0 -0
- data/doc/cxxapi/tab_l.gif +0 -0
- data/doc/cxxapi/tab_r.gif +0 -0
- data/doc/cxxapi/tabs.css +102 -0
- data/doc/cxxapi/tree.html +167 -0
- data/doc/rdoc/classes/ConditionVariable.html +160 -0
- data/doc/rdoc/classes/Exception.html +120 -0
- data/doc/rdoc/classes/GC.html +113 -0
- data/doc/rdoc/classes/IO.html +150 -0
- data/doc/rdoc/classes/Passenger.html +136 -0
- data/doc/rdoc/classes/Passenger/AbstractRequestHandler.html +402 -0
- data/doc/rdoc/classes/Passenger/AbstractServer.html +649 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerAlreadyStarted.html +97 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerError.html +96 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/ServerNotStarted.html +97 -0
- data/doc/rdoc/classes/Passenger/AbstractServer/UnknownMessage.html +96 -0
- data/doc/rdoc/classes/Passenger/AppInitError.html +137 -0
- data/doc/rdoc/classes/Passenger/Application.html +298 -0
- data/doc/rdoc/classes/Passenger/ConsoleTextTemplate.html +172 -0
- data/doc/rdoc/classes/Passenger/FrameworkInitError.html +143 -0
- data/doc/rdoc/classes/Passenger/HTMLTemplate.html +175 -0
- data/doc/rdoc/classes/Passenger/InitializationError.html +141 -0
- data/doc/rdoc/classes/Passenger/MessageChannel.html +488 -0
- data/doc/rdoc/classes/Passenger/NativeSupport.html +320 -0
- data/doc/rdoc/classes/Passenger/SpawnManager.html +375 -0
- data/doc/rdoc/classes/Passenger/UnknownError.html +125 -0
- data/doc/rdoc/classes/Passenger/Utils.html +578 -0
- data/doc/rdoc/classes/Passenger/VersionNotFound.html +140 -0
- data/doc/rdoc/classes/PlatformInfo.html +302 -0
- data/doc/rdoc/classes/RakeExtensions.html +197 -0
- data/doc/rdoc/created.rid +1 -0
- data/doc/rdoc/files/DEVELOPERS_TXT.html +230 -0
- data/doc/rdoc/files/README.html +150 -0
- data/doc/rdoc/files/ext/passenger/native_support_c.html +92 -0
- data/doc/rdoc/files/lib/passenger/abstract_request_handler_rb.html +126 -0
- data/doc/rdoc/files/lib/passenger/abstract_server_rb.html +127 -0
- data/doc/rdoc/files/lib/passenger/application_rb.html +123 -0
- data/doc/rdoc/files/lib/passenger/console_text_template_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/constants_rb.html +114 -0
- data/doc/rdoc/files/lib/passenger/dependencies_rb.html +130 -0
- data/doc/rdoc/files/lib/passenger/exceptions_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/html_template_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/message_channel_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/platform_info_rb.html +122 -0
- data/doc/rdoc/files/lib/passenger/simple_benchmarking_rb.html +118 -0
- data/doc/rdoc/files/lib/passenger/spawn_manager_rb.html +139 -0
- data/doc/rdoc/files/lib/passenger/utils_rb.html +130 -0
- data/doc/rdoc/files/lib/rake/extensions_rb.html +122 -0
- data/doc/rdoc/fr_class_index.html +71 -0
- data/doc/rdoc/fr_file_index.html +63 -0
- data/doc/rdoc/fr_method_index.html +120 -0
- data/doc/rdoc/index.html +26 -0
- data/doc/rdoc/rdoc-style.css +187 -0
- data/ext/apache2/ApplicationPool.h +12 -0
- data/ext/apache2/ApplicationPoolServer.h +6 -0
- data/ext/apache2/ApplicationPoolServerExecutable.cpp +6 -0
- data/ext/apache2/Bucket.cpp +63 -69
- data/ext/apache2/Bucket.h +2 -0
- data/ext/apache2/Configuration.cpp +24 -0
- data/ext/apache2/Configuration.h +16 -1
- data/ext/apache2/Hooks.cpp +5 -3
- data/ext/apache2/StandardApplicationPool.h +30 -11
- data/lib/passenger/abstract_request_handler.rb +3 -0
- data/lib/passenger/abstract_server.rb +3 -3
- data/lib/passenger/application.rb +4 -2
- data/lib/passenger/dependencies.rb +10 -1
- data/lib/passenger/platform_info.rb +40 -1
- data/lib/passenger/rack/request_handler.rb +4 -2
- data/lib/passenger/railz/application_spawner.rb +7 -1
- data/lib/passenger/utils.rb +6 -8
- data/lib/rake/gempackagetask.rb +0 -6
- data/lib/rake/rdoctask.rb +84 -23
- data/test/ApplicationPoolTest.cpp +36 -0
- data/test/ruby/rails/minimal_spawner_spec.rb +8 -0
- data/test/ruby/utils_spec.rb +33 -0
- data/test/stub/rails_apps/foobar/config/environments/production.rb +0 -1
- metadata +262 -5
@@ -0,0 +1,33 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: Member List</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
<div class="tabs">
|
19
|
+
<ul>
|
20
|
+
<li><a href="annotated.html"><span>Class List</span></a></li>
|
21
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
22
|
+
<li><a href="functions.html"><span>Class Members</span></a></li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
</div>
|
26
|
+
<div class="contents">
|
27
|
+
<h1>boost::this_thread::restore_syscall_interruption Member List</h1>This is the complete list of members for <a class="el" href="classboost_1_1this__thread_1_1restore__syscall__interruption.html">boost::this_thread::restore_syscall_interruption</a>, including all inherited members.<p><table>
|
28
|
+
</table></div>
|
29
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:22 2008 for Passenger by
|
30
|
+
<a href="http://www.doxygen.org/index.html">
|
31
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
32
|
+
</body>
|
33
|
+
</html>
|
@@ -0,0 +1,44 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: boost::this_thread::restore_syscall_interruption Class Reference</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
<div class="tabs">
|
19
|
+
<ul>
|
20
|
+
<li><a href="annotated.html"><span>Class List</span></a></li>
|
21
|
+
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
22
|
+
<li><a href="functions.html"><span>Class Members</span></a></li>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
<div class="navpath"><b>boost</b>::<b>this_thread</b>::<a class="el" href="classboost_1_1this__thread_1_1restore__syscall__interruption.html">restore_syscall_interruption</a>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<div class="contents">
|
29
|
+
<h1>boost::this_thread::restore_syscall_interruption Class Reference</h1><!-- doxytag: class="boost::this_thread::restore_syscall_interruption" --><code>#include <<a class="el" href="System_8h-source.html">System.h</a>></code>
|
30
|
+
<p>
|
31
|
+
|
32
|
+
<p>
|
33
|
+
<a href="classboost_1_1this__thread_1_1restore__syscall__interruption-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
|
34
|
+
Creating an object of this class on the stack will restore the system call interruption state to what it was before. <table border="0" cellpadding="0" cellspacing="0">
|
35
|
+
<tr><td></td></tr>
|
36
|
+
</table>
|
37
|
+
<hr>The documentation for this class was generated from the following file:<ul>
|
38
|
+
<li><a class="el" href="System_8h-source.html">System.h</a></ul>
|
39
|
+
</div>
|
40
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:22 2008 for Passenger by
|
41
|
+
<a href="http://www.doxygen.org/index.html">
|
42
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
43
|
+
</body>
|
44
|
+
</html>
|
@@ -0,0 +1,28 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
2
|
+
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
3
|
+
<title>Passenger: definitions.h Source File</title>
|
4
|
+
<link href="doxygen.css" rel="stylesheet" type="text/css">
|
5
|
+
<link href="tabs.css" rel="stylesheet" type="text/css">
|
6
|
+
</head><body>
|
7
|
+
<!-- Generated by Doxygen 1.5.5 -->
|
8
|
+
<div class="navigation" id="top">
|
9
|
+
<div class="tabs">
|
10
|
+
<ul>
|
11
|
+
<li><a href="main.html"><span>Main Page</span></a></li>
|
12
|
+
<li><a href="modules.html"><span>Modules</span></a></li>
|
13
|
+
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
|
14
|
+
<li><a href="annotated.html"><span>Classes</span></a></li>
|
15
|
+
<li class="current"><a href="files.html"><span>Files</span></a></li>
|
16
|
+
</ul>
|
17
|
+
</div>
|
18
|
+
<h1>definitions.h</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// Some definitions for Doxygen.</span><span class="comment"></span>
|
19
|
+
<a name="l00002"></a>00002 <span class="comment">/**</span>
|
20
|
+
<a name="l00003"></a>00003 <span class="comment">@defgroup Core Core Apache-related classes and functions</span>
|
21
|
+
<a name="l00004"></a>00004 <span class="comment">@defgroup Support Apache-independent support classes and function</span>
|
22
|
+
<a name="l00005"></a>00005 <span class="comment">*/</span>
|
23
|
+
</pre></div></div>
|
24
|
+
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 1 14:27:22 2008 for Passenger by
|
25
|
+
<a href="http://www.doxygen.org/index.html">
|
26
|
+
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
|
27
|
+
</body>
|
28
|
+
</html>
|
@@ -0,0 +1,433 @@
|
|
1
|
+
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
|
2
|
+
font-family: Geneva, Arial, Helvetica, sans-serif;
|
3
|
+
}
|
4
|
+
BODY,TD {
|
5
|
+
font-size: 90%;
|
6
|
+
}
|
7
|
+
H1 {
|
8
|
+
text-align: center;
|
9
|
+
font-size: 160%;
|
10
|
+
}
|
11
|
+
H2 {
|
12
|
+
font-size: 120%;
|
13
|
+
}
|
14
|
+
H3 {
|
15
|
+
font-size: 100%;
|
16
|
+
}
|
17
|
+
CAPTION {
|
18
|
+
font-weight: bold
|
19
|
+
}
|
20
|
+
DIV.qindex {
|
21
|
+
width: 100%;
|
22
|
+
background-color: #e8eef2;
|
23
|
+
border: 1px solid #84b0c7;
|
24
|
+
text-align: center;
|
25
|
+
margin: 2px;
|
26
|
+
padding: 2px;
|
27
|
+
line-height: 140%;
|
28
|
+
}
|
29
|
+
DIV.navpath {
|
30
|
+
width: 100%;
|
31
|
+
background-color: #e8eef2;
|
32
|
+
border: 1px solid #84b0c7;
|
33
|
+
text-align: center;
|
34
|
+
margin: 2px;
|
35
|
+
padding: 2px;
|
36
|
+
line-height: 140%;
|
37
|
+
}
|
38
|
+
DIV.navtab {
|
39
|
+
background-color: #e8eef2;
|
40
|
+
border: 1px solid #84b0c7;
|
41
|
+
text-align: center;
|
42
|
+
margin: 2px;
|
43
|
+
margin-right: 15px;
|
44
|
+
padding: 2px;
|
45
|
+
}
|
46
|
+
TD.navtab {
|
47
|
+
font-size: 70%;
|
48
|
+
}
|
49
|
+
A.qindex {
|
50
|
+
text-decoration: none;
|
51
|
+
font-weight: bold;
|
52
|
+
color: #1A419D;
|
53
|
+
}
|
54
|
+
A.qindex:visited {
|
55
|
+
text-decoration: none;
|
56
|
+
font-weight: bold;
|
57
|
+
color: #1A419D
|
58
|
+
}
|
59
|
+
A.qindex:hover {
|
60
|
+
text-decoration: none;
|
61
|
+
background-color: #ddddff;
|
62
|
+
}
|
63
|
+
A.qindexHL {
|
64
|
+
text-decoration: none;
|
65
|
+
font-weight: bold;
|
66
|
+
background-color: #6666cc;
|
67
|
+
color: #ffffff;
|
68
|
+
border: 1px double #9295C2;
|
69
|
+
}
|
70
|
+
A.qindexHL:hover {
|
71
|
+
text-decoration: none;
|
72
|
+
background-color: #6666cc;
|
73
|
+
color: #ffffff;
|
74
|
+
}
|
75
|
+
A.qindexHL:visited {
|
76
|
+
text-decoration: none;
|
77
|
+
background-color: #6666cc;
|
78
|
+
color: #ffffff
|
79
|
+
}
|
80
|
+
A.el {
|
81
|
+
text-decoration: none;
|
82
|
+
font-weight: bold
|
83
|
+
}
|
84
|
+
A.elRef {
|
85
|
+
font-weight: bold
|
86
|
+
}
|
87
|
+
A.code:link {
|
88
|
+
text-decoration: none;
|
89
|
+
font-weight: normal;
|
90
|
+
color: #0000FF
|
91
|
+
}
|
92
|
+
A.code:visited {
|
93
|
+
text-decoration: none;
|
94
|
+
font-weight: normal;
|
95
|
+
color: #0000FF
|
96
|
+
}
|
97
|
+
A.codeRef:link {
|
98
|
+
font-weight: normal;
|
99
|
+
color: #0000FF
|
100
|
+
}
|
101
|
+
A.codeRef:visited {
|
102
|
+
font-weight: normal;
|
103
|
+
color: #0000FF
|
104
|
+
}
|
105
|
+
A:hover {
|
106
|
+
text-decoration: none;
|
107
|
+
background-color: #f2f2ff
|
108
|
+
}
|
109
|
+
DL.el {
|
110
|
+
margin-left: -1cm
|
111
|
+
}
|
112
|
+
.fragment {
|
113
|
+
font-family: monospace, fixed;
|
114
|
+
font-size: 95%;
|
115
|
+
}
|
116
|
+
PRE.fragment {
|
117
|
+
border: 1px solid #CCCCCC;
|
118
|
+
background-color: #f5f5f5;
|
119
|
+
margin-top: 4px;
|
120
|
+
margin-bottom: 4px;
|
121
|
+
margin-left: 2px;
|
122
|
+
margin-right: 8px;
|
123
|
+
padding-left: 6px;
|
124
|
+
padding-right: 6px;
|
125
|
+
padding-top: 4px;
|
126
|
+
padding-bottom: 4px;
|
127
|
+
}
|
128
|
+
DIV.ah {
|
129
|
+
background-color: black;
|
130
|
+
font-weight: bold;
|
131
|
+
color: #ffffff;
|
132
|
+
margin-bottom: 3px;
|
133
|
+
margin-top: 3px
|
134
|
+
}
|
135
|
+
|
136
|
+
DIV.groupHeader {
|
137
|
+
margin-left: 16px;
|
138
|
+
margin-top: 12px;
|
139
|
+
margin-bottom: 6px;
|
140
|
+
font-weight: bold;
|
141
|
+
}
|
142
|
+
DIV.groupText {
|
143
|
+
margin-left: 16px;
|
144
|
+
font-style: italic;
|
145
|
+
font-size: 90%
|
146
|
+
}
|
147
|
+
BODY {
|
148
|
+
background: white;
|
149
|
+
color: black;
|
150
|
+
margin-right: 20px;
|
151
|
+
margin-left: 20px;
|
152
|
+
}
|
153
|
+
TD.indexkey {
|
154
|
+
background-color: #e8eef2;
|
155
|
+
font-weight: bold;
|
156
|
+
padding-right : 10px;
|
157
|
+
padding-top : 2px;
|
158
|
+
padding-left : 10px;
|
159
|
+
padding-bottom : 2px;
|
160
|
+
margin-left : 0px;
|
161
|
+
margin-right : 0px;
|
162
|
+
margin-top : 2px;
|
163
|
+
margin-bottom : 2px;
|
164
|
+
border: 1px solid #CCCCCC;
|
165
|
+
}
|
166
|
+
TD.indexvalue {
|
167
|
+
background-color: #e8eef2;
|
168
|
+
font-style: italic;
|
169
|
+
padding-right : 10px;
|
170
|
+
padding-top : 2px;
|
171
|
+
padding-left : 10px;
|
172
|
+
padding-bottom : 2px;
|
173
|
+
margin-left : 0px;
|
174
|
+
margin-right : 0px;
|
175
|
+
margin-top : 2px;
|
176
|
+
margin-bottom : 2px;
|
177
|
+
border: 1px solid #CCCCCC;
|
178
|
+
}
|
179
|
+
TR.memlist {
|
180
|
+
background-color: #f0f0f0;
|
181
|
+
}
|
182
|
+
P.formulaDsp {
|
183
|
+
text-align: center;
|
184
|
+
}
|
185
|
+
IMG.formulaDsp {
|
186
|
+
}
|
187
|
+
IMG.formulaInl {
|
188
|
+
vertical-align: middle;
|
189
|
+
}
|
190
|
+
SPAN.keyword { color: #008000 }
|
191
|
+
SPAN.keywordtype { color: #604020 }
|
192
|
+
SPAN.keywordflow { color: #e08000 }
|
193
|
+
SPAN.comment { color: #800000 }
|
194
|
+
SPAN.preprocessor { color: #806020 }
|
195
|
+
SPAN.stringliteral { color: #002080 }
|
196
|
+
SPAN.charliteral { color: #008080 }
|
197
|
+
SPAN.vhdldigit { color: #ff00ff }
|
198
|
+
SPAN.vhdlchar { color: #000000 }
|
199
|
+
SPAN.vhdlkeyword { color: #700070 }
|
200
|
+
SPAN.vhdllogic { color: #ff0000 }
|
201
|
+
|
202
|
+
.mdescLeft {
|
203
|
+
padding: 0px 8px 4px 8px;
|
204
|
+
font-size: 80%;
|
205
|
+
font-style: italic;
|
206
|
+
background-color: #FAFAFA;
|
207
|
+
border-top: 1px none #E0E0E0;
|
208
|
+
border-right: 1px none #E0E0E0;
|
209
|
+
border-bottom: 1px none #E0E0E0;
|
210
|
+
border-left: 1px none #E0E0E0;
|
211
|
+
margin: 0px;
|
212
|
+
}
|
213
|
+
.mdescRight {
|
214
|
+
padding: 0px 8px 4px 8px;
|
215
|
+
font-size: 80%;
|
216
|
+
font-style: italic;
|
217
|
+
background-color: #FAFAFA;
|
218
|
+
border-top: 1px none #E0E0E0;
|
219
|
+
border-right: 1px none #E0E0E0;
|
220
|
+
border-bottom: 1px none #E0E0E0;
|
221
|
+
border-left: 1px none #E0E0E0;
|
222
|
+
margin: 0px;
|
223
|
+
}
|
224
|
+
.memItemLeft {
|
225
|
+
padding: 1px 0px 0px 8px;
|
226
|
+
margin: 4px;
|
227
|
+
border-top-width: 1px;
|
228
|
+
border-right-width: 1px;
|
229
|
+
border-bottom-width: 1px;
|
230
|
+
border-left-width: 1px;
|
231
|
+
border-top-color: #E0E0E0;
|
232
|
+
border-right-color: #E0E0E0;
|
233
|
+
border-bottom-color: #E0E0E0;
|
234
|
+
border-left-color: #E0E0E0;
|
235
|
+
border-top-style: solid;
|
236
|
+
border-right-style: none;
|
237
|
+
border-bottom-style: none;
|
238
|
+
border-left-style: none;
|
239
|
+
background-color: #FAFAFA;
|
240
|
+
font-size: 80%;
|
241
|
+
}
|
242
|
+
.memItemRight {
|
243
|
+
padding: 1px 8px 0px 8px;
|
244
|
+
margin: 4px;
|
245
|
+
border-top-width: 1px;
|
246
|
+
border-right-width: 1px;
|
247
|
+
border-bottom-width: 1px;
|
248
|
+
border-left-width: 1px;
|
249
|
+
border-top-color: #E0E0E0;
|
250
|
+
border-right-color: #E0E0E0;
|
251
|
+
border-bottom-color: #E0E0E0;
|
252
|
+
border-left-color: #E0E0E0;
|
253
|
+
border-top-style: solid;
|
254
|
+
border-right-style: none;
|
255
|
+
border-bottom-style: none;
|
256
|
+
border-left-style: none;
|
257
|
+
background-color: #FAFAFA;
|
258
|
+
font-size: 80%;
|
259
|
+
}
|
260
|
+
.memTemplItemLeft {
|
261
|
+
padding: 1px 0px 0px 8px;
|
262
|
+
margin: 4px;
|
263
|
+
border-top-width: 1px;
|
264
|
+
border-right-width: 1px;
|
265
|
+
border-bottom-width: 1px;
|
266
|
+
border-left-width: 1px;
|
267
|
+
border-top-color: #E0E0E0;
|
268
|
+
border-right-color: #E0E0E0;
|
269
|
+
border-bottom-color: #E0E0E0;
|
270
|
+
border-left-color: #E0E0E0;
|
271
|
+
border-top-style: none;
|
272
|
+
border-right-style: none;
|
273
|
+
border-bottom-style: none;
|
274
|
+
border-left-style: none;
|
275
|
+
background-color: #FAFAFA;
|
276
|
+
font-size: 80%;
|
277
|
+
}
|
278
|
+
.memTemplItemRight {
|
279
|
+
padding: 1px 8px 0px 8px;
|
280
|
+
margin: 4px;
|
281
|
+
border-top-width: 1px;
|
282
|
+
border-right-width: 1px;
|
283
|
+
border-bottom-width: 1px;
|
284
|
+
border-left-width: 1px;
|
285
|
+
border-top-color: #E0E0E0;
|
286
|
+
border-right-color: #E0E0E0;
|
287
|
+
border-bottom-color: #E0E0E0;
|
288
|
+
border-left-color: #E0E0E0;
|
289
|
+
border-top-style: none;
|
290
|
+
border-right-style: none;
|
291
|
+
border-bottom-style: none;
|
292
|
+
border-left-style: none;
|
293
|
+
background-color: #FAFAFA;
|
294
|
+
font-size: 80%;
|
295
|
+
}
|
296
|
+
.memTemplParams {
|
297
|
+
padding: 1px 0px 0px 8px;
|
298
|
+
margin: 4px;
|
299
|
+
border-top-width: 1px;
|
300
|
+
border-right-width: 1px;
|
301
|
+
border-bottom-width: 1px;
|
302
|
+
border-left-width: 1px;
|
303
|
+
border-top-color: #E0E0E0;
|
304
|
+
border-right-color: #E0E0E0;
|
305
|
+
border-bottom-color: #E0E0E0;
|
306
|
+
border-left-color: #E0E0E0;
|
307
|
+
border-top-style: solid;
|
308
|
+
border-right-style: none;
|
309
|
+
border-bottom-style: none;
|
310
|
+
border-left-style: none;
|
311
|
+
color: #606060;
|
312
|
+
background-color: #FAFAFA;
|
313
|
+
font-size: 80%;
|
314
|
+
}
|
315
|
+
.search {
|
316
|
+
color: #003399;
|
317
|
+
font-weight: bold;
|
318
|
+
}
|
319
|
+
FORM.search {
|
320
|
+
margin-bottom: 0px;
|
321
|
+
margin-top: 0px;
|
322
|
+
}
|
323
|
+
INPUT.search {
|
324
|
+
font-size: 75%;
|
325
|
+
color: #000080;
|
326
|
+
font-weight: normal;
|
327
|
+
background-color: #e8eef2;
|
328
|
+
}
|
329
|
+
TD.tiny {
|
330
|
+
font-size: 75%;
|
331
|
+
}
|
332
|
+
a {
|
333
|
+
color: #1A41A8;
|
334
|
+
}
|
335
|
+
a:visited {
|
336
|
+
color: #2A3798;
|
337
|
+
}
|
338
|
+
.dirtab {
|
339
|
+
padding: 4px;
|
340
|
+
border-collapse: collapse;
|
341
|
+
border: 1px solid #84b0c7;
|
342
|
+
}
|
343
|
+
TH.dirtab {
|
344
|
+
background: #e8eef2;
|
345
|
+
font-weight: bold;
|
346
|
+
}
|
347
|
+
HR {
|
348
|
+
height: 1px;
|
349
|
+
border: none;
|
350
|
+
border-top: 1px solid black;
|
351
|
+
}
|
352
|
+
|
353
|
+
/* Style for detailed member documentation */
|
354
|
+
.memtemplate {
|
355
|
+
font-size: 80%;
|
356
|
+
color: #606060;
|
357
|
+
font-weight: normal;
|
358
|
+
margin-left: 3px;
|
359
|
+
}
|
360
|
+
.memnav {
|
361
|
+
background-color: #e8eef2;
|
362
|
+
border: 1px solid #84b0c7;
|
363
|
+
text-align: center;
|
364
|
+
margin: 2px;
|
365
|
+
margin-right: 15px;
|
366
|
+
padding: 2px;
|
367
|
+
}
|
368
|
+
.memitem {
|
369
|
+
padding: 4px;
|
370
|
+
background-color: #eef3f5;
|
371
|
+
border-width: 1px;
|
372
|
+
border-style: solid;
|
373
|
+
border-color: #dedeee;
|
374
|
+
-moz-border-radius: 8px 8px 8px 8px;
|
375
|
+
}
|
376
|
+
.memname {
|
377
|
+
white-space: nowrap;
|
378
|
+
font-weight: bold;
|
379
|
+
}
|
380
|
+
.memdoc{
|
381
|
+
padding-left: 10px;
|
382
|
+
}
|
383
|
+
.memproto {
|
384
|
+
background-color: #d5e1e8;
|
385
|
+
width: 100%;
|
386
|
+
border-width: 1px;
|
387
|
+
border-style: solid;
|
388
|
+
border-color: #84b0c7;
|
389
|
+
font-weight: bold;
|
390
|
+
-moz-border-radius: 8px 8px 8px 8px;
|
391
|
+
}
|
392
|
+
.paramkey {
|
393
|
+
text-align: right;
|
394
|
+
}
|
395
|
+
.paramtype {
|
396
|
+
white-space: nowrap;
|
397
|
+
}
|
398
|
+
.paramname {
|
399
|
+
color: #602020;
|
400
|
+
font-style: italic;
|
401
|
+
white-space: nowrap;
|
402
|
+
}
|
403
|
+
/* End Styling for detailed member documentation */
|
404
|
+
|
405
|
+
/* for the tree view */
|
406
|
+
.ftvtree {
|
407
|
+
font-family: sans-serif;
|
408
|
+
margin:0.5em;
|
409
|
+
}
|
410
|
+
.directory {
|
411
|
+
font-size: 9pt;
|
412
|
+
font-weight: bold;
|
413
|
+
}
|
414
|
+
.directory h3 {
|
415
|
+
margin: 0px;
|
416
|
+
margin-top: 1em;
|
417
|
+
font-size: 11pt;
|
418
|
+
}
|
419
|
+
.directory > h3 {
|
420
|
+
margin-top: 0;
|
421
|
+
}
|
422
|
+
.directory p {
|
423
|
+
margin: 0px;
|
424
|
+
white-space: nowrap;
|
425
|
+
}
|
426
|
+
.directory div {
|
427
|
+
display: none;
|
428
|
+
margin: 0px;
|
429
|
+
}
|
430
|
+
.directory img {
|
431
|
+
vertical-align: -30%;
|
432
|
+
}
|
433
|
+
|