passenger 3.0.0 → 3.0.1

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.

Files changed (538) hide show
  1. data/DEVELOPERS.TXT +9 -6
  2. data/NEWS +50 -0
  3. data/Rakefile +2 -1
  4. data/bin/passenger-install-apache2-module +4 -4
  5. data/bin/passenger-install-nginx-module +1 -1
  6. data/bin/passenger-make-enterprisey +1 -1
  7. data/build/agents.rb +26 -19
  8. data/build/apache2.rb +49 -46
  9. data/build/basics.rb +37 -13
  10. data/build/common_library.rb +134 -64
  11. data/build/config.rb +18 -11
  12. data/build/cplusplus_support.rb +4 -0
  13. data/build/cxx_tests.rb +26 -12
  14. data/build/documentation.rb +18 -11
  15. data/build/integration_tests.rb +18 -11
  16. data/build/misc.rb +18 -11
  17. data/build/nginx.rb +27 -19
  18. data/build/oxt_tests.rb +18 -11
  19. data/build/packaging.rb +45 -37
  20. data/build/rpm.rb +98 -0
  21. data/build/ruby_extension.rb +19 -13
  22. data/build/ruby_tests.rb +19 -12
  23. data/build/test_basics.rb +23 -11
  24. data/debian/README.Debian +15 -0
  25. data/debian/changelog +185 -0
  26. data/debian/control +47 -19
  27. data/debian/copyright +20 -0
  28. data/debian/libapache2-mod-passenger.install +1 -0
  29. data/debian/libapache2-mod-passenger.postinst +36 -0
  30. data/debian/libapache2-mod-passenger.prerm +15 -0
  31. data/debian/passenger-common.install +4 -0
  32. data/debian/passenger.conf +4 -0
  33. data/debian/passenger.load +1 -0
  34. data/debian/rules +37 -0
  35. data/debian/watch +3 -0
  36. data/{misc → dev}/copy_boost_headers.rb +3 -0
  37. data/{misc → dev}/find_owner_pipe_leaks.rb +0 -0
  38. data/{misc → dev}/render_error_pages.rb +0 -0
  39. data/doc/Users guide Apache.html +39 -1
  40. data/doc/Users guide Apache.txt +40 -0
  41. data/doc/Users guide Nginx.html +1 -1
  42. data/doc/Users guide Standalone.html +1 -1
  43. data/doc/cxxapi/Constants_8h_source.html +1 -1
  44. data/doc/cxxapi/DirectoryMapper_8h_source.html +6 -22
  45. data/doc/cxxapi/EventedClient_8h_source.html +572 -468
  46. data/doc/cxxapi/Exceptions_8h_source.html +142 -129
  47. data/doc/cxxapi/FileDescriptor_8h_source.html +263 -199
  48. data/doc/cxxapi/MessageChannel_8h_source.html +686 -770
  49. data/doc/cxxapi/MessageServer_8h_source.html +1 -1
  50. data/doc/cxxapi/PoolOptions_8h_source.html +79 -78
  51. data/doc/cxxapi/ResourceLocator_8h_source.html +105 -55
  52. data/doc/cxxapi/SafeLibev_8h_source.html +180 -0
  53. data/doc/cxxapi/ServerInstanceDir_8h_source.html +114 -110
  54. data/doc/cxxapi/Session_8h_source.html +1 -1
  55. data/doc/cxxapi/SpawnManager_8h_source.html +208 -208
  56. data/doc/cxxapi/StaticString_8h_source.html +258 -183
  57. data/doc/cxxapi/Utils_8h_source.html +71 -54
  58. data/doc/cxxapi/annotated.html +3 -0
  59. data/doc/cxxapi/classAgentWatcher.html +2 -2
  60. data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +0 -1
  61. data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +0 -27
  62. data/doc/cxxapi/classPassenger_1_1EventedClient-members.html +5 -0
  63. data/doc/cxxapi/classPassenger_1_1EventedClient.html +102 -7
  64. data/doc/cxxapi/classPassenger_1_1FileDescriptor-members.html +2 -1
  65. data/doc/cxxapi/classPassenger_1_1FileDescriptor.html +34 -8
  66. data/doc/cxxapi/classPassenger_1_1FileDescriptorPair-members.html +36 -0
  67. data/doc/cxxapi/classPassenger_1_1FileDescriptorPair.html +52 -0
  68. data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +0 -3
  69. data/doc/cxxapi/classPassenger_1_1MessageChannel.html +0 -120
  70. data/doc/cxxapi/classPassenger_1_1SafeLibev-members.html +36 -0
  71. data/doc/cxxapi/classPassenger_1_1SafeLibev.html +51 -0
  72. data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +1 -0
  73. data/doc/cxxapi/classPassenger_1_1SpawnException.html +22 -0
  74. data/doc/cxxapi/classes.html +14 -14
  75. data/doc/cxxapi/files.html +2 -0
  76. data/doc/cxxapi/functions_0x63.html +6 -3
  77. data/doc/cxxapi/functions_0x64.html +9 -2
  78. data/doc/cxxapi/functions_0x67.html +6 -9
  79. data/doc/cxxapi/functions_0x69.html +3 -0
  80. data/doc/cxxapi/functions_0x77.html +8 -8
  81. data/doc/cxxapi/functions_eval.html +6 -0
  82. data/doc/cxxapi/functions_func.html +18 -17
  83. data/doc/cxxapi/functions_vars.html +8 -0
  84. data/doc/cxxapi/graph_legend.png +0 -0
  85. data/doc/cxxapi/group__Core.png +0 -0
  86. data/doc/cxxapi/group__Hooks.png +0 -0
  87. data/doc/cxxapi/hierarchy.html +3 -0
  88. data/doc/cxxapi/inherit__graph__14.map +1 -1
  89. data/doc/cxxapi/inherit__graph__14.md5 +1 -1
  90. data/doc/cxxapi/inherit__graph__14.png +0 -0
  91. data/doc/cxxapi/inherit__graph__15.map +1 -3
  92. data/doc/cxxapi/inherit__graph__15.md5 +1 -1
  93. data/doc/cxxapi/inherit__graph__15.png +0 -0
  94. data/doc/cxxapi/inherit__graph__16.map +3 -1
  95. data/doc/cxxapi/inherit__graph__16.md5 +1 -1
  96. data/doc/cxxapi/inherit__graph__16.png +0 -0
  97. data/doc/cxxapi/inherit__graph__17.map +1 -1
  98. data/doc/cxxapi/inherit__graph__17.md5 +1 -1
  99. data/doc/cxxapi/inherit__graph__17.png +0 -0
  100. data/doc/cxxapi/inherit__graph__18.map +1 -2
  101. data/doc/cxxapi/inherit__graph__18.md5 +1 -1
  102. data/doc/cxxapi/inherit__graph__18.png +0 -0
  103. data/doc/cxxapi/inherit__graph__19.map +2 -1
  104. data/doc/cxxapi/inherit__graph__19.md5 +1 -1
  105. data/doc/cxxapi/inherit__graph__19.png +0 -0
  106. data/doc/cxxapi/inherit__graph__20.map +1 -1
  107. data/doc/cxxapi/inherit__graph__20.md5 +1 -1
  108. data/doc/cxxapi/inherit__graph__20.png +0 -0
  109. data/doc/cxxapi/inherit__graph__21.map +1 -1
  110. data/doc/cxxapi/inherit__graph__21.md5 +1 -1
  111. data/doc/cxxapi/inherit__graph__21.png +0 -0
  112. data/doc/cxxapi/inherit__graph__22.map +1 -1
  113. data/doc/cxxapi/inherit__graph__22.md5 +1 -1
  114. data/doc/cxxapi/inherit__graph__22.png +0 -0
  115. data/doc/cxxapi/inherit__graph__23.map +1 -1
  116. data/doc/cxxapi/inherit__graph__23.md5 +1 -1
  117. data/doc/cxxapi/inherit__graph__23.png +0 -0
  118. data/doc/cxxapi/inherit__graph__24.map +1 -1
  119. data/doc/cxxapi/inherit__graph__24.md5 +1 -1
  120. data/doc/cxxapi/inherit__graph__24.png +0 -0
  121. data/doc/cxxapi/inherit__graph__25.map +1 -1
  122. data/doc/cxxapi/inherit__graph__25.md5 +1 -1
  123. data/doc/cxxapi/inherit__graph__25.png +0 -0
  124. data/doc/cxxapi/inherit__graph__26.map +1 -1
  125. data/doc/cxxapi/inherit__graph__26.md5 +1 -1
  126. data/doc/cxxapi/inherit__graph__26.png +0 -0
  127. data/doc/cxxapi/inherit__graph__27.map +1 -1
  128. data/doc/cxxapi/inherit__graph__27.md5 +1 -1
  129. data/doc/cxxapi/inherit__graph__27.png +0 -0
  130. data/doc/cxxapi/inherit__graph__28.map +1 -2
  131. data/doc/cxxapi/inherit__graph__28.md5 +1 -1
  132. data/doc/cxxapi/inherit__graph__28.png +0 -0
  133. data/doc/cxxapi/inherit__graph__29.map +1 -1
  134. data/doc/cxxapi/inherit__graph__29.md5 +1 -1
  135. data/doc/cxxapi/inherit__graph__29.png +0 -0
  136. data/doc/cxxapi/inherit__graph__30.map +1 -1
  137. data/doc/cxxapi/inherit__graph__30.md5 +1 -1
  138. data/doc/cxxapi/inherit__graph__30.png +0 -0
  139. data/doc/cxxapi/inherit__graph__31.map +2 -1
  140. data/doc/cxxapi/inherit__graph__31.md5 +1 -1
  141. data/doc/cxxapi/inherit__graph__31.png +0 -0
  142. data/doc/cxxapi/inherit__graph__32.map +1 -3
  143. data/doc/cxxapi/inherit__graph__32.md5 +1 -1
  144. data/doc/cxxapi/inherit__graph__32.png +0 -0
  145. data/doc/cxxapi/inherit__graph__33.map +1 -1
  146. data/doc/cxxapi/inherit__graph__33.md5 +1 -1
  147. data/doc/cxxapi/inherit__graph__33.png +0 -0
  148. data/doc/cxxapi/inherit__graph__34.map +1 -1
  149. data/doc/cxxapi/inherit__graph__34.md5 +1 -1
  150. data/doc/cxxapi/inherit__graph__34.png +0 -0
  151. data/doc/cxxapi/inherit__graph__35.map +3 -1
  152. data/doc/cxxapi/inherit__graph__35.md5 +1 -1
  153. data/doc/cxxapi/inherit__graph__35.png +0 -0
  154. data/doc/cxxapi/inherit__graph__36.map +1 -1
  155. data/doc/cxxapi/inherit__graph__36.md5 +1 -1
  156. data/doc/cxxapi/inherit__graph__36.png +0 -0
  157. data/doc/cxxapi/inherit__graph__37.map +1 -1
  158. data/doc/cxxapi/inherit__graph__37.md5 +1 -1
  159. data/doc/cxxapi/inherit__graph__37.png +0 -0
  160. data/doc/cxxapi/inherit__graph__38.map +3 -1
  161. data/doc/cxxapi/inherit__graph__38.md5 +1 -1
  162. data/doc/cxxapi/inherit__graph__38.png +0 -0
  163. data/doc/cxxapi/inherit__graph__39.map +3 -1
  164. data/doc/cxxapi/inherit__graph__39.md5 +1 -1
  165. data/doc/cxxapi/inherit__graph__39.png +0 -0
  166. data/doc/cxxapi/inherits.html +33 -24
  167. data/doc/cxxapi/namespacePassenger.html +52 -0
  168. data/doc/cxxapi/namespacemembers.html +6 -0
  169. data/doc/cxxapi/namespacemembers_func.html +6 -0
  170. data/doc/cxxapi/tree.html +8 -0
  171. data/ext/apache2/Configuration.cpp +30 -8
  172. data/ext/apache2/Configuration.hpp +15 -14
  173. data/ext/apache2/DirectoryMapper.h +0 -16
  174. data/ext/apache2/Hooks.cpp +30 -29
  175. data/ext/boost/algorithm/string/detail/case_conv.hpp +6 -6
  176. data/ext/boost/algorithm/string/detail/find_format.hpp +14 -4
  177. data/ext/boost/algorithm/string/detail/find_format_all.hpp +13 -3
  178. data/ext/boost/algorithm/string/detail/find_format_store.hpp +11 -0
  179. data/ext/boost/algorithm/string/erase.hpp +2 -2
  180. data/ext/boost/bind/placeholders.hpp +2 -2
  181. data/ext/boost/concept/detail/backward_compatibility.hpp +16 -0
  182. data/ext/boost/concept/detail/general.hpp +15 -6
  183. data/ext/boost/concept/detail/has_constraints.hpp +5 -3
  184. data/ext/boost/concept/usage.hpp +5 -4
  185. data/ext/boost/concept_check.hpp +10 -1
  186. data/ext/boost/config/abi/borland_prefix.hpp +1 -1
  187. data/ext/boost/config/auto_link.hpp +68 -21
  188. data/ext/boost/config/compiler/borland.hpp +11 -3
  189. data/ext/boost/config/compiler/clang.hpp +62 -0
  190. data/ext/boost/config/compiler/codegear.hpp +21 -7
  191. data/ext/boost/config/compiler/common_edg.hpp +4 -2
  192. data/ext/boost/config/compiler/digitalmars.hpp +1 -1
  193. data/ext/boost/config/compiler/gcc.hpp +46 -7
  194. data/ext/boost/config/compiler/gcc_xml.hpp +25 -0
  195. data/ext/boost/config/compiler/intel.hpp +23 -0
  196. data/ext/boost/config/compiler/kai.hpp +1 -1
  197. data/ext/boost/config/compiler/metrowerks.hpp +1 -1
  198. data/ext/boost/config/compiler/nvcc.hpp +86 -0
  199. data/ext/boost/config/compiler/pgi.hpp +18 -3
  200. data/ext/boost/config/compiler/sunpro_cc.hpp +19 -5
  201. data/ext/boost/config/compiler/vacpp.hpp +8 -0
  202. data/ext/boost/config/compiler/visualc.hpp +27 -11
  203. data/ext/boost/config/platform/cygwin.hpp +0 -3
  204. data/ext/boost/config/platform/symbian.hpp +94 -0
  205. data/ext/boost/config/platform/win32.hpp +8 -1
  206. data/ext/boost/config/select_compiler_config.hpp +10 -0
  207. data/ext/boost/config/select_platform_config.hpp +4 -0
  208. data/ext/boost/config/stdlib/dinkumware.hpp +11 -1
  209. data/ext/boost/config/stdlib/libcomo.hpp +1 -0
  210. data/ext/boost/config/stdlib/libstdcpp3.hpp +1 -0
  211. data/ext/boost/config/stdlib/modena.hpp +1 -0
  212. data/ext/boost/config/stdlib/msl.hpp +1 -0
  213. data/ext/boost/config/stdlib/roguewave.hpp +1 -0
  214. data/ext/boost/config/stdlib/sgi.hpp +1 -0
  215. data/ext/boost/config/stdlib/stlport.hpp +1 -0
  216. data/ext/boost/config/stdlib/vacpp.hpp +1 -0
  217. data/ext/boost/config/suffix.hpp +40 -2
  218. data/ext/boost/cstdint.hpp +36 -7
  219. data/ext/boost/date_time/gregorian/conversion.hpp +4 -2
  220. data/ext/boost/date_time/microsec_time_clock.hpp +7 -7
  221. data/ext/boost/date_time/posix_time/conversion.hpp +4 -2
  222. data/ext/boost/date_time/time_facet.hpp +43 -4
  223. data/ext/boost/detail/endian.hpp +5 -2
  224. data/ext/boost/detail/lcast_precision.hpp +2 -2
  225. data/ext/boost/detail/sp_typeinfo.hpp +1 -1
  226. data/ext/boost/detail/workaround.hpp +5 -0
  227. data/ext/boost/exception/detail/error_info_impl.hpp +3 -3
  228. data/ext/boost/exception/detail/exception_ptr.hpp +76 -135
  229. data/ext/boost/exception/detail/is_output_streamable.hpp +15 -2
  230. data/ext/boost/exception/detail/type_info.hpp +9 -5
  231. data/ext/boost/exception/diagnostic_information.hpp +5 -3
  232. data/ext/boost/exception/exception.hpp +60 -46
  233. data/ext/boost/exception/info.hpp +47 -14
  234. data/ext/boost/function/function_base.hpp +4 -4
  235. data/ext/boost/integer.hpp +4 -0
  236. data/ext/boost/integer_fwd.hpp +9 -3
  237. data/ext/boost/iterator/iterator_concepts.hpp +284 -0
  238. data/ext/boost/iterator/transform_iterator.hpp +0 -1
  239. data/ext/boost/make_shared.hpp +17 -0
  240. data/ext/boost/mpl/aux_/config/has_xxx.hpp +4 -3
  241. data/ext/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp +2 -6
  242. data/ext/boost/mpl/aux_/template_arity.hpp +4 -4
  243. data/ext/boost/mpl/eval_if.hpp +3 -3
  244. data/ext/boost/mpl/has_xxx.hpp +369 -3
  245. data/ext/boost/optional/optional.hpp +3 -1
  246. data/ext/boost/optional/optional_fwd.hpp +1 -1
  247. data/ext/boost/preprocessor/repetition/enum_trailing_params.hpp +38 -0
  248. data/ext/boost/range/algorithm/equal.hpp +188 -0
  249. data/ext/boost/range/as_literal.hpp +15 -15
  250. data/ext/boost/range/concepts.hpp +331 -0
  251. data/ext/boost/range/const_iterator.hpp +7 -4
  252. data/ext/boost/range/detail/extract_optional_type.hpp +52 -0
  253. data/ext/boost/range/detail/implementation_help.hpp +7 -7
  254. data/ext/boost/range/detail/misc_concept.hpp +33 -0
  255. data/ext/boost/range/iterator.hpp +32 -32
  256. data/ext/boost/range/iterator_range.hpp +8 -651
  257. data/ext/boost/range/iterator_range_core.hpp +542 -0
  258. data/ext/boost/range/iterator_range_io.hpp +93 -0
  259. data/ext/boost/range/mutable_iterator.hpp +7 -4
  260. data/ext/boost/range/size.hpp +1 -1
  261. data/ext/boost/range/size_type.hpp +2 -1
  262. data/ext/boost/shared_array.hpp +19 -0
  263. data/ext/boost/smart_ptr/detail/sp_convertible.hpp +2 -2
  264. data/ext/boost/smart_ptr/detail/yield_k.hpp +1 -1
  265. data/ext/boost/smart_ptr/make_shared.hpp +508 -0
  266. data/ext/boost/smart_ptr/shared_array.hpp +147 -0
  267. data/ext/boost/src/pthread/thread.cpp +16 -21
  268. data/ext/boost/src/pthread/timeconv.inl +7 -4
  269. data/ext/boost/thread/barrier.hpp +2 -1
  270. data/ext/boost/thread/detail/config.hpp +7 -1
  271. data/ext/boost/thread/detail/platform.hpp +1 -1
  272. data/ext/boost/thread/detail/thread.hpp +62 -18
  273. data/ext/boost/thread/detail/thread_group.hpp +5 -2
  274. data/ext/boost/thread/detail/tss_hooks.hpp +8 -25
  275. data/ext/boost/thread/future.hpp +45 -34
  276. data/ext/boost/thread/locks.hpp +184 -55
  277. data/ext/boost/thread/pthread/condition_variable.hpp +7 -7
  278. data/ext/boost/thread/pthread/condition_variable_fwd.hpp +4 -2
  279. data/ext/boost/thread/pthread/mutex.hpp +29 -17
  280. data/ext/boost/thread/pthread/once.hpp +5 -0
  281. data/ext/boost/thread/pthread/recursive_mutex.hpp +97 -18
  282. data/ext/boost/thread/pthread/shared_mutex.hpp +1 -1
  283. data/ext/boost/thread/pthread/thread_heap_alloc.hpp +1 -1
  284. data/ext/boost/thread/tss.hpp +2 -0
  285. data/ext/boost/throw_exception.hpp +21 -5
  286. data/ext/boost/token_functions.hpp +111 -91
  287. data/ext/boost/type_traits/add_reference.hpp +19 -1
  288. data/ext/boost/type_traits/function_traits.hpp +2 -2
  289. data/ext/boost/type_traits/is_const.hpp +24 -5
  290. data/ext/boost/type_traits/is_convertible.hpp +1 -1
  291. data/ext/boost/type_traits/is_function.hpp +3 -0
  292. data/ext/boost/type_traits/is_lvalue_reference.hpp +118 -0
  293. data/ext/boost/type_traits/is_reference.hpp +8 -81
  294. data/ext/boost/type_traits/is_rvalue_reference.hpp +29 -0
  295. data/ext/boost/type_traits/is_same.hpp +2 -2
  296. data/ext/boost/type_traits/is_volatile.hpp +26 -7
  297. data/ext/boost/type_traits/remove_const.hpp +12 -0
  298. data/ext/boost/type_traits/remove_cv.hpp +23 -1
  299. data/ext/boost/type_traits/remove_reference.hpp +21 -1
  300. data/ext/boost/type_traits/type_with_alignment.hpp +10 -10
  301. data/ext/boost/units/detail/utility.hpp +104 -0
  302. data/ext/boost/utility/compare_pointees.hpp +1 -1
  303. data/ext/common/AgentsStarter.hpp +151 -161
  304. data/ext/common/ApplicationPool/Pool.h +16 -4
  305. data/ext/common/Constants.h +1 -1
  306. data/ext/common/EventedClient.h +130 -26
  307. data/ext/common/Exceptions.h +15 -2
  308. data/ext/common/FileDescriptor.h +76 -12
  309. data/ext/common/IniFile.h +488 -0
  310. data/ext/common/LoggingAgent/LoggingServer.h +2 -2
  311. data/ext/common/LoggingAgent/RemoteSender.h +15 -6
  312. data/ext/common/MessageChannel.h +17 -101
  313. data/ext/common/PoolOptions.h +1 -0
  314. data/ext/common/ResourceLocator.h +78 -28
  315. data/ext/common/SafeLibev.h +149 -0
  316. data/ext/common/ServerInstanceDir.h +11 -7
  317. data/ext/common/Session.h +1 -1
  318. data/ext/common/SpawnManager.h +14 -14
  319. data/ext/common/StaticString.h +75 -0
  320. data/ext/common/Utils.cpp +304 -12
  321. data/ext/common/Utils.h +17 -0
  322. data/ext/common/Utils/BufferedIO.h +196 -0
  323. data/ext/common/Utils/IOUtils.cpp +159 -0
  324. data/ext/common/Utils/IOUtils.h +118 -1
  325. data/ext/common/Utils/ProcessMetricsCollector.h +184 -56
  326. data/ext/common/Utils/StrIntUtils.cpp +45 -11
  327. data/ext/common/Utils/StrIntUtils.h +8 -5
  328. data/ext/common/Utils/Timer.h +22 -0
  329. data/ext/common/Utils/utf8.h +35 -0
  330. data/ext/common/Utils/utf8/checked.h +324 -0
  331. data/ext/common/Utils/utf8/core.h +359 -0
  332. data/ext/common/Utils/utf8/unchecked.h +229 -0
  333. data/ext/common/Watchdog.cpp +52 -85
  334. data/ext/libev/config.h +122 -0
  335. data/ext/nginx/Configuration.c +7 -1
  336. data/ext/nginx/HelperAgent.cpp +16 -18
  337. data/ext/nginx/config +6 -4
  338. data/ext/oxt/system_calls.cpp +10 -0
  339. data/ext/oxt/system_calls.hpp +2 -0
  340. data/lib/phusion_passenger.rb +6 -11
  341. data/lib/phusion_passenger/dependencies.rb +2 -0
  342. data/lib/phusion_passenger/packaging.rb +5 -5
  343. data/lib/phusion_passenger/platform_info.rb +88 -0
  344. data/lib/phusion_passenger/platform_info/binary_compatibility.rb +3 -17
  345. data/lib/phusion_passenger/platform_info/compiler.rb +14 -32
  346. data/lib/phusion_passenger/platform_info/curl.rb +6 -1
  347. data/lib/phusion_passenger/platform_info/operating_system.rb +107 -0
  348. data/lib/phusion_passenger/public_api.rb +2 -2
  349. data/lib/phusion_passenger/rails3_extensions/init.rb +5 -2
  350. data/lib/phusion_passenger/standalone/command.rb +6 -2
  351. data/lib/phusion_passenger/standalone/package_runtime_command.rb +2 -2
  352. data/lib/phusion_passenger/standalone/runtime_installer.rb +17 -5
  353. data/lib/phusion_passenger/standalone/start_command.rb +12 -12
  354. data/lib/phusion_passenger/standalone/stop_command.rb +3 -3
  355. data/lib/phusion_passenger/standalone/utils.rb +6 -2
  356. data/lib/phusion_passenger/templates/standalone/config.erb +37 -5
  357. data/lib/phusion_passenger/utils.rb +4 -7
  358. data/resources/mime.types +73 -0
  359. data/{misc → resources}/union_station_gateway.crt +0 -0
  360. data/test/cxx/BufferedIOTest.cpp +364 -0
  361. data/test/cxx/EventedClientTest.cpp +150 -13
  362. data/test/cxx/IOUtilsTest.cpp +399 -1
  363. data/test/cxx/MessageChannelTest.cpp +5 -120
  364. data/test/cxx/ProcessMetricsCollectorTest.cpp +121 -0
  365. data/test/cxx/StaticStringTest.cpp +134 -0
  366. data/test/cxx/UtilsTest.cpp +16 -46
  367. data/test/stub/rails_apps/2.3/mycook/public/dispatch.cgi +2 -2
  368. data/test/stub/rails_apps/2.3/mycook/public/dispatch.fcgi +1 -1
  369. data/test/stub/rails_apps/2.3/mycook/public/dispatch.rb +1 -1
  370. data/test/stub/rails_apps/3.0/empty/Gemfile.lock +73 -0
  371. data/test/support/allocate_memory.c +14 -0
  372. data/test/support/test_helper.rb +3 -0
  373. metadata +57 -174
  374. data/bin/passenger-stress-test +0 -345
  375. data/debian/postinst +0 -24
  376. data/doc/rdoc/classes/ConditionVariable.html +0 -215
  377. data/doc/rdoc/classes/Exception.html +0 -120
  378. data/doc/rdoc/classes/GC.html +0 -113
  379. data/doc/rdoc/classes/IO.html +0 -221
  380. data/doc/rdoc/classes/PhusionPassenger.html +0 -397
  381. data/doc/rdoc/classes/PhusionPassenger/AbstractInstaller.html +0 -180
  382. data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +0 -647
  383. data/doc/rdoc/classes/PhusionPassenger/AbstractServer.html +0 -654
  384. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/InvalidPassword.html +0 -92
  385. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerAlreadyStarted.html +0 -97
  386. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerError.html +0 -96
  387. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/ServerNotStarted.html +0 -97
  388. data/doc/rdoc/classes/PhusionPassenger/AbstractServer/UnknownMessage.html +0 -96
  389. data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +0 -619
  390. data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +0 -142
  391. data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats.html +0 -368
  392. data/doc/rdoc/classes/PhusionPassenger/AdminTools/MemoryStats/Process.html +0 -231
  393. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance.html +0 -588
  394. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/CorruptedDirectoryError.html +0 -92
  395. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/GenerationsAbsentError.html +0 -92
  396. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Group.html +0 -147
  397. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Process.html +0 -279
  398. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/RoleDeniedError.html +0 -92
  399. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/StaleDirectoryError.html +0 -92
  400. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/Stats.html +0 -123
  401. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ServerInstance/UnsupportedGenerationStructureVersionError.html +0 -92
  402. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger.html +0 -341
  403. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/Log.html +0 -294
  404. data/doc/rdoc/classes/PhusionPassenger/AnalyticsLogger/SharedData.html +0 -199
  405. data/doc/rdoc/classes/PhusionPassenger/AppInitError.html +0 -155
  406. data/doc/rdoc/classes/PhusionPassenger/AppProcess.html +0 -367
  407. data/doc/rdoc/classes/PhusionPassenger/ClassicRails.html +0 -95
  408. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner.html +0 -351
  409. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/ApplicationSpawner/Error.html +0 -98
  410. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/CGIFixed.html +0 -200
  411. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner.html +0 -410
  412. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/FrameworkSpawner/Error.html +0 -98
  413. data/doc/rdoc/classes/PhusionPassenger/ClassicRails/RequestHandler.html +0 -156
  414. data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions.html +0 -115
  415. data/doc/rdoc/classes/PhusionPassenger/ClassicRailsExtensions/AnalyticsLogging.html +0 -202
  416. data/doc/rdoc/classes/PhusionPassenger/ConsoleTextTemplate.html +0 -172
  417. data/doc/rdoc/classes/PhusionPassenger/DebugLogging.html +0 -273
  418. data/doc/rdoc/classes/PhusionPassenger/FrameworkInitError.html +0 -145
  419. data/doc/rdoc/classes/PhusionPassenger/HTMLTemplate.html +0 -162
  420. data/doc/rdoc/classes/PhusionPassenger/InitializationError.html +0 -141
  421. data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +0 -92
  422. data/doc/rdoc/classes/PhusionPassenger/MessageChannel.html +0 -673
  423. data/doc/rdoc/classes/PhusionPassenger/MessageChannel/InvalidHashError.html +0 -92
  424. data/doc/rdoc/classes/PhusionPassenger/MessageClient.html +0 -415
  425. data/doc/rdoc/classes/PhusionPassenger/NativeSupportLoader.html +0 -134
  426. data/doc/rdoc/classes/PhusionPassenger/Packaging.html +0 -129
  427. data/doc/rdoc/classes/PhusionPassenger/PlatformInfo.html +0 -1809
  428. data/doc/rdoc/classes/PhusionPassenger/Plugin.html +0 -237
  429. data/doc/rdoc/classes/PhusionPassenger/Rack.html +0 -91
  430. data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +0 -312
  431. data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner/Error.html +0 -98
  432. data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +0 -218
  433. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions.html +0 -114
  434. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging.html +0 -256
  435. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ACExtension.html +0 -139
  436. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ASBenchmarkableExtension.html +0 -118
  437. data/doc/rdoc/classes/PhusionPassenger/Rails3Extensions/AnalyticsLogging/ExceptionLogger.html +0 -135
  438. data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +0 -378
  439. data/doc/rdoc/classes/PhusionPassenger/Standalone.html +0 -111
  440. data/doc/rdoc/classes/PhusionPassenger/Standalone/AppFinder.html +0 -252
  441. data/doc/rdoc/classes/PhusionPassenger/Standalone/Command.html +0 -161
  442. data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile.html +0 -368
  443. data/doc/rdoc/classes/PhusionPassenger/Standalone/ConfigFile/DisallowedContextError.html +0 -132
  444. data/doc/rdoc/classes/PhusionPassenger/Standalone/HelpCommand.html +0 -151
  445. data/doc/rdoc/classes/PhusionPassenger/Standalone/Main.html +0 -189
  446. data/doc/rdoc/classes/PhusionPassenger/Standalone/PackageRuntimeCommand.html +0 -177
  447. data/doc/rdoc/classes/PhusionPassenger/Standalone/RuntimeInstaller.html +0 -341
  448. data/doc/rdoc/classes/PhusionPassenger/Standalone/StartCommand.html +0 -203
  449. data/doc/rdoc/classes/PhusionPassenger/Standalone/StatusCommand.html +0 -156
  450. data/doc/rdoc/classes/PhusionPassenger/Standalone/StopCommand.html +0 -168
  451. data/doc/rdoc/classes/PhusionPassenger/Standalone/Utils.html +0 -86
  452. data/doc/rdoc/classes/PhusionPassenger/Standalone/VersionCommand.html +0 -135
  453. data/doc/rdoc/classes/PhusionPassenger/UnknownError.html +0 -125
  454. data/doc/rdoc/classes/PhusionPassenger/Utils.html +0 -1550
  455. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher.html +0 -204
  456. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/DirInfo.html +0 -171
  457. data/doc/rdoc/classes/PhusionPassenger/Utils/FileSystemWatcher/FileInfo.html +0 -140
  458. data/doc/rdoc/classes/PhusionPassenger/Utils/HostsFileParser.html +0 -260
  459. data/doc/rdoc/classes/PhusionPassenger/Utils/PseudoIO.html +0 -169
  460. data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput.html +0 -265
  461. data/doc/rdoc/classes/PhusionPassenger/Utils/RewindableInput/Tempfile.html +0 -120
  462. data/doc/rdoc/classes/PhusionPassenger/Utils/UnseekableSocket.html +0 -561
  463. data/doc/rdoc/classes/PhusionPassenger/VersionNotFound.html +0 -140
  464. data/doc/rdoc/classes/PhusionPassenger/WSGI.html +0 -89
  465. data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +0 -182
  466. data/doc/rdoc/classes/Process.html +0 -115
  467. data/doc/rdoc/classes/Signal.html +0 -139
  468. data/doc/rdoc/created.rid +0 -1
  469. data/doc/rdoc/files/DEVELOPERS_TXT.html +0 -276
  470. data/doc/rdoc/files/README.html +0 -157
  471. data/doc/rdoc/files/lib/phusion_passenger/abstract_installer_rb.html +0 -130
  472. data/doc/rdoc/files/lib/phusion_passenger/abstract_request_handler_rb.html +0 -135
  473. data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +0 -126
  474. data/doc/rdoc/files/lib/phusion_passenger/abstract_server_rb.html +0 -128
  475. data/doc/rdoc/files/lib/phusion_passenger/admin_tools/memory_stats_rb.html +0 -126
  476. data/doc/rdoc/files/lib/phusion_passenger/admin_tools/server_instance_rb.html +0 -132
  477. data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +0 -122
  478. data/doc/rdoc/files/lib/phusion_passenger/analytics_logger_rb.html +0 -129
  479. data/doc/rdoc/files/lib/phusion_passenger/app_process_rb.html +0 -127
  480. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/application_spawner_rb.html +0 -141
  481. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/cgi_fixed_rb.html +0 -126
  482. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/framework_spawner_rb.html +0 -146
  483. data/doc/rdoc/files/lib/phusion_passenger/classic_rails/request_handler_rb.html +0 -125
  484. data/doc/rdoc/files/lib/phusion_passenger/classic_rails_extensions/init_rb.html +0 -132
  485. data/doc/rdoc/files/lib/phusion_passenger/console_text_template_rb.html +0 -126
  486. data/doc/rdoc/files/lib/phusion_passenger/constants_rb.html +0 -122
  487. data/doc/rdoc/files/lib/phusion_passenger/debug_logging_rb.html +0 -122
  488. data/doc/rdoc/files/lib/phusion_passenger/dependencies_rb.html +0 -147
  489. data/doc/rdoc/files/lib/phusion_passenger/exceptions_rb.html +0 -122
  490. data/doc/rdoc/files/lib/phusion_passenger/html_template_rb.html +0 -127
  491. data/doc/rdoc/files/lib/phusion_passenger/message_channel_rb.html +0 -120
  492. data/doc/rdoc/files/lib/phusion_passenger/message_client_rb.html +0 -127
  493. data/doc/rdoc/files/lib/phusion_passenger/native_support_rb.html +0 -132
  494. data/doc/rdoc/files/lib/phusion_passenger/packaging_rb.html +0 -122
  495. data/doc/rdoc/files/lib/phusion_passenger/platform_info/apache_rb.html +0 -127
  496. data/doc/rdoc/files/lib/phusion_passenger/platform_info/binary_compatibility_rb.html +0 -129
  497. data/doc/rdoc/files/lib/phusion_passenger/platform_info/compiler_rb.html +0 -126
  498. data/doc/rdoc/files/lib/phusion_passenger/platform_info/curl_rb.html +0 -126
  499. data/doc/rdoc/files/lib/phusion_passenger/platform_info/documentation_tools_rb.html +0 -126
  500. data/doc/rdoc/files/lib/phusion_passenger/platform_info/linux_rb.html +0 -126
  501. data/doc/rdoc/files/lib/phusion_passenger/platform_info/operating_system_rb.html +0 -127
  502. data/doc/rdoc/files/lib/phusion_passenger/platform_info/ruby_rb.html +0 -128
  503. data/doc/rdoc/files/lib/phusion_passenger/platform_info/zlib_rb.html +0 -126
  504. data/doc/rdoc/files/lib/phusion_passenger/platform_info_rb.html +0 -122
  505. data/doc/rdoc/files/lib/phusion_passenger/plugin_rb.html +0 -127
  506. data/doc/rdoc/files/lib/phusion_passenger/public_api_rb.html +0 -127
  507. data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +0 -137
  508. data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +0 -125
  509. data/doc/rdoc/files/lib/phusion_passenger/rails3_extensions/init_rb.html +0 -127
  510. data/doc/rdoc/files/lib/phusion_passenger/simple_benchmarking_rb.html +0 -122
  511. data/doc/rdoc/files/lib/phusion_passenger/spawn_manager_rb.html +0 -160
  512. data/doc/rdoc/files/lib/phusion_passenger/standalone/app_finder_rb.html +0 -127
  513. data/doc/rdoc/files/lib/phusion_passenger/standalone/command_rb.html +0 -135
  514. data/doc/rdoc/files/lib/phusion_passenger/standalone/config_file_rb.html +0 -126
  515. data/doc/rdoc/files/lib/phusion_passenger/standalone/help_command_rb.html +0 -126
  516. data/doc/rdoc/files/lib/phusion_passenger/standalone/main_rb.html +0 -126
  517. data/doc/rdoc/files/lib/phusion_passenger/standalone/package_runtime_command_rb.html +0 -127
  518. data/doc/rdoc/files/lib/phusion_passenger/standalone/runtime_installer_rb.html +0 -133
  519. data/doc/rdoc/files/lib/phusion_passenger/standalone/start_command_rb.html +0 -136
  520. data/doc/rdoc/files/lib/phusion_passenger/standalone/status_command_rb.html +0 -126
  521. data/doc/rdoc/files/lib/phusion_passenger/standalone/stop_command_rb.html +0 -126
  522. data/doc/rdoc/files/lib/phusion_passenger/standalone/utils_rb.html +0 -126
  523. data/doc/rdoc/files/lib/phusion_passenger/standalone/version_command_rb.html +0 -127
  524. data/doc/rdoc/files/lib/phusion_passenger/utils/file_system_watcher_rb.html +0 -126
  525. data/doc/rdoc/files/lib/phusion_passenger/utils/hosts_file_parser_rb.html +0 -120
  526. data/doc/rdoc/files/lib/phusion_passenger/utils/rewindable_input_rb.html +0 -100
  527. data/doc/rdoc/files/lib/phusion_passenger/utils/tmpdir_rb.html +0 -122
  528. data/doc/rdoc/files/lib/phusion_passenger/utils/unseekable_socket_rb.html +0 -126
  529. data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +0 -179
  530. data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +0 -132
  531. data/doc/rdoc/fr_class_index.html +0 -138
  532. data/doc/rdoc/fr_file_index.html +0 -108
  533. data/doc/rdoc/fr_method_index.html +0 -430
  534. data/doc/rdoc/index.html +0 -26
  535. data/doc/rdoc/rdoc-style.css +0 -187
  536. data/ext/apache2/LICENSE-CNRI.TXT +0 -79
  537. data/ext/common/Utils/BlockingScalar.h +0 -50
  538. data/ext/common/Utils/FileHandleGuard.h +0 -81
@@ -4,9 +4,6 @@
4
4
  #include "Utils/IOUtils.h"
5
5
 
6
6
  #include <oxt/thread.hpp>
7
- #include <sys/types.h>
8
- #include <sys/socket.h>
9
- #include <sys/un.h>
10
7
 
11
8
  using namespace Passenger;
12
9
  using namespace std;
@@ -19,21 +16,23 @@ namespace tut {
19
16
  ev::dynamic_loop eventLoop;
20
17
  ev::async exitWatcher;
21
18
  oxt::thread *thr;
19
+ string lastErrorMessage;
20
+ int lastErrorCode;
22
21
  AtomicInt integer;
22
+ string data;
23
23
 
24
24
  EventedClientTest()
25
25
  : exitWatcher(eventLoop)
26
26
  {
27
- int fds[2];
28
-
29
- socketpair(AF_UNIX, SOCK_STREAM, 0, fds);
30
- fd1 = fds[0];
31
- fd2 = fds[1];
27
+ SocketPair sockets = createUnixSocketPair();
28
+ fd1 = sockets.first;
29
+ fd2 = sockets.second;
32
30
  setNonBlocking(fd2);
33
31
 
34
32
  exitWatcher.set<EventedClientTest, &EventedClientTest::unloop>(this);
35
33
  exitWatcher.start();
36
34
  thr = NULL;
35
+ lastErrorCode = -1;
37
36
  }
38
37
 
39
38
  ~EventedClientTest() {
@@ -49,6 +48,12 @@ namespace tut {
49
48
  void stopEventLoop() {
50
49
  if (thr != NULL) {
51
50
  exitWatcher.send();
51
+ waitUntilEventLoopExits();
52
+ }
53
+ }
54
+
55
+ void waitUntilEventLoopExits() {
56
+ if (thr != NULL) {
52
57
  thr->join();
53
58
  delete thr;
54
59
  thr = NULL;
@@ -72,6 +77,28 @@ namespace tut {
72
77
  EventedClientTest *test = (EventedClientTest *) client->userData;
73
78
  test->integer = 2;
74
79
  }
80
+
81
+ static void saveSystemError(EventedClient *client, const string &message, int code) {
82
+ EventedClientTest *self = (EventedClientTest *) client->userData;
83
+ self->lastErrorMessage = message;
84
+ self->lastErrorCode = code;
85
+ }
86
+
87
+ static void exitEventLoop(EventedClient *client) {
88
+ EventedClientTest *self = (EventedClientTest *) client->userData;
89
+ self->eventLoop.unloop();
90
+ }
91
+
92
+ static void readAndExitOnEof(EventedClient *client) {
93
+ EventedClientTest *self = (EventedClientTest *) client->userData;
94
+ char buf[1024];
95
+ ssize_t ret = read(client->fd, buf, sizeof(buf));
96
+ if (ret <= 0) {
97
+ self->eventLoop.unloop();
98
+ } else {
99
+ self->data.append(buf, ret);
100
+ }
101
+ }
75
102
  };
76
103
 
77
104
  DEFINE_TEST_GROUP(EventedClientTest);
@@ -128,7 +155,7 @@ namespace tut {
128
155
 
129
156
  char buf[100];
130
157
  memset(buf, 0, sizeof(buf));
131
- ensure(MessageChannel(fd1).readRaw(buf, strlen("hello world")));
158
+ ensure(readExact(fd1, buf, strlen("hello world")));
132
159
  ensure_equals(string(buf), "hello world");
133
160
  }
134
161
 
@@ -154,7 +181,7 @@ namespace tut {
154
181
 
155
182
  char buf[str.size()];
156
183
  memset(buf, 0, sizeof(buf));
157
- ensure(MessageChannel(fd1).readRaw(buf, str.size()));
184
+ ensure(readExact(fd1, buf, str.size()));
158
185
  ensure(memcmp(buf, str.c_str(), str.size()) == 0);
159
186
  }
160
187
 
@@ -182,7 +209,7 @@ namespace tut {
182
209
 
183
210
  char buf[str.size()];
184
211
  memset(buf, 0, sizeof(buf));
185
- ensure(MessageChannel(fd1).readRaw(buf, str.size()));
212
+ ensure(readExact(fd1, buf, str.size()));
186
213
  ensure(memcmp(buf, str.c_str(), str.size()) == 0);
187
214
 
188
215
  // readWatcher will become active again after all pending data has been sent.
@@ -238,7 +265,7 @@ namespace tut {
238
265
  );
239
266
 
240
267
  memset(buf, 0, sizeof(buf));
241
- ensure(MessageChannel(fd1).readRaw(buf, str.size() - 1));
268
+ ensure(readExact(fd1, buf, str.size() - 1));
242
269
  ensure(memcmp(buf, str.c_str() + 1, str.size() - 1) == 0);
243
270
 
244
271
  ensure_equals(read(fd1, buf, 1), (ssize_t) 0);
@@ -378,9 +405,119 @@ namespace tut {
378
405
  EVENT_LOOP_GUARD;
379
406
 
380
407
  char buf[str.size()];
381
- MessageChannel(fd1).readRaw(buf, str.size());
408
+ readExact(fd1, buf, str.size());
382
409
  EVENTUALLY(2,
383
410
  result = integer == 2;
384
411
  );
385
412
  }
413
+
414
+ TEST_METHOD(17) {
415
+ // EventedClient.write() ensures that the given data is written
416
+ // after what's already in the outbox.
417
+ EventedClient client(eventLoop, fd2);
418
+ string header(1024 * 4, 'x');
419
+ string body(1024 * 128, 'y');
420
+ char buf[header.size() + body.size() + 1024];
421
+
422
+ client.write(header);
423
+ client.write(body);
424
+ ensure(client.pendingWrites() > 0);
425
+
426
+ ensure_equals(readExact(fd1, buf, header.size()), (unsigned int) header.size());
427
+ ensure_equals(StaticString(buf, header.size()), header);
428
+
429
+ client.write("hello world");
430
+
431
+ startEventLoop();
432
+ EVENT_LOOP_GUARD;
433
+
434
+ unsigned int len = body.size() + strlen("hello world");
435
+ ensure_equals(readExact(fd1, buf, len), len);
436
+ ensure_equals(StaticString(buf, len), body + "hello world");
437
+ }
438
+
439
+ TEST_METHOD(18) {
440
+ // If writeErrorAction is DISCONNECT_FULL then
441
+ // EventedClient.write(), upon encountering a write error,
442
+ // will forcefully disconnect the connection.
443
+ EventedClient client(eventLoop, fd2);
444
+ client.userData = this;
445
+ client.writeErrorAction = EventedClient::DISCONNECT_FULL;
446
+ client.onSystemError = saveSystemError;
447
+ fd1.close();
448
+ client.write("hello");
449
+ ensure_equals(lastErrorCode, EPIPE);
450
+ ensure_equals(client.fd, -1);
451
+ }
452
+
453
+ TEST_METHOD(19) {
454
+ // If writeErrorAction is DISCONNECT_FULL then
455
+ // the background writer disconnects the connection
456
+ // on write error.
457
+ EventedClient client(eventLoop, fd2);
458
+ client.userData = this;
459
+ client.writeErrorAction = EventedClient::DISCONNECT_FULL;
460
+ client.onSystemError = saveSystemError;
461
+
462
+ string str(1024 * 128, 'x');
463
+ client.write(str);
464
+ ensure(client.pendingWrites() > 0);
465
+
466
+ fd1.close();
467
+ client.onDisconnect = exitEventLoop;
468
+ startEventLoop();
469
+ waitUntilEventLoopExits();
470
+
471
+ ensure_equals(lastErrorCode, EPIPE);
472
+ ensure_equals(client.fd, -1);
473
+ }
474
+
475
+ TEST_METHOD(20) {
476
+ // If writeErrorAction is DISCONNECT_WRITE then
477
+ // EventedClient.write(), upon encountering a write error,
478
+ // will forcefully disconnect the writer side of the
479
+ // connection but continue allowing reading.
480
+ EventedClient client(eventLoop, fd2);
481
+ client.userData = this;
482
+ client.writeErrorAction = EventedClient::DISCONNECT_WRITE;
483
+ client.onSystemError = saveSystemError;
484
+ client.onReadable = readAndExitOnEof;
485
+ client.notifyReads(true);
486
+
487
+ writeExact(fd1, "world", 5);
488
+ fd1.close();
489
+ client.write("hello");
490
+
491
+ startEventLoop();
492
+ waitUntilEventLoopExits();
493
+
494
+ ensure(client.fd != -1);
495
+ ensure_equals(data, "world");
496
+ }
497
+
498
+ TEST_METHOD(21) {
499
+ // If writeErrorAction is DISCONNECT_WRITE then
500
+ // the background writer, upon encountering a write error,
501
+ // will forcefully disconnect the writer side of the
502
+ // connection but continue allowing reading.
503
+ EventedClient client(eventLoop, fd2);
504
+ client.userData = this;
505
+ client.writeErrorAction = EventedClient::DISCONNECT_WRITE;
506
+ client.onSystemError = saveSystemError;
507
+ client.onReadable = readAndExitOnEof;
508
+ client.notifyReads(true);
509
+
510
+ string str(1024 * 128, 'x');
511
+ client.write(str);
512
+ ensure(client.pendingWrites() > 0);
513
+
514
+ writeExact(fd1, "world", 5);
515
+ fd1.close();
516
+
517
+ startEventLoop();
518
+ waitUntilEventLoopExits();
519
+
520
+ ensure(client.fd != -1);
521
+ ensure_equals(data, "world");
522
+ }
386
523
  }
@@ -1,11 +1,15 @@
1
1
  #include "TestSupport.h"
2
2
  #include "Utils/IOUtils.h"
3
+ #include <oxt/system_calls.hpp>
4
+ #include <boost/bind.hpp>
3
5
  #include <sys/types.h>
4
6
  #include <cerrno>
5
7
  #include <string>
6
8
 
7
9
  using namespace Passenger;
8
10
  using namespace std;
11
+ using namespace boost;
12
+ using namespace oxt;
9
13
 
10
14
  namespace tut {
11
15
  static ssize_t writevResult;
@@ -43,9 +47,94 @@ namespace tut {
43
47
  ~IOUtilsTest() {
44
48
  setWritevFunction(NULL);
45
49
  }
50
+
51
+ Pipe createNonBlockingPipe() {
52
+ Pipe p = createPipe();
53
+ setNonBlocking(p.second);
54
+ return p;
55
+ }
56
+
57
+ void writeUntilFull(int fd) {
58
+ char buf[1024 * 4];
59
+ memset(buf, 0, sizeof(buf));
60
+ bool done = false;
61
+ while (!done) {
62
+ ssize_t ret = write(fd, buf, sizeof(buf));
63
+ if (ret == -1) {
64
+ if (errno == EAGAIN) {
65
+ done = true;
66
+ } else {
67
+ int e = errno;
68
+ throw SystemException("Cannot write to pipe", e);
69
+ }
70
+ }
71
+ }
72
+ }
73
+
74
+ static void writeDataAfterSomeTime(int fd, unsigned int sleepTimeInUsec) {
75
+ try {
76
+ syscalls::usleep(sleepTimeInUsec);
77
+ syscalls::write(fd, "hi", 2);
78
+ } catch (const boost::thread_interrupted &) {
79
+ // Do nothing.
80
+ }
81
+ }
82
+
83
+ static void writeDataSlowly(int fd, unsigned int bytesToWrite, unsigned int bytesPerSec) {
84
+ try {
85
+ for (unsigned i = 0; i < bytesToWrite && !this_thread::interruption_requested(); i++) {
86
+ syscalls::write(fd, "x", 1);
87
+ syscalls::usleep(1000000 / bytesPerSec);
88
+ }
89
+ } catch (const boost::thread_interrupted &) {
90
+ // Do nothing.
91
+ }
92
+ }
93
+
94
+ static void readDataAfterSomeTime(int fd, unsigned int sleepTimeInUsec) {
95
+ try {
96
+ char buf[1024 * 8];
97
+ syscalls::usleep(sleepTimeInUsec);
98
+ syscalls::read(fd, buf, sizeof(buf));
99
+ } catch (const boost::thread_interrupted &) {
100
+ // Do nothing.
101
+ }
102
+ }
103
+
104
+ static void readDataSlowly(int fd, int bytesToRead, int bytesPerSec) {
105
+ try {
106
+ unsigned long long start = SystemTime::getUsec();
107
+ unsigned long long deadline = start +
108
+ (bytesToRead * 1000000.0 / bytesPerSec);
109
+ int alreadyRead = 0;
110
+
111
+ while (alreadyRead < bytesToRead && !this_thread::interruption_requested()) {
112
+ unsigned long long elapsed = SystemTime::getUsec();
113
+ double progress = (elapsed - start) / (double) (deadline - start);
114
+ int shouldHaveRead = progress * bytesToRead;
115
+ int shouldNowRead = shouldHaveRead - alreadyRead;
116
+
117
+ if (shouldNowRead > 0) {
118
+ char *buf = new char[shouldNowRead];
119
+ ssize_t ret = syscalls::read(fd, buf, shouldNowRead);
120
+ int e = errno;
121
+ delete buf;
122
+ if (ret == -1) {
123
+ throw SystemException("read error", e);
124
+ } else if (ret == 0) {
125
+ break;
126
+ }
127
+ alreadyRead += ret;
128
+ }
129
+ syscalls::usleep(1000);
130
+ }
131
+ } catch (const boost::thread_interrupted &) {
132
+ // Do nothing.
133
+ }
134
+ }
46
135
  };
47
136
 
48
- DEFINE_TEST_GROUP(IOUtilsTest);
137
+ DEFINE_TEST_GROUP_WITH_LIMIT(IOUtilsTest, 100);
49
138
 
50
139
  /***** Test gatheredWrite() with empty input rest buffer *****/
51
140
 
@@ -395,4 +484,313 @@ namespace tut {
395
484
  ensure_equals(writevCalled, 4);
396
485
  ensure_equals(writevData, "hellomyworld!!");
397
486
  }
487
+
488
+ /***** Test waitUntilReadable() *****/
489
+
490
+ TEST_METHOD(50) {
491
+ // waitUntilReadable() waits for the specified timeout if no data is readable.
492
+ Pipe p = createPipe();
493
+ unsigned long long timeout = 25000;
494
+ ensure("No data is available", !waitUntilReadable(p.first, &timeout));
495
+ ensure("The passed time is deducted from the timeout", timeout < 5000);
496
+ }
497
+
498
+ TEST_METHOD(51) {
499
+ // waitUntilReadable() waits for less than the specified timeout if data
500
+ // is not available immediately but still available before the timeout.
501
+ Pipe p = createPipe();
502
+ TempThread thr(boost::bind(&writeDataAfterSomeTime, p.second, 35000));
503
+
504
+ unsigned long long timeout = 1000000;
505
+ ensure("Data is available", waitUntilReadable(p.first, &timeout));
506
+ ensure("At least 35 msec passed.", timeout <= 1000000 - 35000);
507
+ ensure("At most 70 msec passed.", timeout >= 1000000 - 70000); // depends on system scheduler though
508
+ }
509
+
510
+ TEST_METHOD(52) {
511
+ // waitUntilReadable() returns immediately if timeout is 0.
512
+ Pipe p = createPipe();
513
+ unsigned long long timeout = 0;
514
+ ensure("No data is available", !waitUntilReadable(p.first, &timeout));
515
+ ensure_equals("Timeout is not modified", timeout, 0u);
516
+
517
+ write(p.second, "hi", 2);
518
+ ensure("Data is available", waitUntilReadable(p.first, &timeout));
519
+ ensure_equals("Timeout is not modified", timeout, 0u);
520
+ }
521
+
522
+ TEST_METHOD(53) {
523
+ // waitUntilReadable() returns immediately if there's data immediately available.
524
+ Pipe p = createPipe();
525
+ unsigned long long timeout = 100000;
526
+ write(p.second, "hi", 2);
527
+ ensure("Data is available", waitUntilReadable(p.first, &timeout));
528
+ ensure("Timeout is not modified", timeout >= 100000 - 5000);
529
+ }
530
+
531
+ /***** Test readExact() *****/
532
+
533
+ TEST_METHOD(54) {
534
+ // readExact() throws TimeoutException if no data is received within the timeout.
535
+ Pipe p = createPipe();
536
+ unsigned long long timeout = 50000;
537
+ char buf;
538
+ try {
539
+ readExact(p.first, &buf, 1, &timeout);
540
+ fail("No TimeoutException thrown.");
541
+ } catch (const TimeoutException &) {
542
+ ensure("The passed time is deducted from timeout", timeout < 5000);
543
+ }
544
+ }
545
+
546
+ TEST_METHOD(55) {
547
+ // readExact() throws TimeoutException if not enough data is received within the timeout.
548
+ Pipe p = createPipe();
549
+ unsigned long long timeout = 20000;
550
+ char buf[100];
551
+
552
+ TempThread thr(boost::bind(&writeDataSlowly, p.second, sizeof(buf), 1));
553
+
554
+ try {
555
+ readExact(p.first, &buf, sizeof(buf), &timeout);
556
+ fail("No TimeoutException thrown.");
557
+ } catch (const TimeoutException &) {
558
+ ensure("The passed time is deducted from timeout", timeout < 5000);
559
+ }
560
+ }
561
+
562
+ TEST_METHOD(56) {
563
+ // readExact() throws TimeoutException if timeout is 0 and no data is immediately available.
564
+ Pipe p = createPipe();
565
+ unsigned long long timeout = 0;
566
+ char buf;
567
+ try {
568
+ readExact(p.first, &buf, 1, &timeout);
569
+ fail("No TimeoutException thrown.");
570
+ } catch (const TimeoutException &) {
571
+ ensure_equals("Timeout unchanged", timeout, 0u);
572
+ }
573
+ }
574
+
575
+ TEST_METHOD(57) {
576
+ // readExact() throws TimeoutException if timeout is 0 and not enough data is
577
+ // immediately available.
578
+ Pipe p = createPipe();
579
+ unsigned long long timeout = 0;
580
+ write(p.second, "hi", 2);
581
+ try {
582
+ char buf[100];
583
+ readExact(p.first, &buf, sizeof(buf), &timeout);
584
+ fail("No TimeoutException thrown.");
585
+ } catch (const TimeoutException &) {
586
+ ensure_equals("Timeout is unchanged", timeout, 0u);
587
+ }
588
+ }
589
+
590
+ TEST_METHOD(58) {
591
+ // readExact() deducts the amount of time spent on waiting from the timeout variable.
592
+ Pipe p = createPipe();
593
+ unsigned long long timeout = 60000;
594
+ char buf[3];
595
+
596
+ // Spawn a thread that writes 100 bytes per second, i.e. each byte takes 10 msec.
597
+ TempThread thr(boost::bind(&writeDataSlowly, p.second, 1000, 100));
598
+
599
+ // We read 3 bytes.
600
+ ensure_equals(readExact(p.first, &buf, sizeof(buf), &timeout), 3u);
601
+ ensure("Should have taken at least 20 msec", timeout <= 60000 - 20000);
602
+ ensure("Should have taken at most 40 msec", timeout >= 60000 - 40000);
603
+ }
604
+
605
+ TEST_METHOD(59) {
606
+ // readExact() does not wait and does not modify the timeout variable if there's
607
+ // immediately enough data available.
608
+ Pipe p = createPipe();
609
+ unsigned long long timeout = 100000;
610
+ char buf[2];
611
+
612
+ write(p.second, "hi", 2);
613
+ ensure_equals(readExact(p.first, &buf, 2, &timeout), 2u);
614
+ ensure("Timeout not modified", timeout >= 95000);
615
+ }
616
+
617
+ /***** Test waitUntilWritable() *****/
618
+
619
+ TEST_METHOD(60) {
620
+ // waitUntilWritable() waits for the specified timeout if no data is writable.
621
+ Pipe p = createNonBlockingPipe();
622
+ writeUntilFull(p.second);
623
+ unsigned long long timeout = 25000;
624
+ ensure("Socket did not become writable", !waitUntilWritable(p.second, &timeout));
625
+ ensure("The passed time is deducted from the timeout", timeout < 5000);
626
+ }
627
+
628
+ TEST_METHOD(61) {
629
+ // waitUntilWritable() waits for less than the specified timeout if the fd
630
+ // is not immediately writable but still writable before the timeout.
631
+ Pipe p = createNonBlockingPipe();
632
+ writeUntilFull(p.second);
633
+ TempThread thr(boost::bind(&readDataAfterSomeTime, p.first, 35000));
634
+
635
+ unsigned long long timeout = 1000000;
636
+ ensure("Socket became writable", waitUntilWritable(p.second, &timeout));
637
+ ensure("At least 35 msec passed.", timeout <= 1000000 - 35000);
638
+ ensure("At most 70 msec passed.", timeout >= 1000000 - 70000); // depends on system scheduler though
639
+ }
640
+
641
+ TEST_METHOD(62) {
642
+ // waitUntilWritable() returns immediately if timeout is 0.
643
+ Pipe p = createNonBlockingPipe();
644
+ writeUntilFull(p.second);
645
+ unsigned long long timeout = 0;
646
+ ensure("Socket is not writable", !waitUntilWritable(p.second, &timeout));
647
+ ensure_equals("Timeout is not modified", timeout, 0u);
648
+
649
+ char buf[1024 * 8];
650
+ read(p.first, buf, sizeof(buf));
651
+ ensure("Socket became writable", waitUntilWritable(p.second, &timeout));
652
+ ensure_equals("Timeout is not modified", timeout, 0u);
653
+ }
654
+
655
+ TEST_METHOD(63) {
656
+ // waitUntilWritable() returns immediately if the fd is immediately writable.
657
+ Pipe p = createNonBlockingPipe();
658
+ writeUntilFull(p.second);
659
+ unsigned long long timeout = 100000;
660
+ char buf[1024 * 8];
661
+ read(p.first, buf, sizeof(buf));
662
+ ensure("Socket became writable", waitUntilWritable(p.second, &timeout));
663
+ ensure("Timeout is not modified", timeout >= 100000 - 5000);
664
+ }
665
+
666
+ /***** Test readExact() *****/
667
+
668
+ TEST_METHOD(64) {
669
+ // writeExact() throws TimeoutException if fd does not become writable within the timeout.
670
+ Pipe p = createNonBlockingPipe();
671
+ writeUntilFull(p.second);
672
+ unsigned long long timeout = 50000;
673
+ try {
674
+ writeExact(p.second, "x", 1, &timeout);
675
+ fail("No TimeoutException thrown.");
676
+ } catch (const TimeoutException &) {
677
+ ensure("The passed time is deducted from timeout", timeout < 5000);
678
+ }
679
+ }
680
+
681
+ TEST_METHOD(65) {
682
+ // writeExact() throws TimeoutException if not enough data is written within the timeout.
683
+ Pipe p = createNonBlockingPipe();
684
+ writeUntilFull(p.second);
685
+ unsigned long long timeout = 20000;
686
+ char buf[1024 * 3];
687
+
688
+ TempThread thr(boost::bind(&readDataSlowly, p.first, sizeof(buf), 512));
689
+
690
+ try {
691
+ writeExact(p.second, "x", 1, &timeout);
692
+ fail("No TimeoutException thrown.");
693
+ } catch (const TimeoutException &) {
694
+ ensure("The passed time is deducted from timeout", timeout < 5000);
695
+ }
696
+ }
697
+
698
+ TEST_METHOD(66) {
699
+ // writeExact() throws TimeoutException if timeout is 0 and the fd is not immediately writable.
700
+ Pipe p = createNonBlockingPipe();
701
+ writeUntilFull(p.second);
702
+ unsigned long long timeout = 0;
703
+ try {
704
+ writeExact(p.second, "x", 1, &timeout);
705
+ fail("No TimeoutException thrown.");
706
+ } catch (const TimeoutException &) {
707
+ ensure_equals("Timeout unchanged", timeout, 0u);
708
+ }
709
+ }
710
+
711
+ TEST_METHOD(67) {
712
+ // writeExact() throws TimeoutException if timeout is 0 not enough data could be written immediately.
713
+ Pipe p = createNonBlockingPipe();
714
+ writeUntilFull(p.second);
715
+ unsigned long long timeout = 0;
716
+
717
+ char buf[1024];
718
+ read(p.first, buf, sizeof(buf));
719
+
720
+ char buf2[1024 * 8];
721
+ memset(buf2, 0, sizeof(buf2));
722
+
723
+ try {
724
+ writeExact(p.second, buf2, sizeof(buf2), &timeout);
725
+ fail("No TimeoutException thrown.");
726
+ } catch (const TimeoutException &) {
727
+ ensure_equals("Timeout is unchanged", timeout, 0u);
728
+ }
729
+ }
730
+
731
+ TEST_METHOD(68) {
732
+ // readExact() deducts the amount of time spent on waiting from the timeout variable.
733
+ Pipe p = createNonBlockingPipe();
734
+ unsigned long long timeout = 60000;
735
+
736
+ // Spawn a thread that reads 200000 bytes in 35 msec.
737
+ TempThread thr(boost::bind(&readDataSlowly, p.first, 5714286, 5714286));
738
+
739
+ // We write 200000 bytes.
740
+ char buf[200000];
741
+ writeExact(p.second, &buf, sizeof(buf), &timeout);
742
+ ensure("Should have taken at least 20 msec", timeout <= 60000 - 20000);
743
+ ensure("Should have taken at most 40 msec", timeout >= 60000 - 40000);
744
+ }
745
+
746
+ TEST_METHOD(69) {
747
+ // writeExact() does not wait and does not modify the timeout variable if
748
+ // all data can be written immediately.
749
+ Pipe p = createNonBlockingPipe();
750
+ unsigned long long timeout = 100000;
751
+ char buf[1024];
752
+ writeExact(p.second, buf, sizeof(buf), &timeout);
753
+ ensure("Timeout not modified", timeout >= 95000);
754
+ }
755
+
756
+ /***** Test getSocketAddressType() *****/
757
+
758
+ TEST_METHOD(70) {
759
+ ensure_equals(getSocketAddressType(""), SAT_UNKNOWN);
760
+ ensure_equals(getSocketAddressType("/foo.socket"), SAT_UNKNOWN);
761
+ ensure_equals(getSocketAddressType("unix:"), SAT_UNKNOWN);
762
+ ensure_equals(getSocketAddressType("unix:/"), SAT_UNIX);
763
+ ensure_equals(getSocketAddressType("unix:/foo.socket"), SAT_UNIX);
764
+ ensure_equals(getSocketAddressType("tcp:"), SAT_UNKNOWN);
765
+ ensure_equals(getSocketAddressType("tcp://"), SAT_UNKNOWN);
766
+ // Doesn't check whether it contains port
767
+ ensure_equals(getSocketAddressType("tcp://127.0.0.1"), SAT_TCP);
768
+ ensure_equals(getSocketAddressType("tcp://127.0.0.1:80"), SAT_TCP);
769
+ }
770
+
771
+ TEST_METHOD(71) {
772
+ ensure_equals(parseUnixSocketAddress("unix:/foo.socket"), "/foo.socket");
773
+ try {
774
+ parseUnixSocketAddress("unix:");
775
+ fail("ArgumentException expected");
776
+ } catch (const ArgumentException &e) {
777
+ // Pass.
778
+ }
779
+ }
780
+
781
+ TEST_METHOD(72) {
782
+ string host;
783
+ unsigned short port;
784
+
785
+ parseTcpSocketAddress("tcp://127.0.0.1:80", host, port);
786
+ ensure_equals(host, "127.0.0.1");
787
+ ensure_equals(port, 80);
788
+
789
+ try {
790
+ parseTcpSocketAddress("tcp://", host, port);
791
+ fail("ArgumentException expected");
792
+ } catch (const ArgumentException &e) {
793
+ // Pass.
794
+ }
795
+ }
398
796
  }