passenger 2.0.6 → 2.1.2

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 (497) hide show
  1. data/DEVELOPERS.TXT +10 -4
  2. data/LICENSE +1 -1
  3. data/NEWS +0 -0
  4. data/Rakefile +183 -117
  5. data/benchmark/dispatcher.rb +5 -9
  6. data/bin/passenger-install-apache2-module +52 -18
  7. data/bin/passenger-memory-stats +67 -13
  8. data/bin/passenger-spawn-server +8 -4
  9. data/bin/passenger-status +21 -46
  10. data/bin/passenger-stress-test +5 -5
  11. data/debian/postinst +1 -1
  12. data/doc/ApplicationPool algorithm.txt +180 -128
  13. data/doc/Architectural overview.html +1 -778
  14. data/doc/Security of user switching support.html +1 -643
  15. data/doc/Users guide Apache.html +3127 -0
  16. data/doc/Users guide Nginx.html +1458 -0
  17. data/doc/Users guide.html +1404 -467
  18. data/doc/Users guide.txt +843 -105
  19. data/doc/cxxapi/ApplicationPoolServer_8h-source.html +751 -641
  20. data/doc/cxxapi/ApplicationPool_8h-source.html +168 -171
  21. data/doc/cxxapi/Application_8h-source.html +494 -394
  22. data/doc/cxxapi/Bucket_8h-source.html +21 -15
  23. data/doc/cxxapi/CachedFileStat_8h-source.html +191 -0
  24. data/doc/cxxapi/Configuration_8h-source.html +311 -149
  25. data/doc/cxxapi/DirectoryMapper_8h-source.html +309 -0
  26. data/doc/cxxapi/DummySpawnManager_8h-source.html +3 -4
  27. data/doc/cxxapi/Exceptions_8h-source.html +182 -165
  28. data/doc/cxxapi/FileChecker_8h-source.html +130 -0
  29. data/doc/cxxapi/Hooks_8h-source.html +2 -3
  30. data/doc/cxxapi/Logging_8h-source.html +92 -89
  31. data/doc/cxxapi/MessageChannel_8h-source.html +585 -477
  32. data/doc/cxxapi/PoolOptions_8h-source.html +305 -0
  33. data/doc/cxxapi/SpawnManager_8h-source.html +515 -540
  34. data/doc/cxxapi/StandardApplicationPool_8h-source.html +779 -679
  35. data/doc/cxxapi/SystemTime_8h-source.html +104 -0
  36. data/doc/cxxapi/Utils_8h-source.html +331 -227
  37. data/doc/cxxapi/annotated.html +6 -7
  38. data/doc/cxxapi/classClient-members.html +1 -2
  39. data/doc/cxxapi/classClient.html +1 -2
  40. data/doc/cxxapi/classHooks-members.html +5 -2
  41. data/doc/cxxapi/classHooks.html +112 -2
  42. data/doc/cxxapi/classPassenger_1_1Application-members.html +2 -3
  43. data/doc/cxxapi/classPassenger_1_1Application.html +8 -9
  44. data/doc/cxxapi/classPassenger_1_1ApplicationPool-members.html +4 -4
  45. data/doc/cxxapi/classPassenger_1_1ApplicationPool.html +42 -81
  46. data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer-members.html +1 -2
  47. data/doc/cxxapi/classPassenger_1_1ApplicationPoolServer.html +3 -4
  48. data/doc/cxxapi/classPassenger_1_1ApplicationPool__inherit__graph.png +0 -0
  49. data/doc/cxxapi/classPassenger_1_1Application_1_1Session-members.html +3 -2
  50. data/doc/cxxapi/classPassenger_1_1Application_1_1Session.html +74 -3
  51. data/doc/cxxapi/classPassenger_1_1BusyException-members.html +1 -2
  52. data/doc/cxxapi/classPassenger_1_1BusyException.html +2 -3
  53. data/doc/cxxapi/classPassenger_1_1ConfigurationException-members.html +1 -2
  54. data/doc/cxxapi/classPassenger_1_1ConfigurationException.html +2 -3
  55. data/doc/cxxapi/classPassenger_1_1DirectoryMapper-members.html +38 -0
  56. data/doc/cxxapi/classPassenger_1_1DirectoryMapper.html +256 -0
  57. data/doc/cxxapi/classPassenger_1_1DummySpawnManager-members.html +1 -2
  58. data/doc/cxxapi/classPassenger_1_1DummySpawnManager.html +2 -3
  59. data/doc/cxxapi/{classPassenger_1_1Thread-members.html → classPassenger_1_1FileChecker-members.html} +4 -5
  60. data/doc/cxxapi/classPassenger_1_1FileChecker.html +121 -0
  61. data/doc/cxxapi/classPassenger_1_1FileNotFoundException-members.html +1 -2
  62. data/doc/cxxapi/classPassenger_1_1FileNotFoundException.html +2 -3
  63. data/doc/cxxapi/classPassenger_1_1FileNotFoundException__inherit__graph.png +0 -0
  64. data/doc/cxxapi/classPassenger_1_1FileSystemException-members.html +2 -3
  65. data/doc/cxxapi/classPassenger_1_1FileSystemException.html +2 -3
  66. data/doc/cxxapi/classPassenger_1_1FileSystemException__inherit__graph.png +0 -0
  67. data/doc/cxxapi/classPassenger_1_1IOException-members.html +1 -2
  68. data/doc/cxxapi/classPassenger_1_1IOException.html +2 -3
  69. data/doc/cxxapi/classPassenger_1_1IOException__inherit__graph.png +0 -0
  70. data/doc/cxxapi/classPassenger_1_1MessageChannel-members.html +5 -2
  71. data/doc/cxxapi/classPassenger_1_1MessageChannel.html +155 -5
  72. data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption-members.html → classPassenger_1_1RuntimeException-members.html} +2 -3
  73. data/doc/cxxapi/{classboost_1_1this__thread_1_1enable__syscall__interruption.html → classPassenger_1_1RuntimeException.html} +10 -8
  74. data/doc/cxxapi/classPassenger_1_1SpawnException-members.html +1 -2
  75. data/doc/cxxapi/classPassenger_1_1SpawnException.html +2 -3
  76. data/doc/cxxapi/classPassenger_1_1SpawnManager-members.html +2 -3
  77. data/doc/cxxapi/classPassenger_1_1SpawnManager.html +15 -56
  78. data/doc/cxxapi/classPassenger_1_1StandardApplicationPool-members.html +5 -4
  79. data/doc/cxxapi/classPassenger_1_1StandardApplicationPool.html +20 -81
  80. data/doc/cxxapi/classPassenger_1_1StandardApplicationPool__inherit__graph.png +0 -0
  81. data/doc/cxxapi/classPassenger_1_1SystemException-members.html +2 -3
  82. data/doc/cxxapi/classPassenger_1_1SystemException.html +9 -10
  83. data/doc/cxxapi/classPassenger_1_1SystemException__inherit__graph.png +0 -0
  84. data/doc/cxxapi/{classboost_1_1this__thread_1_1disable__syscall__interruption-members.html → classPassenger_1_1SystemTime-members.html} +5 -3
  85. data/doc/cxxapi/classPassenger_1_1SystemTime.html +86 -0
  86. data/doc/cxxapi/classPassenger_1_1TempFile-members.html +2 -3
  87. data/doc/cxxapi/classPassenger_1_1TempFile.html +17 -9
  88. data/doc/cxxapi/definitions_8h-source.html +1 -2
  89. data/doc/cxxapi/files.html +6 -3
  90. data/doc/cxxapi/functions.html +98 -35
  91. data/doc/cxxapi/functions_func.html +60 -32
  92. data/doc/cxxapi/functions_type.html +1 -2
  93. data/doc/cxxapi/functions_vars.html +27 -2
  94. data/doc/cxxapi/graph_legend.html +1 -2
  95. data/doc/cxxapi/graph_legend.png +0 -0
  96. data/doc/cxxapi/group__Configuration.html +3 -4
  97. data/doc/cxxapi/group__Configuration.png +0 -0
  98. data/doc/cxxapi/group__Core.html +3 -4
  99. data/doc/cxxapi/group__Core.png +0 -0
  100. data/doc/cxxapi/group__Exceptions.html +4 -2
  101. data/doc/cxxapi/group__Hooks.html +1 -6
  102. data/doc/cxxapi/group__Hooks.png +0 -0
  103. data/doc/cxxapi/group__Support.html +259 -36
  104. data/doc/cxxapi/hierarchy.html +6 -7
  105. data/doc/cxxapi/inherit__graph__0.map +1 -1
  106. data/doc/cxxapi/inherit__graph__0.md5 +1 -1
  107. data/doc/cxxapi/inherit__graph__0.png +0 -0
  108. data/doc/cxxapi/inherit__graph__1.map +1 -1
  109. data/doc/cxxapi/inherit__graph__1.md5 +1 -1
  110. data/doc/cxxapi/inherit__graph__1.png +0 -0
  111. data/doc/cxxapi/inherit__graph__10.map +1 -1
  112. data/doc/cxxapi/inherit__graph__10.md5 +1 -1
  113. data/doc/cxxapi/inherit__graph__10.png +0 -0
  114. data/doc/cxxapi/inherit__graph__11.map +1 -1
  115. data/doc/cxxapi/inherit__graph__11.md5 +1 -1
  116. data/doc/cxxapi/inherit__graph__11.png +0 -0
  117. data/doc/cxxapi/inherit__graph__12.map +2 -1
  118. data/doc/cxxapi/inherit__graph__12.md5 +1 -1
  119. data/doc/cxxapi/inherit__graph__12.png +0 -0
  120. data/doc/cxxapi/inherit__graph__13.map +1 -1
  121. data/doc/cxxapi/inherit__graph__13.md5 +1 -1
  122. data/doc/cxxapi/inherit__graph__13.png +0 -0
  123. data/doc/cxxapi/inherit__graph__14.map +1 -2
  124. data/doc/cxxapi/inherit__graph__14.md5 +1 -1
  125. data/doc/cxxapi/inherit__graph__14.png +0 -0
  126. data/doc/cxxapi/inherit__graph__15.map +1 -1
  127. data/doc/cxxapi/inherit__graph__15.md5 +1 -1
  128. data/doc/cxxapi/inherit__graph__15.png +0 -0
  129. data/doc/cxxapi/inherit__graph__16.map +1 -1
  130. data/doc/cxxapi/inherit__graph__16.md5 +1 -1
  131. data/doc/cxxapi/inherit__graph__16.png +0 -0
  132. data/doc/cxxapi/inherit__graph__17.png +0 -0
  133. data/doc/cxxapi/inherit__graph__18.png +0 -0
  134. data/doc/cxxapi/inherit__graph__19.png +0 -0
  135. data/doc/cxxapi/inherit__graph__2.map +1 -1
  136. data/doc/cxxapi/inherit__graph__2.md5 +1 -1
  137. data/doc/cxxapi/inherit__graph__2.png +0 -0
  138. data/doc/cxxapi/inherit__graph__20.map +1 -1
  139. data/doc/cxxapi/inherit__graph__20.md5 +1 -1
  140. data/doc/cxxapi/inherit__graph__20.png +0 -0
  141. data/doc/cxxapi/inherit__graph__21.map +1 -1
  142. data/doc/cxxapi/inherit__graph__21.md5 +1 -1
  143. data/doc/cxxapi/inherit__graph__21.png +0 -0
  144. data/doc/cxxapi/inherit__graph__3.map +1 -1
  145. data/doc/cxxapi/inherit__graph__3.md5 +1 -1
  146. data/doc/cxxapi/inherit__graph__3.png +0 -0
  147. data/doc/cxxapi/inherit__graph__4.map +1 -1
  148. data/doc/cxxapi/inherit__graph__4.md5 +1 -1
  149. data/doc/cxxapi/inherit__graph__4.png +0 -0
  150. data/doc/cxxapi/inherit__graph__5.map +2 -1
  151. data/doc/cxxapi/inherit__graph__5.md5 +1 -1
  152. data/doc/cxxapi/inherit__graph__5.png +0 -0
  153. data/doc/cxxapi/inherit__graph__6.map +1 -1
  154. data/doc/cxxapi/inherit__graph__6.md5 +1 -1
  155. data/doc/cxxapi/inherit__graph__6.png +0 -0
  156. data/doc/cxxapi/inherit__graph__7.map +1 -1
  157. data/doc/cxxapi/inherit__graph__7.md5 +1 -1
  158. data/doc/cxxapi/inherit__graph__7.png +0 -0
  159. data/doc/cxxapi/inherit__graph__8.map +1 -1
  160. data/doc/cxxapi/inherit__graph__8.md5 +1 -1
  161. data/doc/cxxapi/inherit__graph__8.png +0 -0
  162. data/doc/cxxapi/inherit__graph__9.map +1 -2
  163. data/doc/cxxapi/inherit__graph__9.md5 +1 -1
  164. data/doc/cxxapi/inherit__graph__9.png +0 -0
  165. data/doc/cxxapi/inherits.html +30 -31
  166. data/doc/cxxapi/main.html +1 -2
  167. data/doc/cxxapi/modules.html +1 -2
  168. data/doc/cxxapi/structPassenger_1_1AnythingToString-members.html +1 -2
  169. data/doc/cxxapi/structPassenger_1_1AnythingToString.html +2 -3
  170. data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4-members.html +1 -2
  171. data/doc/cxxapi/structPassenger_1_1AnythingToString_3_01vector_3_01string_01_4_01_4.html +2 -3
  172. data/doc/cxxapi/structPassenger_1_1PoolOptions-members.html +49 -0
  173. data/doc/cxxapi/structPassenger_1_1PoolOptions.html +404 -0
  174. data/doc/cxxapi/tree.html +18 -20
  175. data/doc/images/conservative_spawning.png +0 -0
  176. data/doc/images/conservative_spawning.svg +248 -0
  177. data/doc/images/smart-lv2.png +0 -0
  178. data/doc/images/smart-lv2.svg +320 -0
  179. data/doc/rdoc/classes/ConditionVariable.html +68 -34
  180. data/doc/rdoc/classes/Exception.html +16 -16
  181. data/doc/rdoc/classes/GC.html +9 -9
  182. data/doc/rdoc/classes/IO.html +36 -17
  183. data/doc/rdoc/classes/PhusionPassenger.html +183 -0
  184. data/doc/rdoc/classes/PhusionPassenger/AbstractRequestHandler.html +511 -0
  185. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer.html +285 -242
  186. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerAlreadyStarted.html +3 -3
  187. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerError.html +3 -3
  188. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/ServerNotStarted.html +3 -3
  189. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AbstractServer/UnknownMessage.html +3 -3
  190. data/doc/rdoc/classes/PhusionPassenger/AbstractServerCollection.html +598 -0
  191. data/doc/rdoc/classes/PhusionPassenger/AdminTools.html +140 -0
  192. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess.html +247 -0
  193. data/doc/rdoc/classes/PhusionPassenger/AdminTools/ControlProcess/Instance.html +138 -0
  194. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/AppInitError.html +36 -19
  195. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/Application.html +81 -96
  196. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/ConsoleTextTemplate.html +18 -18
  197. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/FrameworkInitError.html +20 -18
  198. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/HTMLTemplate.html +18 -18
  199. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/InitializationError.html +9 -9
  200. data/doc/rdoc/classes/PhusionPassenger/InvalidPath.html +92 -0
  201. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/MessageChannel.html +93 -92
  202. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/NativeSupport.html +55 -25
  203. data/doc/rdoc/classes/PhusionPassenger/Rack.html +91 -0
  204. data/doc/rdoc/classes/PhusionPassenger/Rack/ApplicationSpawner.html +185 -0
  205. data/doc/rdoc/classes/PhusionPassenger/Rack/RequestHandler.html +182 -0
  206. data/doc/rdoc/classes/PhusionPassenger/Railz.html +95 -0
  207. data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner.html +424 -0
  208. data/doc/rdoc/classes/PhusionPassenger/Railz/ApplicationSpawner/Error.html +98 -0
  209. data/doc/rdoc/classes/PhusionPassenger/Railz/CGIFixed.html +200 -0
  210. data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner.html +444 -0
  211. data/doc/rdoc/classes/PhusionPassenger/Railz/FrameworkSpawner/Error.html +98 -0
  212. data/doc/rdoc/classes/PhusionPassenger/Railz/RequestHandler.html +154 -0
  213. data/doc/rdoc/classes/PhusionPassenger/SpawnManager.html +408 -0
  214. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/UnknownError.html +13 -13
  215. data/doc/rdoc/classes/PhusionPassenger/Utils.html +687 -0
  216. data/doc/rdoc/classes/{Passenger → PhusionPassenger}/VersionNotFound.html +8 -8
  217. data/doc/rdoc/classes/PhusionPassenger/WSGI.html +89 -0
  218. data/doc/rdoc/classes/PhusionPassenger/WSGI/ApplicationSpawner.html +188 -0
  219. data/doc/rdoc/classes/PlatformInfo.html +663 -159
  220. data/doc/rdoc/classes/RakeExtensions.html +4 -4
  221. data/doc/rdoc/classes/Signal.html +134 -0
  222. data/doc/rdoc/created.rid +1 -1
  223. data/doc/rdoc/files/DEVELOPERS_TXT.html +15 -10
  224. data/doc/rdoc/files/README.html +5 -7
  225. data/doc/rdoc/files/ext/{passenger → phusion_passenger}/native_support_c.html +2 -2
  226. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_request_handler_rb.html +7 -9
  227. data/doc/rdoc/files/lib/phusion_passenger/abstract_server_collection_rb.html +120 -0
  228. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/abstract_server_rb.html +7 -10
  229. data/doc/rdoc/files/lib/phusion_passenger/admin_tools/control_process_rb.html +99 -0
  230. data/doc/rdoc/files/lib/phusion_passenger/admin_tools_rb.html +92 -0
  231. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/application_rb.html +6 -8
  232. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/console_text_template_rb.html +5 -7
  233. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/constants_rb.html +4 -5
  234. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/dependencies_rb.html +6 -8
  235. data/doc/rdoc/files/lib/phusion_passenger/events_rb.html +116 -0
  236. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/exceptions_rb.html +5 -7
  237. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/html_template_rb.html +5 -7
  238. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/message_channel_rb.html +5 -7
  239. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/platform_info_rb.html +6 -7
  240. data/doc/rdoc/files/lib/phusion_passenger/rack/application_spawner_rb.html +123 -0
  241. data/doc/rdoc/files/lib/phusion_passenger/rack/request_handler_rb.html +117 -0
  242. data/doc/rdoc/files/lib/{passenger/utils_rb.html → phusion_passenger/railz/application_spawner_rb.html} +24 -17
  243. data/doc/rdoc/files/lib/phusion_passenger/railz/cgi_fixed_rb.html +126 -0
  244. data/doc/rdoc/files/lib/phusion_passenger/railz/framework_spawner_rb.html +139 -0
  245. data/doc/rdoc/files/lib/phusion_passenger/railz/request_handler_rb.html +118 -0
  246. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/simple_benchmarking_rb.html +5 -7
  247. data/doc/rdoc/files/lib/{passenger → phusion_passenger}/spawn_manager_rb.html +40 -24
  248. data/doc/rdoc/files/lib/phusion_passenger/utils_rb.html +169 -0
  249. data/doc/rdoc/files/lib/phusion_passenger/wsgi/application_spawner_rb.html +120 -0
  250. data/doc/rdoc/files/lib/rake/extensions_rb.html +3 -4
  251. data/doc/rdoc/fr_class_index.html +37 -19
  252. data/doc/rdoc/fr_file_index.html +25 -14
  253. data/doc/rdoc/fr_method_index.html +145 -74
  254. data/ext/apache2/Application.h +145 -44
  255. data/ext/apache2/ApplicationPool.h +27 -29
  256. data/ext/apache2/ApplicationPoolServer.h +183 -72
  257. data/ext/apache2/ApplicationPoolServerExecutable.cpp +249 -42
  258. data/ext/apache2/Bucket.cpp +61 -9
  259. data/ext/apache2/Bucket.h +15 -8
  260. data/ext/apache2/CachedFileStat.cpp +114 -0
  261. data/ext/apache2/CachedFileStat.h +169 -0
  262. data/ext/apache2/Configuration.cpp +213 -22
  263. data/ext/apache2/Configuration.h +176 -13
  264. data/ext/apache2/DirectoryMapper.h +287 -0
  265. data/ext/apache2/Exceptions.h +30 -12
  266. data/ext/apache2/FileChecker.h +108 -0
  267. data/ext/apache2/Hooks.cpp +709 -493
  268. data/ext/apache2/LICENSE-CNRI.TXT +15 -0
  269. data/ext/apache2/Logging.h +26 -22
  270. data/ext/apache2/MessageChannel.h +124 -15
  271. data/ext/apache2/PoolOptions.h +283 -0
  272. data/ext/apache2/SpawnManager.h +75 -99
  273. data/ext/apache2/StandardApplicationPool.h +296 -195
  274. data/ext/apache2/SystemTime.cpp +28 -0
  275. data/ext/apache2/SystemTime.h +82 -0
  276. data/ext/apache2/Utils.cpp +172 -18
  277. data/ext/apache2/Utils.h +124 -19
  278. data/ext/boost/cstdint.hpp +4 -2
  279. data/ext/boost/current_function.hpp +67 -0
  280. data/ext/boost/detail/sp_counted_base.hpp +4 -4
  281. data/ext/boost/thread/exceptions.hpp +2 -1
  282. data/ext/boost/thread/pthread/thread.hpp +11 -3
  283. data/ext/boost/thread/pthread/thread_data.hpp +2 -1
  284. data/ext/oxt/backtrace.cpp +172 -0
  285. data/ext/oxt/backtrace.hpp +135 -0
  286. data/ext/oxt/detail/backtrace_disabled.hpp +39 -0
  287. data/ext/oxt/detail/backtrace_enabled.hpp +155 -0
  288. data/ext/oxt/detail/spin_lock_gcc_x86.hpp +82 -0
  289. data/ext/oxt/detail/spin_lock_portable.hpp +38 -0
  290. data/ext/oxt/detail/spin_lock_pthreads.hpp +97 -0
  291. data/ext/oxt/detail/tracable_exception_disabled.hpp +46 -0
  292. data/ext/oxt/detail/tracable_exception_enabled.hpp +48 -0
  293. data/ext/oxt/macros.hpp +58 -0
  294. data/ext/oxt/spin_lock.hpp +55 -0
  295. data/ext/{apache2/System.cpp → oxt/system_calls.cpp} +87 -52
  296. data/ext/oxt/system_calls.hpp +234 -0
  297. data/ext/oxt/thread.cpp +32 -0
  298. data/ext/oxt/thread.hpp +223 -0
  299. data/ext/oxt/tracable_exception.cpp +87 -0
  300. data/ext/oxt/tracable_exception.hpp +35 -0
  301. data/{lib/passenger/constants.rb → ext/phusion_passenger/extconf.rb} +14 -9
  302. data/ext/{passenger → phusion_passenger}/native_support.c +33 -6
  303. data/lib/{passenger → phusion_passenger}/abstract_request_handler.rb +209 -93
  304. data/lib/{passenger → phusion_passenger}/abstract_server.rb +23 -8
  305. data/lib/phusion_passenger/abstract_server_collection.rb +301 -0
  306. data/lib/phusion_passenger/admin_tools.rb +25 -0
  307. data/lib/phusion_passenger/admin_tools/control_process.rb +107 -0
  308. data/lib/{passenger → phusion_passenger}/application.rb +13 -16
  309. data/lib/{passenger → phusion_passenger}/console_text_template.rb +2 -2
  310. data/{ext/passenger/extconf.rb → lib/phusion_passenger/constants.rb} +5 -5
  311. data/lib/{passenger → phusion_passenger}/dependencies.rb +38 -32
  312. data/lib/phusion_passenger/events.rb +45 -0
  313. data/lib/{passenger → phusion_passenger}/exceptions.rb +12 -5
  314. data/lib/{passenger → phusion_passenger}/html_template.rb +2 -2
  315. data/lib/{passenger → phusion_passenger}/message_channel.rb +3 -2
  316. data/lib/phusion_passenger/platform_info.rb +500 -0
  317. data/lib/{passenger → phusion_passenger}/rack/application_spawner.rb +29 -22
  318. data/lib/{passenger → phusion_passenger}/rack/request_handler.rb +14 -9
  319. data/lib/{passenger → phusion_passenger}/railz/application_spawner.rb +94 -74
  320. data/lib/{passenger → phusion_passenger}/railz/cgi_fixed.rb +2 -2
  321. data/lib/{passenger → phusion_passenger}/railz/framework_spawner.rb +86 -98
  322. data/lib/{passenger → phusion_passenger}/railz/request_handler.rb +6 -6
  323. data/lib/{passenger → phusion_passenger}/simple_benchmarking.rb +0 -0
  324. data/lib/{passenger → phusion_passenger}/spawn_manager.rb +136 -128
  325. data/lib/{passenger → phusion_passenger}/templates/apache2_config_snippets.txt.erb +0 -0
  326. data/lib/{passenger → phusion_passenger}/templates/apache_must_be_compiled_with_compatible_mpm.txt.erb +0 -0
  327. data/lib/phusion_passenger/templates/app_exited_during_initialization.html.erb +38 -0
  328. data/lib/{passenger → phusion_passenger}/templates/app_init_error.html.erb +0 -0
  329. data/lib/{passenger → phusion_passenger}/templates/database_error.html.erb +0 -0
  330. data/lib/{passenger → phusion_passenger}/templates/deployment_example.txt.erb +1 -1
  331. data/lib/{passenger → phusion_passenger}/templates/error_layout.css +0 -0
  332. data/lib/{passenger → phusion_passenger}/templates/error_layout.html.erb +0 -0
  333. data/lib/{passenger → phusion_passenger}/templates/framework_init_error.html.erb +0 -0
  334. data/lib/{passenger → phusion_passenger}/templates/general_error.html.erb +0 -0
  335. data/lib/{passenger → phusion_passenger}/templates/invalid_app_root.html.erb +1 -1
  336. data/lib/{passenger → phusion_passenger}/templates/load_error.html.erb +0 -0
  337. data/lib/{passenger → phusion_passenger}/templates/no_write_permission_to_passenger_root.txt.erb +0 -0
  338. data/lib/{passenger → phusion_passenger}/templates/possible_solutions_for_compilation_and_installation_problems.txt.erb +0 -0
  339. data/lib/{passenger → phusion_passenger}/templates/run_installer_as_root.txt.erb +0 -0
  340. data/lib/{passenger → phusion_passenger}/templates/version_not_found.html.erb +0 -0
  341. data/lib/{passenger → phusion_passenger}/templates/welcome.txt.erb +0 -0
  342. data/lib/{passenger → phusion_passenger}/utils.rb +210 -44
  343. data/lib/{passenger → phusion_passenger}/wsgi/application_spawner.rb +18 -15
  344. data/lib/{passenger → phusion_passenger}/wsgi/request_handler.py +7 -1
  345. data/man/passenger-memory-stats.8 +1 -1
  346. data/misc/render_error_pages.rb +1 -1
  347. data/test/ApplicationPoolServerTest.cpp +0 -28
  348. data/test/ApplicationPoolServer_ApplicationPoolTest.cpp +4 -0
  349. data/test/ApplicationPoolTest.cpp +307 -69
  350. data/test/CachedFileStatTest.cpp +262 -0
  351. data/test/FileCheckerTest.cpp +79 -0
  352. data/test/MessageChannelTest.cpp +3 -3
  353. data/test/PoolOptionsTest.cpp +37 -0
  354. data/test/SpawnManagerTest.cpp +4 -4
  355. data/test/StandardApplicationPoolTest.cpp +4 -0
  356. data/test/SystemTimeTest.cpp +37 -0
  357. data/test/UtilsTest.cpp +137 -0
  358. data/test/integration_tests.rb +270 -23
  359. data/test/oxt/backtrace_test.cpp +128 -0
  360. data/test/oxt/oxt_test_main.cpp +25 -0
  361. data/test/oxt/syscall_interruption_test.cpp +50 -0
  362. data/test/ruby/abstract_request_handler_spec.rb +83 -0
  363. data/test/ruby/abstract_server_collection_spec.rb +246 -0
  364. data/test/ruby/application_spec.rb +3 -3
  365. data/test/ruby/message_channel_spec.rb +2 -2
  366. data/test/ruby/rack/application_spawner_spec.rb +3 -5
  367. data/test/ruby/rails/application_spawner_spec.rb +54 -15
  368. data/test/ruby/rails/framework_spawner_spec.rb +6 -8
  369. data/test/ruby/rails/minimal_spawner_spec.rb +29 -0
  370. data/test/ruby/rails/spawner_error_handling_spec.rb +1 -1
  371. data/test/ruby/rails/spawner_privilege_lowering_spec.rb +3 -3
  372. data/test/ruby/spawn_manager_spec.rb +23 -12
  373. data/test/ruby/utils_spec.rb +36 -2
  374. data/test/ruby/wsgi/application_spawner_spec.rb +47 -0
  375. data/test/stub/apache2/httpd.conf.erb +3 -5
  376. data/test/stub/message_channel.rb +2 -2
  377. data/test/stub/message_channel_2.rb +2 -2
  378. data/test/stub/message_channel_3.rb +3 -3
  379. data/test/stub/minimal-railsapp/README +0 -0
  380. data/test/stub/minimal-railsapp/config/application.rb +0 -0
  381. data/test/stub/minimal-railsapp/config/environment.rb +0 -0
  382. data/test/stub/minimal-railsapp/vendor/rails/actionmailer/lib/action_mailer.rb +0 -0
  383. data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_controller.rb +0 -0
  384. data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_pack.rb +0 -0
  385. data/test/stub/minimal-railsapp/vendor/rails/actionpack/lib/action_view.rb +0 -0
  386. data/test/stub/minimal-railsapp/vendor/rails/activerecord/lib/active_record.rb +0 -0
  387. data/test/stub/minimal-railsapp/vendor/rails/activeresource/lib/active_resource.rb +0 -0
  388. data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support.rb +0 -0
  389. data/test/stub/minimal-railsapp/vendor/rails/activesupport/lib/active_support/whiny_nil.rb +0 -0
  390. data/test/stub/minimal-railsapp/vendor/rails/railties/lib/dispatcher.rb +0 -0
  391. data/test/stub/minimal-railsapp/vendor/rails/railties/lib/initializer.rb +0 -0
  392. data/test/stub/minimal-railsapp/vendor/rails/railties/lib/ruby_version_check.rb +0 -0
  393. data/test/stub/rails_apps/foobar/app/controllers/foo_controller.rb +8 -0
  394. data/test/stub/rails_apps/foobar/config/environments/development.rb +1 -2
  395. data/test/stub/rails_apps/mycook/app/controllers/welcome_controller.rb +21 -1
  396. data/test/stub/rails_apps/mycook/sites/some.site/public/uploads.html +26 -0
  397. data/test/stub/rails_apps/mycook/sites/some.site/public/welcome/cached.html +26 -0
  398. data/test/stub/railsapp/app/controllers/application.rb +0 -0
  399. data/test/stub/railsapp/app/controllers/bar_controller_1.rb +0 -0
  400. data/test/stub/railsapp/app/controllers/bar_controller_2.rb +1 -1
  401. data/test/stub/railsapp/app/controllers/foo_controller.rb +4 -0
  402. data/test/stub/railsapp/app/helpers/application_helper.rb +0 -0
  403. data/test/stub/railsapp/config/boot.rb +0 -0
  404. data/test/stub/railsapp/config/database.yml +0 -0
  405. data/test/stub/railsapp/config/environment.rb +0 -0
  406. data/test/stub/railsapp/config/environments/development.rb +0 -0
  407. data/test/stub/railsapp/config/environments/production.rb +0 -0
  408. data/test/stub/railsapp/config/initializers/inflections.rb +0 -0
  409. data/test/stub/railsapp/config/initializers/mime_types.rb +0 -0
  410. data/test/stub/railsapp/config/routes.rb +0 -0
  411. data/test/stub/railsapp/public/useless.txt +0 -0
  412. data/test/stub/spawn_server.rb +3 -4
  413. data/test/stub/wsgi/passenger_wsgi.pyc +0 -0
  414. data/test/support/apache2_controller.rb +57 -7
  415. data/test/support/tut.h +15 -0
  416. data/vendor/README +12 -0
  417. data/vendor/README_FOR_PACKAGERS +1 -0
  418. data/vendor/rack-0.9.1/AUTHORS +8 -0
  419. data/vendor/rack-0.9.1/COPYING +18 -0
  420. data/vendor/rack-0.9.1/ChangeLog +1423 -0
  421. data/vendor/rack-0.9.1/KNOWN-ISSUES +18 -0
  422. data/vendor/rack-0.9.1/README +306 -0
  423. data/vendor/rack-0.9.1/Rakefile +188 -0
  424. data/vendor/rack-0.9.1/SPEC +129 -0
  425. data/vendor/rack-0.9.1/lib/rack.rb +86 -0
  426. data/vendor/rack-0.9.1/lib/rack/adapter/camping.rb +22 -0
  427. data/vendor/rack-0.9.1/lib/rack/auth/abstract/handler.rb +28 -0
  428. data/vendor/rack-0.9.1/lib/rack/auth/abstract/request.rb +37 -0
  429. data/vendor/rack-0.9.1/lib/rack/auth/basic.rb +58 -0
  430. data/vendor/rack-0.9.1/lib/rack/auth/digest/md5.rb +124 -0
  431. data/vendor/rack-0.9.1/lib/rack/auth/digest/nonce.rb +51 -0
  432. data/vendor/rack-0.9.1/lib/rack/auth/digest/params.rb +55 -0
  433. data/vendor/rack-0.9.1/lib/rack/auth/digest/request.rb +40 -0
  434. data/vendor/rack-0.9.1/lib/rack/auth/openid.rb +438 -0
  435. data/vendor/rack-0.9.1/lib/rack/builder.rb +67 -0
  436. data/vendor/rack-0.9.1/lib/rack/cascade.rb +36 -0
  437. data/vendor/rack-0.9.1/lib/rack/commonlogger.rb +61 -0
  438. data/vendor/rack-0.9.1/lib/rack/conditionalget.rb +43 -0
  439. data/vendor/rack-0.9.1/lib/rack/content_length.rb +25 -0
  440. data/vendor/rack-0.9.1/lib/rack/deflater.rb +87 -0
  441. data/vendor/rack-0.9.1/lib/rack/directory.rb +150 -0
  442. data/vendor/rack-0.9.1/lib/rack/file.rb +85 -0
  443. data/vendor/rack-0.9.1/lib/rack/handler.rb +48 -0
  444. data/vendor/rack-0.9.1/lib/rack/handler/cgi.rb +57 -0
  445. data/vendor/rack-0.9.1/lib/rack/handler/evented_mongrel.rb +8 -0
  446. data/vendor/rack-0.9.1/lib/rack/handler/fastcgi.rb +86 -0
  447. data/vendor/rack-0.9.1/lib/rack/handler/lsws.rb +52 -0
  448. data/vendor/rack-0.9.1/lib/rack/handler/mongrel.rb +82 -0
  449. data/vendor/rack-0.9.1/lib/rack/handler/scgi.rb +57 -0
  450. data/vendor/rack-0.9.1/lib/rack/handler/swiftiplied_mongrel.rb +8 -0
  451. data/vendor/rack-0.9.1/lib/rack/handler/thin.rb +15 -0
  452. data/vendor/rack-0.9.1/lib/rack/handler/webrick.rb +61 -0
  453. data/vendor/rack-0.9.1/lib/rack/head.rb +19 -0
  454. data/vendor/rack-0.9.1/lib/rack/lint.rb +465 -0
  455. data/vendor/rack-0.9.1/lib/rack/lobster.rb +65 -0
  456. data/vendor/rack-0.9.1/lib/rack/methodoverride.rb +27 -0
  457. data/vendor/rack-0.9.1/lib/rack/mime.rb +204 -0
  458. data/vendor/rack-0.9.1/lib/rack/mock.rb +160 -0
  459. data/vendor/rack-0.9.1/lib/rack/recursive.rb +57 -0
  460. data/vendor/rack-0.9.1/lib/rack/reloader.rb +64 -0
  461. data/vendor/rack-0.9.1/lib/rack/request.rb +218 -0
  462. data/vendor/rack-0.9.1/lib/rack/response.rb +171 -0
  463. data/vendor/rack-0.9.1/lib/rack/session/abstract/id.rb +153 -0
  464. data/vendor/rack-0.9.1/lib/rack/session/cookie.rb +89 -0
  465. data/vendor/rack-0.9.1/lib/rack/session/memcache.rb +97 -0
  466. data/vendor/rack-0.9.1/lib/rack/session/pool.rb +73 -0
  467. data/vendor/rack-0.9.1/lib/rack/showexceptions.rb +348 -0
  468. data/vendor/rack-0.9.1/lib/rack/showstatus.rb +106 -0
  469. data/vendor/rack-0.9.1/lib/rack/static.rb +38 -0
  470. data/vendor/rack-0.9.1/lib/rack/urlmap.rb +48 -0
  471. data/vendor/rack-0.9.1/lib/rack/utils.rb +347 -0
  472. metadata +1197 -1055
  473. data/doc/cxxapi/System_8h-source.html +0 -251
  474. data/doc/cxxapi/classDirectoryMapper-members.html +0 -38
  475. data/doc/cxxapi/classDirectoryMapper.html +0 -203
  476. data/doc/cxxapi/classPassenger_1_1Thread.html +0 -100
  477. data/doc/cxxapi/classboost_1_1this__thread_1_1disable__syscall__interruption.html +0 -46
  478. data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption-members.html +0 -33
  479. data/doc/cxxapi/classboost_1_1this__thread_1_1restore__syscall__interruption.html +0 -44
  480. data/doc/cxxapi/namespacePassenger.html +0 -208
  481. data/doc/cxxapi/namespacePassenger_1_1InterruptableCalls.html +0 -43
  482. data/doc/cxxapi/namespacemembers.html +0 -70
  483. data/doc/cxxapi/namespacemembers_func.html +0 -66
  484. data/doc/cxxapi/namespacemembers_type.html +0 -46
  485. data/doc/cxxapi/namespaces.html +0 -35
  486. data/doc/rdoc/classes/Passenger.html +0 -136
  487. data/doc/rdoc/classes/Passenger/AbstractRequestHandler.html +0 -402
  488. data/doc/rdoc/classes/Passenger/SpawnManager.html +0 -379
  489. data/doc/rdoc/classes/Passenger/Utils.html +0 -578
  490. data/ext/apache2/System.h +0 -228
  491. data/lib/passenger/platform_info.rb +0 -302
  492. data/lib/passenger/templates/app_exited_during_initialization.html.erb +0 -19
  493. data/test/stub/apache2/httpd.conf +0 -75
  494. data/test/stub/rails_apps/foobar/config/environments/test.rb +0 -22
  495. data/test/stub/rails_apps/mycook/config/environments/test.rb +0 -22
  496. data/test/stub/railsapp/config/environments/test.rb +0 -22
  497. data/test/stub/railsapp2/config/environments/test.rb +0 -22
@@ -0,0 +1 @@
1
+ Rack is vendored for a reason, don't try to remove it. See README.
@@ -0,0 +1,8 @@
1
+ * Christian Neukirchen <chneukirchen@gmail.com>
2
+ * HTTP authentication: Tim Fletcher <twoggle@gmail.com>
3
+ * Cookie sessions, Static handler: Luc Heinrich <luc@honk-honk.com>
4
+ * Pool sessions, OpenID authentication: blink <blinketje@gmail.com>
5
+ * Rack::Deflater: Christoffer Sawicki <christoffer.sawicki@gmail.com>
6
+ * LiteSpeed handler: Adrian Madrid
7
+ * SCGI handler: Jeremy Evans
8
+ * Official Logo: Armin Ronacher
@@ -0,0 +1,18 @@
1
+ Copyright (c) 2007 Christian Neukirchen <purl.org/net/chneukirchen>
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to
5
+ deal in the Software without restriction, including without limitation the
6
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
7
+ sell copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in
11
+ all copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
17
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
18
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,1423 @@
1
+ Fri Jan 9 17:32:54 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
2
+ * Fix directory traversal exploits in Rack::File and Rack::Directory
3
+
4
+ Tue Jan 6 12:56:00 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
5
+ * Last minute README fixes
6
+
7
+ Tue Jan 6 12:46:37 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
8
+ * Fix last glitches
9
+
10
+ Tue Jan 6 12:44:44 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
11
+ * Set release date
12
+
13
+ Mon Jan 5 17:44:36 2009 -0800 Jon Crosby <jon@joncrosby.me>
14
+ * Store original HTTP method in MethodOverride middleware
15
+
16
+ Tue Jan 6 12:30:29 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
17
+ * Fix typos in auth/openid
18
+ Reported by Robert Adkins <radkins@technetra.com>
19
+
20
+ Mon Jan 5 18:41:15 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
21
+ * Rack::File::MIME_TYPES is now Rack::Mime::MIME_TYPES
22
+
23
+ Mon Jan 5 18:35:31 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
24
+ * Update gemspec
25
+
26
+ Mon Jan 5 18:46:08 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
27
+ * Revert "Added Rack::Request initialization memoization to reduce repetitive instantiation cost."
28
+ Potentially causes problems with inheritance.
29
+
30
+ This reverts commits:
31
+ 4cf6f6eb0dd8fdb415016a4e2f41d1784146cd7a
32
+ 552f7b0718ee8cd79c185cd72413690f0da72402
33
+ eefbed89c4ece749e889132012d0f67cd87926a8
34
+
35
+ Mon Jan 5 18:42:09 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
36
+ * Branch 0.9
37
+
38
+ Mon Jan 5 18:16:36 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
39
+ * Update thanks
40
+
41
+ Mon Jan 5 18:16:24 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
42
+ * Update copyright
43
+
44
+ Mon Jan 5 18:06:11 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
45
+ * Update README
46
+
47
+ Mon Jan 5 15:00:15 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
48
+ * In URLMap, entries without host name should come first
49
+
50
+ Mon Jan 5 14:59:38 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
51
+ * Marshall of String changed in 1.9
52
+
53
+ Mon Jan 5 14:59:27 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
54
+ * Rewrite Response test to use a well-defined #each
55
+
56
+ Mon Jan 5 14:59:06 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
57
+ * Array#to_a changed in 1.9
58
+
59
+ Mon Jan 5 14:58:45 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
60
+ * Constants are symbols in 1.9
61
+
62
+ Mon Jan 5 13:51:20 2009 +0100 Christian Neukirchen <chneukirchen@gmail.com>
63
+ * Shuffle scopes for 1.9
64
+
65
+ Mon Jan 5 05:41:13 2009 -0400 raggi <jftucker@gmail.com>
66
+ * Fix spec_rack_response for 1.9
67
+
68
+ Sun Jan 4 23:19:31 2009 +0900 Michael Fellinger <m.fellinger@gmail.com>
69
+ * Fix webrick handler for ruby 1.9.1
70
+
71
+ Tue Dec 30 22:03:42 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
72
+ * Merge commit 'official/master'
73
+
74
+ Tue Dec 30 21:48:17 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
75
+ * Add trailing slash to the alternative gem server
76
+
77
+ Mon Dec 29 22:31:27 2008 -0600 Joshua Peek <josh@joshpeek.com>
78
+ * Support X-Http-Method-Override header in MethodOverride middleware
79
+
80
+ Tue Dec 30 12:23:26 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
81
+ * Don't leak absolute paths in error messages
82
+ Reported by Yonghui Luo.
83
+
84
+ Mon Dec 29 02:15:25 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
85
+ * Implement HeaderHash#merge! and HeaderHash#merge
86
+
87
+ Mon Dec 29 00:40:46 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
88
+ * Use HeaderHash where header case should be insensitive
89
+
90
+ The ConditionalGet, ContentLength, Deflator, and ShowStatus
91
+ middleware components were reading/checking headers case
92
+ sensitively.
93
+
94
+ Thu Dec 11 21:00:27 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
95
+ * Non-normalizing HeaderHash with case-insensitive lookups
96
+
97
+ This is a backwards incompatible change that removes header name
98
+ normalization while attempting to keep most of its benefits. The
99
+ header name case is preserved but the Hash has case insensitive
100
+ lookup, replace, delete, and include semantics.
101
+
102
+ Mon Dec 29 11:49:29 2008 -0600 Joshua Peek <josh@joshpeek.com>
103
+ * Don't try to rewind CGI input
104
+
105
+ Sun Dec 28 14:08:47 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
106
+ * Reformat Rack::Deflater code
107
+
108
+ Tue Dec 23 00:23:49 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
109
+ * Rack::Deflator respects the no-transform cache control directive
110
+
111
+ Thu Dec 25 12:20:50 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
112
+ * Update README
113
+
114
+ Thu Dec 25 12:09:42 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
115
+ * Idiomize code
116
+
117
+ Wed Dec 24 19:33:17 2008 -0500 Matt Todd <chiology@gmail.com>
118
+ * Added specification for Rack::Request memoization.
119
+
120
+ Wed Dec 24 19:25:20 2008 -0500 Matt Todd <chiology@gmail.com>
121
+ * Updated spec with the new size of the content length based on the new environment variable data included with the Rack::Request instantiation memoization.
122
+
123
+ Wed Dec 24 19:24:44 2008 -0500 Matt Todd <chiology@gmail.com>
124
+ * Added Rack::Request initialization memoization to reduce repetitive instantiation cost.
125
+
126
+ Tue Dec 23 21:32:38 2008 -0600 Joshua Peek <josh@joshpeek.com>
127
+ * Rewind input after parsing request form vars
128
+
129
+ Tue Dec 23 21:22:50 2008 -0600 Joshua Peek <josh@joshpeek.com>
130
+ * Delegate Lint::InputWrapper#rewind to underlying IO object
131
+
132
+ Tue Dec 23 11:52:11 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
133
+ * use Set instead of Array for STATUS_WITH_NO_ENTITY_BODY
134
+
135
+ Mon Dec 22 22:17:18 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
136
+ * Rack::ContentLength tweaks ...
137
+
138
+ * Adds a Content-Length header only when the body is of knownable
139
+ length (String, Array).
140
+ * Does nothing when Transfer-Encoding header is present in
141
+ response.
142
+ * Uses a Set instead of an Array for status code lookup (linear
143
+ search through 102 elements seemed expensive).
144
+
145
+ Sat Dec 20 13:36:22 2008 -0800 Dan Kubb <dan.kubb@autopilotmarketing.com>
146
+ * Fixed Rack::Deflater to handle responses with Last-Modified header
147
+
148
+ * There was a bug when performing gzip compression where the
149
+ Last-Modified response header was assumed to be a Time object,
150
+ and passed directly to Zlib::GzipWriter#mtime, causing an exception
151
+ since it is always a String.
152
+
153
+ This fix parses the Last-Modified header using Time.httpdate and
154
+ returns a Time obejct, which can be safely passed to
155
+ Zlib::GzipWriter#mtime.
156
+
157
+ Sat Dec 20 13:23:05 2008 -0800 Dan Kubb <dan.kubb@autopilotmarketing.com>
158
+ * Do not add Content-Encoding for a response without and entity body
159
+
160
+ Sat Dec 20 13:17:18 2008 -0800 Dan Kubb <dan.kubb@autopilotmarketing.com>
161
+ * Updated Rack::Deflater spec helper to allow setting the default status
162
+
163
+ Sat Dec 20 13:06:28 2008 -0800 Dan Kubb <dan.kubb@autopilotmarketing.com>
164
+ * Moved STATUS_WITH_NO_ENTITY_BODY into Rack::Utils
165
+
166
+ * Removed duplicate constant from Rack::ContentLength and Rack::Lint
167
+
168
+ Sat Dec 20 13:00:58 2008 -0800 Dan Kubb <dan.kubb@autopilotmarketing.com>
169
+ * Added Accept-Encoding to HTTP Vary header
170
+
171
+ Fri Dec 19 15:24:21 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
172
+ * Merge commit 'rtomayko/methodoverride'
173
+
174
+ Thu Dec 18 19:25:24 2008 -0800 Ryan Tomayko <rtomayko@gmail.com>
175
+ * Fix MethodOverride error when POST has no _method param
176
+
177
+ Wed Dec 17 10:02:15 2008 -0500 macournoyer <macournoyer@gmail.com>
178
+ * Add autoload for Thin handler
179
+
180
+ Tue Dec 16 21:48:21 2008 -0500 macournoyer <macournoyer@gmail.com>
181
+ * Add Thin handler
182
+
183
+ Tue Dec 9 10:34:19 2008 -0600 Joshua Peek <josh@joshpeek.com>
184
+ * Add ContentLength middleware
185
+
186
+ Mon Dec 1 22:24:23 2008 -0700 kastner <kastner@gmail.com>
187
+ * fixing camping bug. see gist:26011
188
+
189
+ Tue Dec 2 11:28:49 2008 -0600 Joshua Peek <josh@joshpeek.com>
190
+ * Correct status code language to follow RFC 2616
191
+
192
+ Wed Nov 19 22:07:38 2008 +0100 Daniel Roethlisberger <daniel@roe.ch>
193
+ * Improve session id security: Make session id size configurable, raise the default size from 32 bits to 128 bits, and refactor to allow for easy monkey patching the actual session id generation. Modified version according to feedback.
194
+
195
+ Wed Nov 19 22:23:30 2008 +0100 Daniel Roethlisberger <daniel@roe.ch>
196
+ * Add support for Secure and HttpOnly flags to session cookies. Set HttpOnly flag by default, since normally, there is no need to read a Rack session from JavaScript in the browser. Do not set the Secure flag by default, since that breaks if the application is not served over TLS.
197
+
198
+ Fri Oct 17 11:43:25 2008 -0700 Eric Wong <normalperson@yhbt.net>
199
+ * Avoid slurping or parsing request body on PUT requests
200
+
201
+ Uploading a large file via the HTTP PUT method causes
202
+ `@env["rack.input"].read' to be called inside the POST method. This
203
+ means the entire file is slurped into memory and was needlessly causing
204
+ my Sinatra process to eat up 300M+ for some uploads I've been doing.
205
+
206
+ Thu Nov 20 14:49:32 2008 -0800 postmodern <postmodern.mod3@gmail.com>
207
+ * Use the universally supported select event handler for lighttpd.
208
+
209
+ * freebsd-kqueue is obviously not supported on Linux.
210
+
211
+ Thu Nov 20 00:14:21 2008 -0800 postmodern <postmodern.mod3@gmail.com>
212
+ * When calling map, create another object of the same class.
213
+
214
+ * This allows one to extend Rack::Builder to create specialized Rack
215
+ DSLs.
216
+
217
+ Fri Nov 28 15:51:48 2008 +0100 Christian Neukirchen <chneukirchen@gmail.com>
218
+ * Silence Net::HTTP warning
219
+
220
+ Tue Nov 25 16:33:27 2008 -0800 Phil Hagelberg <technomancy@gmail.com>
221
+ * Updated the tests to use net/http since open-uri doesn't stream responses.
222
+
223
+ Oh, and now the tests actually pass.
224
+
225
+ Tue Nov 25 16:16:39 2008 -0800 Phil Hagelberg <technomancy@gmail.com>
226
+ * Allow streaming with the Mongrel Handler.
227
+
228
+ Write directly to the socket instead of keeping it in the Mongrel Response body.
229
+ Send the status/headers up front.
230
+
231
+ Tue Nov 25 15:29:24 2008 -0800 Phil Hagelberg <technomancy@gmail.com>
232
+ * Add tests for streaming with Mongrel.
233
+
234
+ Sun Oct 19 00:15:49 2008 -0600 Ben Alpert <spicyjalapeno@gmail.com>
235
+ * Implemented Rack::Head, modified Rack::Lint to ensure responses to HEAD requests have empty bodies
236
+
237
+ Sat Oct 11 16:45:41 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
238
+ * Fix header emission for WEBrick and Set-Cookie
239
+ Found by Michael Fellinger.
240
+ This does not fix Set-Cookie2, Warning, or WWW-Authenticate, because
241
+ WEBrick has no way to have duplicates for them.
242
+
243
+ Wed Oct 1 12:10:40 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
244
+ * Test that Rack::Session::Cookie ignores tampered with session cookies
245
+ by Christoffer Sawicki
246
+
247
+ Tue Sep 30 19:18:35 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
248
+ * Add secure cookies
249
+ Proposed by necrodome.
250
+
251
+ Tue Sep 30 17:25:29 2008 +0900 Michael Fellinger <m.fellinger@gmail.com>
252
+ * Empty is if Content-Length is 0, [''] ain't empty?
253
+
254
+ Tue Sep 16 11:50:27 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
255
+ * Rewrite Rack::Builder tests to avoid race-conditions
256
+
257
+ Sat Sep 13 04:28:51 2008 -0400 Matt Todd <chiology@gmail.com>
258
+ * Added another example demonstrating the Rack::Builder.app method.
259
+
260
+ Sat Sep 13 04:21:38 2008 -0400 Matt Todd <chiology@gmail.com>
261
+ * Added spec for application initialization to be performed only once.
262
+
263
+ Sat Sep 13 03:47:12 2008 -0400 Matt Todd <chiology@gmail.com>
264
+ * Implemented Rack::Builder.app and added specs.
265
+
266
+ Wed Sep 10 18:56:46 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
267
+ * Add :secure option for set_cookie
268
+ By Brad Hilton.
269
+
270
+ Tue Sep 9 11:25:49 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
271
+ * ConditionalGet middleware (Last-Modified/Etag)
272
+
273
+ Adapted from Michael Klishin's implementation for Merb:
274
+ http://github.com/wycats/merb-core/tree/master/lib/merb-core/rack/middleware/conditional_get.rb
275
+
276
+ Implemented by Ryan Tomayko.
277
+
278
+ Sun Sep 7 12:20:22 2008 -0500 Joshua Peek <josh@joshpeek.com>
279
+ * Add MethodOverride middleware to allow browsers to fake PUT and DELETE methods
280
+
281
+ Sun Sep 7 20:20:30 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
282
+ * Update emongrel and add swiftiplied mongrel
283
+
284
+ Sun Sep 7 20:15:26 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
285
+ * Update Rack::File
286
+
287
+ * Fix trouble with wrong Content-Length if File.size returns 0
288
+ * Use Rack::Mime
289
+ * Split _call into methods for easier subclassing
290
+
291
+ Based on a patch by Michael Fellinger.
292
+
293
+ Sun Sep 7 19:52:15 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
294
+ * New version of Rack::Directory
295
+
296
+ * Handles symlinks
297
+ * Less disk access
298
+ * Uses UTF8
299
+ * Human-readable filesize from Bytes to Terabytes
300
+ * Uses Rack::File as app by default
301
+ * Does a File.expand_path on the
302
+ * +root+ argument
303
+ * Splits up the _call
304
+ * method for easier
305
+ * subclassing
306
+ * Use new Rack::Mime
307
+
308
+ Based on a patch by Michael Fellinger.
309
+
310
+ Sun Sep 7 17:51:44 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
311
+ * Add Rack::Mime, a module containing a MIME-type list and helpers
312
+ Proposed and implemented by Michael Fellinger.
313
+
314
+ Fri Sep 5 22:22:16 2008 +0300 Michael S. Klishin <michael@novemberain.com>
315
+ * Make Rack::Lint::InputWrapper delegate size method to underlying IO object.
316
+
317
+ See http://snurl.com/3nesq: Lint was breaking file uploads in a Merb app.
318
+
319
+ Signed-off-by: Michael S. Klishin <michael@novemberain.com>
320
+
321
+ Sat Aug 30 16:47:50 2008 +0900 Michael Fellinger <m.fellinger@gmail.com>
322
+ * Add Request#ip and corresponding spec
323
+
324
+ Thu Aug 28 15:57:14 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
325
+ * Make Rack::Lobster set Content-Length
326
+
327
+ Thu Aug 28 15:55:19 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
328
+ * Make Rack::ShowExceptions set Content-Length
329
+
330
+ Thu Aug 28 15:54:21 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
331
+ * Make Rack::Response count Content-Length
332
+
333
+ Thu Aug 28 15:47:47 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
334
+ * Remove empty FastCGI headers nginx likes to pass
335
+
336
+ Thu Aug 21 12:26:47 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
337
+ * Update to version 0.4
338
+
339
+ Thu Aug 21 13:24:41 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
340
+ * Cosmetics
341
+
342
+ Thu Aug 21 12:26:36 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
343
+ * Fix packaging script
344
+
345
+ Thu Aug 21 12:13:57 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
346
+ * Update README
347
+
348
+ Tue Aug 19 13:15:18 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
349
+ * REQUEST_METHOD only must be a valid token
350
+
351
+ Sat Aug 9 18:53:04 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
352
+ * Improve test documentation
353
+
354
+ Sat Aug 9 18:52:33 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
355
+ * Don't test OpenID in the default test suite
356
+
357
+ Sat Aug 9 18:52:03 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
358
+ * Wrangle paths so finally lighttpd should start everything on all platforms correctly
359
+
360
+ Sat Aug 9 18:50:33 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
361
+ * Don't test openid if not available
362
+
363
+ Sat Aug 9 18:49:53 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
364
+ * Don't test mongrel if not available
365
+
366
+ Sat Aug 9 18:29:44 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
367
+ * Silence OpenID warnings
368
+
369
+ Sat Aug 9 18:29:15 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
370
+ * Make memcache tests start and kill memcached itself
371
+
372
+ Thu Aug 7 03:32:31 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
373
+ * BUG: Output of date in wrong time format for cookie expiration (fixed)
374
+ Altered test output to match correct name of gem needing to be installed for memcache
375
+
376
+ Thu Aug 7 03:01:31 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
377
+ * Merge commit 'core/master'
378
+
379
+ Fri Aug 1 12:24:43 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
380
+ * Make Rack::Lint threadsafe
381
+ reported by Sunny Hirai
382
+
383
+ Thu Jul 24 11:26:17 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
384
+ * Merge git://github.com/dkubb/rack
385
+
386
+ Thu Jul 24 01:40:18 2008 -0700 Dan Kubb <dan.kubb@autopilotmarketing.com>
387
+ * Ensure the comparison is case insensitive
388
+
389
+ Thu Jul 24 01:12:25 2008 -0700 Dan Kubb <dan.kubb@autopilotmarketing.com>
390
+ * Updated Rake::Lint to ensure Content-Length header is present for non-chunked responses
391
+
392
+ Sat Jul 12 12:47:35 2008 +0200 Julik <me@julik.nl>
393
+ * Make Lint show proper errors for headers
394
+
395
+ Wed Jul 9 15:18:35 2008 +0200 Clive Crous <clive@crous.co.za>
396
+ * Fix digest paramater scanning.
397
+ Current scan sometimes took down sites.
398
+ Worst case scenario is when a user just clicked "ok" without entering a username. This could take down the entire website.
399
+ This is related to the ruby (language) bug:
400
+ http://rubyforge.org/tracker/index.php?func=detail&aid=21131&group_id=426&atid=1698
401
+
402
+ Tue Jul 1 22:59:09 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
403
+ * spec_rack_handler.rb - Fixed typos
404
+
405
+ Mon Jun 23 17:18:28 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
406
+ * spec_rack_utils.rb - Reformulated two test case descriptions
407
+
408
+ Sat Jul 5 02:23:45 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
409
+ * deflater.rb - Make gzip's mtime parameter mandatory
410
+
411
+ Sat Jul 5 02:16:09 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
412
+ * deflater.rb - Update TODOs
413
+
414
+ Sat Jul 5 02:13:17 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
415
+ * deflater.rb - Move out the Zlib::Deflate constructor arguments to a constant
416
+
417
+ Fri Jul 4 23:57:05 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
418
+ * deflater.rb - Removed unnecessary require "time" and whitespace
419
+
420
+ Fri Jul 4 12:53:43 2008 -0600 Ben Alpert <spicyjalapeno@gmail.com>
421
+ * added mtime for Deflater.gzip and fixed gzip spec
422
+
423
+ Fri Jul 4 13:36:18 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
424
+ * deflater.rb - Added an error message for the 406 Not Acceptable case
425
+
426
+ Fri Jul 4 02:35:15 2008 -0600 Ben <ben@Macintosh.local>
427
+ * added gzip support to Rack::Deflater
428
+
429
+ Wed Jul 2 00:11:06 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
430
+ * Implemented Rack::Deflater
431
+
432
+ Tue Jul 1 22:37:58 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
433
+ * Added support for Accept-Encoding (via Request#accept_encoding and Utils.select_best_encoding)
434
+
435
+ Tue Jul 1 15:09:16 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
436
+ * Merge branch 'openid2'
437
+
438
+ Tue Jul 1 15:02:00 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
439
+ * Refactoring of sanity checks on adding extensions for more descriptive exceptions.
440
+ Additional tests on extension handling.
441
+
442
+ Tue Jul 1 14:58:27 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
443
+ * Default :return_to is Request#url.
444
+ Reordering of finish vs check to prevent recursive oid checks.
445
+ Additional $DEBUG output
446
+
447
+ Tue Jul 1 14:55:37 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
448
+ * Documentation revisions. 80 cols!
449
+
450
+ Sun Jun 29 13:37:27 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
451
+ * Additional documentation examples.
452
+
453
+ Sun Jun 29 13:06:34 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
454
+ * Merge branch 'openid2'
455
+
456
+ Sun Jun 29 13:05:05 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
457
+ * Revisions to setup checks in order to match test specs.
458
+ Revisions to corresponding documentation.
459
+ Addition of #extension_namespaces for conveniance.
460
+
461
+ Sat Jun 28 17:54:45 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
462
+ * Additional checks and tests for extension handling.
463
+
464
+ Sat Jun 28 17:19:07 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
465
+ * Expansion and better handling of extensions.
466
+ Additional documentation and revisions in reference to extensions.
467
+ General documentation revisions.
468
+
469
+ Sat Jun 28 14:07:57 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
470
+ * Initial support for OpenID extensions.
471
+ Extensions require implementation from ::OpenID::Extension
472
+
473
+ Sat Jun 28 14:37:09 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
474
+ * Reformatting of debug warning
475
+
476
+ Fri Jun 27 09:44:38 2008 -0700 Dan Kubb <dan.kubb@autopilotmarketing.com>
477
+ * Make Rack::File use RFC 2616 HTTP Date/Time format for Last-Modified
478
+
479
+ Tue Jun 24 13:55:25 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
480
+ * Merge commit 'scytrin/master'
481
+
482
+ Tue Jun 24 11:57:04 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
483
+ * Only call binmode when possible in the multipart parser
484
+
485
+ Tue Jun 24 01:58:27 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
486
+ * Merge commit 'chneukirchen/master'
487
+
488
+ Tue Jun 24 01:52:16 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
489
+ * Merge branch 'openid2'
490
+
491
+ Tue Jun 24 01:43:03 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
492
+ * Documentation revisions
493
+
494
+ Mon Jun 23 04:26:38 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
495
+ * OpenID2 moved to replace OpenID
496
+
497
+ Fri Jun 20 23:16:21 2008 +0200 Christoffer Sawicki <christoffer.sawicki@gmail.com>
498
+ * file.rb - Added MP3 to MIME_TYPES
499
+
500
+ Mon Jun 23 04:25:10 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
501
+ * Merge branch 'openid2'
502
+
503
+ Mon Jun 23 01:55:35 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
504
+ * Removed extraneous test file
505
+ Updated rubygems specification
506
+
507
+ Mon Jun 23 01:04:10 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
508
+ * Addition of initial tests for OpenID2
509
+ Additional checks on provided URIs.
510
+
511
+ Sun Jun 22 08:27:48 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
512
+ * typo correction
513
+
514
+ Sun Jun 22 01:09:49 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
515
+ * More rephrasing.
516
+
517
+ Sat Jun 21 18:31:09 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
518
+ * Initial import of OpenID tests
519
+
520
+ Sat Jun 21 18:29:45 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
521
+ * Revisions to check logic and presentation
522
+
523
+ Sat Jun 21 18:10:27 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
524
+ * Documentation updates and revisions.
525
+ Addition of additional checks.
526
+
527
+ Fri Jun 20 13:23:07 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
528
+ * Documentation update.
529
+ Removal of message appending in a cancel response.
530
+
531
+ Fri Jun 20 12:56:05 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
532
+ * Documentation updates and improvements.
533
+ Adjusted naming for a few options.
534
+ The method #finish will always return a 303 redirect unless an error occurs.
535
+
536
+ Wed Jun 18 03:57:23 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
537
+ * Inlining the management of exceptional responses.
538
+ Removal of extension support until assurance of a decent and clean way of support.
539
+ Revisions to documentation.
540
+ Rewriting of various expressions for clarity and consistancy.
541
+ Replaced hard coded symbols with constant reference.
542
+ Included list of optional arguments for notes on later documentation.
543
+
544
+ Thu Jun 12 16:53:07 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
545
+ * Removed bare_login functionality, added an optional 500 returning intercept
546
+
547
+ Mon Jun 2 23:37:45 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
548
+ * Removal of trailing whitespace
549
+
550
+ Mon Jun 2 21:14:40 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
551
+ * Use $DEBUG for introspective output
552
+
553
+ Sun May 25 19:26:55 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
554
+ * Make OpenID2 accessible by default
555
+
556
+ Sun May 25 19:18:44 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
557
+ * Inclusion of ruby-openid 2.x compatible OpenID implementation
558
+
559
+ Mon Jun 23 03:32:04 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
560
+ * Removal of extraneous debugging output
561
+
562
+ Sun Jun 15 13:51:31 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
563
+ * Check for block in Builder before instance_eval
564
+
565
+ Thu Jun 12 17:17:24 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
566
+ * Merge commit 'scytrin/master'
567
+
568
+ Fri Jun 6 20:54:30 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
569
+ * Added documentation, checks, and tests for Rack::Utils::Context
570
+
571
+ Fri Jun 6 17:25:35 2008 -0700 Adam Wiggins <adam@heroku.com>
572
+ * commonlogger passes through close call (fixes zombie process bug when serving popen responses)
573
+
574
+ Tue Jun 3 21:55:55 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
575
+ * Reworking session/abstract/id and derived session implementations
576
+ Formatting for readability
577
+ Adjusted session-id finding for compatibility
578
+ Added checks, rescues, and debugging output
579
+ Adjusted and added tests
580
+
581
+ Tue Jun 3 20:09:19 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
582
+ * Removal of lingering debug output in directory.rb
583
+
584
+ Mon Jun 2 00:50:45 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
585
+ * Requiring socket stdlib for UNIXSocket and TCPSocket
586
+
587
+ Sun Jun 1 06:34:14 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
588
+ * Tests for Rack::Directory, as well as removal of Rack::File dependency
589
+
590
+ Sun Jun 1 06:07:44 2008 -0700 Scytrin dai Kinthra <scytrin@gmail.com>
591
+ * Addition of Directory to autoload index
592
+
593
+ Sat May 31 14:32:34 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
594
+ * Merge commit 'josh-mirror/master'
595
+
596
+ Sat May 31 14:26:43 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
597
+ * More cleanup
598
+
599
+ Sat May 31 14:21:56 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
600
+ * Mention Git repositories in README
601
+
602
+ Sat May 31 14:09:31 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
603
+ * Cleanup
604
+
605
+ Mon May 26 09:12:22 2008 -0500 Joshua Peek <josh@joshpeek.com>
606
+ * Skip Camping and Memcache tests if the gems are not installed.
607
+
608
+ Sun May 25 14:32:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
609
+ * Add Rack.release for the version of the release.
610
+
611
+ Sat May 24 17:54:49 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
612
+ * Merge commit 'josh/master'
613
+
614
+ Sat May 24 15:54:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
615
+ * Allow handlers to register themselves with Rack::Handler.
616
+
617
+ Sat May 24 09:57:09 2008 -0500 Joshua Peek <josh@joshpeek.com>
618
+ * Allow handlers to register themselves with Rack::Handler.
619
+
620
+ Sat May 24 14:23:10 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
621
+ * Merge commit '37c59dce25df4'
622
+
623
+ Sat May 24 12:22:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
624
+ * Merge walf443/rack-mirror
625
+
626
+ Sat May 24 02:16:39 2008 +0900 Keiji, Yoshimi <walf443@gmail dot com>
627
+ * It may be better to show HTTP_X_FORWARDED_FOR if it exists.
628
+ It's useful when using reverse proxy in front of app server using Rack.
629
+
630
+ Sun May 18 17:06:58 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
631
+ * Merge commit 'josh/master'
632
+
633
+ Sun May 18 15:05:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
634
+ * Merge 'josh/rack-mirror'
635
+
636
+ Sat May 17 15:39:16 2008 -0500 Joshua Peek <josh@joshpeek.com>
637
+ * Include EventedMongrel handler with Rack.
638
+
639
+ Sat May 10 17:16:29 2008 +0200 Christian Neukirchen <chneukirchen@gmail.com>
640
+ * Merge commit 'josh/daemonize'
641
+
642
+ Sat May 10 15:10:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
643
+ * Merge josh/daemonize
644
+
645
+ Tue May 6 18:14:47 2008 -0500 Joshua Peek <josh@joshpeek.com>
646
+ * Only write a rack pid if a file is given.
647
+
648
+ Tue May 6 15:44:15 2008 -0500 Joshua Peek <josh@joshpeek.com>
649
+ * Added support for daemonizing servers started with rackup.
650
+
651
+ Fri May 2 21:05:00 2008 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
652
+ * utils.rb, spec_rack_utils.rb - Added build_query, the inverse of parse_query
653
+
654
+ Fri May 2 20:53:00 2008 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
655
+ * utils.rb - Cleaned up parse_query
656
+
657
+ Fri May 2 21:04:00 2008 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
658
+ * spec_rack_utils.rb - Added another test for parse_query
659
+
660
+ Sat Apr 26 21:37:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
661
+ * session/abstract/id.rb - removal of gratuitous debug output
662
+
663
+ Fri Apr 25 23:55:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
664
+ * directory.rb - serves html index for nonfile paths
665
+
666
+ Rack::File similar processing of paths. On directory lookups it will serve
667
+ a html index of it's contents. Entries begining with '.' are not presented.
668
+ On lookups that result in a file, it will pass an unmodified env to the
669
+ provided app. If an app is not provided, a Rack::File with the same root is
670
+ used.
671
+
672
+ Fri Apr 18 10:12:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
673
+ * Open multipart tempfiles in binary mode
674
+
675
+ Thu Apr 10 20:26:00 2008 +0000 ryan <chneukirchen@gmail.com>
676
+ * handle EOFError exception in Request#params
677
+
678
+ Sat Mar 29 19:58:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
679
+ * utils.rb - addition of recontexting from a Context
680
+
681
+ Sun May 25 14:33:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
682
+ * Convert Rakefile to use Git
683
+
684
+ Thu Mar 27 11:09:00 2008 +0000 Adam Harper <adam@harper.nu>
685
+ * Bug fix for Tempfile POST bodies under Ruby 1.8
686
+
687
+ The Tempfile class in Ruby 1.8 doesn't implement the == method correctly.
688
+ This causes Rack::Requests to re-parse the input (when the input is a
689
+ Tempfile) each time the POST method is called, this in turn raises an
690
+ EOFError because the input has already been read.
691
+
692
+ One example of when this happens is when handling large POST requests
693
+ (e.g. file uploads) under Mongrel.
694
+
695
+ This issue only effects Ruby 1.8 (tested against 1.8.6). Ruby 1.9 does
696
+ not suffer from this issue (presumably due to changes in the Delegate
697
+ implementation.)
698
+
699
+ Sat Mar 29 04:32:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
700
+ * memcache.rb - Fixed immortal key bug, updated tests
701
+
702
+ Old multithread behaviour was to merge sessions, which would never delete
703
+ keys, even if deleted in the current session.
704
+
705
+ Tue Mar 25 11:15:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
706
+ * abstract/id.rb - Added check on correctness of response.
707
+
708
+ Thu Mar 20 16:11:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
709
+ * Run Rack::Session::Memcache tests in fulltest only
710
+
711
+ Wed Mar 19 11:43:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
712
+ * memcache.rb - memcached based session management
713
+
714
+ Thu Mar 20 16:06:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
715
+ * Rack::Reloader is not loaded in rackup development mode anymore
716
+
717
+ Tue Mar 18 04:04:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
718
+ * openid.rb - documentation and check on using ruby-openid 1.x.x
719
+
720
+ Tue Mar 18 10:59:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
721
+ * Update History
722
+
723
+ Tue Mar 18 10:57:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
724
+ * Update Rakefile
725
+
726
+ Tue Mar 18 10:55:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
727
+ * Make fulltest chmod the executables
728
+
729
+ Tue Mar 18 10:54:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
730
+ * Small README tweak
731
+
732
+ Mon Mar 17 23:28:00 2008 +0000 stephen.bannasch <chneukirchen@gmail.com>
733
+ * Changes to get lighttpd setup and running when rake fulltest is run; also added some doc to the readme about running tests
734
+
735
+ Mon Mar 17 16:03:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
736
+ * urlmap.rb - update test in allowance of non-destructive HeaderHash
737
+
738
+ Mon Mar 17 15:59:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
739
+ * pool.rb - cleanup of session merging and threading collision checks
740
+
741
+ Mon Mar 17 15:51:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
742
+ * URLMap tweaks and more tests
743
+
744
+ Mon Mar 17 15:51:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
745
+ * Don't lose empty headers in HeaderHash
746
+
747
+ Mon Mar 17 15:26:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
748
+ * urlmap.rb - alteration of path selection routines, with updated tests
749
+
750
+ Previous implementation would append an extra '/' if PATH_NAME would otherwise
751
+ be empty.
752
+
753
+ Mon Mar 17 11:19:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
754
+ * pool.rb - explicit require for thread stdlib
755
+
756
+ Mon Mar 17 09:12:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
757
+ * pool.rb, id.rb - creation of abstract id based session handler
758
+
759
+ Allows simpler implementation of various storage based sessioning.
760
+ More stringent type checks in id.rb
761
+
762
+ Sun Mar 16 14:31:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
763
+ * updated and addition to tests for pool.rb for expiration and thread safety
764
+
765
+ Running the freshness tests sleeps for 4 seconds to allow a session's
766
+ expiration point to pass.
767
+
768
+ Sun Mar 16 14:30:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
769
+ * pool.rb - addition of session freshness check and upkeep routines
770
+
771
+ Sun Mar 16 13:23:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
772
+ * utils.rb - Utils::Context - addition of introspection methods
773
+
774
+ Sun Mar 16 11:55:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
775
+ * pool.rb - documentation update and collision warnings
776
+
777
+ Sun Mar 16 09:01:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
778
+ * pool.rb - documentation revision, addition of @mutex accessor
779
+
780
+ Sun Mar 16 08:33:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
781
+ * pool.rb - setup of expiry not using defined?, from apeiros
782
+
783
+ Sun Mar 16 08:26:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
784
+ * pool.rb - saner metadata storage
785
+
786
+ Sun Mar 16 08:23:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
787
+ * pool.rb - cleanup and THANKS
788
+
789
+ Sun Mar 16 08:21:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
790
+ * pool.rb - addition of thread safety
791
+
792
+ Sun Mar 16 04:59:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
793
+ * pool.rb - moved cookie building back to #commit_session
794
+
795
+ Fri Mar 14 23:57:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
796
+ * pool.rb - faster session id generation from apeiros
797
+
798
+ Mon Mar 17 10:56:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
799
+ * Require time in rack/file.rb
800
+
801
+ Reported by Stephen Bannasch.
802
+
803
+ Sat Mar 15 13:51:00 2008 +0000 r <chneukirchen@gmail.com>
804
+ * Fix that Request assumes form-data even when Content-Type says otherwise
805
+
806
+ Fixes cases where accessing Request#params causes the body to be read and
807
+ processed as form-data improperly. For example, consider the following
808
+ request:
809
+
810
+ PUT /foo/bar?baz=bizzle HTTP/1.1
811
+ Content-Type: text/plain
812
+
813
+ This is not form-data.
814
+
815
+ When Rack::Request gets ahold of the corresponding environment, and the
816
+ application attempts to access the "baz" query string param, the body is read
817
+ and interpreted as form-data. If the body is an IOish object, this causes the
818
+ offset to be forwarded to the end of file.
819
+
820
+ The patch prevents the Request#POST method from going into the body unless the
821
+ media type is application/x-www-form-urlencoded, multipart/form-data, or not
822
+ specified.
823
+
824
+ While here, added a few unrelated helper methods to Request that I've found
825
+ particularly useful in Rack apps: #content_length, #head?, and #content_charset.
826
+
827
+ Tests and doc included for all changes.
828
+
829
+ Tue Mar 11 12:02:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
830
+ * pool.rb - cleanup and portability revisions
831
+
832
+ Tue Mar 11 11:59:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
833
+ * pool.rb - exported assignment of session id cookie
834
+
835
+ Tue Mar 11 11:56:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
836
+ * pool.rb - exported session to pool commit
837
+
838
+ Tue Mar 11 11:52:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
839
+ * pool.rb - altered session metadata storage and session commit point
840
+
841
+ Tue Mar 11 11:29:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
842
+ * pool.rb - exported generation of a new session id
843
+
844
+ Tue Mar 11 11:25:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
845
+ * pool.rb - moved inline hash to DEFAULT_OPTIONS
846
+
847
+ Tue Mar 11 11:11:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
848
+ * pool.rb - removal of blocks for #context
849
+
850
+ Before you could pass a block to Pool#context that would be passed the env
851
+ before performing a call on the passed app. This has been removed in deference
852
+ to the practice setting up the block as the passed app, which should
853
+ subsequently call the intended app.
854
+ Seems more in accordance with Rack's prescribed behaviour.
855
+
856
+ Tue Mar 11 07:51:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
857
+ * Alteration of Mongrel.run for Mongrel based routing
858
+
859
+ With the passing of the :map option Mongrel.run will handle the passing of a
860
+ Hash or URLMap rather than a standard rack app. The mapping provided by the
861
+ passed object will be used to register uris with the mongrel instance.
862
+
863
+ Hashes should only have absolute paths for keys and apps for values.
864
+
865
+ URLMaps will be filtered if the :Host options is specified, or the mapping's
866
+ host is set.
867
+
868
+ Tue Mar 11 06:31:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
869
+ * Addition of #add, #<<, and #include? to Cascade, allowing iterative addition of apps
870
+
871
+ Mon Mar 10 15:18:00 2008 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
872
+ * Changed urlmap.rb's uri check to successive conditionals rather than one big one
873
+
874
+ Tue Feb 26 12:28:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
875
+ * Update README and docs
876
+
877
+ Sun Feb 24 19:37:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
878
+ * Don't use autoloads in the test suite
879
+
880
+ Sun Feb 24 18:48:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
881
+ * Fix test cases that used 201 as a status where Content-Type is not allowed
882
+
883
+ Sun Feb 24 18:46:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
884
+ * Fix cookie parsing
885
+
886
+ Sun Feb 24 17:51:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
887
+ * Let Rack::Builder#use accept blocks
888
+
889
+ Contributed by Corey Jewett.
890
+
891
+ Mon Feb 18 21:18:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
892
+ * Don't create invalid header lines when only deleting a cookie
893
+
894
+ Reported by Andreas Zehnder
895
+
896
+ Sun Feb 3 17:14:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
897
+ * Update lint to not check for 201 status headers
898
+
899
+ Sun Feb 3 17:00:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
900
+ * HTTP status 201 can contain a body
901
+
902
+ Fri Jan 25 08:36:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
903
+ * Add SCGI handler, by Jeremy Evans
904
+
905
+ Tue Jan 22 04:23:00 2008 +0000 m.fellinger <chneukirchen@gmail.com>
906
+ * Fix syntax for toggle() in ShowExceptions
907
+
908
+ Mon Jan 21 02:27:00 2008 +0000 Aman Gupta <aman@ramaze.net>
909
+ * Conform to RFC 2109 regarding multiple values for same cookie
910
+
911
+ Thu Jan 10 15:29:00 2008 +0000 Christian Neukirchen <chneukirchen@gmail.com>
912
+ * Remove Rack::Adapter::Rails autoload
913
+
914
+ Mon Dec 31 18:34:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
915
+ * Remove uses of base64 for Ruby 1.9 support
916
+
917
+ Sun Dec 9 16:48:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
918
+ * Make Rack::Lint actually check what the spec says.
919
+
920
+ Sun Nov 18 20:09:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
921
+ * lib/rack/auth/openid.rb - typo!
922
+
923
+ Sun Nov 18 20:03:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
924
+ * lib/rack/auth/openid.rb - updates to reflect rack styling
925
+
926
+ Sun Nov 18 19:54:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
927
+ * lib/rack/auth/openid.rb - removal of block functionality
928
+
929
+ The block argumentn functionality was causing a few complications and
930
+ was removed in favour of storing the openid status object in the
931
+ environment. A wrapping proc oor rack app can now achieve the same
932
+ functionality as the block could, in a cleaner manner.
933
+
934
+ Sun Nov 18 19:51:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
935
+ * Small fix for the new FastCGI options
936
+
937
+ Sun Nov 18 19:16:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
938
+ * lib/rack/urlmap.rb - Restyle of host matching from 'and' and 'or' to && and ||
939
+
940
+ Tue Aug 28 23:02:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
941
+ * Reformat and representation of mapping selection routine.
942
+
943
+ Sun Nov 18 19:20:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
944
+ * Minor tweaks in blink's code
945
+
946
+ Sun Nov 18 18:45:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
947
+ * lib/rack/auth/openid.rb - removal of rubygems require
948
+
949
+ Sun Nov 18 07:46:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
950
+ * lib/rack.rb - Addition of Auth::OpenID
951
+
952
+ Sun Nov 18 07:45:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
953
+ * lib/rack.rb - Addition of new Session::Pool and Memcache
954
+
955
+ Sun Nov 18 05:08:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
956
+ * session/pool.rb - Updated to use Rack::Utils::Context
957
+
958
+ Sun Nov 18 04:57:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
959
+ * Inclusion of the openid result for the post-run block
960
+
961
+ Sun Nov 18 04:54:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
962
+ * Addition of post-run block for extensibility
963
+
964
+ Sun Nov 18 04:53:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
965
+ * Addition of request to provide a default return url
966
+
967
+ Sun Nov 18 04:50:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
968
+ * Cleanup of code, errant error call
969
+
970
+ Sun Nov 18 04:45:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
971
+ * Addition of Rack::Utils::Context
972
+
973
+ Allows the use of a rack app in different contexts using a proc.
974
+
975
+ Sun Nov 18 04:42:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
976
+ * Errors now method calls rather than constants.
977
+
978
+ Thu Aug 30 13:30:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
979
+ * addition of js -> text/javascript to file types
980
+
981
+ Thu Aug 30 13:28:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
982
+ * addition of Last-Modified http header to Rack::File
983
+
984
+ Tue Aug 28 23:14:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
985
+ * Addition of credits, #for to allow app context change, and addition of a #key accessor
986
+
987
+ Wed Aug 22 04:17:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
988
+ * lib/rack/handler/fastcgi.rb - :Port and :File options for opening sockets
989
+
990
+ Fri Aug 17 07:09:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
991
+ * lib/rack/auth/openid.rb: openid login authenticator
992
+
993
+ Thu Nov 15 16:21:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
994
+ * Fix SCRIPT_NAME in nested URLMaps
995
+
996
+ Thu Nov 15 16:20:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
997
+ * Update AUTHORS and thanks
998
+
999
+ Thu Nov 15 16:11:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1000
+ * Fix warning
1001
+
1002
+ Thu Nov 15 16:10:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1003
+ * Make Rack::Builder#to_app nondestructive
1004
+
1005
+ Tue Oct 9 14:35:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1006
+ * Fix Cookie dates accordingly to RFC 2109
1007
+
1008
+ Wed Sep 12 09:15:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1009
+ * Mention PUT as allowed request method in the spec
1010
+
1011
+ Sat Aug 11 17:28:00 2007 +0000 Scytrin dai Kinthra <scytrin@gmail.com>
1012
+ * pool.rb - local session storage hash pool w/ tests
1013
+
1014
+ Thu Jul 12 09:02:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1015
+ * Add LiteSpeed handler
1016
+
1017
+ Courtesy of Adrian Madrid <aemadrid@gmail.com>
1018
+
1019
+ Thu Jun 14 20:34:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1020
+ * Make Rack::File serve files with URL encoded filenames
1021
+
1022
+ Thu May 31 16:36:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1023
+ * Make Rack::Response possibly close the body
1024
+
1025
+ Proposed by Jonathan Buch
1026
+
1027
+ Thu May 17 12:06:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1028
+ * Better running of lighttpd for testing
1029
+
1030
+ Wed May 16 17:34:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1031
+ * Credit Luc Heinrich
1032
+
1033
+ Wed May 16 15:01:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1034
+ * Different approach to Mongrel#run testing
1035
+
1036
+ Wed May 16 14:53:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1037
+ * Fix trailing whitespace. Sigh.
1038
+
1039
+ Wed May 16 14:44:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1040
+ * Update README
1041
+
1042
+ Wed May 16 14:43:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1043
+ * Yield the servers optionally
1044
+
1045
+ Wed May 16 14:32:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1046
+ * Small docfixes
1047
+
1048
+ Tue May 15 23:44:00 2007 +0000 Michael Fellinger <m.fellinger@gmail.com>
1049
+ * replace the 'system' calls in Rakefile with 'sh', making them more transparent and --trace able
1050
+
1051
+ Tue May 15 23:42:00 2007 +0000 Michael Fellinger <m.fellinger@gmail.com>
1052
+ * add some features to Request and the corresponding tests for them
1053
+
1054
+ Tue May 15 15:43:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1055
+ * Make Rack::Handler::*.run yield the server for further configuration
1056
+
1057
+ Fri May 11 15:31:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1058
+ * Remove the Rails adapter, it was never useful
1059
+
1060
+ Fri May 11 15:12:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1061
+ * Introduce Rack::Response::Helpers and make MockResponse use them, too.
1062
+
1063
+ Fri May 11 14:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1064
+ * Add some more edge-case tests to improve coverage
1065
+
1066
+ Sun Apr 29 12:55:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1067
+ * Add missing autoload for Cascade in rack.rb
1068
+
1069
+ Thu Apr 26 14:05:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1070
+ * Make ShowStatus more robust
1071
+
1072
+ Wed Apr 18 13:15:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1073
+ * Add Rack::Response#empty?
1074
+
1075
+ Tue Apr 3 20:59:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1076
+ * Minor tweaks
1077
+
1078
+ Tue Apr 3 20:58:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1079
+ * Some initial documentation for the main authentication classes
1080
+
1081
+ Tue Apr 3 20:56:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1082
+ * An example of how to use Rack::Auth::Basic. Protect your lobsters!
1083
+
1084
+ Tue Apr 3 20:17:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1085
+ * Make Rack::Auth handlers compatible with Rack::ShowStatus
1086
+
1087
+ Tue Apr 3 20:09:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1088
+ * Ensure Rack::ShowStatus passes on headers
1089
+
1090
+ Fri Mar 30 13:12:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1091
+ * Add Request#fullpath
1092
+
1093
+ Thu Mar 29 14:24:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1094
+ * Add Rack::ShowStatus, a filter to generate common error messages
1095
+
1096
+ Thu Mar 29 14:20:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1097
+ * Add a list of HTTP status messages
1098
+
1099
+ Tue Mar 27 09:06:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1100
+ * Small cleanup
1101
+
1102
+ Mon Mar 26 21:27:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1103
+ * Adding Rack::Auth::Digest::MD5, and refactoring Auth::Basic accordingly
1104
+
1105
+ Sat Mar 24 14:36:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1106
+ * Doc fix, Request should have been Reponse
1107
+
1108
+ Thanks, apeiros
1109
+
1110
+ Mon Mar 12 16:45:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1111
+ * Add a test for the broken cookie sessions
1112
+
1113
+ Mon Mar 12 16:04:00 2007 +0000 luc <chneukirchen@gmail.com>
1114
+ * Make sure we get a valid empty session hash in all cases.
1115
+
1116
+ Sun Mar 11 14:06:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1117
+ * Integrate Rack::Static
1118
+
1119
+ Sun Mar 11 14:04:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1120
+ * Ducktype on #to_str for Rack::Response.new
1121
+
1122
+ proposed by Gary Wright
1123
+
1124
+ Sun Mar 11 13:43:00 2007 +0000 luc <chneukirchen@gmail.com>
1125
+ * Added Rack::Static middleware.
1126
+
1127
+ Sun Mar 11 13:50:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1128
+ * Make Rack::Response#write call #to_s
1129
+
1130
+ proposed by Gary Wright
1131
+
1132
+ Sat Mar 10 14:38:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1133
+ * Fix Rack::Session::Cookie
1134
+
1135
+ Fri Mar 9 23:40:00 2007 +0000 luc <chneukirchen@gmail.com>
1136
+ * Cookie based session management middleware.
1137
+
1138
+ Tue Mar 6 21:12:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1139
+ * Load pp when debugging
1140
+
1141
+ Tue Mar 6 12:19:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1142
+ * Integrate patches
1143
+
1144
+ Sun Mar 4 15:12:00 2007 +0000 Tim Fletcher <twoggle@gmail.com>
1145
+ * Adding Rack::Auth::Basic
1146
+
1147
+ Sun Mar 4 02:29:00 2007 +0000 Aredridel <aredridel@nbtsc.org>
1148
+ * Fix Camping redirects into Strings when they're URIs
1149
+
1150
+ Sat Mar 3 17:20:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1151
+ * Fix things that should have been fixed before the release *sigh*
1152
+
1153
+ Sat Mar 3 12:40:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1154
+ * Fix CGI permissions
1155
+
1156
+ Sat Mar 3 12:34:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1157
+ * Last-minute details
1158
+
1159
+ Sat Mar 3 11:15:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1160
+ * Extend gemspec
1161
+
1162
+ Sat Mar 3 10:37:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1163
+ * Small README fixes
1164
+
1165
+ Sat Mar 3 10:16:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1166
+ * Add README and other documentation
1167
+
1168
+ Sat Mar 3 09:58:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1169
+ * Add and integrate Rakefile
1170
+
1171
+ Sat Mar 3 09:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1172
+ * Add some missing tests
1173
+
1174
+ Fri Mar 2 23:53:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1175
+ * Tidy up RailsDispatcher::CGIStub
1176
+
1177
+ Fri Mar 2 16:55:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1178
+ * Handle SCRIPT_NAME better in *CGI environments
1179
+
1180
+ Fri Mar 2 15:10:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1181
+ * Remove lighttpd comment.
1182
+
1183
+ The bug has been fixed in later versions.
1184
+
1185
+ Thu Mar 1 18:53:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1186
+ * Add RDocs
1187
+
1188
+ Wed Feb 28 22:19:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1189
+ * Make Adapter::Rails use Cascade
1190
+
1191
+ Wed Feb 28 20:06:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1192
+ * Fix warnings
1193
+
1194
+ Wed Feb 28 20:03:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1195
+ * Add Rack::Cascade, to pass on the first non 404 result
1196
+
1197
+ Wed Feb 28 19:12:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1198
+ * Move TestRequest to test/
1199
+
1200
+ Wed Feb 28 19:09:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1201
+ * Make spec_rack_lint.rb use mocks
1202
+
1203
+ Wed Feb 28 18:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1204
+ * Make spec_rack_camping.rb use mocks
1205
+
1206
+ Wed Feb 28 18:55:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1207
+ * Make spec_rack_urlmap.rb use mocks
1208
+
1209
+ Wed Feb 28 18:30:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1210
+ * Make spec_rack_showexceptions.rb use mocks
1211
+
1212
+ Wed Feb 28 18:26:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1213
+ * Make spec_rack_request.rb use mocks
1214
+
1215
+ Wed Feb 28 18:25:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1216
+ * Don't clash constants in specifications
1217
+
1218
+ Wed Feb 28 18:21:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1219
+ * MockRequest can now only create the Rack environment
1220
+
1221
+ Wed Feb 28 18:13:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1222
+ * Make spec_rack_recursive.rb use mocks
1223
+
1224
+ Wed Feb 28 17:50:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1225
+ * Add a default SCRIPT_NAME
1226
+
1227
+ Wed Feb 28 17:44:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1228
+ * Make spec_rack_file.rb use mocks
1229
+
1230
+ Wed Feb 28 17:40:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1231
+ * Make spec_rack_commonlogger.rb use mocks
1232
+
1233
+ Wed Feb 28 17:35:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1234
+ * Add support for mocking all request methods
1235
+
1236
+ Wed Feb 28 17:29:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1237
+ * Add MockRequest/MockResponse for easier testing
1238
+
1239
+ Wed Feb 28 13:45:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1240
+ * Remove the port number of HTTP_HOST and SERVER_NAME
1241
+
1242
+ Wed Feb 28 13:33:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1243
+ * Make multipart reading more robust
1244
+
1245
+ Wed Feb 28 12:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1246
+ * Make Rack::Request read multipart form data
1247
+
1248
+ Wed Feb 28 12:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1249
+ * Allow rack.input.read(integer), needed for safe multipart parsing
1250
+
1251
+ Mon Feb 26 18:45:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1252
+ * Add CGI and FastCGI support for rackup
1253
+
1254
+ Mon Feb 26 18:42:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1255
+ * Make *CGI#run really like the others
1256
+
1257
+ Mon Feb 26 18:10:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1258
+ * Adapt Rack::Handler::CGI API
1259
+
1260
+ Mon Feb 26 17:59:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1261
+ * Add a FastCGI handler
1262
+
1263
+ Sun Feb 25 21:14:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1264
+ * Make Rack::Response#write return the written string to catch errors with nested writes
1265
+
1266
+ Sun Feb 25 15:49:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1267
+ * Add Rack::Reloader, a code autoreloader
1268
+
1269
+ Sun Feb 25 13:46:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1270
+ * Ensure the Response body is writable
1271
+
1272
+ Sun Feb 25 13:40:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1273
+ * Improve the Rack::Response constructor
1274
+
1275
+ based on a patch from mitsuhiko.
1276
+
1277
+ Sun Feb 25 12:24:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1278
+ * Add the official logo
1279
+
1280
+ Sat Feb 24 18:03:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1281
+ * Add rackup, an experimental standalone Rack app starter
1282
+
1283
+ Sat Feb 24 18:02:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1284
+ * Add Rack::Builder, a DSL for connecting Rack apps
1285
+
1286
+ Sat Feb 24 18:01:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1287
+ * Really fix URLMap
1288
+
1289
+ Thu Feb 22 20:35:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1290
+ * Lint fix
1291
+
1292
+ Thu Feb 22 20:34:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1293
+ * Route root app correctly in URLMap
1294
+
1295
+ Thu Feb 22 11:10:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1296
+ * Add tests for Request#query_string
1297
+
1298
+ Wed Feb 21 22:25:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1299
+ * Add getter method for the query string (and use it internally)
1300
+
1301
+ Wed Feb 21 17:29:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1302
+ * Extended CGIStub to handle Rails' session cookie
1303
+
1304
+ Wed Feb 21 19:23:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1305
+ * Add a first draft of the specification to Rack::Lint
1306
+
1307
+ Wed Feb 21 18:49:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1308
+ * Ensure the body is closed
1309
+
1310
+ Wed Feb 21 17:46:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1311
+ * Add AUTHORS
1312
+
1313
+ Wed Feb 21 16:49:00 2007 +0000 Christoffer Sawicki <christoffer.sawicki@gmail.com>
1314
+ * Basic Rails handler for Rack
1315
+
1316
+ Wed Feb 21 17:03:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1317
+ * Add Request#url
1318
+
1319
+ Wed Feb 21 16:41:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1320
+ * Fix extension->MIME mapping
1321
+
1322
+ Wed Feb 21 15:13:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1323
+ * Add Rack::Recursive and ForwardRequest
1324
+
1325
+ Wed Feb 21 15:11:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1326
+ * URLMap should only look at PATH_INFO
1327
+
1328
+ Tue Feb 20 18:15:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1329
+ * Call body#close if possible
1330
+
1331
+ Mon Feb 19 12:19:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1332
+ * Small exception handler tweak
1333
+
1334
+ Mon Feb 19 11:22:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1335
+ * Return empty hash on lack of cookies
1336
+
1337
+ Mon Feb 19 11:22:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1338
+ * Fix host dispatching with explicit ports
1339
+
1340
+ Mon Feb 19 10:23:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1341
+ * Cache the parsed things in Rack::Request
1342
+
1343
+ Sun Feb 18 23:23:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1344
+ * Rename Request#method to #request_method to not confuse stdlibs
1345
+
1346
+ Sun Feb 18 23:02:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1347
+ * Add Camping adapter autoload
1348
+
1349
+ Sun Feb 18 22:52:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1350
+ * Put Rack under the MIT license
1351
+
1352
+ Sun Feb 18 18:07:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1353
+ * Add Rack::CommonLogger, a Common Log Format request logger
1354
+
1355
+ Sun Feb 18 17:52:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1356
+ * Make Response#status and #body settable
1357
+
1358
+ Sun Feb 18 10:50:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1359
+ * More convenience for Rack::Request
1360
+
1361
+ Sat Feb 17 13:49:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1362
+ * Remove trailing whitespace *sigh*
1363
+
1364
+ Sat Feb 17 13:46:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1365
+ * Add Rack::URLMap, a simple router
1366
+
1367
+ Sat Feb 17 13:04:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1368
+ * Remove Python leftover
1369
+
1370
+ Sat Feb 17 12:57:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1371
+ * Add a Camping adapter
1372
+
1373
+ Sat Feb 17 12:57:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1374
+ * Don't define path_info twice
1375
+
1376
+ Sat Feb 17 12:56:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1377
+ * Add Rack::ShowExceptions
1378
+
1379
+ Sat Feb 17 12:55:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1380
+ * Remove stray paths
1381
+
1382
+ Fri Feb 16 16:54:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1383
+ * Add lobster version with Request/Response
1384
+
1385
+ Fri Feb 16 16:53:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1386
+ * Make Rack::Response#write syncronous
1387
+
1388
+ Fri Feb 16 16:42:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1389
+ * Add more Rack::Utils specs
1390
+
1391
+ Fri Feb 16 16:34:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1392
+ * Add Rack::Response and Rack::Utils
1393
+
1394
+ Fri Feb 16 15:32:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1395
+ * Add Rack::Request
1396
+
1397
+ Fri Feb 16 15:30:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1398
+ * Add Rack::File, a static file server
1399
+
1400
+ Fri Feb 16 14:51:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1401
+ * Move testing helpers to TestRequest
1402
+
1403
+ Fri Feb 16 13:40:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1404
+ * Add a lobster
1405
+
1406
+ Fri Feb 16 13:39:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1407
+ * Add rack.rb with autoloads for convenience
1408
+
1409
+ Fri Feb 16 13:33:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1410
+ * Add quick run methods for WEBrick and Mongrel
1411
+
1412
+ Fri Feb 16 13:27:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1413
+ * Fix lint to allow empty SCRIPT_NAME and PATH_INFO
1414
+
1415
+ Fri Feb 16 13:01:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1416
+ * Add Lint to the tests
1417
+
1418
+ Fri Feb 16 12:49:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1419
+ * Add Rack::Lint
1420
+
1421
+ Thu Feb 15 18:05:00 2007 +0000 Christian Neukirchen <chneukirchen@gmail.com>
1422
+ * Initial import of Rack
1423
+