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
@@ -63,11 +63,6 @@ string fillInMiddle(unsigned int max, const string &prefix, const string &middle
63
63
  */
64
64
  bool startsWith(const StaticString &str, const StaticString &substr);
65
65
 
66
- /**
67
- * Converts the string to lowercase.
68
- */
69
- string toLowerCase(const StaticString &str);
70
-
71
66
  /**
72
67
  * Split the given string using the given separator.
73
68
  *
@@ -223,6 +218,14 @@ roundUp(IntegerType number, IntegerType multiple) {
223
218
  */
224
219
  string cEscapeString(const StaticString &input);
225
220
 
221
+ /**
222
+ * Escapes HTML special characters the given input string, which is assumed to
223
+ * contain UTF-8 data. Returns a UTF-8 encoded string.
224
+ *
225
+ * @throws utf8::exception A UTF-8 decoding error occurred.
226
+ */
227
+ string escapeHTML(const StaticString &input);
228
+
226
229
  } // namespace Passenger
227
230
 
228
231
  #endif /* _PASSENGER_STR_INT_UTILS_H_ */
@@ -114,6 +114,28 @@ public:
114
114
  }
115
115
  }
116
116
 
117
+ /**
118
+ * Returns the amount of time that has elapsed since the timer was last started,
119
+ * in microseconds. If the timer is currently stopped, then 0 is returned.
120
+ */
121
+ unsigned long long usecElapsed() const {
122
+ lock_guard<boost::mutex> l(lock);
123
+ if (startTime.tv_sec == 0 && startTime.tv_usec == 0) {
124
+ return 0;
125
+ } else {
126
+ struct timeval t;
127
+ unsigned long long now, beginning;
128
+ int ret;
129
+
130
+ do {
131
+ ret = gettimeofday(&t, NULL);
132
+ } while (ret == -1 && errno == EINTR);
133
+ now = (unsigned long long) t.tv_sec * 1000000 + t.tv_usec;
134
+ beginning = (unsigned long long) startTime.tv_sec * 1000000 + startTime.tv_usec;
135
+ return now - beginning;
136
+ }
137
+ }
138
+
117
139
  /**
118
140
  * Wait until <em>time</em> miliseconds have elapsed since the timer
119
141
  * was last started.
@@ -0,0 +1,35 @@
1
+ // Copyright 2006 Nemanja Trifunovic
2
+ // UTF-8 CPP 2.3
3
+
4
+ /*
5
+ Permission is hereby granted, free of charge, to any person or organization
6
+ obtaining a copy of the software and accompanying documentation covered by
7
+ this license (the "Software") to use, reproduce, display, distribute,
8
+ execute, and transmit the Software, and to prepare derivative works of the
9
+ Software, and to permit third-parties to whom the Software is furnished to
10
+ do so, all subject to the following:
11
+
12
+ The copyright notices in the Software and this entire statement, including
13
+ the above license grant, this restriction and the following disclaimer,
14
+ must be included in all copies of the Software, in whole or in part, and
15
+ all derivative works of the Software, unless such copies or derivative
16
+ works are solely in the form of machine-executable object code generated by
17
+ a source language processor.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
+ DEALINGS IN THE SOFTWARE.
26
+ */
27
+
28
+
29
+ #ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
30
+ #define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
31
+
32
+ #include <Utils/utf8/checked.h>
33
+ #include <Utils/utf8/unchecked.h>
34
+
35
+ #endif // header guard
@@ -0,0 +1,324 @@
1
+ // Copyright 2006 Nemanja Trifunovic
2
+ // UTF-8 CPP 2.3
3
+
4
+ /*
5
+ Permission is hereby granted, free of charge, to any person or organization
6
+ obtaining a copy of the software and accompanying documentation covered by
7
+ this license (the "Software") to use, reproduce, display, distribute,
8
+ execute, and transmit the Software, and to prepare derivative works of the
9
+ Software, and to permit third-parties to whom the Software is furnished to
10
+ do so, all subject to the following:
11
+
12
+ The copyright notices in the Software and this entire statement, including
13
+ the above license grant, this restriction and the following disclaimer,
14
+ must be included in all copies of the Software, in whole or in part, and
15
+ all derivative works of the Software, unless such copies or derivative
16
+ works are solely in the form of machine-executable object code generated by
17
+ a source language processor.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
+ DEALINGS IN THE SOFTWARE.
26
+ */
27
+
28
+
29
+ #ifndef UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
30
+ #define UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
31
+
32
+ #include <Utils/utf8/core.h>
33
+ #include <stdexcept>
34
+
35
+ namespace utf8
36
+ {
37
+ // Base for the exceptions that may be thrown from the library
38
+ class exception : public std::exception {
39
+ };
40
+
41
+ // Exceptions that may be thrown from the library functions.
42
+ class invalid_code_point : public exception {
43
+ uint32_t cp;
44
+ public:
45
+ invalid_code_point(uint32_t cp) : cp(cp) {}
46
+ virtual const char* what() const throw() { return "Invalid code point"; }
47
+ uint32_t code_point() const {return cp;}
48
+ };
49
+
50
+ class invalid_utf8 : public exception {
51
+ uint8_t u8;
52
+ public:
53
+ invalid_utf8 (uint8_t u) : u8(u) {}
54
+ virtual const char* what() const throw() { return "Invalid UTF-8"; }
55
+ uint8_t utf8_octet() const {return u8;}
56
+ };
57
+
58
+ class invalid_utf16 : public exception {
59
+ uint16_t u16;
60
+ public:
61
+ invalid_utf16 (uint16_t u) : u16(u) {}
62
+ virtual const char* what() const throw() { return "Invalid UTF-16"; }
63
+ uint16_t utf16_word() const {return u16;}
64
+ };
65
+
66
+ class not_enough_room : public exception {
67
+ public:
68
+ virtual const char* what() const throw() { return "Not enough space"; }
69
+ };
70
+
71
+ /// The library API - functions intended to be called by the users
72
+
73
+ template <typename octet_iterator, typename output_iterator>
74
+ output_iterator replace_invalid(octet_iterator start, octet_iterator end, output_iterator out, uint32_t replacement)
75
+ {
76
+ while (start != end) {
77
+ octet_iterator sequence_start = start;
78
+ internal::utf_error err_code = internal::validate_next(start, end);
79
+ switch (err_code) {
80
+ case internal::UTF8_OK :
81
+ for (octet_iterator it = sequence_start; it != start; ++it)
82
+ *out++ = *it;
83
+ break;
84
+ case internal::NOT_ENOUGH_ROOM:
85
+ throw not_enough_room();
86
+ case internal::INVALID_LEAD:
87
+ append (replacement, out);
88
+ ++start;
89
+ break;
90
+ case internal::INCOMPLETE_SEQUENCE:
91
+ case internal::OVERLONG_SEQUENCE:
92
+ case internal::INVALID_CODE_POINT:
93
+ append (replacement, out);
94
+ ++start;
95
+ // just one replacement mark for the sequence
96
+ while (internal::is_trail(*start) && start != end)
97
+ ++start;
98
+ break;
99
+ }
100
+ }
101
+ return out;
102
+ }
103
+
104
+ template <typename octet_iterator, typename output_iterator>
105
+ inline output_iterator replace_invalid(octet_iterator start, octet_iterator end, output_iterator out)
106
+ {
107
+ static const uint32_t replacement_marker = internal::mask16(0xfffd);
108
+ return replace_invalid(start, end, out, replacement_marker);
109
+ }
110
+
111
+ template <typename octet_iterator>
112
+ octet_iterator append(uint32_t cp, octet_iterator result)
113
+ {
114
+ if (!internal::is_code_point_valid(cp))
115
+ throw invalid_code_point(cp);
116
+
117
+ if (cp < 0x80) // one octet
118
+ *(result++) = static_cast<uint8_t>(cp);
119
+ else if (cp < 0x800) { // two octets
120
+ *(result++) = static_cast<uint8_t>((cp >> 6) | 0xc0);
121
+ *(result++) = static_cast<uint8_t>((cp & 0x3f) | 0x80);
122
+ }
123
+ else if (cp < 0x10000) { // three octets
124
+ *(result++) = static_cast<uint8_t>((cp >> 12) | 0xe0);
125
+ *(result++) = static_cast<uint8_t>(((cp >> 6) & 0x3f) | 0x80);
126
+ *(result++) = static_cast<uint8_t>((cp & 0x3f) | 0x80);
127
+ }
128
+ else { // four octets
129
+ *(result++) = static_cast<uint8_t>((cp >> 18) | 0xf0);
130
+ *(result++) = static_cast<uint8_t>(((cp >> 12) & 0x3f) | 0x80);
131
+ *(result++) = static_cast<uint8_t>(((cp >> 6) & 0x3f) | 0x80);
132
+ *(result++) = static_cast<uint8_t>((cp & 0x3f) | 0x80);
133
+ }
134
+ return result;
135
+ }
136
+
137
+ template <typename octet_iterator>
138
+ uint32_t next(octet_iterator& it, octet_iterator end)
139
+ {
140
+ uint32_t cp = 0;
141
+ internal::utf_error err_code = internal::validate_next(it, end, &cp);
142
+ switch (err_code) {
143
+ case internal::UTF8_OK :
144
+ break;
145
+ case internal::NOT_ENOUGH_ROOM :
146
+ throw not_enough_room();
147
+ case internal::INVALID_LEAD :
148
+ case internal::INCOMPLETE_SEQUENCE :
149
+ case internal::OVERLONG_SEQUENCE :
150
+ throw invalid_utf8(*it);
151
+ case internal::INVALID_CODE_POINT :
152
+ throw invalid_code_point(cp);
153
+ }
154
+ return cp;
155
+ }
156
+
157
+ template <typename octet_iterator>
158
+ uint32_t peek_next(octet_iterator it, octet_iterator end)
159
+ {
160
+ return next(it, end);
161
+ }
162
+
163
+ template <typename octet_iterator>
164
+ uint32_t prior(octet_iterator& it, octet_iterator start)
165
+ {
166
+ octet_iterator end = it;
167
+ while (internal::is_trail(*(--it)))
168
+ if (it < start)
169
+ throw invalid_utf8(*it); // error - no lead byte in the sequence
170
+ octet_iterator temp = it;
171
+ return next(temp, end);
172
+ }
173
+
174
+ /// Deprecated in versions that include "prior"
175
+ template <typename octet_iterator>
176
+ uint32_t previous(octet_iterator& it, octet_iterator pass_start)
177
+ {
178
+ octet_iterator end = it;
179
+ while (internal::is_trail(*(--it)))
180
+ if (it == pass_start)
181
+ throw invalid_utf8(*it); // error - no lead byte in the sequence
182
+ octet_iterator temp = it;
183
+ return next(temp, end);
184
+ }
185
+
186
+ template <typename octet_iterator, typename distance_type>
187
+ void advance (octet_iterator& it, distance_type n, octet_iterator end)
188
+ {
189
+ for (distance_type i = 0; i < n; ++i)
190
+ next(it, end);
191
+ }
192
+
193
+ template <typename octet_iterator>
194
+ typename std::iterator_traits<octet_iterator>::difference_type
195
+ distance (octet_iterator first, octet_iterator last)
196
+ {
197
+ typename std::iterator_traits<octet_iterator>::difference_type dist;
198
+ for (dist = 0; first < last; ++dist)
199
+ next(first, last);
200
+ return dist;
201
+ }
202
+
203
+ template <typename u16bit_iterator, typename octet_iterator>
204
+ octet_iterator utf16to8 (u16bit_iterator start, u16bit_iterator end, octet_iterator result)
205
+ {
206
+ while (start != end) {
207
+ uint32_t cp = internal::mask16(*start++);
208
+ // Take care of surrogate pairs first
209
+ if (internal::is_lead_surrogate(cp)) {
210
+ if (start != end) {
211
+ uint32_t trail_surrogate = internal::mask16(*start++);
212
+ if (internal::is_trail_surrogate(trail_surrogate))
213
+ cp = (cp << 10) + trail_surrogate + internal::SURROGATE_OFFSET;
214
+ else
215
+ throw invalid_utf16(static_cast<uint16_t>(trail_surrogate));
216
+ }
217
+ else
218
+ throw invalid_utf16(static_cast<uint16_t>(cp));
219
+
220
+ }
221
+ // Lone trail surrogate
222
+ else if (internal::is_trail_surrogate(cp))
223
+ throw invalid_utf16(static_cast<uint16_t>(cp));
224
+
225
+ result = append(cp, result);
226
+ }
227
+ return result;
228
+ }
229
+
230
+ template <typename u16bit_iterator, typename octet_iterator>
231
+ u16bit_iterator utf8to16 (octet_iterator start, octet_iterator end, u16bit_iterator result)
232
+ {
233
+ while (start != end) {
234
+ uint32_t cp = next(start, end);
235
+ if (cp > 0xffff) { //make a surrogate pair
236
+ *result++ = static_cast<uint16_t>((cp >> 10) + internal::LEAD_OFFSET);
237
+ *result++ = static_cast<uint16_t>((cp & 0x3ff) + internal::TRAIL_SURROGATE_MIN);
238
+ }
239
+ else
240
+ *result++ = static_cast<uint16_t>(cp);
241
+ }
242
+ return result;
243
+ }
244
+
245
+ template <typename octet_iterator, typename u32bit_iterator>
246
+ octet_iterator utf32to8 (u32bit_iterator start, u32bit_iterator end, octet_iterator result)
247
+ {
248
+ while (start != end)
249
+ result = append(*(start++), result);
250
+
251
+ return result;
252
+ }
253
+
254
+ template <typename octet_iterator, typename u32bit_iterator>
255
+ u32bit_iterator utf8to32 (octet_iterator start, octet_iterator end, u32bit_iterator result)
256
+ {
257
+ while (start != end)
258
+ (*result++) = next(start, end);
259
+
260
+ return result;
261
+ }
262
+
263
+ // The iterator class
264
+ template <typename octet_iterator>
265
+ class iterator : public std::iterator <std::bidirectional_iterator_tag, uint32_t> {
266
+ octet_iterator it;
267
+ octet_iterator range_start;
268
+ octet_iterator range_end;
269
+ public:
270
+ iterator () {};
271
+ explicit iterator (const octet_iterator& octet_it,
272
+ const octet_iterator& range_start,
273
+ const octet_iterator& range_end) :
274
+ it(octet_it), range_start(range_start), range_end(range_end)
275
+ {
276
+ if (it < range_start || it > range_end)
277
+ throw std::out_of_range("Invalid utf-8 iterator position");
278
+ }
279
+ // the default "big three" are OK
280
+ octet_iterator base () const { return it; }
281
+ uint32_t operator * () const
282
+ {
283
+ octet_iterator temp = it;
284
+ return next(temp, range_end);
285
+ }
286
+ bool operator == (const iterator& rhs) const
287
+ {
288
+ if (range_start != rhs.range_start || range_end != rhs.range_end)
289
+ throw std::logic_error("Comparing utf-8 iterators defined with different ranges");
290
+ return (it == rhs.it);
291
+ }
292
+ bool operator != (const iterator& rhs) const
293
+ {
294
+ return !(operator == (rhs));
295
+ }
296
+ iterator& operator ++ ()
297
+ {
298
+ next(it, range_end);
299
+ return *this;
300
+ }
301
+ iterator operator ++ (int)
302
+ {
303
+ iterator temp = *this;
304
+ next(it, range_end);
305
+ return temp;
306
+ }
307
+ iterator& operator -- ()
308
+ {
309
+ prior(it, range_start);
310
+ return *this;
311
+ }
312
+ iterator operator -- (int)
313
+ {
314
+ iterator temp = *this;
315
+ prior(it, range_start);
316
+ return temp;
317
+ }
318
+ }; // class iterator
319
+
320
+ } // namespace utf8
321
+
322
+ #endif //header guard
323
+
324
+
@@ -0,0 +1,359 @@
1
+ // Copyright 2006 Nemanja Trifunovic
2
+ // UTF-8 CPP 2.3
3
+
4
+ /*
5
+ Permission is hereby granted, free of charge, to any person or organization
6
+ obtaining a copy of the software and accompanying documentation covered by
7
+ this license (the "Software") to use, reproduce, display, distribute,
8
+ execute, and transmit the Software, and to prepare derivative works of the
9
+ Software, and to permit third-parties to whom the Software is furnished to
10
+ do so, all subject to the following:
11
+
12
+ The copyright notices in the Software and this entire statement, including
13
+ the above license grant, this restriction and the following disclaimer,
14
+ must be included in all copies of the Software, in whole or in part, and
15
+ all derivative works of the Software, unless such copies or derivative
16
+ works are solely in the form of machine-executable object code generated by
17
+ a source language processor.
18
+
19
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
22
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
23
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
24
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
25
+ DEALINGS IN THE SOFTWARE.
26
+ */
27
+
28
+
29
+ #ifndef UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
30
+ #define UTF8_FOR_CPP_CORE_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
31
+
32
+ #include <iterator>
33
+
34
+ namespace utf8
35
+ {
36
+ // The typedefs for 8-bit, 16-bit and 32-bit unsigned integers
37
+ // You may need to change them to match your system.
38
+ // These typedefs have the same names as ones from cstdint, or boost/cstdint
39
+ typedef unsigned char uint8_t;
40
+ typedef unsigned short uint16_t;
41
+ typedef unsigned int uint32_t;
42
+
43
+ // Helper code - not intended to be directly called by the library users. May be changed at any time
44
+ namespace internal
45
+ {
46
+ // Unicode constants
47
+ // Leading (high) surrogates: 0xd800 - 0xdbff
48
+ // Trailing (low) surrogates: 0xdc00 - 0xdfff
49
+ const uint16_t LEAD_SURROGATE_MIN = 0xd800u;
50
+ const uint16_t LEAD_SURROGATE_MAX = 0xdbffu;
51
+ const uint16_t TRAIL_SURROGATE_MIN = 0xdc00u;
52
+ const uint16_t TRAIL_SURROGATE_MAX = 0xdfffu;
53
+ const uint16_t LEAD_OFFSET = LEAD_SURROGATE_MIN - (0x10000 >> 10);
54
+ const uint32_t SURROGATE_OFFSET = 0x10000u - (LEAD_SURROGATE_MIN << 10) - TRAIL_SURROGATE_MIN;
55
+
56
+ // Maximum valid value for a Unicode code point
57
+ const uint32_t CODE_POINT_MAX = 0x0010ffffu;
58
+
59
+ template<typename octet_type>
60
+ inline uint8_t mask8(octet_type oc)
61
+ {
62
+ return static_cast<uint8_t>(0xff & oc);
63
+ }
64
+ template<typename u16_type>
65
+ inline uint16_t mask16(u16_type oc)
66
+ {
67
+ return static_cast<uint16_t>(0xffff & oc);
68
+ }
69
+ template<typename octet_type>
70
+ inline bool is_trail(octet_type oc)
71
+ {
72
+ return ((mask8(oc) >> 6) == 0x2);
73
+ }
74
+
75
+ template <typename u16>
76
+ inline bool is_lead_surrogate(u16 cp)
77
+ {
78
+ return (cp >= LEAD_SURROGATE_MIN && cp <= LEAD_SURROGATE_MAX);
79
+ }
80
+
81
+ template <typename u16>
82
+ inline bool is_trail_surrogate(u16 cp)
83
+ {
84
+ return (cp >= TRAIL_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX);
85
+ }
86
+
87
+ template <typename u16>
88
+ inline bool is_surrogate(u16 cp)
89
+ {
90
+ return (cp >= LEAD_SURROGATE_MIN && cp <= TRAIL_SURROGATE_MAX);
91
+ }
92
+
93
+ template <typename u32>
94
+ inline bool is_code_point_valid(u32 cp)
95
+ {
96
+ return (cp <= CODE_POINT_MAX && !is_surrogate(cp) && cp != 0xfffe && cp != 0xffff);
97
+ }
98
+
99
+ template <typename octet_iterator>
100
+ inline typename std::iterator_traits<octet_iterator>::difference_type
101
+ sequence_length(octet_iterator lead_it)
102
+ {
103
+ uint8_t lead = mask8(*lead_it);
104
+ if (lead < 0x80)
105
+ return 1;
106
+ else if ((lead >> 5) == 0x6)
107
+ return 2;
108
+ else if ((lead >> 4) == 0xe)
109
+ return 3;
110
+ else if ((lead >> 3) == 0x1e)
111
+ return 4;
112
+ else
113
+ return 0;
114
+ }
115
+
116
+ template <typename octet_difference_type>
117
+ inline bool is_overlong_sequence(uint32_t cp, octet_difference_type length)
118
+ {
119
+ if (cp < 0x80) {
120
+ if (length != 1)
121
+ return true;
122
+ }
123
+ else if (cp < 0x800) {
124
+ if (length != 2)
125
+ return true;
126
+ }
127
+ else if (cp < 0x10000) {
128
+ if (length != 3)
129
+ return true;
130
+ }
131
+
132
+ return false;
133
+ }
134
+
135
+ enum utf_error {UTF8_OK, NOT_ENOUGH_ROOM, INVALID_LEAD, INCOMPLETE_SEQUENCE, OVERLONG_SEQUENCE, INVALID_CODE_POINT};
136
+
137
+ /// get_sequence_x functions decode utf-8 sequences of the length x
138
+
139
+ template <typename octet_iterator>
140
+ utf_error get_sequence_1(octet_iterator& it, octet_iterator end, uint32_t* code_point)
141
+ {
142
+ if (it != end) {
143
+ if (code_point)
144
+ *code_point = mask8(*it);
145
+ return UTF8_OK;
146
+ }
147
+ return NOT_ENOUGH_ROOM;
148
+ }
149
+
150
+ template <typename octet_iterator>
151
+ utf_error get_sequence_2(octet_iterator& it, octet_iterator end, uint32_t* code_point)
152
+ {
153
+ utf_error ret_code = NOT_ENOUGH_ROOM;
154
+
155
+ if (it != end) {
156
+ uint32_t cp = mask8(*it);
157
+ if (++it != end) {
158
+ if (is_trail(*it)) {
159
+ cp = ((cp << 6) & 0x7ff) + ((*it) & 0x3f);
160
+
161
+ if (code_point)
162
+ *code_point = cp;
163
+ ret_code = UTF8_OK;
164
+ }
165
+ else
166
+ ret_code = INCOMPLETE_SEQUENCE;
167
+ }
168
+ else
169
+ ret_code = NOT_ENOUGH_ROOM;
170
+ }
171
+
172
+ return ret_code;
173
+ }
174
+
175
+ template <typename octet_iterator>
176
+ utf_error get_sequence_3(octet_iterator& it, octet_iterator end, uint32_t* code_point)
177
+ {
178
+ utf_error ret_code = NOT_ENOUGH_ROOM;
179
+
180
+ if (it != end) {
181
+ uint32_t cp = mask8(*it);
182
+ if (++it != end) {
183
+ if (is_trail(*it)) {
184
+ cp = ((cp << 12) & 0xffff) + ((mask8(*it) << 6) & 0xfff);
185
+ if (++it != end) {
186
+ if (is_trail(*it)) {
187
+ cp += (*it) & 0x3f;
188
+
189
+ if (code_point)
190
+ *code_point = cp;
191
+ ret_code = UTF8_OK;
192
+ }
193
+ else
194
+ ret_code = INCOMPLETE_SEQUENCE;
195
+ }
196
+ else
197
+ ret_code = NOT_ENOUGH_ROOM;
198
+ }
199
+ else
200
+ ret_code = INCOMPLETE_SEQUENCE;
201
+ }
202
+ else
203
+ ret_code = NOT_ENOUGH_ROOM;
204
+ }
205
+
206
+ return ret_code;
207
+ }
208
+
209
+ template <typename octet_iterator>
210
+ utf_error get_sequence_4(octet_iterator& it, octet_iterator end, uint32_t* code_point)
211
+ {
212
+ utf_error ret_code = NOT_ENOUGH_ROOM;
213
+
214
+ if (it != end) {
215
+ uint32_t cp = mask8(*it);
216
+ if (++it != end) {
217
+ if (is_trail(*it)) {
218
+ cp = ((cp << 18) & 0x1fffff) + ((mask8(*it) << 12) & 0x3ffff);
219
+ if (++it != end) {
220
+ if (is_trail(*it)) {
221
+ cp += (mask8(*it) << 6) & 0xfff;
222
+ if (++it != end) {
223
+ if (is_trail(*it)) {
224
+ cp += (*it) & 0x3f;
225
+
226
+ if (code_point)
227
+ *code_point = cp;
228
+ ret_code = UTF8_OK;
229
+ }
230
+ else
231
+ ret_code = INCOMPLETE_SEQUENCE;
232
+ }
233
+ else
234
+ ret_code = NOT_ENOUGH_ROOM;
235
+ }
236
+ else
237
+ ret_code = INCOMPLETE_SEQUENCE;
238
+ }
239
+ else
240
+ ret_code = NOT_ENOUGH_ROOM;
241
+ }
242
+ else
243
+ ret_code = INCOMPLETE_SEQUENCE;
244
+ }
245
+ else
246
+ ret_code = NOT_ENOUGH_ROOM;
247
+ }
248
+
249
+ return ret_code;
250
+ }
251
+
252
+ template <typename octet_iterator>
253
+ utf_error validate_next(octet_iterator& it, octet_iterator end, uint32_t* code_point)
254
+ {
255
+ // Save the original value of it so we can go back in case of failure
256
+ // Of course, it does not make much sense with i.e. stream iterators
257
+ octet_iterator original_it = it;
258
+
259
+ uint32_t cp = 0;
260
+ // Determine the sequence length based on the lead octet
261
+ typedef typename std::iterator_traits<octet_iterator>::difference_type octet_difference_type;
262
+ octet_difference_type length = sequence_length(it);
263
+ if (length == 0)
264
+ return INVALID_LEAD;
265
+
266
+ // Now that we have a valid sequence length, get trail octets and calculate the code point
267
+ utf_error err = UTF8_OK;
268
+ switch (length) {
269
+ case 1:
270
+ err = get_sequence_1(it, end, &cp);
271
+ break;
272
+ case 2:
273
+ err = get_sequence_2(it, end, &cp);
274
+ break;
275
+ case 3:
276
+ err = get_sequence_3(it, end, &cp);
277
+ break;
278
+ case 4:
279
+ err = get_sequence_4(it, end, &cp);
280
+ break;
281
+ }
282
+
283
+ if (err == UTF8_OK) {
284
+ // Decoding succeeded. Now, security checks...
285
+ if (is_code_point_valid(cp)) {
286
+ if (!is_overlong_sequence(cp, length)){
287
+ // Passed! Return here.
288
+ if (code_point)
289
+ *code_point = cp;
290
+ ++it;
291
+ return UTF8_OK;
292
+ }
293
+ else
294
+ err = OVERLONG_SEQUENCE;
295
+ }
296
+ else
297
+ err = INVALID_CODE_POINT;
298
+ }
299
+
300
+ // Failure branch - restore the original value of the iterator
301
+ it = original_it;
302
+ return err;
303
+ }
304
+
305
+ template <typename octet_iterator>
306
+ inline utf_error validate_next(octet_iterator& it, octet_iterator end) {
307
+ return validate_next(it, end, 0);
308
+ }
309
+
310
+ } // namespace internal
311
+
312
+ /// The library API - functions intended to be called by the users
313
+
314
+ // Byte order mark
315
+ const uint8_t bom[] = {0xef, 0xbb, 0xbf};
316
+
317
+ template <typename octet_iterator>
318
+ octet_iterator find_invalid(octet_iterator start, octet_iterator end)
319
+ {
320
+ octet_iterator result = start;
321
+ while (result != end) {
322
+ internal::utf_error err_code = internal::validate_next(result, end);
323
+ if (err_code != internal::UTF8_OK)
324
+ return result;
325
+ }
326
+ return result;
327
+ }
328
+
329
+ template <typename octet_iterator>
330
+ inline bool is_valid(octet_iterator start, octet_iterator end)
331
+ {
332
+ return (find_invalid(start, end) == end);
333
+ }
334
+
335
+ template <typename octet_iterator>
336
+ inline bool starts_with_bom (octet_iterator it, octet_iterator end)
337
+ {
338
+ return (
339
+ ((it != end) && (internal::mask8(*it++)) == bom[0]) &&
340
+ ((it != end) && (internal::mask8(*it++)) == bom[1]) &&
341
+ ((it != end) && (internal::mask8(*it)) == bom[2])
342
+ );
343
+ }
344
+
345
+ //Deprecated in release 2.3
346
+ template <typename octet_iterator>
347
+ inline bool is_bom (octet_iterator it)
348
+ {
349
+ return (
350
+ (internal::mask8(*it++)) == bom[0] &&
351
+ (internal::mask8(*it++)) == bom[1] &&
352
+ (internal::mask8(*it)) == bom[2]
353
+ );
354
+ }
355
+ } // namespace utf8
356
+
357
+ #endif // header guard
358
+
359
+