mongrel2 0.54.0 → 0.55.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/{DSL.rdoc → DSL.md} +69 -40
- data/{History.rdoc → History.md} +88 -79
- data/Manifest.txt +3 -6
- data/{README.rdoc → README.md} +57 -42
- data/Rakefile +5 -91
- data/gem.deps.rb +23 -2
- data/lib/mongrel2.rb +1 -1
- data/lib/mongrel2/config/dsl.rb +1 -1
- data/lib/mongrel2/request.rb +1 -1
- metadata +66 -138
- metadata.gz.sig +0 -0
- data/.autotest +0 -23
- data/.gemtest +0 -0
- data/ChangeLog +0 -3170
metadata.gz.sig
CHANGED
Binary file
|
data/.autotest
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
# -*- ruby -*-
|
2
|
-
|
3
|
-
require 'autotest/restart'
|
4
|
-
|
5
|
-
# Autotest.add_hook :initialize do |at|
|
6
|
-
# at.extra_files << "../some/external/dependency.rb"
|
7
|
-
#
|
8
|
-
# at.libs << ":../some/external"
|
9
|
-
#
|
10
|
-
# at.add_exception 'vendor'
|
11
|
-
#
|
12
|
-
# at.add_mapping(/dependency.rb/) do |f, _|
|
13
|
-
# at.files_matching(/test_.*rb$/)
|
14
|
-
# end
|
15
|
-
#
|
16
|
-
# %w(TestA TestB).each do |klass|
|
17
|
-
# at.extra_class_map[klass] = "test/test_misc.rb"
|
18
|
-
# end
|
19
|
-
# end
|
20
|
-
|
21
|
-
# Autotest.add_hook :run_command do |at|
|
22
|
-
# system "rake build"
|
23
|
-
# end
|
data/.gemtest
DELETED
File without changes
|
data/ChangeLog
DELETED
@@ -1,3170 +0,0 @@
|
|
1
|
-
2019-09-04 Michael Granger <ged@FaerieMUD.org>
|
2
|
-
|
3
|
-
@ * lib/mongrel2/cli/_.rb:
|
4
|
-
| Remove the temporary command template
|
5
|
-
| [a45595593fe9] [tip]
|
6
|
-
|
|
7
|
-
o * .hgignore, Gemfile, Rakefile, gem.deps.rb, mongrel2.gemspec:
|
8
|
-
| Move deps to Rubygems style
|
9
|
-
| [3394aa0fb6d7]
|
10
|
-
|
|
11
|
-
2019-08-30 Michael Granger <ged@FaerieMUD.org>
|
12
|
-
|
13
|
-
o * bin/m2sh.rb:
|
14
|
-
| Convert the `version` command
|
15
|
-
| [f0e8cc815f35]
|
16
|
-
|
|
17
|
-
o * bin/m2sh.rb, lib/mongrel2/cli/settings.rb:
|
18
|
-
| Add the `settings` command
|
19
|
-
| [3318e96c026c]
|
20
|
-
|
|
21
|
-
o * .gems, bin/m2sh.rb, example.rb, lib/mongrel2/cli.rb,
|
22
|
-
| lib/mongrel2/cli/_.rb, lib/mongrel2/cli/access.rb,
|
23
|
-
| lib/mongrel2/cli/bootstrap.rb, lib/mongrel2/cli/commit.rb,
|
24
|
-
| lib/mongrel2/cli/hosts.rb, lib/mongrel2/cli/init.rb,
|
25
|
-
| lib/mongrel2/cli/load.rb, lib/mongrel2/cli/log.rb,
|
26
|
-
| lib/mongrel2/cli/quickstart.rb, lib/mongrel2/cli/reload.rb,
|
27
|
-
| lib/mongrel2/cli/routes.rb, lib/mongrel2/cli/running.rb,
|
28
|
-
| lib/mongrel2/cli/servers.rb, lib/mongrel2/cli/start.rb,
|
29
|
-
| lib/mongrel2/cli/stop.rb, lib/mongrel2/config/directory.rb,
|
30
|
-
| lib/mongrel2/config/handler.rb, lib/mongrel2/config/proxy.rb,
|
31
|
-
| mongrel2.gemspec:
|
32
|
-
| Convert a bunch more commands to GLI
|
33
|
-
| [a3e36d56b290]
|
34
|
-
|
|
35
|
-
2019-08-14 Michael Granger <ged@FaerieMUD.org>
|
36
|
-
|
37
|
-
o * certs/ged.pem:
|
38
|
-
| Update my gem-signing cert
|
39
|
-
| [3ace11b97f05]
|
40
|
-
|
|
41
|
-
o * lib/mongrel2/config.rb, lib/mongrel2/config/dsl.rb,
|
42
|
-
| lib/mongrel2/config/host.rb, lib/mongrel2/config/server.rb,
|
43
|
-
| spec/mongrel2/config/dsl_spec.rb:
|
44
|
-
| Fixed create vs. re-create in config DSL
|
45
|
-
| [62a155659470]
|
46
|
-
|
|
47
|
-
2019-06-26 Michael Granger <ged@FaerieMUD.org>
|
48
|
-
|
49
|
-
o * .hgtags:
|
50
|
-
| Added tag v0.53.0 for changeset 9a0ef111c743
|
51
|
-
| [f2fa2ed85e26]
|
52
|
-
|
|
53
|
-
o * .hgsigs:
|
54
|
-
| Added signature for changeset cfedd3805c13
|
55
|
-
| [9a0ef111c743] [v0.53.0]
|
56
|
-
|
|
57
|
-
o * History.rdoc, Rakefile, lib/mongrel2.rb:
|
58
|
-
| Bump the minor version, update history, bump minimum Ruby version to
|
59
|
-
| 2.4.x
|
60
|
-
| [cfedd3805c13]
|
61
|
-
|
|
62
|
-
o * Manifest.txt, lib/mongrel2/table.rb, lib/mongrel2/testing.rb,
|
63
|
-
| spec/mongrel2/testing_spec.rb:
|
64
|
-
| Fix a few bugs in the testing facilities
|
65
|
-
| [c7c8575f9d60]
|
66
|
-
|
|
67
|
-
2019-05-07 Michael Granger <ged@FaerieMUD.org>
|
68
|
-
|
69
|
-
o * lib/mongrel2.rb, lib/mongrel2/config.rb,
|
70
|
-
| lib/mongrel2/config/directory.rb, lib/mongrel2/config/dsl.rb,
|
71
|
-
| lib/mongrel2/config/filter.rb, lib/mongrel2/config/handler.rb,
|
72
|
-
| lib/mongrel2/config/host.rb, lib/mongrel2/config/log.rb,
|
73
|
-
| lib/mongrel2/config/mimetype.rb, lib/mongrel2/config/proxy.rb,
|
74
|
-
| lib/mongrel2/config/route.rb, lib/mongrel2/config/server.rb,
|
75
|
-
| lib/mongrel2/config/setting.rb, lib/mongrel2/config/statistic.rb,
|
76
|
-
| lib/mongrel2/config/xrequest.rb, lib/mongrel2/connection.rb,
|
77
|
-
| lib/mongrel2/constants.rb, lib/mongrel2/control.rb,
|
78
|
-
| lib/mongrel2/exceptions.rb, lib/mongrel2/handler.rb,
|
79
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/httpresponse.rb,
|
80
|
-
| lib/mongrel2/jsonrequest.rb, lib/mongrel2/request.rb,
|
81
|
-
| lib/mongrel2/response.rb, lib/mongrel2/table.rb,
|
82
|
-
| lib/mongrel2/testing.rb, lib/mongrel2/websocket.rb,
|
83
|
-
| lib/mongrel2/xmlrequest.rb, spec/constants.rb, spec/helpers.rb,
|
84
|
-
| spec/matchers.rb, spec/mongrel2/config/directory_spec.rb,
|
85
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
86
|
-
| spec/mongrel2/config/filter_spec.rb,
|
87
|
-
| spec/mongrel2/config/handler_spec.rb,
|
88
|
-
| spec/mongrel2/config/host_spec.rb, spec/mongrel2/config/log_spec.rb,
|
89
|
-
| spec/mongrel2/config/proxy_spec.rb,
|
90
|
-
| spec/mongrel2/config/route_spec.rb,
|
91
|
-
| spec/mongrel2/config/server_spec.rb,
|
92
|
-
| spec/mongrel2/config/setting_spec.rb,
|
93
|
-
| spec/mongrel2/config/statistic_spec.rb,
|
94
|
-
| spec/mongrel2/config/xrequest_spec.rb, spec/mongrel2/config_spec.rb,
|
95
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/constants_spec.rb,
|
96
|
-
| spec/mongrel2/control_spec.rb, spec/mongrel2/handler_spec.rb,
|
97
|
-
| spec/mongrel2/httprequest_spec.rb,
|
98
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/request_spec.rb,
|
99
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/table_spec.rb,
|
100
|
-
| spec/mongrel2/websocket_spec.rb, spec/mongrel2/xmlrequest_spec.rb,
|
101
|
-
| spec/mongrel2_spec.rb:
|
102
|
-
| Modify to run with frozen string literals
|
103
|
-
| [71e4f3d21a77]
|
104
|
-
|
|
105
|
-
2019-05-06 Michael Granger <ged@FaerieMUD.org>
|
106
|
-
|
107
|
-
o * lib/mongrel2/websocket.rb:
|
108
|
-
| Remove FrameMethod from WebSocket::ServerHandshake
|
109
|
-
| [e51f83280d48]
|
110
|
-
|
|
111
|
-
2019-05-03 Michael Granger <ged@FaerieMUD.org>
|
112
|
-
|
113
|
-
o * lib/mongrel2/testing.rb, lib/mongrel2/websocket.rb:
|
114
|
-
| Make WebSocket::Request#response more consistent with other kinds of
|
115
|
-
| requests.
|
116
|
-
| [ec5b4a929376]
|
117
|
-
|
|
118
|
-
o * lib/mongrel2/request.rb, lib/mongrel2/response.rb,
|
119
|
-
| lib/mongrel2/websocket.rb, spec/mongrel2/request_spec.rb,
|
120
|
-
| spec/mongrel2/response_spec.rb:
|
121
|
-
| Add a #socket_id method to Mongrel2::Request and ::Response.
|
122
|
-
| [68b1868529c1]
|
123
|
-
|
|
124
|
-
o * examples/ws-echo.rb, experiments/ws-chunks.rb,
|
125
|
-
| lib/mongrel2/handler.rb, lib/mongrel2/testing.rb,
|
126
|
-
| lib/mongrel2/websocket.rb, spec/constants.rb,
|
127
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/websocket_spec.rb:
|
128
|
-
| Rewrite websocket functionality
|
129
|
-
|
|
130
|
-
| This is a rewrite meant to make it easier to use websockets from
|
131
|
-
| within handlers. To that end, this:
|
132
|
-
|
|
133
|
-
| - Makes request/response and the frame different classes to make it
|
134
|
-
| easier to build frames manually.
|
135
|
-
| - Make use of iterators for composability
|
136
|
-
| - Add a convenience method for building a fragmented stream of frames
|
137
|
-
| from an IO-like object.
|
138
|
-
| [643069fd2f50]
|
139
|
-
|
|
140
|
-
2019-05-01 Michael Granger <ged@FaerieMUD.org>
|
141
|
-
|
142
|
-
o * lib/mongrel2/request.rb:
|
143
|
-
| Fix a typo in method docs
|
144
|
-
| [0aca6acfe8d0]
|
145
|
-
|
|
146
|
-
2019-04-24 Michael Granger <ged@FaerieMUD.org>
|
147
|
-
|
148
|
-
o * .hgtags:
|
149
|
-
| Added tag v0.52.2 for changeset 6ca17e3a8916
|
150
|
-
| [ed7b89588792]
|
151
|
-
|
|
152
|
-
o * .hgsigs:
|
153
|
-
| Added signature for changeset 1e1a3c278751
|
154
|
-
| [6ca17e3a8916] [v0.52.2]
|
155
|
-
|
|
156
|
-
o * History.rdoc, lib/mongrel2.rb:
|
157
|
-
| Bump the patch version, update history.
|
158
|
-
| [1e1a3c278751]
|
159
|
-
|
|
160
|
-
o * spec/mongrel2/config/directory_spec.rb,
|
161
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
162
|
-
| spec/mongrel2/config/handler_spec.rb,
|
163
|
-
| spec/mongrel2/config/log_spec.rb,
|
164
|
-
| spec/mongrel2/config/route_spec.rb,
|
165
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/config_spec.rb,
|
166
|
-
| spec/mongrel2/control_spec.rb, spec/mongrel2/handler_spec.rb,
|
167
|
-
| spec/mongrel2/httprequest_spec.rb,
|
168
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/request_spec.rb,
|
169
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/table_spec.rb,
|
170
|
-
| spec/mongrel2/websocket_spec.rb, spec/mongrel2_spec.rb:
|
171
|
-
| Make whitespace consistent in specs.
|
172
|
-
| [4632293da126]
|
173
|
-
|
|
174
|
-
2019-02-20 Michael Granger <ged@FaerieMUD.org>
|
175
|
-
|
176
|
-
o * .ruby-version, lib/mongrel2/handler.rb,
|
177
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/handler_spec.rb:
|
178
|
-
| Bump Ruby to 2.6, fix a few specs
|
179
|
-
| [3ff8014ca87c]
|
180
|
-
|
|
181
|
-
2018-07-31 Michael Granger <ged@FaerieMUD.org>
|
182
|
-
|
183
|
-
o * lib/mongrel2/connection.rb:
|
184
|
-
| Don't set linger on the Connection sockets until they're closing
|
185
|
-
| [3da3c8480391]
|
186
|
-
|
|
187
|
-
o * lib/mongrel2/handler.rb:
|
188
|
-
| Defer creation of the reactor in the handler until it's #run
|
189
|
-
| [ed00cd906972]
|
190
|
-
|
|
191
|
-
o * lib/mongrel2/request.rb:
|
192
|
-
| Add #extended_reply? predicate to Mongrel2::Request for cases where
|
193
|
-
| it's used as a response too
|
194
|
-
| [e51da832cbe2]
|
195
|
-
|
|
196
|
-
2018-07-23 Michael Granger <ged@FaerieMUD.org>
|
197
|
-
|
198
|
-
o * .hgtags:
|
199
|
-
| Added tag v0.52.1 for changeset 8ce8a2196b24
|
200
|
-
| [b94710fbee24]
|
201
|
-
|
|
202
|
-
o * .hgsigs:
|
203
|
-
| Added signature for changeset 476c62e8a8f0
|
204
|
-
| [8ce8a2196b24] [v0.52.1]
|
205
|
-
|
|
206
|
-
o * History.rdoc, Rakefile, lib/mongrel2.rb, mongrel2.gemspec:
|
207
|
-
| Fix dependency, bump patch version, update history.
|
208
|
-
| [476c62e8a8f0]
|
209
|
-
|
|
210
|
-
2018-07-21 Michael Granger <ged@FaerieMUD.org>
|
211
|
-
|
212
|
-
o * .hgtags:
|
213
|
-
| Added tag v0.52.0 for changeset 49a9df224179
|
214
|
-
| [d83ef3a91d1d]
|
215
|
-
|
|
216
|
-
o * .hgsigs:
|
217
|
-
| Added signature for changeset aa458f3f9ca9
|
218
|
-
| [49a9df224179] [v0.52.0]
|
219
|
-
|
|
220
|
-
o * .ruby-version, History.rdoc, lib/mongrel2.rb:
|
221
|
-
| Bump the minor version, update history.
|
222
|
-
| [aa458f3f9ca9]
|
223
|
-
|
|
224
|
-
o * .gems, Rakefile, lib/mongrel2/handler.rb, lib/mongrel2/websocket.rb,
|
225
|
-
| mongrel2.gemspec, spec/helpers.rb, spec/mongrel2/connection_spec.rb,
|
226
|
-
| spec/mongrel2/handler_spec.rb:
|
227
|
-
| Refactor IO code to use cztop-reactor
|
228
|
-
| [d266df105426]
|
229
|
-
|
|
230
|
-
2018-05-31 Mahlon E. Smith <mahlon@martini.nu>
|
231
|
-
|
232
|
-
o * lib/mongrel2/constants.rb:
|
233
|
-
| Update for changes to gem upstream.
|
234
|
-
| [667013d5334c]
|
235
|
-
|
|
236
|
-
2017-11-15 Michael Granger <ged@FaerieMUD.org>
|
237
|
-
|
238
|
-
o * .hgtags:
|
239
|
-
| Added tag v0.51.0 for changeset 89afed83e6e2
|
240
|
-
| [1a6fcd8e3a52]
|
241
|
-
|
|
242
|
-
o * .hgsigs:
|
243
|
-
| Added signature for changeset 5c042cae7457
|
244
|
-
| [89afed83e6e2] [v0.51.0]
|
245
|
-
|
|
246
|
-
o * cert/ged.pem, certs/ged.pem:
|
247
|
-
| Fix the name of and update my gem-signing cert
|
248
|
-
| [5c042cae7457]
|
249
|
-
|
|
250
|
-
o * History.rdoc, lib/mongrel2.rb:
|
251
|
-
| Bump the minor version, update history.
|
252
|
-
| [1a66a960918d]
|
253
|
-
|
|
254
|
-
o * Rakefile, mongrel2.gemspec:
|
255
|
-
| Update libxml-ruby dep to the latest
|
256
|
-
| [9253c00b0a2f]
|
257
|
-
|
|
258
|
-
2017-11-08 Michael Granger <ged@FaerieMUD.org>
|
259
|
-
|
260
|
-
o * mongrel2.gemspec:
|
261
|
-
| Update the gemspec
|
262
|
-
| [f1817db64b7b]
|
263
|
-
|
|
264
|
-
o * Manifest.txt:
|
265
|
-
| Update the manifest
|
266
|
-
| [f69cd800ac94]
|
267
|
-
|
|
268
|
-
o * .ruby-version, .tm_properties, Rakefile, lib/mongrel2/config.rb,
|
269
|
-
| lib/mongrel2/constants.rb, mongrel2.gemspec:
|
270
|
-
| Support Sequel 5
|
271
|
-
| [56a2daf04013]
|
272
|
-
|
|
273
|
-
o * data/mongrel2/config.rb.in:
|
274
|
-
| Add config input file
|
275
|
-
| [19ce3acb3839]
|
276
|
-
|
|
277
|
-
2017-07-05 Michael Granger <ged@FaerieMUD.org>
|
278
|
-
|
279
|
-
o * .hgtags:
|
280
|
-
| Added tag v0.50.2 for changeset 08baa3b61eea
|
281
|
-
| [79f113fd0f93]
|
282
|
-
|
|
283
|
-
o * .hgsigs:
|
284
|
-
| Added signature for changeset 99ce0d32ae15
|
285
|
-
| [08baa3b61eea] [v0.50.2]
|
286
|
-
|
|
287
|
-
o * History.rdoc, lib/mongrel2.rb:
|
288
|
-
| Bump the patch version, update history.
|
289
|
-
| [99ce0d32ae15]
|
290
|
-
|
|
291
|
-
o * lib/mongrel2/handler.rb:
|
292
|
-
| Add missing require to Strelka::Handler.
|
293
|
-
| [6ad07a7a7775]
|
294
|
-
|
|
295
|
-
2017-05-31 Michael Granger <ged@FaerieMUD.org>
|
296
|
-
|
297
|
-
o * .hgtags:
|
298
|
-
| Added tag v0.50.1 for changeset 181a78ed2587
|
299
|
-
| [af48c723c110]
|
300
|
-
|
|
301
|
-
o * .hgsigs:
|
302
|
-
| Added signature for changeset d7b71efe6141
|
303
|
-
| [181a78ed2587] [v0.50.1]
|
304
|
-
|
|
305
|
-
o * History.rdoc, lib/mongrel2.rb:
|
306
|
-
| Bump the patch version, update history.
|
307
|
-
| [d7b71efe6141]
|
308
|
-
|
|
309
|
-
o * Rakefile, mongrel2.gemspec:
|
310
|
-
| Pin Sequel to 4.45 to avoid breaking changes.
|
311
|
-
| [e12627bad969]
|
312
|
-
|
|
313
|
-
2017-05-31 Mahlon E. Smith <mahlon@martini.nu>
|
314
|
-
|
315
|
-
o * lib/mongrel2/handler.rb, spec/mongrel2/handler_spec.rb:
|
316
|
-
| Randomize the inproc selfpipe socket name.
|
317
|
-
| [6beef2396fd4]
|
318
|
-
|
|
319
|
-
2017-05-31 Mahlon E. Smith <mahlon@laika.com>
|
320
|
-
|
321
|
-
o * .hgtags:
|
322
|
-
| Added tag v0.50.0 for changeset 2c9ad9220038
|
323
|
-
| [eb616ad5c4f7]
|
324
|
-
|
|
325
|
-
o * .hgsigs:
|
326
|
-
| Added signature for changeset 80a7c403b50b
|
327
|
-
| [2c9ad9220038] [v0.50.0]
|
328
|
-
|
|
329
|
-
2017-05-03 Michael Granger <ged@FaerieMUD.org>
|
330
|
-
|
331
|
-
o * lib/mongrel2/handler.rb, spec/mongrel2/handler_spec.rb:
|
332
|
-
| Defer instantation of the self-pipe to startup
|
333
|
-
|
|
334
|
-
| This makes it easier to test instances of handlers, as it eliminates
|
335
|
-
| the socket binding/connection.
|
336
|
-
| [80a7c403b50b]
|
337
|
-
|
|
338
|
-
2017-04-24 Michael Granger <ged@FaerieMUD.org>
|
339
|
-
|
340
|
-
o * History.rdoc, lib/mongrel2.rb, mongrel2.gemspec:
|
341
|
-
| Bump the minor version, update history.
|
342
|
-
| [53828961c096]
|
343
|
-
|
|
344
|
-
o * Rakefile, lib/mongrel2/config.rb:
|
345
|
-
| Fix issues with Sequel 4.45+
|
346
|
-
| [61c5c2d2efab]
|
347
|
-
|
|
348
|
-
2017-03-10 Michael Granger <ged@FaerieMUD.org>
|
349
|
-
|
350
|
-
o * .hoerc:
|
351
|
-
| Remove the stuff specific to my env from the local Hoe config
|
352
|
-
| [b443b14fa775]
|
353
|
-
|
|
354
|
-
o * .hgtags:
|
355
|
-
| Added tag v0.49.0 for changeset 711330349e6f
|
356
|
-
| [e3b072a13f19]
|
357
|
-
|
|
358
|
-
o * .hgsigs:
|
359
|
-
| Added signature for changeset e2508eadb52d
|
360
|
-
| [711330349e6f] [v0.49.0]
|
361
|
-
|
|
362
|
-
o * History.rdoc, Manifest.txt, lib/mongrel2.rb, mongrel2.gemspec:
|
363
|
-
| Bump the minor version, update history and the manifest.
|
364
|
-
| [e2508eadb52d]
|
365
|
-
|
|
366
|
-
o * .gems, Rakefile, lib/mongrel2.rb:
|
367
|
-
|\ Merged with d51c321fbd83
|
368
|
-
| | [4cc7ff9f8f34]
|
369
|
-
| |
|
370
|
-
2017-02-08 Michael Granger <ged@FaerieMUD.org>
|
371
|
-
|
372
|
-
| o * .gems, .hoerc, Manifest.txt, README.rdoc, Rakefile,
|
373
|
-
| | data/mongrel2/bootstrap.html, data/mongrel2/config.rb.in,
|
374
|
-
| | data/mongrel2/css/master.css, data/mongrel2/index.html.in,
|
375
|
-
| | data/mongrel2/js/websock-test.js, data/mongrel2/websock-test.html,
|
376
|
-
| | examples/.env, examples/config.rb, examples/public/bootstrap.html,
|
377
|
-
| | examples/public/config.rb.in, examples/public/css/master.css,
|
378
|
-
| | examples/public/index.html.in, examples/public/js/websock-test.js,
|
379
|
-
| | examples/public/websock-test.html, examples/request-dumper.rb,
|
380
|
-
| | examples/request-dumper.tmpl, lib/mongrel2.rb,
|
381
|
-
| | lib/mongrel2/connection.rb, lib/mongrel2/control.rb,
|
382
|
-
| | lib/mongrel2/handler.rb, mongrel2.gemspec,
|
383
|
-
| | spec/mongrel2/connection_spec.rb, spec/mongrel2/control_spec.rb,
|
384
|
-
| | spec/mongrel2/handler_spec.rb:
|
385
|
-
| | Convert to CZTop for zmq
|
386
|
-
| | [87368e83086b]
|
387
|
-
| |
|
388
|
-
2017-01-16 Mahlon E. Smith <mahlon@laika.com>
|
389
|
-
|
390
|
-
o | * .hgtags:
|
391
|
-
| | Added tag v0.48.0 for changeset cd462070f981
|
392
|
-
| | [d51c321fbd83]
|
393
|
-
| |
|
394
|
-
o | * .hgsigs:
|
395
|
-
| | Added signature for changeset 50bb8c488bc4
|
396
|
-
| | [cd462070f981] [v0.48.0]
|
397
|
-
| |
|
398
|
-
2017-01-16 Mahlon E. Smith <mahlon@martini.nu>
|
399
|
-
|
400
|
-
o | * .gems, History.rdoc, Rakefile, lib/mongrel2.rb:
|
401
|
-
|/ Bump Configurability dependency.
|
402
|
-
| [50bb8c488bc4]
|
403
|
-
|
|
404
|
-
2016-11-23 Mahlon E. Smith <mahlon@martini.nu>
|
405
|
-
|
406
|
-
o * .hgtags:
|
407
|
-
| Added tag v0.47.0 for changeset 3298fb41de78
|
408
|
-
| [b01f4b4e8c2f]
|
409
|
-
|
|
410
|
-
o * .hgsigs:
|
411
|
-
| Added signature for changeset c4ae80fe8067
|
412
|
-
| [3298fb41de78] [v0.47.0]
|
413
|
-
|
|
414
|
-
o * History.rdoc, lib/mongrel2.rb:
|
415
|
-
| Bump version, update History.
|
416
|
-
| [c4ae80fe8067]
|
417
|
-
|
|
418
|
-
o * lib/mongrel2/handler.rb, spec/mongrel2/handler_spec.rb:
|
419
|
-
| Rather than waiting for GC to free up a descriptor, close spooled
|
420
|
-
| request bodies outright at the end of the request lifecycle.
|
421
|
-
| [d1160e5fdd52]
|
422
|
-
|
|
423
|
-
2016-11-13 Michael Granger <ged@FaerieMUD.org>
|
424
|
-
|
425
|
-
o * .hgtags:
|
426
|
-
| Added tag v0.46.0 for changeset e7c165fb6bb2
|
427
|
-
| [7f3c8162e5ef]
|
428
|
-
|
|
429
|
-
o * .hgsigs:
|
430
|
-
| Added signature for changeset a28294965462
|
431
|
-
| [e7c165fb6bb2] [v0.46.0]
|
432
|
-
|
|
433
|
-
o * History.rdoc, lib/mongrel2.rb:
|
434
|
-
| Bump minor version, update history.
|
435
|
-
| [a28294965462]
|
436
|
-
|
|
437
|
-
2016-11-05 Michael Granger <ged@FaerieMUD.org>
|
438
|
-
|
439
|
-
o * lib/mongrel2/constants.rb, lib/mongrel2/httprequest.rb,
|
440
|
-
| lib/mongrel2/request.rb, lib/mongrel2/testing.rb, spec/helpers.rb,
|
441
|
-
| spec/mongrel2/config/directory_spec.rb,
|
442
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
443
|
-
| spec/mongrel2/config/handler_spec.rb,
|
444
|
-
| spec/mongrel2/config/log_spec.rb,
|
445
|
-
| spec/mongrel2/config/route_spec.rb,
|
446
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/handler_spec.rb,
|
447
|
-
| spec/mongrel2/request_spec.rb:
|
448
|
-
| Pull up config setup/teardown into the spec helper
|
449
|
-
| [2990ebe57fc8]
|
450
|
-
|
|
451
|
-
o * lib/mongrel2/config.rb:
|
452
|
-
| Cache config mimetype table
|
453
|
-
| [fc0ee5d5ceef]
|
454
|
-
|
|
455
|
-
2016-11-03 Michael Granger <ged@FaerieMUD.org>
|
456
|
-
|
457
|
-
o * .hgtags:
|
458
|
-
| Added tag v0.45.1 for changeset a5d755b0cb1f
|
459
|
-
| [5ab93929b6d8]
|
460
|
-
|
|
461
|
-
o * .hgsigs:
|
462
|
-
| Added signature for changeset 3bf29899020f
|
463
|
-
| [a5d755b0cb1f] [v0.45.1]
|
464
|
-
|
|
465
|
-
o * History.rdoc, lib/mongrel2.rb:
|
466
|
-
| Bump the minor version, update history
|
467
|
-
| [3bf29899020f]
|
468
|
-
|
|
469
|
-
o * lib/mongrel2/config.rb, spec/mongrel2/config_spec.rb:
|
470
|
-
| Fix an order-dependency in the specs
|
471
|
-
| [01254dbe61b2]
|
472
|
-
|
|
473
|
-
o * Rakefile, mongrel2.gemspec:
|
474
|
-
| Fix the license name in the gemspec.
|
475
|
-
| [e171c25331d8]
|
476
|
-
|
|
477
|
-
o * .hgtags:
|
478
|
-
| Added tag v0.45.0 for changeset 799428403bcc
|
479
|
-
| [bfd3f2b283c3]
|
480
|
-
|
|
481
|
-
o * .hgsigs:
|
482
|
-
| Added signature for changeset 0ef122fb3bb8
|
483
|
-
| [799428403bcc] [v0.45.0]
|
484
|
-
|
|
485
|
-
o * History.rdoc, lib/mongrel2.rb:
|
486
|
-
| Bump minor version, update history
|
487
|
-
| [0ef122fb3bb8]
|
488
|
-
|
|
489
|
-
o * lib/mongrel2/httprequest.rb, mongrel2.gemspec,
|
490
|
-
| spec/mongrel2/httprequest_spec.rb:
|
491
|
-
| Guard against HTTP requests with a nil body.size.
|
492
|
-
| [ac7a50bb284d]
|
493
|
-
|
|
494
|
-
o * lib/mongrel2/connection.rb, spec/mongrel2/connection_spec.rb:
|
495
|
-
| Handle recv errors that don't set a ZMQ.error
|
496
|
-
| [7650088eeaa1]
|
497
|
-
|
|
498
|
-
o * .gems, .ruby-gemset, .ruby-version, .rvmrc, Rakefile:
|
499
|
-
| Bump minimum Ruby version, update deps and build files
|
500
|
-
| [39e753039b65]
|
501
|
-
|
|
502
|
-
o * spec/mongrel2/config/directory_spec.rb,
|
503
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
504
|
-
| spec/mongrel2/config/handler_spec.rb,
|
505
|
-
| spec/mongrel2/config/log_spec.rb,
|
506
|
-
| spec/mongrel2/config/route_spec.rb,
|
507
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/config_spec.rb,
|
508
|
-
| spec/mongrel2/control_spec.rb, spec/mongrel2/handler_spec.rb,
|
509
|
-
| spec/mongrel2/httprequest_spec.rb,
|
510
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/table_spec.rb,
|
511
|
-
| spec/mongrel2/websocket_spec.rb:
|
512
|
-
| Update spec logging for newer Loggability versions
|
513
|
-
| [cb9adc83077b]
|
514
|
-
|
|
515
|
-
o * lib/mongrel2/config.rb:
|
516
|
-
| Make Mongrel2::Config a proper abstract subclass of Sequel::Model.
|
517
|
-
|
|
518
|
-
| diff --git a/lib/mongrel2/connection.rb
|
519
|
-
| b/lib/mongrel2/connection.rb
|
520
|
-
| --- a/lib/mongrel2/connection.rb +++ b/lib/mongrel2/connection.rb @@
|
521
|
-
| -104,7 +104,7 @@ class Mongrel2::Connection self.check_closed
|
522
|
-
|
|
523
|
-
| self.log.debug "Fetching next request (PULL)"
|
524
|
-
| - data = self.request_sock.recv or raise( ZMQ.error ) + data =
|
525
|
-
| self.request_sock.recv or raise( ZMQ.error || 'unknown error' )
|
526
|
-
| self.log.debug " got %d bytes of %s request data" % [ data.bytesize,
|
527
|
-
| data.encoding.name ] return data end diff --git
|
528
|
-
| a/lib/mongrel2/httprequest.rb b/lib/mongrel2/httprequest.rb
|
529
|
-
| --- a/lib/mongrel2/httprequest.rb +++ b/lib/mongrel2/httprequest.rb
|
530
|
-
| @@ -109,12 +109,14 @@ class Mongrel2::HTTPRequest < Mongrel2::
|
531
|
-
|
|
532
|
-
| ### Return the details to include in the contents of the #inspected
|
533
|
-
| object. def inspect_details + body_size = self.body.size || 0 +
|
534
|
-
| return %Q{[%s] "%s %s %s" -- %0.2fK body} % [
|
535
|
-
| self.headers.x_forwarded_for, self.headers[:method],
|
536
|
-
| self.headers.uri, self.headers.version,
|
537
|
-
| - (self.body.size / 1024.0), + (body_size / 1024.0), ] end
|
538
|
-
|
|
539
|
-
| diff --git a/spec/mongrel2/config/directory_spec.rb
|
540
|
-
| b/spec/mongrel2/config/directory_spec.rb
|
541
|
-
| --- a/spec/mongrel2/config/directory_spec.rb +++
|
542
|
-
| b/spec/mongrel2/config/directory_spec.rb @@ -14,7 +14,6 @@ require
|
543
|
-
| 'mongrel2/config' describe Mongrel2::Config::Directory do
|
544
|
-
|
|
545
|
-
| before( :all ) do
|
546
|
-
| - setup_logging() setup_config_db() end
|
547
|
-
|
|
548
|
-
| @@ -26,10 +25,6 @@ describe Mongrel2::Config::Directory do ) end
|
549
|
-
|
|
550
|
-
| - after( :all ) do
|
551
|
-
| - reset_logging()
|
552
|
-
| - end
|
553
|
-
| -
|
554
|
-
|
|
555
|
-
| it "is valid if its base, index_file, and default_ctype are all
|
556
|
-
| valid" do expect( @dir ).to be_valid() diff --git
|
557
|
-
| a/spec/mongrel2/config/dsl_spec.rb
|
558
|
-
| b/spec/mongrel2/config/dsl_spec.rb
|
559
|
-
| --- a/spec/mongrel2/config/dsl_spec.rb +++
|
560
|
-
| b/spec/mongrel2/config/dsl_spec.rb @@ -16,7 +16,6 @@ describe
|
561
|
-
| Mongrel2::Config::DSL do include described_class
|
562
|
-
|
|
563
|
-
| before( :all ) do
|
564
|
-
| - setup_logging() setup_config_db() end
|
565
|
-
|
|
566
|
-
| @@ -24,10 +23,6 @@ describe Mongrel2::Config::DSL do
|
567
|
-
| clean_config_db() end
|
568
|
-
|
|
569
|
-
| - after( :all ) do
|
570
|
-
| - reset_logging()
|
571
|
-
| - end
|
572
|
-
| -
|
573
|
-
|
|
574
|
-
| describe 'servers' do it "can generate a default server config using
|
575
|
-
| the 'server' declarative" do diff --git
|
576
|
-
| a/spec/mongrel2/config/handler_spec.rb
|
577
|
-
| b/spec/mongrel2/config/handler_spec.rb
|
578
|
-
| --- a/spec/mongrel2/config/handler_spec.rb +++
|
579
|
-
| b/spec/mongrel2/config/handler_spec.rb @@ -14,7 +14,6 @@ require
|
580
|
-
| 'mongrel2/config' describe Mongrel2::Config::Handler do
|
581
|
-
|
|
582
|
-
| before( :all ) do
|
583
|
-
| - setup_logging() setup_config_db() end
|
584
|
-
|
|
585
|
-
| @@ -28,9 +27,7 @@ describe Mongrel2::Config::Handler do ) end
|
586
|
-
|
|
587
|
-
| - after( :all ) do
|
588
|
-
| - reset_logging()
|
589
|
-
| - end +
|
590
|
-
|
|
591
|
-
| it "is valid if its specs and identities are all valid" do expect(
|
592
|
-
| @handler ).to be_valid() diff --git
|
593
|
-
| a/spec/mongrel2/config/log_spec.rb
|
594
|
-
| b/spec/mongrel2/config/log_spec.rb
|
595
|
-
| --- a/spec/mongrel2/config/log_spec.rb +++
|
596
|
-
| b/spec/mongrel2/config/log_spec.rb @@ -16,14 +16,9 @@ require
|
597
|
-
| 'mongrel2/config' describe Mongrel2::Config::Log do
|
598
|
-
|
|
599
|
-
| before( :all ) do
|
600
|
-
| - setup_logging() setup_config_db() end
|
601
|
-
|
|
602
|
-
| - after( :all ) do
|
603
|
-
| - reset_logging()
|
604
|
-
| - end
|
605
|
-
| -
|
606
|
-
|
|
607
|
-
| it "has a convenience method for writing to the commit log" do what
|
608
|
-
| = 'load etc/mongrel2.conf' diff --git
|
609
|
-
| a/spec/mongrel2/config/route_spec.rb
|
610
|
-
| b/spec/mongrel2/config/route_spec.rb
|
611
|
-
| --- a/spec/mongrel2/config/route_spec.rb +++
|
612
|
-
| b/spec/mongrel2/config/route_spec.rb @@ -14,7 +14,6 @@ require
|
613
|
-
| 'mongrel2/config' describe Mongrel2::Config::Route do
|
614
|
-
|
|
615
|
-
| before( :all ) do
|
616
|
-
| - setup_logging() setup_config_db() end
|
617
|
-
|
|
618
|
-
| @@ -22,10 +21,6 @@ describe Mongrel2::Config::Route do @route =
|
619
|
-
| Mongrel2::Config::Route.new( :path => '' ) end
|
620
|
-
|
|
621
|
-
| - after( :all ) do
|
622
|
-
| - reset_logging()
|
623
|
-
| - end
|
624
|
-
| -
|
625
|
-
|
|
626
|
-
| it "returns a Mongrel2::Config::Directory if its target_type is
|
627
|
-
| 'dir'" do dir = Mongrel2::Config::Directory.create( diff --git
|
628
|
-
| a/spec/mongrel2/config/server_spec.rb
|
629
|
-
| b/spec/mongrel2/config/server_spec.rb
|
630
|
-
| --- a/spec/mongrel2/config/server_spec.rb +++
|
631
|
-
| b/spec/mongrel2/config/server_spec.rb @@ -14,7 +14,6 @@ require
|
632
|
-
| 'mongrel2/config' describe Mongrel2::Config::Server do
|
633
|
-
|
|
634
|
-
| before( :all ) do
|
635
|
-
| - setup_logging() setup_config_db() end
|
636
|
-
|
|
637
|
-
| @@ -30,10 +29,6 @@ describe Mongrel2::Config::Server do ) end
|
638
|
-
|
|
639
|
-
| - after( :all ) do
|
640
|
-
| - reset_logging()
|
641
|
-
| - end
|
642
|
-
| -
|
643
|
-
|
|
644
|
-
| it "is valid if its access_log, error_log, pid_file, default_host,
|
645
|
-
| and port are all valid" do expect( @server ).to be_valid() diff
|
646
|
-
| --git a/spec/mongrel2/config_spec.rb b/spec/mongrel2/config_spec.rb
|
647
|
-
| --- a/spec/mongrel2/config_spec.rb +++ b/spec/mongrel2/config_spec.rb
|
648
|
-
| @@ -13,12 +13,10 @@ require 'mongrel2/config' describe
|
649
|
-
| Mongrel2::Config do
|
650
|
-
|
|
651
|
-
| before( :all ) do
|
652
|
-
| - setup_logging() setup_config_db() end
|
653
|
-
|
|
654
|
-
| after( :all ) do
|
655
|
-
| - reset_logging() File.delete( 'config-spec.sqlite' ) if File.exist?(
|
656
|
-
| 'config.spec.sqlite' ) end
|
657
|
-
|
|
658
|
-
| diff --git a/spec/mongrel2/control_spec.rb
|
659
|
-
| b/spec/mongrel2/control_spec.rb
|
660
|
-
| --- a/spec/mongrel2/control_spec.rb +++
|
661
|
-
| b/spec/mongrel2/control_spec.rb @@ -13,7 +13,6 @@ require
|
662
|
-
| 'mongrel2/control' describe Mongrel2::Control do
|
663
|
-
|
|
664
|
-
| before( :all ) do
|
665
|
-
| - setup_logging() end
|
666
|
-
|
|
667
|
-
| before( :each ) do @@ -30,7 +29,6 @@ describe Mongrel2::Control do
|
668
|
-
|
|
669
|
-
| after( :all ) do Mongrel2.instance_variable_set( :@zmq_ctx, nil )
|
670
|
-
| - reset_logging() end
|
671
|
-
|
|
672
|
-
| diff --git a/spec/mongrel2/handler_spec.rb
|
673
|
-
| b/spec/mongrel2/handler_spec.rb
|
674
|
-
| --- a/spec/mongrel2/handler_spec.rb +++
|
675
|
-
| b/spec/mongrel2/handler_spec.rb @@ -35,14 +35,9 @@ describe
|
676
|
-
| Mongrel2::Handler do
|
677
|
-
|
|
678
|
-
| before( :all ) do
|
679
|
-
| - setup_logging() setup_config_db() end
|
680
|
-
|
|
681
|
-
| - after( :all ) do
|
682
|
-
| - reset_logging()
|
683
|
-
| - end
|
684
|
-
| -
|
685
|
-
|
|
686
|
-
| # Ensure 0MQ never actually gets called before( :each ) do diff
|
687
|
-
| --git a/spec/mongrel2/httprequest_spec.rb
|
688
|
-
| b/spec/mongrel2/httprequest_spec.rb
|
689
|
-
| --- a/spec/mongrel2/httprequest_spec.rb +++
|
690
|
-
| b/spec/mongrel2/httprequest_spec.rb @@ -17,7 +17,6 @@ require
|
691
|
-
| 'mongrel2/httpresponse' describe Mongrel2::HTTPRequest do
|
692
|
-
|
|
693
|
-
| before( :all ) do
|
694
|
-
| - setup_logging() @factory = Mongrel2::RequestFactory.new( route:
|
695
|
-
| '/glamour' ) end
|
696
|
-
|
|
697
|
-
| @@ -25,10 +24,6 @@ describe Mongrel2::HTTPRequest do @req =
|
698
|
-
| @factory.get( '/glamour/test' ) end
|
699
|
-
|
|
700
|
-
| - after( :all ) do
|
701
|
-
| - reset_logging()
|
702
|
-
| - end
|
703
|
-
| -
|
704
|
-
|
|
705
|
-
| it "can create an HTTPResponse for itself" do result = @req.response
|
706
|
-
| diff --git a/spec/mongrel2/httpresponse_spec.rb
|
707
|
-
| b/spec/mongrel2/httpresponse_spec.rb
|
708
|
-
| --- a/spec/mongrel2/httpresponse_spec.rb +++
|
709
|
-
| b/spec/mongrel2/httpresponse_spec.rb @@ -14,18 +14,10 @@ require
|
710
|
-
| 'mongrel2/httpresponse'
|
711
|
-
|
|
712
|
-
| describe Mongrel2::HTTPResponse do
|
713
|
-
|
|
714
|
-
| - before( :all ) do
|
715
|
-
| - setup_logging()
|
716
|
-
| - end
|
717
|
-
| -
|
718
|
-
| before( :each ) do @response = Mongrel2::HTTPResponse.new(
|
719
|
-
| TEST_UUID, 299 ) end
|
720
|
-
|
|
721
|
-
| - after( :all ) do
|
722
|
-
| - reset_logging()
|
723
|
-
| - end
|
724
|
-
| -
|
725
|
-
|
|
726
|
-
| it "has a headers table" do expect( @response.headers ).to be_a(
|
727
|
-
| Mongrel2::Table ) diff --git a/spec/mongrel2/table_spec.rb
|
728
|
-
| b/spec/mongrel2/table_spec.rb
|
729
|
-
| --- a/spec/mongrel2/table_spec.rb +++ b/spec/mongrel2/table_spec.rb
|
730
|
-
| @@ -12,19 +12,10 @@ require 'mongrel2/table'
|
731
|
-
|
|
732
|
-
| describe Mongrel2::Table do
|
733
|
-
|
|
734
|
-
| -
|
735
|
-
| - before( :all ) do
|
736
|
-
| - setup_logging()
|
737
|
-
| - end
|
738
|
-
| -
|
739
|
-
| before( :each ) do @table = Mongrel2::Table.new end
|
740
|
-
|
|
741
|
-
| - after( :all ) do
|
742
|
-
| - reset_logging()
|
743
|
-
| - end
|
744
|
-
| -
|
745
|
-
|
|
746
|
-
|
|
747
|
-
| it "allows setting/fetching case-insensitively" do diff --git
|
748
|
-
| a/spec/mongrel2/websocket_spec.rb b/spec/mongrel2/websocket_spec.rb
|
749
|
-
| --- a/spec/mongrel2/websocket_spec.rb +++
|
750
|
-
| b/spec/mongrel2/websocket_spec.rb @@ -19,13 +19,9 @@ require
|
751
|
-
| 'mongrel2/websocket' describe Mongrel2::WebSocket do
|
752
|
-
|
|
753
|
-
| before( :all ) do
|
754
|
-
| - setup_logging() @factory = Mongrel2::WebSocketFrameFactory.new(
|
755
|
-
| route: '/websock' ) end
|
756
|
-
|
|
757
|
-
| - after( :all ) do
|
758
|
-
| - reset_logging()
|
759
|
-
| - end
|
760
|
-
|
|
761
|
-
| # Data for testing payload of binary frames BINARY_DATA =
|
762
|
-
| [8f14a1070996]
|
763
|
-
|
|
764
|
-
2016-01-25 Michael Granger <ged@FaerieMUD.org>
|
765
|
-
|
766
|
-
o * lib/mongrel2/connection.rb, spec/mongrel2/connection_spec.rb:
|
767
|
-
| Raise ZMQ::Error on nil return from Connection#recv
|
768
|
-
| [1a53994c72a0]
|
769
|
-
|
|
770
|
-
2016-01-20 Michael Granger <ged@FaerieMUD.org>
|
771
|
-
|
772
|
-
o * README.rdoc:
|
773
|
-
| Update the copyright years in the README
|
774
|
-
| [2e78a59ae16d]
|
775
|
-
|
|
776
|
-
o * .hgtags:
|
777
|
-
| Added tag v0.44.0 for changeset 56fc8d5a0a66
|
778
|
-
| [b4239188fb4d]
|
779
|
-
|
|
780
|
-
o * .hgsigs:
|
781
|
-
| Added signature for changeset 796ca99139a6
|
782
|
-
| [56fc8d5a0a66] [v0.44.0]
|
783
|
-
|
|
784
|
-
o * History.rdoc, lib/mongrel2.rb:
|
785
|
-
| Bump the minor version, update history.
|
786
|
-
| [796ca99139a6]
|
787
|
-
|
|
788
|
-
2016-01-20 Mahlon E. Smith <mahlon@martini.nu>
|
789
|
-
|
790
|
-
o * lib/mongrel2/handler.rb, lib/mongrel2/request.rb, spec/helpers.rb,
|
791
|
-
| spec/mongrel2/config/dsl_spec.rb, spec/mongrel2/handler_spec.rb:
|
792
|
-
| Ensure that Mongrel2 spool files are removed after the lifetime of a
|
793
|
-
| request.
|
794
|
-
| [250431675079]
|
795
|
-
|
|
796
|
-
2015-12-30 Mahlon E. Smith <mahlon@martini.nu>
|
797
|
-
|
798
|
-
o * lib/mongrel2/constants.rb:
|
799
|
-
| Add the newly proposed code specific to legal obstacles /
|
800
|
-
| censorship.
|
801
|
-
|
|
802
|
-
| https://datatracker.ietf.org/doc/draft-ietf-httpbis-legally-
|
803
|
-
| restricted-status/?include_text=1
|
804
|
-
| [65558310228d]
|
805
|
-
|
|
806
|
-
2015-10-01 Michael Granger <ged@FaerieMUD.org>
|
807
|
-
|
808
|
-
o * .hgtags:
|
809
|
-
| Added tag v0.43.2 for changeset ebb8ae0b71ff
|
810
|
-
| [fb7a9cf2c2ea]
|
811
|
-
|
|
812
|
-
o * .hgsigs:
|
813
|
-
| Added signature for changeset 17359ad421b0
|
814
|
-
| [ebb8ae0b71ff] [v0.43.2]
|
815
|
-
|
|
816
|
-
o * History.rdoc, lib/mongrel2.rb:
|
817
|
-
| Bumped the patch version, as 0.43.1 somehow got released without a
|
818
|
-
| tag.
|
819
|
-
| [17359ad421b0]
|
820
|
-
|
|
821
|
-
o * .hgtags:
|
822
|
-
| Added tag v0.43.1 for changeset 8c5c225990c0
|
823
|
-
| [083b75a08bf5]
|
824
|
-
|
|
825
|
-
o * .hgsigs:
|
826
|
-
| Added signature for changeset f8a9e5cc138d
|
827
|
-
| [8c5c225990c0] [v0.43.1]
|
828
|
-
|
|
829
|
-
o * History.rdoc:
|
830
|
-
| Update history.
|
831
|
-
| [f8a9e5cc138d]
|
832
|
-
|
|
833
|
-
o * lib/mongrel2/connection.rb:
|
834
|
-
| Strip some debug logging.
|
835
|
-
|
|
836
|
-
| They were throwing encoding errors under the latest Ruby 2.2, and
|
837
|
-
| they weren't really serving a purpose any longer anyway.
|
838
|
-
| [33a9fd04279f]
|
839
|
-
|
|
840
|
-
o * .gems:
|
841
|
-
| Update gemset to latest versions
|
842
|
-
| [23b8eb49ae8f]
|
843
|
-
|
|
844
|
-
2015-03-25 Michael Granger <ged@FaerieMUD.org>
|
845
|
-
|
846
|
-
o * Rakefile, cert/ged.pem, mongrel2.gemspec:
|
847
|
-
| Add gem-signing cert, update gemspec.
|
848
|
-
| [96ebb5bc8842]
|
849
|
-
|
|
850
|
-
o * History.rdoc, lib/mongrel2.rb:
|
851
|
-
| Bump the patch version, update history.
|
852
|
-
| [d86faeea99f6]
|
853
|
-
|
|
854
|
-
o * lib/mongrel2/constants.rb:
|
855
|
-
| Remove some duplicated constant
|
856
|
-
| [85071d5a6e4c]
|
857
|
-
|
|
858
|
-
o * .gems, .rvm.gems, .rvmrc, .travis.yml, mongrel2.gemspec:
|
859
|
-
| Update build info/metadata
|
860
|
-
| [1a7418ecaea7]
|
861
|
-
|
|
862
|
-
2015-02-27 Michael Granger <ged@FaerieMUD.org>
|
863
|
-
|
864
|
-
o * README.rdoc:
|
865
|
-
| Update README copyright date
|
866
|
-
| [df7a087db39a]
|
867
|
-
|
|
868
|
-
o * Rakefile, mongrel2.gemspec:
|
869
|
-
| Update some more build stuff
|
870
|
-
| [7b403211aaf3]
|
871
|
-
|
|
872
|
-
o * .rvm.gems:
|
873
|
-
| Update the gemset
|
874
|
-
| [feb6b5965c9e]
|
875
|
-
|
|
876
|
-
o * .hgignore, .rvmrc, .travis.yml, Gemfile, Rakefile, mongrel2.gemspec:
|
877
|
-
| Prep for travis-ci builds
|
878
|
-
| [466b050ae437]
|
879
|
-
|
|
880
|
-
2014-12-17 Michael Granger <ged@FaerieMUD.org>
|
881
|
-
|
882
|
-
o * .hgtags:
|
883
|
-
| Added tag v0.43.0 for changeset 6ccc672a1e21
|
884
|
-
| [654293091c6f]
|
885
|
-
|
|
886
|
-
o * .hgsigs:
|
887
|
-
| Added signature for changeset dfce5a80c5bf
|
888
|
-
| [6ccc672a1e21] [v0.43.0]
|
889
|
-
|
|
890
|
-
o * History.rdoc, lib/mongrel2.rb:
|
891
|
-
| Bump the minor version, update history.
|
892
|
-
| [dfce5a80c5bf]
|
893
|
-
|
|
894
|
-
o * lib/mongrel2/config/route.rb, lib/mongrel2/request.rb,
|
895
|
-
| spec/mongrel2/request_spec.rb:
|
896
|
-
| Add a Mongrel2::Request#server_chroot
|
897
|
-
|
|
898
|
-
| Used to qualify filesystem paths relative to Mongrel's chroot for
|
899
|
-
| sendfile, async upload, etc.
|
900
|
-
| [804d47dcfc31]
|
901
|
-
|
|
902
|
-
2014-08-27 Michael Granger <ged@FaerieMUD.org>
|
903
|
-
|
904
|
-
o * .hgtags:
|
905
|
-
| Added tag v0.42.0 for changeset 4e4bb9e3f183
|
906
|
-
| [62d0426be7ef]
|
907
|
-
|
|
908
|
-
o * .hgsigs:
|
909
|
-
| Added signature for changeset b8be09d1fd14
|
910
|
-
| [4e4bb9e3f183] [v0.42.0]
|
911
|
-
|
|
912
|
-
o * History.rdoc, Manifest.txt, lib/mongrel2.rb:
|
913
|
-
| Bump minor version, update history.
|
914
|
-
| [b8be09d1fd14]
|
915
|
-
|
|
916
|
-
o * lib/mongrel2/connection.rb:
|
917
|
-
| Fix trailing whitespace
|
918
|
-
| [6ec2281fc759]
|
919
|
-
|
|
920
|
-
2014-06-27 Michael Granger <ged@FaerieMUD.org>
|
921
|
-
|
922
|
-
o * examples/Procfile, examples/config.rb, examples/run,
|
923
|
-
| examples/sendfile.rb, lib/mongrel2/connection.rb,
|
924
|
-
| lib/mongrel2/httpresponse.rb, lib/mongrel2/response.rb,
|
925
|
-
| spec/helpers.rb, spec/mongrel2/connection_spec.rb,
|
926
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/response_spec.rb:
|
927
|
-
| Add support for sending extended replies
|
928
|
-
| [3f69a81fdff9]
|
929
|
-
|
|
930
|
-
2014-02-03 Michael Granger <ged@FaerieMUD.org>
|
931
|
-
|
932
|
-
o * README.rdoc:
|
933
|
-
| Fix a few things in the README
|
934
|
-
| [dbdf2b174c6a]
|
935
|
-
|
|
936
|
-
2014-02-02 Michael Granger <ged@FaerieMUD.org>
|
937
|
-
|
938
|
-
o * .hgtags:
|
939
|
-
| Added tag v0.41.0 for changeset 3bb618a3996c
|
940
|
-
| [9bacd8a069f8]
|
941
|
-
|
|
942
|
-
o * .hgsigs:
|
943
|
-
| Added signature for changeset 2915d3c8a0e3
|
944
|
-
| [3bb618a3996c] [v0.41.0]
|
945
|
-
|
|
946
|
-
o * History.rdoc, lib/mongrel2.rb:
|
947
|
-
| Bump the minor version, update history.
|
948
|
-
| [2915d3c8a0e3]
|
949
|
-
|
|
950
|
-
o * .rvm.gems, Gemfile, Rakefile, lib/mongrel2.rb,
|
951
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/control.rb,
|
952
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/control_spec.rb,
|
953
|
-
| spec/mongrel2/handler_spec.rb:
|
954
|
-
| Convert back to rbczmq for modern mongrel2s
|
955
|
-
| [6a193623272b]
|
956
|
-
|
|
957
|
-
2014-01-15 Michael Granger <ged@FaerieMUD.org>
|
958
|
-
|
959
|
-
o * .rvm.gems, .simplecov, Manifest.txt, Rakefile,
|
960
|
-
| lib/mongrel2/config.rb, lib/mongrel2/handler.rb, spec/helpers.rb,
|
961
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
962
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/config_spec.rb,
|
963
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/httpresponse_spec.rb,
|
964
|
-
| spec/mongrel2/table_spec.rb:
|
965
|
-
| Config introspection and cleanup.
|
966
|
-
|
|
967
|
-
| - Add Mongrel2::Config.mimetypes for fetching Mongrel2's mime-types
|
968
|
-
| table.
|
969
|
-
| - Add more config introspection to the Mongrel2::Handler class.
|
970
|
-
| - Fix spec syntax deprecated in RSpec 3.
|
971
|
-
| [d0e689f9de52]
|
972
|
-
|
|
973
|
-
o * lib/mongrel2/xmlrequest.rb, spec/mongrel2/xmlrequest_spec.rb:
|
974
|
-
| Use LibXML instead of Nokogiri for XML request type
|
975
|
-
| [243c94859e5f]
|
976
|
-
|
|
977
|
-
2013-11-08 Michael Granger <ged@FaerieMUD.org>
|
978
|
-
|
979
|
-
o * .hgtags:
|
980
|
-
| Added tag v0.40.0 for changeset aadd49593b0f
|
981
|
-
| [91e4453b14ca]
|
982
|
-
|
|
983
|
-
o * .hgsigs:
|
984
|
-
| Added signature for changeset 1d6f5f4d6b60
|
985
|
-
| [aadd49593b0f] [v0.40.0]
|
986
|
-
|
|
987
|
-
o * History.rdoc, lib/mongrel2.rb:
|
988
|
-
| Bump minor version, update history.
|
989
|
-
| [1d6f5f4d6b60]
|
990
|
-
|
|
991
|
-
2013-10-31 Michael Granger <ged@FaerieMUD.org>
|
992
|
-
|
993
|
-
o * .rvm.gems, Gemfile, Rakefile, lib/mongrel2.rb,
|
994
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/control.rb,
|
995
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/control_spec.rb,
|
996
|
-
| spec/mongrel2/handler_spec.rb:
|
997
|
-
| Revert d55e67969b87: move back to the zmq library
|
998
|
-
| [a463a301914c]
|
999
|
-
|
|
1000
|
-
2013-10-11 Michael Granger <ged@FaerieMUD.org>
|
1001
|
-
|
1002
|
-
o * data/mongrel2/config.sql:
|
1003
|
-
| Drop the xrequest table when creating the config DB.
|
1004
|
-
|
|
1005
|
-
| Thanks to mahlon@martini.nu for spotting this!
|
1006
|
-
| [ba164dea6bb6]
|
1007
|
-
|
|
1008
|
-
2013-09-25 Michael Granger <ged@FaerieMUD.org>
|
1009
|
-
|
1010
|
-
o * .hgtags:
|
1011
|
-
| Added tag v0.39.0 for changeset 0dff8f45e583
|
1012
|
-
| [2c791af90d0d]
|
1013
|
-
|
|
1014
|
-
o * .hgsigs:
|
1015
|
-
| Added signature for changeset 36202f7a03c9
|
1016
|
-
| [0dff8f45e583] [v0.39.0]
|
1017
|
-
|
|
1018
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1019
|
-
| Bump minor version and update history.
|
1020
|
-
| [36202f7a03c9]
|
1021
|
-
|
|
1022
|
-
o * .rvm.gems, Rakefile:
|
1023
|
-
| Update deps to sequel 4.2.x
|
1024
|
-
| [012c74e1d21a]
|
1025
|
-
|
|
1026
|
-
2013-09-20 Michael Granger <ged@FaerieMUD.org>
|
1027
|
-
|
1028
|
-
o * lib/mongrel2/connection.rb, spec/mongrel2/connection_spec.rb,
|
1029
|
-
| spec/mongrel2/handler_spec.rb:
|
1030
|
-
| In ZMQ 3, PUB sockets can't have ZMQ_IDENTITY
|
1031
|
-
| [09cf99e4baaa]
|
1032
|
-
|
|
1033
|
-
o * lib/mongrel2/handler.rb:
|
1034
|
-
| Don't try to close the context if it doesn't need it
|
1035
|
-
| [a2f00dc38fdb]
|
1036
|
-
|
|
1037
|
-
o * Gemfile, Rakefile, lib/mongrel2.rb:
|
1038
|
-
| Move dependencies over to rbczmq.
|
1039
|
-
| [14bad384503a]
|
1040
|
-
|
|
1041
|
-
o * Manifest.txt, spec/constants.rb, spec/helpers.rb,
|
1042
|
-
| spec/lib/constants.rb, spec/lib/helpers.rb, spec/lib/matchers.rb,
|
1043
|
-
| spec/matchers.rb, spec/mongrel2/config/directory_spec.rb,
|
1044
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
1045
|
-
| spec/mongrel2/config/filter_spec.rb,
|
1046
|
-
| spec/mongrel2/config/handler_spec.rb,
|
1047
|
-
| spec/mongrel2/config/host_spec.rb, spec/mongrel2/config/log_spec.rb,
|
1048
|
-
| spec/mongrel2/config/proxy_spec.rb,
|
1049
|
-
| spec/mongrel2/config/route_spec.rb,
|
1050
|
-
| spec/mongrel2/config/server_spec.rb,
|
1051
|
-
| spec/mongrel2/config/setting_spec.rb,
|
1052
|
-
| spec/mongrel2/config/statistic_spec.rb,
|
1053
|
-
| spec/mongrel2/config/xrequest_spec.rb, spec/mongrel2/config_spec.rb,
|
1054
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/constants_spec.rb,
|
1055
|
-
| spec/mongrel2/control_spec.rb, spec/mongrel2/handler_spec.rb,
|
1056
|
-
| spec/mongrel2/httprequest_spec.rb,
|
1057
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/request_spec.rb,
|
1058
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/table_spec.rb,
|
1059
|
-
| spec/mongrel2/websocket_spec.rb, spec/mongrel2_spec.rb:
|
1060
|
-
| Convert specs to new RSpec 'expect' syntax.
|
1061
|
-
| [070611cc1b20]
|
1062
|
-
|
|
1063
|
-
o * .rvm.gems, lib/mongrel2/connection.rb, lib/mongrel2/control.rb,
|
1064
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/control_spec.rb,
|
1065
|
-
| spec/mongrel2/handler_spec.rb:
|
1066
|
-
| Replace stagnant zmq library with rbczmq.
|
1067
|
-
| [d55e67969b87]
|
1068
|
-
|
|
1069
|
-
2013-09-18 Michael Granger <ged@FaerieMUD.org>
|
1070
|
-
|
1071
|
-
o * Manifest.txt, data/mongrel2/config.sql, lib/mongrel2/config.rb,
|
1072
|
-
| lib/mongrel2/config/server.rb, lib/mongrel2/config/xrequest.rb,
|
1073
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
1074
|
-
| spec/mongrel2/config/xrequest_spec.rb:
|
1075
|
-
| Add support for 1.8.1's "X-Requests"
|
1076
|
-
| [ce2c1f560e76]
|
1077
|
-
|
|
1078
|
-
o * .hgtags:
|
1079
|
-
| Added tag v0.38.0 for changeset 94a931fa3c89
|
1080
|
-
| [2e7bb3f05151]
|
1081
|
-
|
|
1082
|
-
o * .hgsigs:
|
1083
|
-
| Added signature for changeset 0ea16429b0cf
|
1084
|
-
| [94a931fa3c89] [v0.38.0]
|
1085
|
-
|
|
1086
|
-
o * History.rdoc, README.rdoc, lib/mongrel2.rb:
|
1087
|
-
| Bump minor version, update README and History.
|
1088
|
-
| [0ea16429b0cf]
|
1089
|
-
|
|
1090
|
-
o * .hgignore, .rvm.gems, Gemfile, Rakefile:
|
1091
|
-
| Update dependencies, add Gemfile.
|
1092
|
-
| [a116fb6d0301]
|
1093
|
-
|
|
1094
|
-
o * data/mongrel2/config.sql, data/mongrel2/mimetypes.sql,
|
1095
|
-
| lib/mongrel2/config/server.rb, spec/mongrel2/config/dsl_spec.rb:
|
1096
|
-
| Update to Mongrel2 1.8.1 config schema.
|
1097
|
-
| [df7f08063108]
|
1098
|
-
|
|
1099
|
-
2013-09-13 Michael Granger <ged@FaerieMUD.org>
|
1100
|
-
|
1101
|
-
o * .hgtags:
|
1102
|
-
| Added tag v0.37.0 for changeset 9691a05249a8
|
1103
|
-
| [6f18f139b1e6]
|
1104
|
-
|
|
1105
|
-
o * .hgsigs:
|
1106
|
-
| Added signature for changeset cf053ff6b34f
|
1107
|
-
| [9691a05249a8] [v0.37.0]
|
1108
|
-
|
|
1109
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1110
|
-
| Bump minor version, update history.
|
1111
|
-
| [cf053ff6b34f]
|
1112
|
-
|
|
1113
|
-
o * lib/mongrel2/config.rb, lib/mongrel2/config/host.rb,
|
1114
|
-
| lib/mongrel2/config/route.rb, lib/mongrel2/connection.rb,
|
1115
|
-
| lib/mongrel2/control.rb, lib/mongrel2/httpresponse.rb,
|
1116
|
-
| lib/mongrel2/jsonrequest.rb, lib/mongrel2/request.rb,
|
1117
|
-
| spec/lib/constants.rb, spec/lib/helpers.rb,
|
1118
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
1119
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/websocket_spec.rb:
|
1120
|
-
| Make explicitly-set 'nil' body also a bodiless response.
|
1121
|
-
| [21c8b5722a51]
|
1122
|
-
|
|
1123
|
-
2013-08-09 Michael Granger <ged@FaerieMUD.org>
|
1124
|
-
|
1125
|
-
o * .rvm.gems:
|
1126
|
-
| Update rvm gemset versions
|
1127
|
-
| [b1ca9f2d0588]
|
1128
|
-
|
|
1129
|
-
2013-07-01 Michael Granger <ged@FaerieMUD.org>
|
1130
|
-
|
1131
|
-
o * spec/mongrel2/config/dsl_spec.rb:
|
1132
|
-
| Fix the specs for Sequel 4
|
1133
|
-
| [70b5368ae3c2]
|
1134
|
-
|
|
1135
|
-
2013-03-01 Michael Granger <ged@FaerieMUD.org>
|
1136
|
-
|
1137
|
-
o * .hgtags:
|
1138
|
-
| Added tag v0.36.0 for changeset efad0a884ae4
|
1139
|
-
| [c9d025adcf94]
|
1140
|
-
|
|
1141
|
-
o * .hgsigs:
|
1142
|
-
| Added signature for changeset c7c83589ab0f
|
1143
|
-
| [efad0a884ae4] [v0.36.0]
|
1144
|
-
|
|
1145
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1146
|
-
| Bump minor version, update history.
|
1147
|
-
| [c7c83589ab0f]
|
1148
|
-
|
|
1149
|
-
2013-02-28 Michael Granger <ged@FaerieMUD.org>
|
1150
|
-
|
1151
|
-
o * lib/mongrel2/connection.rb, lib/mongrel2/httpresponse.rb,
|
1152
|
-
| lib/mongrel2/websocket.rb:
|
1153
|
-
| Fixes for Ruby 2.
|
1154
|
-
| [9921720f8b32]
|
1155
|
-
|
|
1156
|
-
o * .rvm.gems, Rakefile:
|
1157
|
-
| Update dependencies
|
1158
|
-
| [b1d4c925d3e1]
|
1159
|
-
|
|
1160
|
-
2013-02-25 Michael Granger <ged@FaerieMUD.org>
|
1161
|
-
|
1162
|
-
o * .rvmrc:
|
1163
|
-
| Test under Ruby 2.0.0 by default.
|
1164
|
-
| [2740789dcd23]
|
1165
|
-
|
|
1166
|
-
2013-02-23 Michael Granger <ged@FaerieMUD.org>
|
1167
|
-
|
1168
|
-
o * lib/mongrel2/httpresponse.rb, spec/mongrel2/httpresponse_spec.rb:
|
1169
|
-
| Fix status line for responses that have an explicit content-length.
|
1170
|
-
|
|
1171
|
-
| This is so HEAD responses, for example, don't get reset to '204 No
|
1172
|
-
| Content' just because their body is empty.
|
1173
|
-
| [7ed6ee34fdba]
|
1174
|
-
|
|
1175
|
-
o * .tm_properties:
|
1176
|
-
| Try to make tm_properties honor indent settings
|
1177
|
-
| [3e872676b0bb]
|
1178
|
-
|
|
1179
|
-
o * lib/mongrel2.rb, lib/mongrel2/config/directory.rb,
|
1180
|
-
| lib/mongrel2/config/filter.rb, lib/mongrel2/config/handler.rb,
|
1181
|
-
| lib/mongrel2/config/host.rb, lib/mongrel2/config/log.rb,
|
1182
|
-
| lib/mongrel2/config/mimetype.rb, lib/mongrel2/config/proxy.rb,
|
1183
|
-
| lib/mongrel2/config/route.rb, lib/mongrel2/config/server.rb,
|
1184
|
-
| lib/mongrel2/config/setting.rb, lib/mongrel2/config/statistic.rb,
|
1185
|
-
| lib/mongrel2/handler.rb, lib/mongrel2/request.rb:
|
1186
|
-
| Documentation/comment fixes for Mongrel2 1.8.0
|
1187
|
-
| [d5eb336974ab]
|
1188
|
-
|
|
1189
|
-
o * lib/mongrel2/config/server.rb:
|
1190
|
-
| Convert ::for_uuid to a introspection-friendly dataset method.
|
1191
|
-
| [95efe72cc036]
|
1192
|
-
|
|
1193
|
-
2013-02-06 Michael Granger <ged@FaerieMUD.org>
|
1194
|
-
|
1195
|
-
o * .tm_properties:
|
1196
|
-
| Set indent settings for RSpec too
|
1197
|
-
| [ad33b0c00c21]
|
1198
|
-
|
|
1199
|
-
o * lib/mongrel2/request.rb:
|
1200
|
-
| Only log if wrapping a non-String body in a StringIO
|
1201
|
-
| [71eacd47e2b7]
|
1202
|
-
|
|
1203
|
-
2013-01-11 Michael Granger <ged@FaerieMUD.org>
|
1204
|
-
|
1205
|
-
o * .rvm.gems, Rakefile, lib/mongrel2.rb,
|
1206
|
-
| lib/mongrel2/config/handler.rb, lib/mongrel2/config/server.rb:
|
1207
|
-
| Updated Config model dataset declarations for Sequel versions >
|
1208
|
-
| 3.42.
|
1209
|
-
| [d1e574e548fb]
|
1210
|
-
|
|
1211
|
-
2012-12-21 Michael Granger <ged@FaerieMUD.org>
|
1212
|
-
|
1213
|
-
o * bin/m2sh.rb:
|
1214
|
-
| Fix the 'start' subcommand of m2sh.rb.
|
1215
|
-
| [4462a9d4f889]
|
1216
|
-
|
|
1217
|
-
2012-12-14 Michael Granger <ged@FaerieMUD.org>
|
1218
|
-
|
1219
|
-
o * .hgtags:
|
1220
|
-
| Added tag v0.35.0 for changeset e2c0f9b4cf4b
|
1221
|
-
| [9dd24d2824a1]
|
1222
|
-
|
|
1223
|
-
o * .hgsigs:
|
1224
|
-
| Added signature for changeset d19a29e2ca5f
|
1225
|
-
| [e2c0f9b4cf4b] [v0.35.0]
|
1226
|
-
|
|
1227
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1228
|
-
| Bump the minor version, update history.
|
1229
|
-
| [d19a29e2ca5f]
|
1230
|
-
|
|
1231
|
-
o * lib/mongrel2/websocket.rb, spec/lib/constants.rb,
|
1232
|
-
| spec/mongrel2/websocket_spec.rb:
|
1233
|
-
| Allow opcodes to be set on WebSocket frames numerically.
|
1234
|
-
| [1a69ea26da95]
|
1235
|
-
|
|
1236
|
-
2012-12-11 Michael Granger <ged@FaerieMUD.org>
|
1237
|
-
|
1238
|
-
o * lib/mongrel2/connection.rb, lib/mongrel2/websocket.rb,
|
1239
|
-
| spec/mongrel2/websocket_spec.rb:
|
1240
|
-
| Add a #socket_id method to all WebSocket frame types.
|
1241
|
-
|
|
1242
|
-
| * Created a Mongrel2::WebSocket::Methods mixin with the
|
1243
|
-
| implementation of the method.
|
1244
|
-
| * Included the new mixin in WebSocket::Frame,
|
1245
|
-
| WebSocket::ClientHandshake, and WebSocket::ServerHandshake
|
1246
|
-
| [8e34ca93f26f]
|
1247
|
-
|
|
1248
|
-
2012-12-04 Michael Granger <ged@FaerieMUD.org>
|
1249
|
-
|
1250
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1251
|
-
| Bump the patch version, update history.
|
1252
|
-
| [20d86c77d502]
|
1253
|
-
|
|
1254
|
-
o * lib/mongrel2/handler.rb:
|
1255
|
-
| Ensure the ZMQ context is closed when #run exits.
|
1256
|
-
| [840f17c017f7]
|
1257
|
-
|
|
1258
|
-
2012-10-17 Michael Granger <ged@FaerieMUD.org>
|
1259
|
-
|
1260
|
-
o * .hgtags:
|
1261
|
-
| Added tag v0.34.0 for changeset ca784c919dd4
|
1262
|
-
| [d4446ae7d890]
|
1263
|
-
|
|
1264
|
-
o * .hgsigs:
|
1265
|
-
| Added signature for changeset 0c87b34361e7
|
1266
|
-
| [ca784c919dd4] [v0.34.0]
|
1267
|
-
|
|
1268
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1269
|
-
| Bump the minor version, update history.
|
1270
|
-
| [0c87b34361e7]
|
1271
|
-
|
|
1272
|
-
o * lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
1273
|
-
| Fall back to 'http' scheme if running under a Mongrel2 that doesn't
|
1274
|
-
| set the url-scheme header.
|
1275
|
-
| [b3ed74c32541]
|
1276
|
-
|
|
1277
|
-
o * bin/m2sh.rb:
|
1278
|
-
| 'Fix the multiple-server case in 'm2sh.rb start'
|
1279
|
-
| [8aeffd89cdbb]
|
1280
|
-
|
|
1281
|
-
2012-10-16 Michael Granger <ged@FaerieMUD.org>
|
1282
|
-
|
1283
|
-
o * lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
1284
|
-
| Add support for the new (edge) 'url-scheme' header
|
1285
|
-
|
|
1286
|
-
| ...and build the #ssl? predicate on top of that.
|
1287
|
-
| [5f76d0a567fc]
|
1288
|
-
|
|
1289
|
-
o * examples/config.rb, examples/run:
|
1290
|
-
| Try to make examples more tolerant of being run from other
|
1291
|
-
| directories
|
1292
|
-
| [05317bf262be]
|
1293
|
-
|
|
1294
|
-
o * lib/mongrel2/testing.rb:
|
1295
|
-
| Add (1.8.0ish) url-scheme header to the defaults in mongrel2/testing
|
1296
|
-
| [035b536da40d]
|
1297
|
-
|
|
1298
|
-
2012-10-03 Michael Granger <ged@FaerieMUD.org>
|
1299
|
-
|
1300
|
-
o * lib/mongrel2/httpresponse.rb:
|
1301
|
-
| Remove some more chatty debug logging.
|
1302
|
-
| [4afe501d5125]
|
1303
|
-
|
|
1304
|
-
2012-10-02 Michael Granger <ged@FaerieMUD.org>
|
1305
|
-
|
1306
|
-
o * .hgtags:
|
1307
|
-
| Added tag v0.33.0 for changeset fcfe03af49a6
|
1308
|
-
| [b79abaa5e19f]
|
1309
|
-
|
|
1310
|
-
o * .hgsigs:
|
1311
|
-
| Added signature for changeset 4c64666f4255
|
1312
|
-
| [fcfe03af49a6] [v0.33.0]
|
1313
|
-
|
|
1314
|
-
o * History.rdoc, data/mongrel2/bootstrap.html, examples/async-
|
1315
|
-
| upload.rb:
|
1316
|
-
| Update the examples.
|
1317
|
-
| [4c64666f4255]
|
1318
|
-
|
|
1319
|
-
o * lib/mongrel2.rb, lib/mongrel2/handler.rb,
|
1320
|
-
| spec/mongrel2/handler_spec.rb:
|
1321
|
-
| Add deferred signal-handling to Mongrel2::Handler.
|
1322
|
-
| [8703559eacf1]
|
1323
|
-
|
|
1324
|
-
o * lib/mongrel2/connection.rb:
|
1325
|
-
| Whitespace fix
|
1326
|
-
| [1dbd2c6523aa]
|
1327
|
-
|
|
1328
|
-
2012-09-21 Michael Granger <ged@FaerieMUD.org>
|
1329
|
-
|
1330
|
-
o * spec/lib/helpers.rb:
|
1331
|
-
| Use Loggability's spec helpers
|
1332
|
-
| [36f9259ea9aa]
|
1333
|
-
|
|
1334
|
-
o * lib/mongrel2/request.rb:
|
1335
|
-
| Don't log the whole damn request in debugging
|
1336
|
-
| [6767558cf718]
|
1337
|
-
|
|
1338
|
-
2012-09-18 Michael Granger <ged@FaerieMUD.org>
|
1339
|
-
|
1340
|
-
o * .hgtags:
|
1341
|
-
| Added tag v0.32.0 for changeset 784babdfb85c
|
1342
|
-
| [d7f1ccc8c130]
|
1343
|
-
|
|
1344
|
-
o * .hgsigs:
|
1345
|
-
| Added signature for changeset ebfb060e8c65
|
1346
|
-
| [784babdfb85c] [v0.32.0]
|
1347
|
-
|
|
1348
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1349
|
-
| Bump the minor version, update history.
|
1350
|
-
| [ebfb060e8c65]
|
1351
|
-
|
|
1352
|
-
o * .hgignore:
|
1353
|
-
| Ignore foreman settings files
|
1354
|
-
| [16b910708f91]
|
1355
|
-
|
|
1356
|
-
o * bin/m2sh.rb:
|
1357
|
-
| Add a settings command for showing "expert" settings
|
1358
|
-
| [09884906b249]
|
1359
|
-
|
|
1360
|
-
o * .rvm.gems, Rakefile:
|
1361
|
-
| Updating dependencies
|
1362
|
-
| [7a901c95b004]
|
1363
|
-
|
|
1364
|
-
2012-08-20 Michael Granger <ged@FaerieMUD.org>
|
1365
|
-
|
1366
|
-
o * .hgtags:
|
1367
|
-
| Added tag v0.31.1 for changeset 54464cda5795
|
1368
|
-
| [933a499629d1]
|
1369
|
-
|
|
1370
|
-
o * .hgsigs:
|
1371
|
-
| Added signature for changeset a66bb80de490
|
1372
|
-
| [54464cda5795] [v0.31.1]
|
1373
|
-
|
|
1374
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1375
|
-
| Bump the patch version.
|
1376
|
-
| [a66bb80de490]
|
1377
|
-
|
|
1378
|
-
o * bin/m2sh.rb:
|
1379
|
-
| Fix an error message in m2sh.rb.
|
1380
|
-
| [ad92bd336353]
|
1381
|
-
|
|
1382
|
-
2012-07-30 Michael Granger <ged@FaerieMUD.org>
|
1383
|
-
|
1384
|
-
o * .hgtags:
|
1385
|
-
| Added tag v0.31.0 for changeset b58221438f3a
|
1386
|
-
| [c268a5309eee]
|
1387
|
-
|
|
1388
|
-
o * .hgsigs:
|
1389
|
-
| Added signature for changeset 6e11a9a95c81
|
1390
|
-
| [b58221438f3a] [v0.31.0]
|
1391
|
-
|
|
1392
|
-
o * .hgignore:
|
1393
|
-
| Add top-level var/ to the ignorefile
|
1394
|
-
| [6e11a9a95c81]
|
1395
|
-
|
|
1396
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1397
|
-
| Bump the minor version, update history.
|
1398
|
-
| [11f88c736464]
|
1399
|
-
|
|
1400
|
-
o * bin/m2sh.rb, examples/Procfile, examples/config.rb,
|
1401
|
-
| lib/mongrel2/config/server.rb, lib/mongrel2/control.rb,
|
1402
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/control_spec.rb:
|
1403
|
-
| Look a little harder when trying to find the control socket, and
|
1404
|
-
| error if not successful.
|
1405
|
-
| [a42ca1a2963c]
|
1406
|
-
|
|
1407
|
-
2012-07-27 Michael Granger <ged@FaerieMUD.org>
|
1408
|
-
|
1409
|
-
o * .hgtags:
|
1410
|
-
| Added tag v0.30.1 for changeset 01750f74082c
|
1411
|
-
| [8208fbbc6641]
|
1412
|
-
|
|
1413
|
-
o * .hgsigs:
|
1414
|
-
| Added signature for changeset 4ebef57dc78c
|
1415
|
-
| [01750f74082c] [v0.30.1]
|
1416
|
-
|
|
1417
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1418
|
-
| Bump the patch version, update history.
|
1419
|
-
| [4ebef57dc78c]
|
1420
|
-
|
|
1421
|
-
o * Rakefile:
|
1422
|
-
| Depend on sqlite3 instead of amalgalite until
|
1423
|
-
| (https://github.com/copiousfreetime/amalgalite/pull/22) is fixed.
|
1424
|
-
| [9244ea0f0a1c]
|
1425
|
-
|
|
1426
|
-
o * README.rdoc:
|
1427
|
-
| Fixing URLs
|
1428
|
-
| [6d4a90ec1980]
|
1429
|
-
|
|
1430
|
-
o * .hgtags:
|
1431
|
-
| Added tag v0.30.0 for changeset 2a049832e502
|
1432
|
-
| [3ba5c68433bf]
|
1433
|
-
|
|
1434
|
-
o * .hgsigs:
|
1435
|
-
| Added signature for changeset 560f4524ebb0
|
1436
|
-
| [2a049832e502] [v0.30.0]
|
1437
|
-
|
|
1438
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1439
|
-
| Bump minor version, update history.
|
1440
|
-
| [560f4524ebb0]
|
1441
|
-
|
|
1442
|
-
o * Manifest.txt, Rakefile, bin/m2sh.rb, data/mongrel2/index.html.in:
|
1443
|
-
| Add some quickstart niceties.
|
1444
|
-
|
|
1445
|
-
| - Add a static index page to the quickstart Dir directory.
|
1446
|
-
| - Make the failure to find a mongrel2 binary friendlier.
|
1447
|
-
| [b1d49912af4d]
|
1448
|
-
|
|
1449
|
-
2012-07-18 Michael Granger <ged@FaerieMUD.org>
|
1450
|
-
|
1451
|
-
o * lib/mongrel2/config/handler.rb:
|
1452
|
-
| Fix parameter name of ::by_send_ident for auto-mapping by the rest
|
1453
|
-
| service.
|
1454
|
-
| [b24be0f1aa72]
|
1455
|
-
|
|
1456
|
-
2012-07-13 Michael Granger <ged@FaerieMUD.org>
|
1457
|
-
|
1458
|
-
o * .hgtags:
|
1459
|
-
| Added tag v0.29.0 for changeset b8cf89311fb4
|
1460
|
-
| [667c5c23df4e]
|
1461
|
-
|
|
1462
|
-
o * .hgsigs:
|
1463
|
-
| Added signature for changeset cc6fcfdf3335
|
1464
|
-
| [b8cf89311fb4] [v0.29.0]
|
1465
|
-
|
|
1466
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1467
|
-
| Bump the minor version, update history.
|
1468
|
-
| [cc6fcfdf3335]
|
1469
|
-
|
|
1470
|
-
o * bin/m2sh.rb, lib/mongrel2/config.rb, lib/mongrel2/config/log.rb,
|
1471
|
-
| lib/mongrel2/config/server.rb, spec/mongrel2/config/log_spec.rb:
|
1472
|
-
| Finish work on the event log.
|
1473
|
-
| - Make m2sh.rb write events for modifying actions
|
1474
|
-
| - Add a --why option to m2sh.rb to allow reasons for actions to be
|
1475
|
-
| logged.
|
1476
|
-
| - Add a convenience delegator to Mongrel2::Config for logging an
|
1477
|
-
| action.
|
1478
|
-
| - Finish Mongrel2::Config::Log method documentation
|
1479
|
-
| - Remove RDoc sections from Mongrel2::Config::Server, as they made
|
1480
|
-
| stuff more difficult to find.
|
1481
|
-
| - Add Mongrel2::Config::Server#to_s
|
1482
|
-
| - Make stringified Log events only include parens if the event has a
|
1483
|
-
| 'why' field.
|
1484
|
-
| [be803763277b]
|
1485
|
-
|
|
1486
|
-
2012-07-12 Michael Granger <ged@FaerieMUD.org>
|
1487
|
-
|
1488
|
-
o * bin/m2sh.rb:
|
1489
|
-
| Remove extraneous message from m2sh.rb's quickstart subcommand
|
1490
|
-
| [f61d11f41fd5]
|
1491
|
-
|
|
1492
|
-
o * .hgtags:
|
1493
|
-
| Added tag v0.28.0 for changeset 87ce465f7115
|
1494
|
-
| [fbe30eb8facb]
|
1495
|
-
|
|
1496
|
-
o * .hgsigs:
|
1497
|
-
| Added signature for changeset 511f5e29f0a0
|
1498
|
-
| [87ce465f7115] [v0.28.0]
|
1499
|
-
|
|
1500
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1501
|
-
| Bump the minor version, update history.
|
1502
|
-
| [511f5e29f0a0]
|
1503
|
-
|
|
1504
|
-
o * lib/mongrel2/config/server.rb, spec/mongrel2/config/dsl_spec.rb,
|
1505
|
-
| spec/mongrel2/config/server_spec.rb:
|
1506
|
-
| Make Config::Server path methods variants instead of overrides.
|
1507
|
-
| [348e208d3fc8]
|
1508
|
-
|
|
1509
|
-
o * lib/mongrel2/config/server.rb, spec/mongrel2/config/dsl_spec.rb,
|
1510
|
-
| spec/mongrel2/config/server_spec.rb:
|
1511
|
-
| Return Pathname objects from Mongrel2::Config::Server's path
|
1512
|
-
| attributes.
|
1513
|
-
| [eacf9ac21a43]
|
1514
|
-
|
|
1515
|
-
2012-07-11 Michael Granger <ged@FaerieMUD.org>
|
1516
|
-
|
1517
|
-
o * bin/m2sh.rb:
|
1518
|
-
| Show the server's URL at startup
|
1519
|
-
| [2d666bba472c]
|
1520
|
-
|
|
1521
|
-
o * lib/mongrel2/config/server.rb:
|
1522
|
-
| Finish Config::Server API docs and add a predicate method for
|
1523
|
-
| use_ssl
|
1524
|
-
| [fc283cc7a9f5]
|
1525
|
-
|
|
1526
|
-
2012-07-03 Michael Granger <ged@FaerieMUD.org>
|
1527
|
-
|
1528
|
-
o * bin/m2sh.rb:
|
1529
|
-
| Remove shell mode from m2sh.rb.
|
1530
|
-
| [d6c7fbd1142c]
|
1531
|
-
|
|
1532
|
-
o * Manifest.txt:
|
1533
|
-
| Don't distribute my Foreman env for the examples
|
1534
|
-
| [c54940c0c1c8]
|
1535
|
-
|
|
1536
|
-
2012-07-02 Michael Granger <ged@FaerieMUD.org>
|
1537
|
-
|
1538
|
-
o * .hgtags:
|
1539
|
-
| Added tag v0.27.0 for changeset 8883019d3299
|
1540
|
-
| [b85c576e5fb1]
|
1541
|
-
|
|
1542
|
-
o * .hgsigs:
|
1543
|
-
| Added signature for changeset 6de3cbe2409c
|
1544
|
-
| [8883019d3299] [v0.27.0]
|
1545
|
-
|
|
1546
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1547
|
-
| Bump the minor version, update history.
|
1548
|
-
| [6de3cbe2409c]
|
1549
|
-
|
|
1550
|
-
o * README.rdoc, lib/mongrel2/config.rb, lib/mongrel2/connection.rb,
|
1551
|
-
| lib/mongrel2/control.rb, lib/mongrel2/testing.rb:
|
1552
|
-
| Updating API documentation.
|
1553
|
-
| [cfac9894f2ec]
|
1554
|
-
|
|
1555
|
-
2012-06-30 Michael Granger <ged@FaerieMUD.org>
|
1556
|
-
|
1557
|
-
o * Manifest.txt, README.rdoc, bin/m2sh.rb, data/mongrel2/config.rb.in,
|
1558
|
-
| lib/mongrel2/config.rb, lib/mongrel2/constants.rb:
|
1559
|
-
| Adding 'bootstrap' and 'quickstart' commands to m2sh.rb.
|
1560
|
-
|
|
1561
|
-
| Also adding documentation for them to the README, and moved the
|
1562
|
-
| DATA_DIR constants into mongrel2/constants.
|
1563
|
-
| [2f2b9b4bc86f]
|
1564
|
-
|
|
1565
|
-
2012-06-27 Michael Granger <ged@FaerieMUD.org>
|
1566
|
-
|
1567
|
-
o * examples/.env, examples/Procfile, examples/config.rb, examples/ws-
|
1568
|
-
| echo.rb, lib/mongrel2/handler.rb, lib/mongrel2/httpresponse.rb,
|
1569
|
-
| lib/mongrel2/testing.rb, lib/mongrel2/websocket.rb,
|
1570
|
-
| spec/lib/constants.rb, spec/lib/helpers.rb,
|
1571
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/httpresponse_spec.rb,
|
1572
|
-
| spec/mongrel2/websocket_spec.rb:
|
1573
|
-
| Updating websocket support for recent Mongrel2 changes
|
1574
|
-
| [c17bbae10985]
|
1575
|
-
|
|
1576
|
-
2012-06-26 Michael Granger <ged@FaerieMUD.org>
|
1577
|
-
|
1578
|
-
o * .hgtags:
|
1579
|
-
| Added tag v0.26.0 for changeset 7fb25e6e09bc
|
1580
|
-
| [1cf11a8e5402]
|
1581
|
-
|
|
1582
|
-
o * .hgsigs:
|
1583
|
-
| Added signature for changeset c2eac469ca66
|
1584
|
-
| [7fb25e6e09bc] [v0.26.0]
|
1585
|
-
|
|
1586
|
-
o * History.rdoc, lib/mongrel2.rb, spec/lib/helpers.rb,
|
1587
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/request_spec.rb:
|
1588
|
-
| Fix the specs broken by the async upload changes, bump minor
|
1589
|
-
| version, update history.
|
1590
|
-
| [c2eac469ca66]
|
1591
|
-
|
|
1592
|
-
o * lib/mongrel2/config/handler.rb, lib/mongrel2/config/host.rb,
|
1593
|
-
| lib/mongrel2/config/route.rb, lib/mongrel2/config/server.rb,
|
1594
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/handler.rb,
|
1595
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/request.rb,
|
1596
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/httprequest_spec.rb,
|
1597
|
-
| spec/mongrel2/request_spec.rb:
|
1598
|
-
| Fix the async upload body path
|
1599
|
-
| [782174dcba2e]
|
1600
|
-
|
|
1601
|
-
2012-06-21 Michael Granger <ged@FaerieMUD.org>
|
1602
|
-
|
1603
|
-
o * .hgtags:
|
1604
|
-
| Added tag v0.25.0 for changeset 79bf424c93cd
|
1605
|
-
| [0cb15359e25b]
|
1606
|
-
|
|
1607
|
-
o * .hgsigs:
|
1608
|
-
| Added signature for changeset 893e0493be04
|
1609
|
-
| [79bf424c93cd] [v0.25.0]
|
1610
|
-
|
|
1611
|
-
o * History.rdoc, lib/mongrel2.rb, lib/mongrel2/request.rb:
|
1612
|
-
| Bumped minor version, updated history
|
1613
|
-
| [893e0493be04]
|
1614
|
-
|
|
1615
|
-
o * lib/mongrel2/httprequest.rb, lib/mongrel2/request.rb,
|
1616
|
-
| lib/mongrel2/response.rb, spec/mongrel2/httprequest_spec.rb,
|
1617
|
-
| spec/mongrel2/request_spec.rb:
|
1618
|
-
| Make similar stream adjustments to request as had previously been
|
1619
|
-
| done to response.
|
1620
|
-
| [9f061f269db6]
|
1621
|
-
|
|
1622
|
-
o * spec/mongrel2/response_spec.rb:
|
1623
|
-
| Fix spelling
|
1624
|
-
| [7fcb08e469ae]
|
1625
|
-
|
|
1626
|
-
o * lib/mongrel2/response.rb, spec/mongrel2/response_spec.rb:
|
1627
|
-
| Don't try to wrap objects that don't support #to_str in a StringIO.
|
1628
|
-
| [22f3d1c88c37]
|
1629
|
-
|
|
1630
|
-
2012-06-20 Michael Granger <ged@FaerieMUD.org>
|
1631
|
-
|
1632
|
-
o * examples/request-dumper.rb, examples/request-dumper.tmpl,
|
1633
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/request.rb,
|
1634
|
-
| spec/mongrel2/request_spec.rb:
|
1635
|
-
| Add support for Content-type charset to Mongrel2::Request.
|
1636
|
-
| [dae4f2b16ef7]
|
1637
|
-
|
|
1638
|
-
o * lib/mongrel2/request.rb:
|
1639
|
-
| Set the body on Mongrel2::Request if constructed with an IO, too.
|
1640
|
-
| [8721f2abc3c0]
|
1641
|
-
|
|
1642
|
-
o * examples/async-upload.rb, examples/config.rb,
|
1643
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/request.rb,
|
1644
|
-
| lib/mongrel2/testing.rb, spec/mongrel2/httprequest_spec.rb,
|
1645
|
-
| spec/mongrel2/request_spec.rb:
|
1646
|
-
| Hook up the async uploaded entity body to the request
|
1647
|
-
| [349c0049a4a1]
|
1648
|
-
|
|
1649
|
-
2012-06-19 Michael Granger <ged@FaerieMUD.org>
|
1650
|
-
|
1651
|
-
o * examples/Procfile, examples/async-upload.rb, examples/config.rb,
|
1652
|
-
| examples/ws-echo.rb, lib/mongrel2/websocket.rb,
|
1653
|
-
| spec/mongrel2/websocket_spec.rb:
|
1654
|
-
| Fixes for the websocket frame class for the stream API, fixed some
|
1655
|
-
| examples.
|
1656
|
-
| [4202d9942c16]
|
1657
|
-
|
|
1658
|
-
o * lib/mongrel2/connection.rb, lib/mongrel2/httpresponse.rb,
|
1659
|
-
| lib/mongrel2/request.rb, lib/mongrel2/response.rb,
|
1660
|
-
| lib/mongrel2/websocket.rb, spec/mongrel2/httpresponse_spec.rb,
|
1661
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/websocket_spec.rb:
|
1662
|
-
| Convert to an IO-based request/response body
|
1663
|
-
| [96edda5cdb69]
|
1664
|
-
|
|
1665
|
-
2012-06-08 Mahlon E. Smith <mahlon@martini.nu>
|
1666
|
-
|
1667
|
-
o * lib/mongrel2/constants.rb:
|
1668
|
-
| Add a few newer-rfc HTTP error codes.
|
1669
|
-
| [8e125eaf25ce]
|
1670
|
-
|
|
1671
|
-
2012-05-31 Michael Granger <ged@FaerieMUD.org>
|
1672
|
-
|
1673
|
-
o * .hgtags:
|
1674
|
-
| Added tag v0.24.0 for changeset d2b1df5fc74d
|
1675
|
-
| [dbe3504c63ad]
|
1676
|
-
|
|
1677
|
-
o * .hgsigs:
|
1678
|
-
| Added signature for changeset 3ed1175a2f9e
|
1679
|
-
| [d2b1df5fc74d] [v0.24.0]
|
1680
|
-
|
|
1681
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1682
|
-
| Bumping minor version, updating history.
|
1683
|
-
| [3ed1175a2f9e]
|
1684
|
-
|
|
1685
|
-
2012-05-29 Mahlon E. Smith <mahlon@martini.nu>
|
1686
|
-
|
1687
|
-
o * lib/mongrel2/table.rb:
|
1688
|
-
| Take immediate objects into account when dup/cloning a
|
1689
|
-
| Mongrel2::Table.
|
1690
|
-
| [f10cba1487ea]
|
1691
|
-
|
|
1692
|
-
2012-05-20 Michael Granger <ged@FaerieMUD.org>
|
1693
|
-
|
1694
|
-
o * .rvm.gems:
|
1695
|
-
| Comment out amalgalite rvmrc gem until
|
1696
|
-
| https://github.com/copiousfreetime/amalgalite/pull/22 is fixed
|
1697
|
-
| [b872e092ed92]
|
1698
|
-
|
|
1699
|
-
2012-05-21 Michael Granger <ged@FaerieMUD.org>
|
1700
|
-
|
1701
|
-
o * Manifest.txt, examples/.env, examples/async-upload.rb,
|
1702
|
-
| examples/config.rb, lib/mongrel2/config.rb,
|
1703
|
-
| lib/mongrel2/httprequest.rb, spec/mongrel2/config_spec.rb:
|
1704
|
-
| Change Config.settings to a Table, small fixups for async upload.
|
1705
|
-
| [e2384875455d]
|
1706
|
-
|
|
1707
|
-
o * .tm_properties, data/mongrel2/bootstrap.html, examples/.env,
|
1708
|
-
| examples/Procfile, examples/async-upload.rb, examples/config.rb,
|
1709
|
-
| examples/run, lib/mongrel2/exceptions.rb,
|
1710
|
-
| lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
1711
|
-
| Add support for async uploads
|
1712
|
-
| [0b20bfda9eea]
|
1713
|
-
|
|
1714
|
-
2012-05-18 Michael Granger <ged@FaerieMUD.org>
|
1715
|
-
|
1716
|
-
o * .rvm.gems:
|
1717
|
-
| Bumping Loggability dependency for inheritance bugfix
|
1718
|
-
| [0c8cef0e6065]
|
1719
|
-
|
|
1720
|
-
2012-05-17 Michael Granger <ged@FaerieMUD.org>
|
1721
|
-
|
1722
|
-
o * .hgtags:
|
1723
|
-
| Added tag v0.23.0 for changeset 644f1ddbfbd1
|
1724
|
-
| [82d6cd587b0a]
|
1725
|
-
|
|
1726
|
-
o * .hgsigs:
|
1727
|
-
| Added signature for changeset 7d768d6e98ab
|
1728
|
-
| [644f1ddbfbd1] [v0.23.0]
|
1729
|
-
|
|
1730
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1731
|
-
| Bump the minor version, update history.
|
1732
|
-
| [7d768d6e98ab]
|
1733
|
-
|
|
1734
|
-
o * lib/mongrel2/connection.rb, lib/mongrel2/handler.rb,
|
1735
|
-
| spec/mongrel2/handler_spec.rb:
|
1736
|
-
| Add a convenience method to Mongrel2::Handler for fetching its
|
1737
|
-
| associated config object.
|
1738
|
-
| [30af037aa0be]
|
1739
|
-
|
|
1740
|
-
o * bin/m2sh.rb:
|
1741
|
-
| Fix typos in m2sh.rb's exception handler
|
1742
|
-
| [b7c5ca68fe74]
|
1743
|
-
|
|
1744
|
-
2012-05-10 Michael Granger <ged@FaerieMUD.org>
|
1745
|
-
|
1746
|
-
o * .rvm.gems, Rakefile:
|
1747
|
-
| Bumping dependency on Loggability to 0.2.
|
1748
|
-
| [b98ed24dfb83]
|
1749
|
-
|
|
1750
|
-
2012-05-07 Michael Granger <ged@FaerieMUD.org>
|
1751
|
-
|
1752
|
-
o * .hgtags:
|
1753
|
-
| Added tag v0.22.1 for changeset ab969af3bf2c
|
1754
|
-
| [142eade04d61]
|
1755
|
-
|
|
1756
|
-
o * .hgsigs:
|
1757
|
-
| Added signature for changeset c68ca662121f
|
1758
|
-
| [ab969af3bf2c] [v0.22.1]
|
1759
|
-
|
|
1760
|
-
o * .rvm.gems, History.rdoc, Rakefile, lib/mongrel2.rb:
|
1761
|
-
| Fix loggability dependency version; bump patch version.
|
1762
|
-
| [c68ca662121f]
|
1763
|
-
|
|
1764
|
-
o * .hgtags:
|
1765
|
-
| Added tag v0.22.0 for changeset 82e0a3ed6dc5
|
1766
|
-
| [666e8d88a6d7]
|
1767
|
-
|
|
1768
|
-
o * .hgsigs:
|
1769
|
-
| Added signature for changeset e25ffaab1897
|
1770
|
-
| [82e0a3ed6dc5] [v0.22.0]
|
1771
|
-
|
|
1772
|
-
o * History.rdoc, Manifest.txt, lib/mongrel2.rb:
|
1773
|
-
| Bump the minor version, update history and manifest.
|
1774
|
-
| [e25ffaab1897]
|
1775
|
-
|
|
1776
|
-
o * .rvm.gems, Rakefile, bin/m2sh.rb, examples/helloworld-handler.rb,
|
1777
|
-
| examples/request-dumper.rb, examples/ws-echo.rb,
|
1778
|
-
| experiments/endtoend.rb, experiments/xmlhandler.rb, lib/mongrel2.rb,
|
1779
|
-
| lib/mongrel2/config.rb, lib/mongrel2/config/dsl.rb,
|
1780
|
-
| lib/mongrel2/config/host.rb, lib/mongrel2/config/server.rb,
|
1781
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/control.rb,
|
1782
|
-
| lib/mongrel2/handler.rb, lib/mongrel2/httprequest.rb,
|
1783
|
-
| lib/mongrel2/httpresponse.rb, lib/mongrel2/jsonrequest.rb,
|
1784
|
-
| lib/mongrel2/logging.rb, lib/mongrel2/mixins.rb,
|
1785
|
-
| lib/mongrel2/request.rb, lib/mongrel2/response.rb,
|
1786
|
-
| lib/mongrel2/table.rb, lib/mongrel2/testing.rb,
|
1787
|
-
| lib/mongrel2/websocket.rb, lib/mongrel2/xmlrequest.rb,
|
1788
|
-
| spec/lib/helpers.rb, spec/mongrel2/handler_spec.rb,
|
1789
|
-
| spec/mongrel2/logging_spec.rb, spec/mongrel2/mixins_spec.rb,
|
1790
|
-
| spec/mongrel2_spec.rb:
|
1791
|
-
| Convert to Loggability for logging.
|
1792
|
-
| [0da53476f796]
|
1793
|
-
|
|
1794
|
-
2012-04-25 Michael Granger <ged@FaerieMUD.org>
|
1795
|
-
|
1796
|
-
o * bin/m2sh.rb:
|
1797
|
-
| Add an option to m2sh.rb to set the m2 port on the fly
|
1798
|
-
| [0a0238b4c238]
|
1799
|
-
|
|
1800
|
-
2012-04-23 Michael Granger <ged@FaerieMUD.org>
|
1801
|
-
|
1802
|
-
o * .hgtags:
|
1803
|
-
| Added tag v0.21.0 for changeset 84fe60846300
|
1804
|
-
| [bb658253dfe9]
|
1805
|
-
|
|
1806
|
-
o * .hgsigs:
|
1807
|
-
| Added signature for changeset d7c540c7a114
|
1808
|
-
| [84fe60846300] [v0.21.0]
|
1809
|
-
|
|
1810
|
-
o * .rvm.gems:
|
1811
|
-
| Bumped hoe-deveiate in the dev gemset
|
1812
|
-
| [d7c540c7a114]
|
1813
|
-
|
|
1814
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1815
|
-
| Bump the minor version, update history.
|
1816
|
-
| [0ecd9e4d21ee]
|
1817
|
-
|
|
1818
|
-
o * Rakefile:
|
1819
|
-
| Activate deveiate Hoe plugin
|
1820
|
-
| [4b74d9363949]
|
1821
|
-
|
|
1822
|
-
o * lib/mongrel2/handler.rb:
|
1823
|
-
| Log the request at INFO, too.
|
1824
|
-
| [b6f11e532b29]
|
1825
|
-
|
|
1826
|
-
2012-04-18 Michael Granger <ged@FaerieMUD.org>
|
1827
|
-
|
1828
|
-
o * lib/mongrel2/config.rb:
|
1829
|
-
| Rename the defaults for Mongrel2::Config.
|
1830
|
-
|
|
1831
|
-
| This was changed to conform with Configurability's defaults API. The
|
1832
|
-
| old name was aliased to the new for backward-compatibility.
|
1833
|
-
| [c3bd7b10d758]
|
1834
|
-
|
|
1835
|
-
2012-04-12 Mahlon E. Smith <mahlon@martini.nu>
|
1836
|
-
|
1837
|
-
o * lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
1838
|
-
| Add a Mongrel2::HTTPRequest#remote_ip method. This should support
|
1839
|
-
| both the current Mongrel (1.7.5) and the future plan for appended X
|
1840
|
-
| -Forwarded-For headers.
|
1841
|
-
| [4a241cca71d5]
|
1842
|
-
|
|
1843
|
-
2012-04-12 Michael Granger <ged@FaerieMUD.org>
|
1844
|
-
|
1845
|
-
o * .hgtags:
|
1846
|
-
| Added tag v0.20.3 for changeset ea27cb7efdd5
|
1847
|
-
| [5e35f7001c58]
|
1848
|
-
|
|
1849
|
-
o * .hgsigs:
|
1850
|
-
| Added signature for changeset e27a161d2009
|
1851
|
-
| [ea27cb7efdd5] [v0.20.3]
|
1852
|
-
|
|
1853
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1854
|
-
| Bump the patch version and update history.
|
1855
|
-
| [e27a161d2009]
|
1856
|
-
|
|
1857
|
-
o * lib/mongrel2/testing.rb:
|
1858
|
-
| Fix a require in mongrel2/testing.
|
1859
|
-
| [081cc06dd255]
|
1860
|
-
|
|
1861
|
-
2012-04-11 Michael Granger <ged@FaerieMUD.org>
|
1862
|
-
|
1863
|
-
o * lib/mongrel2/config.rb:
|
1864
|
-
| Assume paths passed to configure( :configdb ) should use SQLite.
|
1865
|
-
|
|
1866
|
-
| This makes it possible to configure with a path again, and the
|
1867
|
-
| Config class will choose the right adapter for you.
|
1868
|
-
| [47450781e385]
|
1869
|
-
|
|
1870
|
-
o * README.rdoc:
|
1871
|
-
| Move the "other implementations" section to the bottom of the
|
1872
|
-
| README.
|
1873
|
-
| [bab5ef6854d2]
|
1874
|
-
|
|
1875
|
-
2012-04-10 Michael Granger <ged@FaerieMUD.org>
|
1876
|
-
|
1877
|
-
o * README.rdoc, Rakefile:
|
1878
|
-
| Set docs to fivefish
|
1879
|
-
| [551a2111a045]
|
1880
|
-
|
|
1881
|
-
o * .hgtags:
|
1882
|
-
| Added tag v0.20.2 for changeset 2101ab88fa3c
|
1883
|
-
| [29667a22cb1c]
|
1884
|
-
|
|
1885
|
-
o * .hgsigs:
|
1886
|
-
| Added signature for changeset 7417a035001a
|
1887
|
-
| [2101ab88fa3c] [v0.20.2]
|
1888
|
-
|
|
1889
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1890
|
-
| Bump the patch version and update history.
|
1891
|
-
| [7417a035001a]
|
1892
|
-
|
|
1893
|
-
o * bin/m2sh.rb, lib/mongrel2.rb, lib/mongrel2/config.rb,
|
1894
|
-
| spec/mongrel2/config_spec.rb:
|
1895
|
-
| Fix Mongrel2::Config.dbname.
|
1896
|
-
| [c2ca8db8b888]
|
1897
|
-
|
|
1898
|
-
2012-04-06 Michael Granger <ged@FaerieMUD.org>
|
1899
|
-
|
1900
|
-
o * .hgtags:
|
1901
|
-
| Added tag v0.20.1 for changeset fdb45f9db05e
|
1902
|
-
| [b04446f11762]
|
1903
|
-
|
|
1904
|
-
o * .hgsigs:
|
1905
|
-
| Added signature for changeset 55a458211cb9
|
1906
|
-
| [fdb45f9db05e] [v0.20.1]
|
1907
|
-
|
|
1908
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1909
|
-
| Bump patch version, update history.
|
1910
|
-
| [55a458211cb9]
|
1911
|
-
|
|
1912
|
-
o * .rvm.gems, Rakefile, spec/mongrel2/config_spec.rb:
|
1913
|
-
| Update rvm environment, fix dependencies and a spec.
|
1914
|
-
| [032791d245cd]
|
1915
|
-
|
|
1916
|
-
o * .hgtags:
|
1917
|
-
| Added tag v0.20.0 for changeset 08e5e34841fb
|
1918
|
-
| [1dfa4f30a839]
|
1919
|
-
|
|
1920
|
-
o * .hgsigs:
|
1921
|
-
| Added signature for changeset 3cd69c7b76c6
|
1922
|
-
| [08e5e34841fb] [v0.20.0]
|
1923
|
-
|
|
1924
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1925
|
-
| Bump the minor version, update history.
|
1926
|
-
| [3cd69c7b76c6]
|
1927
|
-
|
|
1928
|
-
o * lib/mongrel2/config.rb, spec/lib/helpers.rb,
|
1929
|
-
| spec/mongrel2/config/route_spec.rb, spec/mongrel2/config_spec.rb:
|
1930
|
-
| Fix the config DB for Sequel 3.34.
|
1931
|
-
|
|
1932
|
-
| Note: This fix includes several API changes
|
1933
|
-
|
|
1934
|
-
| - Mongrel2::Config.adapter_method is now .sqlite_adapter, and just
|
1935
|
-
| returns the name of the appropriate adapter instead of a Method
|
1936
|
-
| object that returns a Sequel::Database.
|
1937
|
-
| - Mongrel2::Config.pathname is now .dbname, and returns either a URI
|
1938
|
-
| or a String, depending on how the database handle was created.
|
1939
|
-
|
|
1940
|
-
| These changes also will make it easier to use alternative
|
1941
|
-
| configuration databases, e.g., when I get the PostgreSQL config
|
1942
|
-
| module working, it'll be easier to point the config model at it.
|
1943
|
-
| [ca190c8046c2]
|
1944
|
-
|
|
1945
|
-
2012-03-28 Michael Granger <ged@FaerieMUD.org>
|
1946
|
-
|
1947
|
-
o * .hgtags:
|
1948
|
-
| Added tag v0.19.0 for changeset ddf2ba151fdc
|
1949
|
-
| [fc05d13761c5]
|
1950
|
-
|
|
1951
|
-
o * .hgsigs:
|
1952
|
-
| Added signature for changeset a0a3115eb782
|
1953
|
-
| [ddf2ba151fdc] [v0.19.0]
|
1954
|
-
|
|
1955
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1956
|
-
| Bump minor version, update history.
|
1957
|
-
| [a0a3115eb782]
|
1958
|
-
|
|
1959
|
-
o * lib/mongrel2/httpresponse.rb, spec/mongrel2/httpresponse_spec.rb:
|
1960
|
-
| Make HTTPResponse default to a 200 status if there's a body.
|
1961
|
-
|
|
1962
|
-
| If there's a body, and the status hasn't yet been set, assume that
|
1963
|
-
| it's supposed to be 200 OK. If the body is nil or empty and the
|
1964
|
-
| status hasn't been set, assume it's a 204 No content.
|
1965
|
-
| [f1c2834b6d59]
|
1966
|
-
|
|
1967
|
-
o * .hgtags:
|
1968
|
-
| Added tag v0.18.0 for changeset 4624c640343e
|
1969
|
-
| [a800fe3db4b1]
|
1970
|
-
|
|
1971
|
-
o * .hgsigs:
|
1972
|
-
| Added signature for changeset 1d4e3af69f25
|
1973
|
-
| [4624c640343e] [v0.18.0]
|
1974
|
-
|
|
1975
|
-
o * History.rdoc, lib/mongrel2.rb:
|
1976
|
-
| Bump the minor version, update history.
|
1977
|
-
| [1d4e3af69f25]
|
1978
|
-
|
|
1979
|
-
o * lib/mongrel2/config/host.rb:
|
1980
|
-
| Make the 'handler' DSL directive replace any existing handler with
|
1981
|
-
| its send_ident.
|
1982
|
-
| [2b625f2615a1]
|
1983
|
-
|
|
1984
|
-
o * lib/mongrel2/config/handler.rb,
|
1985
|
-
| spec/mongrel2/config/handler_spec.rb:
|
1986
|
-
| Add a validation to ensure that handler configs have unique
|
1987
|
-
| send/recv specs and IDs.
|
1988
|
-
| [93f7ad7c43f7]
|
1989
|
-
|
|
1990
|
-
2012-03-18 Michael Granger <ged@FaerieMUD.org>
|
1991
|
-
|
1992
|
-
o * .hgtags:
|
1993
|
-
| Added tag v0.17.0 for changeset 525f7288759e
|
1994
|
-
| [95d268db56c0]
|
1995
|
-
|
|
1996
|
-
o * .hgsigs:
|
1997
|
-
| Added signature for changeset 023114cc92af
|
1998
|
-
| [525f7288759e] [v0.17.0]
|
1999
|
-
|
|
2000
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2001
|
-
| Bump minor version, update history.
|
2002
|
-
| [023114cc92af]
|
2003
|
-
|
|
2004
|
-
2012-03-10 Michael Granger <ged@FaerieMUD.org>
|
2005
|
-
|
2006
|
-
o * lib/mongrel2/config.rb:
|
2007
|
-
| Squelch logging of expected SQL errors.
|
2008
|
-
|
|
2009
|
-
| Errors are normal during Mongrel2::Config.db= and
|
2010
|
-
| .database_initialized?, so add a new .without_sql_logging method for
|
2011
|
-
| temporarily disabling SQL logging, and wrap that around the methods
|
2012
|
-
| in quesion.
|
2013
|
-
| [6b62343b4e5a]
|
2014
|
-
|
|
2015
|
-
o * .rvm.gems, Rakefile:
|
2016
|
-
| Add simplecov to dev dependencies
|
2017
|
-
| [437f797ea469]
|
2018
|
-
|
|
2019
|
-
o * lib/mongrel2/websocket.rb:
|
2020
|
-
| Fix documentation for WebSocket#validate_control_frame
|
2021
|
-
| [195e8f3a0be9]
|
2022
|
-
|
|
2023
|
-
o * .hgtags:
|
2024
|
-
| Added tag v0.16.0 for changeset 7d02d330c25c
|
2025
|
-
| [7345807a6db7]
|
2026
|
-
|
|
2027
|
-
o * .hgsigs:
|
2028
|
-
| Added signature for changeset 4fc45a463af8
|
2029
|
-
| [7d02d330c25c] [v0.16.0]
|
2030
|
-
|
|
2031
|
-
o * History.rdoc, Manifest.txt, lib/mongrel2.rb:
|
2032
|
-
| Update history, manifest, and bump minor version.
|
2033
|
-
| [4fc45a463af8]
|
2034
|
-
|
|
2035
|
-
o * lib/mongrel2/config/server.rb:
|
2036
|
-
| Fix missing constant bug in the Server config class
|
2037
|
-
| [88460d4d7ada]
|
2038
|
-
|
|
2039
|
-
o * bin/m2sh.rb:
|
2040
|
-
| Close the control socket after using it in m2sh.rb
|
2041
|
-
| [6d7262ef2a91]
|
2042
|
-
|
|
2043
|
-
o * examples/config.rb:
|
2044
|
-
| Oops, no trailing $ in the ws route in the examples config
|
2045
|
-
| [17522b5d958a]
|
2046
|
-
|
|
2047
|
-
2012-03-07 Michael Granger <ged@FaerieMUD.org>
|
2048
|
-
|
2049
|
-
o * README.rdoc, data/mongrel2/bootstrap.html,
|
2050
|
-
| data/mongrel2/css/master.css, data/mongrel2/js/websock-test.js,
|
2051
|
-
| data/mongrel2/websock-test.html, examples/config.rb, examples/ws-
|
2052
|
-
| echo.rb, lib/mongrel2/connection.rb, lib/mongrel2/handler.rb,
|
2053
|
-
| lib/mongrel2/websocket.rb:
|
2054
|
-
| Finished up WebSocket implementation.
|
2055
|
-
|
|
2056
|
-
| - Added the class to API docs.
|
2057
|
-
| - Cleaned up and fixed a couple of bugs in the websocket echo server
|
2058
|
-
| backend.
|
2059
|
-
| - Fixed issues with encoding of incoming frame payloads.
|
2060
|
-
| - Added frame validation methods
|
2061
|
-
| [fea3cd02d23c]
|
2062
|
-
|
|
2063
|
-
2012-03-05 Michael Granger <ged@FaerieMUD.org>
|
2064
|
-
|
2065
|
-
o * data/mongrel2/bootstrap.html, data/mongrel2/css/master.css,
|
2066
|
-
| data/mongrel2/websock-test.html, examples/config.rb, examples/ws-
|
2067
|
-
| echo.rb, lib/mongrel2.rb, lib/mongrel2/handler.rb,
|
2068
|
-
| lib/mongrel2/request.rb, lib/mongrel2/testing.rb,
|
2069
|
-
| lib/mongrel2/websocket.rb, spec/lib/constants.rb,
|
2070
|
-
| spec/mongrel2/httprequest_spec.rb, spec/mongrel2/request_spec.rb,
|
2071
|
-
| spec/mongrel2/websocket_spec.rb:
|
2072
|
-
| Adding WebSocket (RFC6455) support
|
2073
|
-
| [0db6f3808f5a]
|
2074
|
-
|
|
2075
|
-
2012-03-02 Michael Granger <ged@FaerieMUD.org>
|
2076
|
-
|
2077
|
-
o * lib/mongrel2/handler.rb:
|
2078
|
-
| Log the method for unknown request types
|
2079
|
-
| [1de6b0f28ee6]
|
2080
|
-
|
|
2081
|
-
o * examples/config.rb:
|
2082
|
-
| Remove the null filter from the examples config
|
2083
|
-
| [bbafaa425b68]
|
2084
|
-
|
|
2085
|
-
o * .hgtags:
|
2086
|
-
| Added tag v0.15.1 for changeset 2bb88b311d68
|
2087
|
-
| [e6e61577d110]
|
2088
|
-
|
|
2089
|
-
o * .hgsigs:
|
2090
|
-
| Added signature for changeset e943c9068b73
|
2091
|
-
| [2bb88b311d68] [v0.15.1]
|
2092
|
-
|
|
2093
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2094
|
-
| Bump patch version and update history.
|
2095
|
-
| [e943c9068b73]
|
2096
|
-
|
|
2097
|
-
2012-03-01 Michael Granger <ged@FaerieMUD.org>
|
2098
|
-
|
2099
|
-
o * lib/mongrel2/connection.rb:
|
2100
|
-
| Fix some comments/debug statements in Connection
|
2101
|
-
| [16a888bc7999]
|
2102
|
-
|
|
2103
|
-
o * lib/mongrel2/config/host.rb:
|
2104
|
-
| Make sure host deletes cascade to their routes
|
2105
|
-
| [b0f642f12cec]
|
2106
|
-
|
|
2107
|
-
o * lib/mongrel2/config/dsl.rb:
|
2108
|
-
| Init the database outside of the transaction in the "server" DSL
|
2109
|
-
| method
|
2110
|
-
| [9ebc726b8fd1]
|
2111
|
-
|
|
2112
|
-
o * examples/request-dumper.rb:
|
2113
|
-
| Remove the SAFE test from the request-dumper example
|
2114
|
-
| [e7fe8c9f32a5]
|
2115
|
-
|
|
2116
|
-
o * bin/m2sh.rb:
|
2117
|
-
| Correct the line number of errors in configs loaded from m2sh.rb
|
2118
|
-
| [7c22054835a0]
|
2119
|
-
|
|
2120
|
-
o * lib/mongrel2/config.rb:
|
2121
|
-
| Log SQL to the logger at DEBUG level
|
2122
|
-
| [06fa58a7eb4a]
|
2123
|
-
|
|
2124
|
-
2012-02-27 Michael Granger <ged@FaerieMUD.org>
|
2125
|
-
|
2126
|
-
o * .hgtags:
|
2127
|
-
| Added tag v0.15.0 for changeset ed540a27e271
|
2128
|
-
| [dc3dafb80ae0]
|
2129
|
-
|
|
2130
|
-
o * .hgsigs:
|
2131
|
-
| Added signature for changeset 43a5d2cb1865
|
2132
|
-
| [ed540a27e271] [v0.15.0]
|
2133
|
-
|
|
2134
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2135
|
-
| Bump the minor version, update history.
|
2136
|
-
| [43a5d2cb1865]
|
2137
|
-
|
|
2138
|
-
o * lib/mongrel2/config/server.rb:
|
2139
|
-
| Fix the Mongrel2::Config::Server.by_uuid dataset method
|
2140
|
-
|
|
2141
|
-
| Return a dataset instead of the instance.
|
2142
|
-
| [59a7fc6abae2]
|
2143
|
-
|
|
2144
|
-
o * .hgtags:
|
2145
|
-
| Added tag v0.14.0 for changeset 5a2a21415dff
|
2146
|
-
| [aa9c635b978f]
|
2147
|
-
|
|
2148
|
-
o * .hgsigs:
|
2149
|
-
| Added signature for changeset e50e20d73e34
|
2150
|
-
| [5a2a21415dff] [v0.14.0]
|
2151
|
-
|
|
2152
|
-
o * History.rdoc, README.rdoc, data/mongrel2/bootstrap.html,
|
2153
|
-
| lib/mongrel2.rb:
|
2154
|
-
| Update copyright dates, bump version, update history
|
2155
|
-
| [e50e20d73e34]
|
2156
|
-
|
|
2157
|
-
o * lib/mongrel2/httpresponse.rb, lib/mongrel2/request.rb:
|
2158
|
-
| Add an alias for #headers -> #header to Mongrel2::Request and
|
2159
|
-
| Mongrel2::HTTPResponse.
|
2160
|
-
| [209d7f923328]
|
2161
|
-
|
|
2162
|
-
o * lib/mongrel2/testing.rb:
|
2163
|
-
| Add an OPTIONS request factory method to the RequestFactory
|
2164
|
-
| [5140dd4f5dc4]
|
2165
|
-
|
|
2166
|
-
2012-02-24 Michael Granger <ged@FaerieMUD.org>
|
2167
|
-
|
2168
|
-
o * .hgtags:
|
2169
|
-
| Added tag v0.13.0 for changeset e71a3b89bd85
|
2170
|
-
| [8747d72ce480]
|
2171
|
-
|
|
2172
|
-
o * .hgsigs:
|
2173
|
-
| Added signature for changeset 612156a7bc00
|
2174
|
-
| [e71a3b89bd85] [v0.13.0]
|
2175
|
-
|
|
2176
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2177
|
-
| Bump the minor version, update history.
|
2178
|
-
| [612156a7bc00]
|
2179
|
-
|
|
2180
|
-
o * lib/mongrel2/connection.rb, spec/mongrel2/connection_spec.rb:
|
2181
|
-
| Fix the ZMQ socket identifier used by Connection.
|
2182
|
-
| [5cc36193325e]
|
2183
|
-
|
|
2184
|
-
o * lib/mongrel2/httpresponse.rb:
|
2185
|
-
| Whitespace fix
|
2186
|
-
| [2825344a0497]
|
2187
|
-
|
|
2188
|
-
o * lib/mongrel2/config/server.rb, spec/mongrel2/config/server_spec.rb:
|
2189
|
-
| Add missing slash in the control socket URI
|
2190
|
-
| [f76172f3a314]
|
2191
|
-
|
|
2192
|
-
o * examples/helloworld-handler.rb:
|
2193
|
-
| Add an argument so the helloworld handler can use another config DB
|
2194
|
-
| [edfcfa826e72]
|
2195
|
-
|
|
2196
|
-
2012-02-20 Michael Granger <ged@FaerieMUD.org>
|
2197
|
-
|
2198
|
-
o * .tm_properties, lib/mongrel2/httpresponse.rb,
|
2199
|
-
| spec/mongrel2/httpresponse_spec.rb:
|
2200
|
-
| Fix handling of NO CONTENT (204) responses.
|
2201
|
-
|
|
2202
|
-
| - Don't set a Content-type header
|
2203
|
-
| - Omit the body even if there is one
|
2204
|
-
| - Set the content-length to 0
|
2205
|
-
| [cdb39968287a]
|
2206
|
-
|
|
2207
|
-
2012-02-17 Michael Granger <ged@FaerieMUD.org>
|
2208
|
-
|
2209
|
-
o * .hgtags:
|
2210
|
-
| Added tag v0.12.0 for changeset 9c29d703bd31
|
2211
|
-
| [45f70e1856f2]
|
2212
|
-
|
|
2213
|
-
o * .hgsigs:
|
2214
|
-
| Added signature for changeset 7cd687a35c4c
|
2215
|
-
| [9c29d703bd31] [v0.12.0]
|
2216
|
-
|
|
2217
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2218
|
-
| Bump the minor version, update history.
|
2219
|
-
| [7cd687a35c4c]
|
2220
|
-
|
|
2221
|
-
o * lib/mongrel2/constants.rb, lib/mongrel2/httpresponse.rb,
|
2222
|
-
| spec/mongrel2/httpresponse_spec.rb:
|
2223
|
-
| Add bodiless response predicate to Mongrel2::HTTPResponse.
|
2224
|
-
| [a0739bccbc8d]
|
2225
|
-
|
|
2226
|
-
o * .rvmrc:
|
2227
|
-
| Update rvmrc
|
2228
|
-
| [9e873265cdab]
|
2229
|
-
|
|
2230
|
-
o * lib/mongrel2/testing.rb:
|
2231
|
-
| Add #put and #delete factory methods to the
|
2232
|
-
| Mongrel2::RequestFactory.
|
2233
|
-
| [5773b09ae5fc]
|
2234
|
-
|
|
2235
|
-
o * examples/admin.rb:
|
2236
|
-
| Remove the admin example config
|
2237
|
-
| [54fe52624b71]
|
2238
|
-
|
|
2239
|
-
o * .rvmrc:
|
2240
|
-
| Remove patchlevel from gemset spec
|
2241
|
-
| [fc0c896f4bb1]
|
2242
|
-
|
|
2243
|
-
2012-02-15 Michael Granger <ged@FaerieMUD.org>
|
2244
|
-
|
2245
|
-
o * README.rdoc, lib/mongrel2/config/filter.rb:
|
2246
|
-
| Flesh out docs for the Filter config class.
|
2247
|
-
| [67e37e22865a]
|
2248
|
-
|
|
2249
|
-
o * examples/config.rb:
|
2250
|
-
|\ Merge with github/master
|
2251
|
-
| | [d37994025a31]
|
2252
|
-
| |
|
2253
|
-
2012-02-06 Michael Granger <ged@FaerieMUD.org>
|
2254
|
-
|
2255
|
-
| o * bin/m2sh.rb, examples/admin.rb, examples/config.rb,
|
2256
|
-
| | lib/mongrel2/config/dsl.rb, lib/mongrel2/config/server.rb:
|
2257
|
-
| | Make the DSL declarations destructive.
|
2258
|
-
| | [f2edffaa7e40]
|
2259
|
-
| |
|
2260
|
-
2012-02-15 Michael Granger <ged@FaerieMUD.org>
|
2261
|
-
|
2262
|
-
o | * .hgtags:
|
2263
|
-
| | Added tag v0.11.0 for changeset a0e0b4af6b13
|
2264
|
-
| | [b00b1f48853a]
|
2265
|
-
| |
|
2266
|
-
o | * .hgsigs:
|
2267
|
-
| | Added signature for changeset 5d438ea6037a
|
2268
|
-
| | [a0e0b4af6b13] [v0.11.0]
|
2269
|
-
| |
|
2270
|
-
o | * History.rdoc, lib/mongrel2.rb:
|
2271
|
-
| | Bump the minor version and update History.
|
2272
|
-
| | [5d438ea6037a]
|
2273
|
-
| |
|
2274
|
-
o | * lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
2275
|
-
| | Add some more convenience methods to the HTTPRequest class
|
2276
|
-
| | [3cd4a2a9ac08]
|
2277
|
-
| |
|
2278
|
-
o | * DSL.rdoc, Manifest.txt, Rakefile, lib/mongrel2/config/dsl.rb:
|
2279
|
-
| | Finish up the DSL documentation.
|
2280
|
-
| | [a3e959af5272]
|
2281
|
-
| |
|
2282
|
-
2012-02-10 Michael Granger <ged@FaerieMUD.org>
|
2283
|
-
|
2284
|
-
o | * examples/config.rb, lib/mongrel2/config/dsl.rb:
|
2285
|
-
| | Start work on detailed docs for the config DSL
|
2286
|
-
| | [fd35a1c88881]
|
2287
|
-
| |
|
2288
|
-
2012-02-06 Michael Granger <ged@FaerieMUD.org>
|
2289
|
-
|
2290
|
-
o | * .rvm.gems, .rvmrc, .tm_properties, bin/m2sh.rb, examples/config.rb,
|
2291
|
-
|/ lib/mongrel2/config.rb, lib/mongrel2/config/dsl.rb,
|
2292
|
-
| lib/mongrel2/config/server.rb, spec/mongrel2/config/dsl_spec.rb,
|
2293
|
-
| spec/mongrel2/config_spec.rb:
|
2294
|
-
| Make the DSL declarations destructive.
|
2295
|
-
| [8c065a2dcebc]
|
2296
|
-
|
|
2297
|
-
o * .hgtags:
|
2298
|
-
| Added tag v0.10.0 for changeset 1e9885cbcafd
|
2299
|
-
| [d3f06f6344ad]
|
2300
|
-
|
|
2301
|
-
o * .hgsigs:
|
2302
|
-
| Added signature for changeset 948877fd6c9d
|
2303
|
-
| [1e9885cbcafd] [v0.10.0]
|
2304
|
-
|
|
2305
|
-
o * Manifest.txt:
|
2306
|
-
| Updating the manifest
|
2307
|
-
| [948877fd6c9d]
|
2308
|
-
|
|
2309
|
-
o * .hgsigs:
|
2310
|
-
| Added signature for changeset 2fcffa9c789b
|
2311
|
-
| [457375acdf50]
|
2312
|
-
|
|
2313
|
-
o * History.rdoc:
|
2314
|
-
| Updated the date in the History file
|
2315
|
-
| [2fcffa9c789b]
|
2316
|
-
|
|
2317
|
-
2012-01-25 Michael Granger <ged@FaerieMUD.org>
|
2318
|
-
|
2319
|
-
o * .tm_properties, History.rdoc, data/mongrel2/config.sql,
|
2320
|
-
| examples/config.rb, lib/mongrel2/config.rb,
|
2321
|
-
| lib/mongrel2/config/dsl.rb, lib/mongrel2/config/filter.rb,
|
2322
|
-
| lib/mongrel2/config/server.rb, spec/mongrel2/config/dsl_spec.rb,
|
2323
|
-
| spec/mongrel2/config/filter_spec.rb,
|
2324
|
-
| spec/mongrel2/config/route_spec.rb:
|
2325
|
-
| Updating config database schema/classes for Mongrel 1.8.
|
2326
|
-
| [6d2608b23873]
|
2327
|
-
|
|
2328
|
-
o * examples/config.rb:
|
2329
|
-
| Move the example server back to port 8113
|
2330
|
-
| [05d301010931]
|
2331
|
-
|
|
2332
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2333
|
-
| Bumped minor version, updated history.
|
2334
|
-
| [b3ed6f931afa]
|
2335
|
-
|
|
2336
|
-
o * .rvm.gems, .rvmrc, Rakefile, bin/m2sh.rb, lib/mongrel2/config.rb,
|
2337
|
-
| lib/mongrel2/config/server.rb, lib/mongrel2/constants.rb,
|
2338
|
-
| spec/mongrel2/config/server_spec.rb, spec/mongrel2/config_spec.rb:
|
2339
|
-
| Adding the rest of the m2sh commands to the ruby analog
|
2340
|
-
| [23ec891231d3]
|
2341
|
-
|
|
2342
|
-
2012-01-11 Michael Granger <ged@FaerieMUD.org>
|
2343
|
-
|
2344
|
-
o * .pryrc:
|
2345
|
-
| Adding a .pryrc
|
2346
|
-
| [08d0aad8c902]
|
2347
|
-
|
|
2348
|
-
2012-01-09 Michael Granger <ged@FaerieMUD.org>
|
2349
|
-
|
2350
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2351
|
-
| Bumped patch version; updated history file
|
2352
|
-
| [e05d8ed6d64b]
|
2353
|
-
|
|
2354
|
-
o * bin/m2sh.rb:
|
2355
|
-
| Adding a "sudo" option to m2sh.rb to start the server as root
|
2356
|
-
| [a03146c94124]
|
2357
|
-
|
|
2358
|
-
2012-01-05 Michael Granger <ged@FaerieMUD.org>
|
2359
|
-
|
2360
|
-
o * .rvm.gems, Rakefile:
|
2361
|
-
| Add rvm gemset, update dependencies.
|
2362
|
-
| [492faafc9c10]
|
2363
|
-
|
|
2364
|
-
2011-12-29 Michael Granger <ged@FaerieMUD.org>
|
2365
|
-
|
2366
|
-
o * examples/config.rb:
|
2367
|
-
| Modified values to be a bit more like the Mongrel2 example
|
2368
|
-
| [12866b0f1910]
|
2369
|
-
|
|
2370
|
-
o * .tm_properties:
|
2371
|
-
| Adding my TextMate2 properties file
|
2372
|
-
| [7ad85509639e]
|
2373
|
-
|
|
2374
|
-
2011-12-07 Michael Granger <ged@FaerieMUD.org>
|
2375
|
-
|
2376
|
-
o * .rvmrc:
|
2377
|
-
| Use a gemset in the .rvmrc.
|
2378
|
-
| [0faddd8ecca1]
|
2379
|
-
|
|
2380
|
-
2011-11-21 Michael Granger <ged@FaerieMUD.org>
|
2381
|
-
|
2382
|
-
o * lib/mongrel2/config.rb:
|
2383
|
-
| Enable the json_serializer plugin for the config ORM classes
|
2384
|
-
| [95702dafbe39]
|
2385
|
-
|
|
2386
|
-
2011-10-17 Michael Granger <ged@FaerieMUD.org>
|
2387
|
-
|
2388
|
-
o * README.rdoc, lib/mongrel2/httpresponse.rb, lib/mongrel2/response.rb,
|
2389
|
-
| lib/mongrel2/table.rb:
|
2390
|
-
| Backing out the change to HTTPResponse to use the @body ivar:
|
2391
|
-
| changed the negotiation plugin to use the #to_s method instead.
|
2392
|
-
| [989199eb3731]
|
2393
|
-
|
|
2394
|
-
2011-10-12 Michael Granger <ged@FaerieMUD.org>
|
2395
|
-
|
2396
|
-
o * .hgtags:
|
2397
|
-
| Added tag v0.9.2 for changeset 4b86af172b1c
|
2398
|
-
| [cb02d92719e6]
|
2399
|
-
|
|
2400
|
-
o * .hgsigs:
|
2401
|
-
| Added signature for changeset c0a5ad8a50f7
|
2402
|
-
| [4b86af172b1c] [v0.9.2]
|
2403
|
-
|
|
2404
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2405
|
-
| Bump the patch version, update history.
|
2406
|
-
| [c0a5ad8a50f7]
|
2407
|
-
|
|
2408
|
-
o * lib/mongrel2/httpresponse.rb:
|
2409
|
-
| Bugfix: dup instead of clone to get rid of frozen status.
|
2410
|
-
| [d721f3550aa6]
|
2411
|
-
|
|
2412
|
-
o * .hgtags:
|
2413
|
-
| Added tag v0.9.1 for changeset c4bcdadb0ea8
|
2414
|
-
| [a0fde2550745]
|
2415
|
-
|
|
2416
|
-
o * .hgsigs:
|
2417
|
-
| Added signature for changeset f8aa9d64dbd4
|
2418
|
-
| [c4bcdadb0ea8] [v0.9.1]
|
2419
|
-
|
|
2420
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2421
|
-
| Bump the patch version, update history.
|
2422
|
-
| [f8aa9d64dbd4]
|
2423
|
-
|
|
2424
|
-
o * lib/mongrel2/httpresponse.rb:
|
2425
|
-
| Bugfix: don't use the default content type string constant directly.
|
2426
|
-
| [d82673c8c1ae]
|
2427
|
-
|
|
2428
|
-
o * .hgtags:
|
2429
|
-
| Added tag v0.9.0 for changeset 990255c9d9b2
|
2430
|
-
| [ef6f05d42f79]
|
2431
|
-
|
|
2432
|
-
o * .hgsigs:
|
2433
|
-
| Added signature for changeset 180ebbaeb4a0
|
2434
|
-
| [990255c9d9b2] [v0.9.0]
|
2435
|
-
|
|
2436
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2437
|
-
| Bumped minor version, updated history.
|
2438
|
-
| [180ebbaeb4a0]
|
2439
|
-
|
|
2440
|
-
o * lib/mongrel2/table.rb, spec/mongrel2/table_spec.rb:
|
2441
|
-
| Fix Mongrel2::Table not duping/cloning its internal values.
|
2442
|
-
| [34cb2a0bfee6]
|
2443
|
-
|
|
2444
|
-
o * lib/mongrel2/httpresponse.rb, spec/mongrel2/httpresponse_spec.rb:
|
2445
|
-
| Set a default Content-type header in HTTP responses
|
2446
|
-
| [a9914061817c]
|
2447
|
-
|
|
2448
|
-
o * .hgtags:
|
2449
|
-
| Added tag v0.8.0 for changeset 27d84902263b
|
2450
|
-
| [51ad37ddc1cd]
|
2451
|
-
|
|
2452
|
-
o * .hgsigs:
|
2453
|
-
| Added signature for changeset 986182bd469e
|
2454
|
-
| [27d84902263b] [v0.8.0]
|
2455
|
-
|
|
2456
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2457
|
-
| Bump minor version, update the History file.
|
2458
|
-
| [986182bd469e]
|
2459
|
-
|
|
2460
|
-
o * Rakefile, lib/mongrel2/httpresponse.rb, lib/mongrel2/response.rb:
|
2461
|
-
| Split out the normalization of HTTP response headers into two
|
2462
|
-
| methods for overriding.
|
2463
|
-
| [16f4f041876d]
|
2464
|
-
|
|
2465
|
-
2011-10-11 Michael Granger <ged@FaerieMUD.org>
|
2466
|
-
|
2467
|
-
o * lib/mongrel2/httprequest.rb:
|
2468
|
-
| Reorganized instance/class methods in httprequest.rb
|
2469
|
-
| [d0b82daf744e]
|
2470
|
-
|
|
2471
|
-
2011-10-10 Michael Granger <ged@FaerieMUD.org>
|
2472
|
-
|
2473
|
-
o * .hgtags:
|
2474
|
-
| Adding semver tag to v0.0.1
|
2475
|
-
| [9f04d730e1a4]
|
2476
|
-
|
|
2477
|
-
2011-10-09 Michael Granger <ged@FaerieMUD.org>
|
2478
|
-
|
2479
|
-
o * .hgtags:
|
2480
|
-
| Added tag v0.7.0 for changeset c20d38b9cd67
|
2481
|
-
| [db86ba6a709e]
|
2482
|
-
|
|
2483
|
-
o * .hgsigs:
|
2484
|
-
| Added signature for changeset 297e73f3ad7a
|
2485
|
-
| [c20d38b9cd67] [v0.7.0]
|
2486
|
-
|
|
2487
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2488
|
-
| Bumped minor version, updated History.
|
2489
|
-
| [297e73f3ad7a]
|
2490
|
-
|
|
2491
|
-
o * lib/mongrel2/response.rb, spec/mongrel2/response_spec.rb:
|
2492
|
-
| Add an optional #request parameter to Mongrel2::Response and make
|
2493
|
-
| Response.from_request set it. This is to make things like content-
|
2494
|
-
| negotiation less of a pain in the ass.
|
2495
|
-
| [4fb3017de357]
|
2496
|
-
|
|
2497
|
-
2011-10-05 Michael Granger <ged@FaerieMUD.org>
|
2498
|
-
|
2499
|
-
o * lib/mongrel2/handler.rb:
|
2500
|
-
| Log request and response both at INFO.
|
2501
|
-
| [56361e8db7bd]
|
2502
|
-
|
|
2503
|
-
2011-10-03 Michael Granger <ged@FaerieMUD.org>
|
2504
|
-
|
2505
|
-
o * History.rdoc:
|
2506
|
-
| Fixing the header in History
|
2507
|
-
| [0583c789593c]
|
2508
|
-
|
|
2509
|
-
o * .hgtags:
|
2510
|
-
| Added tag v0.6.0 for changeset 4d0e21e8b7f8
|
2511
|
-
| [bc11f65d120d]
|
2512
|
-
|
|
2513
|
-
o * .hgsigs:
|
2514
|
-
| Added signature for changeset 8234d3fa985b
|
2515
|
-
| [4d0e21e8b7f8] [v0.6.0]
|
2516
|
-
|
|
2517
|
-
o * History.rdoc:
|
2518
|
-
| Updated History
|
2519
|
-
| [8234d3fa985b]
|
2520
|
-
|
|
2521
|
-
o * lib/mongrel2.rb:
|
2522
|
-
| Bumping minor version for release.
|
2523
|
-
| [c2ffa52b95e8]
|
2524
|
-
|
|
2525
|
-
o * lib/mongrel2/httprequest.rb, spec/mongrel2/httprequest_spec.rb:
|
2526
|
-
| Mongrel2::HTTPRequest enhancements.
|
2527
|
-
| - Added #body= for rewriting the entity body
|
2528
|
-
| - Added convenience methods for fetching the Content-type and Content-
|
2529
|
-
| encoding headers: #content_type, #content_encoding
|
2530
|
-
| - Switched the specs to use Mongrel2::RequestFactory for making
|
2531
|
-
| request objects
|
2532
|
-
| [d0d1a93982fc]
|
2533
|
-
|
|
2534
|
-
2011-09-30 Michael Granger <ged@FaerieMUD.org>
|
2535
|
-
|
2536
|
-
o * .hgtags:
|
2537
|
-
| Added tag v0.5.0 for changeset a90ad3074301
|
2538
|
-
| [1befe0365be8]
|
2539
|
-
|
|
2540
|
-
o * .hgsigs:
|
2541
|
-
| Added signature for changeset a6f7638ffc30
|
2542
|
-
| [a90ad3074301] [v0.5.0]
|
2543
|
-
|
|
2544
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2545
|
-
| Bumped minor version, updated History for new release.
|
2546
|
-
| [a6f7638ffc30]
|
2547
|
-
|
|
2548
|
-
o * lib/mongrel2/testing.rb:
|
2549
|
-
| Added support for HEAD and POST requests to the
|
2550
|
-
| Mongrel2::RequestFactory.
|
2551
|
-
| [cd2475e283e5]
|
2552
|
-
|
|
2553
|
-
2011-09-27 Michael Granger <ged@FaerieMUD.org>
|
2554
|
-
|
2555
|
-
o * .hgtags:
|
2556
|
-
| Added tag v0.4.0 for changeset 25f2272fc9f8
|
2557
|
-
| [0b4e011b72b4]
|
2558
|
-
|
|
2559
|
-
o * .hgsigs:
|
2560
|
-
| Added signature for changeset 3fb74e2ce308
|
2561
|
-
| [25f2272fc9f8] [v0.4.0]
|
2562
|
-
|
|
2563
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2564
|
-
| Bumped the minor version, updated History for release.
|
2565
|
-
| [3fb74e2ce308]
|
2566
|
-
|
|
2567
|
-
o * lib/mongrel2/config/server.rb:
|
2568
|
-
| Adding a Mongrel2::Config::Server.by_uuid dataset method.
|
2569
|
-
| [9e86a71471a7]
|
2570
|
-
|
|
2571
|
-
o * .hgtags:
|
2572
|
-
| Added tag v0.3.1 for changeset 844ff1c3ef53
|
2573
|
-
| [f01c6e6098bb]
|
2574
|
-
|
|
2575
|
-
o * .hgsigs:
|
2576
|
-
| Added signature for changeset dff90858f4cd
|
2577
|
-
| [844ff1c3ef53] [v0.3.1]
|
2578
|
-
|
|
2579
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2580
|
-
| Bump patch version, update history for release.
|
2581
|
-
| [dff90858f4cd]
|
2582
|
-
|
|
2583
|
-
o * lib/mongrel2/httpresponse.rb, spec/mongrel2/httpresponse_spec.rb:
|
2584
|
-
| Report the size of the response body in bytes, not characters
|
2585
|
-
| [f41c8d38bb25]
|
2586
|
-
|
|
2587
|
-
o * lib/mongrel2/handler.rb:
|
2588
|
-
| Report unhandled disconnect notices as INFO instead of WARN
|
2589
|
-
| [d5b3e7c4075e]
|
2590
|
-
|
|
2591
|
-
o * lib/mongrel2/connection.rb, spec/mongrel2/connection_spec.rb:
|
2592
|
-
| Made a stringified connection show the useful parts of the inspect
|
2593
|
-
| output
|
2594
|
-
| [aa4b85dc3470]
|
2595
|
-
|
|
2596
|
-
o * README.rdoc:
|
2597
|
-
| Made the synopsis in the README stand a little better on its own
|
2598
|
-
| [b26dbd8d93f9]
|
2599
|
-
|
|
2600
|
-
2011-09-23 Michael Granger <ged@FaerieMUD.org>
|
2601
|
-
|
2602
|
-
o * .hgtags:
|
2603
|
-
| Added tag v0.3.0 for changeset 627526429d63
|
2604
|
-
| [9c054d0e96c0]
|
2605
|
-
|
|
2606
|
-
o * .hgsigs:
|
2607
|
-
| Added signature for changeset 745c431bcc1b
|
2608
|
-
| [627526429d63] [v0.3.0]
|
2609
|
-
|
|
2610
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2611
|
-
| Bump minor version, update History.
|
2612
|
-
| [745c431bcc1b]
|
2613
|
-
|
|
2614
|
-
o * lib/mongrel2/control.rb, spec/mongrel2/control_spec.rb:
|
2615
|
-
| Mongrel2::Client fixes/doc updates:
|
2616
|
-
| - Added examples for some of the more-complex return values
|
2617
|
-
| - Fixed wording for some of the methods that I lazily copied from the
|
2618
|
-
| manual
|
2619
|
-
| - Client socket sets ZMQ::LINGER to 0 to try to avoid hangs when
|
2620
|
-
| destroying it without closing its socket first.
|
2621
|
-
| - Made Mongrel2::Client#time return a Time object directly instead of
|
2622
|
-
| wrapping it in a Hash. Need more experimentation with multiple
|
2623
|
-
| servers before I do this for other methods, however.
|
2624
|
-
| [1722ea9675c8]
|
2625
|
-
|
|
2626
|
-
o * bin/m2sh.rb:
|
2627
|
-
| Include FileUtils in the 'm2sh.rb load' context so configs can
|
2628
|
-
| create run/log directories, etc.
|
2629
|
-
| [4c93cdb75813]
|
2630
|
-
|
|
2631
|
-
o * lib/mongrel2/connection.rb:
|
2632
|
-
| Set SO_LINGER on the sockets so closing the connection doesn't wait
|
2633
|
-
| for unconsumed events.
|
2634
|
-
| [5e7a155a054e]
|
2635
|
-
|
|
2636
|
-
o * lib/mongrel2/handler.rb:
|
2637
|
-
| Add missing include to Mongrel2::Handler
|
2638
|
-
| [47c4026c1f8d]
|
2639
|
-
|
|
2640
|
-
o * lib/mongrel2/connection.rb:
|
2641
|
-
| Add a bit more debugging to Connection#send and #recv
|
2642
|
-
| [937683f0be2e]
|
2643
|
-
|
|
2644
|
-
2011-09-21 Michael Granger <ged@FaerieMUD.org>
|
2645
|
-
|
2646
|
-
o * .hgtags:
|
2647
|
-
| Added tag v0.2.4 for changeset d4523fc43396
|
2648
|
-
| [89029a1edce5]
|
2649
|
-
|
|
2650
|
-
o * .hgsigs:
|
2651
|
-
| Added signature for changeset d6797487c359
|
2652
|
-
| [d4523fc43396] [v0.2.4]
|
2653
|
-
|
|
2654
|
-
o * History.rdoc, lib/mongrel2.rb:
|
2655
|
-
| Updated history, bumping patch version for release.
|
2656
|
-
| [d6797487c359]
|
2657
|
-
|
|
2658
|
-
o * lib/mongrel2/httprequest.rb, lib/mongrel2/httpresponse.rb,
|
2659
|
-
| lib/mongrel2/request.rb:
|
2660
|
-
| Correct body size in inspected request/response output.
|
2661
|
-
| [e344d8af9fb9]
|
2662
|
-
|
|
2663
|
-
o * lib/mongrel2/httpresponse.rb, lib/mongrel2/response.rb:
|
2664
|
-
| Added a cleaned-up Mongrel2::Response#inspect like
|
2665
|
-
| Mongrel2::Request.
|
2666
|
-
| [263a11ebf987]
|
2667
|
-
|
|
2668
|
-
o * .hgtags:
|
2669
|
-
| Added tag v0.2.3 for changeset 49b62d1014e9
|
2670
|
-
| [d7e2a0fea841]
|
2671
|
-
|
|
2672
|
-
o * .hgsigs:
|
2673
|
-
| Added signature for changeset 458a04ad8273
|
2674
|
-
| [49b62d1014e9] [v0.2.3]
|
2675
|
-
|
|
2676
|
-
o * History.rdoc:
|
2677
|
-
| Update the History.
|
2678
|
-
| [458a04ad8273]
|
2679
|
-
|
|
2680
|
-
o * lib/mongrel2.rb:
|
2681
|
-
| Bump the patch version for release.
|
2682
|
-
| [44497043893b]
|
2683
|
-
|
|
2684
|
-
o * lib/mongrel2/httpresponse.rb, lib/mongrel2/testing.rb,
|
2685
|
-
| spec/mongrel2/httpresponse_spec.rb:
|
2686
|
-
| Change the default response to a 204 No Content to distinguish it
|
2687
|
-
| from an intentionally-empty response from a handler.
|
2688
|
-
| [77ddc151eace]
|
2689
|
-
|
|
2690
|
-
2011-09-19 Michael Granger <ged@FaerieMUD.org>
|
2691
|
-
|
2692
|
-
o * .hgtags:
|
2693
|
-
| Added tag v0.2.2 for changeset 9b1ac5f6eae4
|
2694
|
-
| [b117bea3d729]
|
2695
|
-
|
|
2696
|
-
o * .hgsigs:
|
2697
|
-
| Added signature for changeset 302857f8866a
|
2698
|
-
| [9b1ac5f6eae4] [v0.2.2]
|
2699
|
-
|
|
2700
|
-
o * History.rdoc:
|
2701
|
-
| Update the History file.
|
2702
|
-
| [302857f8866a]
|
2703
|
-
|
|
2704
|
-
o * Rakefile:
|
2705
|
-
| Mercurial plugin config added to the Rakefile.
|
2706
|
-
| [03186e9ce7bc]
|
2707
|
-
|
|
2708
|
-
o * lib/mongrel2.rb:
|
2709
|
-
| Bump the patch version.
|
2710
|
-
| [f1abf26d45ea]
|
2711
|
-
|
|
2712
|
-
o * Manifest.txt, Rakefile:
|
2713
|
-
| Packaging fix: updated manifest, fix the Rakefile to prevent pushing
|
2714
|
-
| a partial gem in the future.
|
2715
|
-
| [6764306233ca]
|
2716
|
-
|
|
2717
|
-
o * .hgtags:
|
2718
|
-
| Added tag v0.2.1 for changeset d1d66d73becd
|
2719
|
-
| [6ba4c0f4f07e]
|
2720
|
-
|
|
2721
|
-
o * .hgsigs:
|
2722
|
-
| Added signature for changeset 95ea49073e6c
|
2723
|
-
| [d1d66d73becd] [v0.2.1]
|
2724
|
-
|
|
2725
|
-
o * lib/mongrel2.rb:
|
2726
|
-
| Bumping patch version for release.
|
2727
|
-
| [95ea49073e6c]
|
2728
|
-
|
|
2729
|
-
o * lib/mongrel2/constants.rb:
|
2730
|
-
| Whitespace fix; add missing HTTP::CONTINUE constant.
|
2731
|
-
| [3082d251f00c]
|
2732
|
-
|
|
2733
|
-
2011-09-18 Michael Granger <ged@FaerieMUD.org>
|
2734
|
-
|
2735
|
-
o * .hgtags:
|
2736
|
-
| Added tag v0.2.0 for changeset 9828c04f097a
|
2737
|
-
| [8d578ccedea4]
|
2738
|
-
|
|
2739
|
-
o * .hgsigs:
|
2740
|
-
| Added signature for changeset 5c631fa35bff
|
2741
|
-
| [9828c04f097a] [v0.2.0]
|
2742
|
-
|
|
2743
|
-
o * lib/mongrel2.rb:
|
2744
|
-
| Bumping minor version for release.
|
2745
|
-
| [5c631fa35bff]
|
2746
|
-
|
|
2747
|
-
o * lib/mongrel2/testing.rb, spec/lib/helpers.rb:
|
2748
|
-
| Factor out the generically-useful RSpec helper functions into
|
2749
|
-
| mongrel2/testing.rb and add a RequestFactory.
|
2750
|
-
| [25fea15c26cb]
|
2751
|
-
|
|
2752
|
-
o * lib/mongrel2/connection.rb, lib/mongrel2/handler.rb,
|
2753
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/request.rb,
|
2754
|
-
| spec/mongrel2/handler_spec.rb:
|
2755
|
-
| Fix object ID in inspect output, clean up inspected Request/Response
|
2756
|
-
| objects.
|
2757
|
-
| [3d7de6e47b42]
|
2758
|
-
|
|
2759
|
-
o * experiments/mongrel2.org-dsl.rb:
|
2760
|
-
| Tighten up the mongrel2.org DSL example, remove the accidentally-
|
2761
|
-
| committed adminserver part.
|
2762
|
-
| [ed8f18ffe4c3]
|
2763
|
-
|
|
2764
|
-
o * examples/request-dumper.rb:
|
2765
|
-
| Test the request dumper under $SAFE = 1, revert back to using
|
2766
|
-
| examples.sqlite
|
2767
|
-
| [291742549f11]
|
2768
|
-
|
|
2769
|
-
o * data/mongrel2/bootstrap.html, data/mongrel2/css/master.css, examples
|
2770
|
-
| /request-dumper.tmpl:
|
2771
|
-
| Added CSS
|
2772
|
-
| [032124c021b5]
|
2773
|
-
|
|
2774
|
-
o * lib/mongrel2/config/host.rb:
|
2775
|
-
| Config DSL: directory: Default the index file to index.html
|
2776
|
-
| [34b61931b6e6]
|
2777
|
-
|
|
2778
|
-
2011-09-16 Michael Granger <ged@FaerieMUD.org>
|
2779
|
-
|
2780
|
-
o * .hgtags:
|
2781
|
-
| Added tag v0.1.2 for changeset 8c47a392865d
|
2782
|
-
| [edb13b600572]
|
2783
|
-
|
|
2784
|
-
o * .hgsigs:
|
2785
|
-
| Added signature for changeset 4212c8770654
|
2786
|
-
| [8c47a392865d] [v0.1.2]
|
2787
|
-
|
|
2788
|
-
o * lib/mongrel2.rb:
|
2789
|
-
| Bump patch version for bugfix release.
|
2790
|
-
| [4212c8770654]
|
2791
|
-
|
|
2792
|
-
o * examples/config.rb, examples/request-dumper.rb,
|
2793
|
-
| lib/mongrel2/constants.rb, lib/mongrel2/httpresponse.rb,
|
2794
|
-
| spec/mongrel2/httpresponse_spec.rb:
|
2795
|
-
| Fixed some header problems in Mongrel2::HTTPResponse.
|
2796
|
-
| - Re-calculate content-length and date headers on each render.
|
2797
|
-
| - Don't clear headers passed to the constructor.
|
2798
|
-
| [e74dcb79bf15]
|
2799
|
-
|
|
2800
|
-
2011-09-14 Michael Granger <ged@FaerieMUD.org>
|
2801
|
-
|
2802
|
-
o * Automated merge with ssh://deveiate.org/Ruby-Mongrel2
|
2803
|
-
|\ [2da76acfb8db]
|
2804
|
-
| |
|
2805
|
-
| o * History.rdoc:
|
2806
|
-
| | Updating History
|
2807
|
-
| | [3b013d4918c6]
|
2808
|
-
| |
|
2809
|
-
o | * Rakefile:
|
2810
|
-
|\| Automated merge with ssh://deveiate.org/Ruby-Mongrel2
|
2811
|
-
| | [e3908fd8e744]
|
2812
|
-
| |
|
2813
|
-
o | * Rakefile:
|
2814
|
-
| | Remove ChangeLog task, since hoe-deveiate already does it
|
2815
|
-
| | [5f4982a32949]
|
2816
|
-
| |
|
2817
|
-
| o * .hgtags:
|
2818
|
-
| | Added tag v0.1.1 for changeset 42da048fe158
|
2819
|
-
| | [2489be2693d5]
|
2820
|
-
| |
|
2821
|
-
| o * .hgsigs:
|
2822
|
-
| | Added signature for changeset 2f5183ca5446
|
2823
|
-
| | [42da048fe158] [v0.1.1]
|
2824
|
-
| |
|
2825
|
-
| o * lib/mongrel2.rb:
|
2826
|
-
| | Bumped minor version for dependency update.
|
2827
|
-
| | [2f5183ca5446]
|
2828
|
-
| |
|
2829
|
-
| o * Rakefile, lib/mongrel2.rb:
|
2830
|
-
|/ Updated rbzmq dependency
|
2831
|
-
| [758fe465780e]
|
2832
|
-
|
|
2833
|
-
o * .hgtags:
|
2834
|
-
| Added tag v0.1.0 for changeset 55c8f01c01c6
|
2835
|
-
| [39b509c68142]
|
2836
|
-
|
|
2837
|
-
o * .hgsigs:
|
2838
|
-
| Added signature for changeset da03e18009f8
|
2839
|
-
| [55c8f01c01c6] [v0.1.0]
|
2840
|
-
|
|
2841
|
-
o * History.rdoc, lib/mongrel2.rb, lib/mongrel2/request.rb:
|
2842
|
-
| Updated docs, bumped version to 0.1.0 to reflect API change.
|
2843
|
-
| [da03e18009f8]
|
2844
|
-
|
|
2845
|
-
o * lib/mongrel2/httprequest.rb, lib/mongrel2/request.rb,
|
2846
|
-
| spec/mongrel2/httprequest_spec.rb, spec/mongrel2/request_spec.rb:
|
2847
|
-
| Make Mongrel2::Request#response memoize its return value, and add a
|
2848
|
-
| class for determining which response type to return for ease of
|
2849
|
-
| overriding.
|
2850
|
-
| [80bdfbf38454]
|
2851
|
-
|
|
2852
|
-
2011-09-13 Michael Granger <ged@FaerieMUD.org>
|
2853
|
-
|
2854
|
-
o * History.rdoc:
|
2855
|
-
| Updating History file.
|
2856
|
-
| [05ce9d6df9af]
|
2857
|
-
|
|
2858
|
-
o * .hgtags:
|
2859
|
-
| Added tag v0.0.2 for changeset 8947e2c06ceb
|
2860
|
-
| [0183a9fdcadc]
|
2861
|
-
|
|
2862
|
-
o * .hgsigs:
|
2863
|
-
| Added signature for changeset c39289ec700e
|
2864
|
-
| [8947e2c06ceb] [v0.0.2]
|
2865
|
-
|
|
2866
|
-
o * Rakefile, lib/mongrel2.rb, lib/mongrel2/handler.rb:
|
2867
|
-
| Adding a shim for lack of ZMQ::Error in 2.1.3.
|
2868
|
-
| [c39289ec700e]
|
2869
|
-
|
|
2870
|
-
o * .hgignore:
|
2871
|
-
|\ Merged with 3659a56af8fb
|
2872
|
-
| | [f2201728e874]
|
2873
|
-
| |
|
2874
|
-
| o * .hgignore:
|
2875
|
-
| | Ignoring packaging directory
|
2876
|
-
| | [0613976b6735]
|
2877
|
-
| |
|
2878
|
-
2011-09-12 Michael Granger <ged@FaerieMUD.org>
|
2879
|
-
|
2880
|
-
o | * README.rdoc:
|
2881
|
-
| | README fixes
|
2882
|
-
| | [3659a56af8fb]
|
2883
|
-
| |
|
2884
|
-
o | * Rakefile:
|
2885
|
-
| | Fixing gem name
|
2886
|
-
| | [8283ced55657]
|
2887
|
-
| |
|
2888
|
-
o | * .hgtags:
|
2889
|
-
| | Added tag v0.0.1 for changeset 0eb864f65172
|
2890
|
-
| | [5cb0ab2a1471]
|
2891
|
-
| |
|
2892
|
-
o | * .hgsigs:
|
2893
|
-
| | Added signature for changeset 7ece186852cd
|
2894
|
-
| | [0eb864f65172] [semver, v0.0.1]
|
2895
|
-
| |
|
2896
|
-
o | * .hgignore, History.rdoc, Rakefile:
|
2897
|
-
| | Fix release tasks, update the History.rdoc.
|
2898
|
-
| | [7ece186852cd]
|
2899
|
-
| |
|
2900
|
-
o | * .hgtags:
|
2901
|
-
| | Removed tag v0.0.1
|
2902
|
-
| | [6083c1af9ba5]
|
2903
|
-
| |
|
2904
|
-
o | * .hgtags:
|
2905
|
-
| | Added tag v0.0.1 for changeset 21aa45e88d3b
|
2906
|
-
| | [54ecb2092464]
|
2907
|
-
| |
|
2908
|
-
o | * .hgsigs:
|
2909
|
-
| | Added signature for changeset b5bd6fee2124
|
2910
|
-
| | [21aa45e88d3b]
|
2911
|
-
| |
|
2912
|
-
o | * .hgtags:
|
2913
|
-
| | Added tag prerelease for changeset 8e1320cd72d8
|
2914
|
-
| | [b5bd6fee2124]
|
2915
|
-
| |
|
2916
|
-
o | * README.rdoc:
|
2917
|
-
| | README updates
|
2918
|
-
| | [8e1320cd72d8] [prerelease]
|
2919
|
-
| |
|
2920
|
-
o | * .gemtest, .hgignore, lib/mongrel2/config.rb,
|
2921
|
-
|/ lib/mongrel2/connection.rb, lib/mongrel2/handler.rb,
|
2922
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/httpresponse.rb,
|
2923
|
-
| lib/mongrel2/jsonrequest.rb, lib/mongrel2/response.rb,
|
2924
|
-
| spec/lib/constants.rb, spec/lib/helpers.rb, spec/lib/matchers.rb,
|
2925
|
-
| spec/mongrel2/config/directory_spec.rb,
|
2926
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
2927
|
-
| spec/mongrel2/config/handler_spec.rb,
|
2928
|
-
| spec/mongrel2/config/host_spec.rb,
|
2929
|
-
| spec/mongrel2/config/proxy_spec.rb,
|
2930
|
-
| spec/mongrel2/config/route_spec.rb,
|
2931
|
-
| spec/mongrel2/config/server_spec.rb,
|
2932
|
-
| spec/mongrel2/config/setting_spec.rb,
|
2933
|
-
| spec/mongrel2/config/statistic_spec.rb,
|
2934
|
-
| spec/mongrel2/config_spec.rb, spec/mongrel2/connection_spec.rb,
|
2935
|
-
| spec/mongrel2/constants_spec.rb, spec/mongrel2/control_spec.rb,
|
2936
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/httprequest_spec.rb,
|
2937
|
-
| spec/mongrel2/httpresponse_spec.rb, spec/mongrel2/logging_spec.rb,
|
2938
|
-
| spec/mongrel2/mixins_spec.rb, spec/mongrel2/request_spec.rb,
|
2939
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/table_spec.rb,
|
2940
|
-
| spec/mongrel2_spec.rb:
|
2941
|
-
| Improve overall test coverage to 95%, finished replacing real 0MQ
|
2942
|
-
| sockets with mocks and stubs to avoid complex setup/teardown
|
2943
|
-
| procedures.
|
2944
|
-
| [19e0a72320dd]
|
2945
|
-
|
|
2946
|
-
2011-09-10 Michael Granger <ged@FaerieMUD.org>
|
2947
|
-
|
2948
|
-
o * bin/m2sh.rb:
|
2949
|
-
| Finished as much of m2sh.rb as I'm going to for the 0.0.1 release.
|
2950
|
-
| [9f50e70a27e0]
|
2951
|
-
|
|
2952
|
-
o * README.rdoc, Rakefile:
|
2953
|
-
| Documentation fixes; switch gem dependencies from sqlite3 to
|
2954
|
-
| amalgalite
|
2955
|
-
| [919e1b72ef4f]
|
2956
|
-
|
|
2957
|
-
o * bin/m2sh.rb, experiments/mongrel2.org-dsl.rb:
|
2958
|
-
| Finishing up work on the initial version of m2sh.rb
|
2959
|
-
| [07a2f605a04a]
|
2960
|
-
|
|
2961
|
-
o * lib/mongrel2.rb:
|
2962
|
-
| Make the version string return "Ruby-Mongrel2" to avoid aonfusion
|
2963
|
-
| [be362e9b6bc8]
|
2964
|
-
|
|
2965
|
-
o * lib/mongrel2/config/server.rb, spec/mongrel2/config/server_spec.rb:
|
2966
|
-
| Add validations for Mongrel2::Config::Server
|
2967
|
-
| [cb21877eb469]
|
2968
|
-
|
|
2969
|
-
o * .hgignore, .irbrc, README.rdoc, experiments/m2specs-amalgalite.dot,
|
2970
|
-
| experiments/m2specs-sqlite3.dot, lib/mongrel2/config.rb,
|
2971
|
-
| lib/mongrel2/config/dsl.rb, lib/mongrel2/config/log.rb,
|
2972
|
-
| lib/mongrel2/logging.rb, spec/lib/helpers.rb,
|
2973
|
-
| spec/mongrel2/config/directory_spec.rb,
|
2974
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
2975
|
-
| spec/mongrel2/config/handler_spec.rb,
|
2976
|
-
| spec/mongrel2/config/log_spec.rb, spec/mongrel2/config_spec.rb,
|
2977
|
-
| spec/mongrel2/handler_spec.rb:
|
2978
|
-
| Adding support for Amalgalite
|
2979
|
-
| [3f8402c080ce]
|
2980
|
-
|
|
2981
|
-
2011-09-09 Michael Granger <ged@FaerieMUD.org>
|
2982
|
-
|
2983
|
-
o * Merged with 6ea60b67e106
|
2984
|
-
|\ [6d5341f30cc4]
|
2985
|
-
| |
|
2986
|
-
| o * lib/mongrel2/config/host.rb:
|
2987
|
-
| | Adding a many_to_one association for the server belonging to a
|
2988
|
-
| | Mongrel2::Config::Host
|
2989
|
-
| | [6ea60b67e106]
|
2990
|
-
| |
|
2991
|
-
| o * lib/mongrel2/config/log.rb, spec/mongrel2/config/log_spec.rb:
|
2992
|
-
| | Fixing a bug and adding coverage for
|
2993
|
-
| | Mongrel2::Config::Log.log_action
|
2994
|
-
| | [ff7c27cd7d0c]
|
2995
|
-
| |
|
2996
|
-
| o * lib/mongrel2/config/log.rb, spec/mongrel2/config/log_spec.rb:
|
2997
|
-
| | Adding a convenience class method and a stringification method to
|
2998
|
-
| | Mongrel2::Config::Log
|
2999
|
-
| | [79204623a123]
|
3000
|
-
| |
|
3001
|
-
| o * experiments/requestdumper-profile-97bfa5c5211f.graffle:
|
3002
|
-
| | Adding a proftools dump of the requestdumper app
|
3003
|
-
| | [00cbc1b89a61]
|
3004
|
-
| |
|
3005
|
-
o | * Manifest.txt:
|
3006
|
-
| | Updating the manifest for the first release
|
3007
|
-
| | [916a79570cdc]
|
3008
|
-
| |
|
3009
|
-
o | * examples/helloworld-handler.rb, lib/mongrel2/handler.rb:
|
3010
|
-
| | More Handler API docs.
|
3011
|
-
| | [47427db9b4fb]
|
3012
|
-
| |
|
3013
|
-
o | * lib/mongrel2/handler.rb:
|
3014
|
-
|/ Adding some Mongrel2::Handler API docs.
|
3015
|
-
| [da95bfdf83da]
|
3016
|
-
|
|
3017
|
-
2011-09-08 Michael Granger <ged@FaerieMUD.org>
|
3018
|
-
|
3019
|
-
o * README.rdoc, lib/mongrel2.rb, lib/mongrel2/config.rb,
|
3020
|
-
| lib/mongrel2/config/dsl.rb, lib/mongrel2/handler.rb,
|
3021
|
-
| lib/mongrel2/response.rb, lib/mongrel2/table.rb,
|
3022
|
-
| spec/lib/helpers.rb, spec/mongrel2/config/dsl_spec.rb,
|
3023
|
-
| spec/mongrel2/config/route_spec.rb, spec/mongrel2/control_spec.rb,
|
3024
|
-
| spec/mongrel2/table_spec.rb:
|
3025
|
-
| Documentation work and spec fixes.
|
3026
|
-
| [6644045857ff]
|
3027
|
-
|
|
3028
|
-
o * lib/mongrel2/control.rb, lib/mongrel2/exceptions.rb,
|
3029
|
-
| spec/mongrel2/control_spec.rb:
|
3030
|
-
| Finished up the initial implementation of Mongrel2::Control
|
3031
|
-
| [20b4127ec5b8]
|
3032
|
-
|
|
3033
|
-
o * .hgignore, Rakefile, bin/m2sh.rb, config.sqlite,
|
3034
|
-
| data/mongrel2/bootstrap.html, examples/README.txt,
|
3035
|
-
| examples/config.rb, examples/helloworld-handler.rb, examples
|
3036
|
-
| /request-dumper.rb, examples/request-dumper.tmpl, examples/run,
|
3037
|
-
| experiments/bootstrap.config, experiments/endtoend.rb,
|
3038
|
-
| lib/mongrel2.rb, lib/mongrel2/config.rb,
|
3039
|
-
| lib/mongrel2/config/directory.rb, lib/mongrel2/config/dsl.rb,
|
3040
|
-
| lib/mongrel2/config/handler.rb, lib/mongrel2/config/host.rb,
|
3041
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/constants.rb,
|
3042
|
-
| lib/mongrel2/exceptions.rb, lib/mongrel2/handler.rb,
|
3043
|
-
| lib/mongrel2/httprequest.rb, lib/mongrel2/httpresponse.rb,
|
3044
|
-
| lib/mongrel2/jsonrequest.rb, lib/mongrel2/request.rb,
|
3045
|
-
| lib/mongrel2/response.rb, lib/mongrel2/table.rb,
|
3046
|
-
| lib/mongrel2/xmlrequest.rb, spec/lib/constants.rb,
|
3047
|
-
| spec/lib/helpers.rb, spec/lib/matchers.rb,
|
3048
|
-
| spec/mongrel2/config/directory_spec.rb,
|
3049
|
-
| spec/mongrel2/config/dsl_spec.rb, spec/mongrel2/connection_spec.rb,
|
3050
|
-
| spec/mongrel2/handler_spec.rb, spec/mongrel2/httpresponse_spec.rb,
|
3051
|
-
| spec/mongrel2/request_spec.rb, spec/mongrel2/response_spec.rb:
|
3052
|
-
| Adding the initial Mongrel2::Handler class, split out requests into
|
3053
|
-
| HTTP, JSON, and XML.
|
3054
|
-
| [97bfa5c5211f]
|
3055
|
-
|
|
3056
|
-
o * README.rdoc, lib/mongrel2.rb, lib/mongrel2/connection.rb,
|
3057
|
-
| lib/mongrel2/constants.rb, lib/mongrel2/control.rb,
|
3058
|
-
| lib/mongrel2/exceptions.rb, lib/mongrel2/logging.rb,
|
3059
|
-
| lib/mongrel2/mixins.rb:
|
3060
|
-
| Documentation updates/fixes
|
3061
|
-
| [9818069b4fa1]
|
3062
|
-
|
|
3063
|
-
2011-08-31 Michael Granger <ged@FaerieMUD.org>
|
3064
|
-
|
3065
|
-
o * .rvmrc, lib/mongrel2.rb, lib/mongrel2/config/host.rb,
|
3066
|
-
| lib/mongrel2/config/route.rb:
|
3067
|
-
| *Actually* making the library warn under Rubies earlier than 1.9.2.
|
3068
|
-
| [2bda0ef5b1dc]
|
3069
|
-
|
|
3070
|
-
o * Rakefile, spec/lib/helpers.rb:
|
3071
|
-
| Make Mongrel2 1.9-only
|
3072
|
-
| [e28dd808791f]
|
3073
|
-
|
|
3074
|
-
2011-08-30 Michael Granger <ged@FaerieMUD.org>
|
3075
|
-
|
3076
|
-
o * lib/mongrel2.rb, lib/mongrel2/config/directory.rb,
|
3077
|
-
| lib/mongrel2/config/host.rb, spec/lib/helpers.rb,
|
3078
|
-
| spec/mongrel2/config/directory_spec.rb,
|
3079
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
3080
|
-
| spec/mongrel2/config/route_spec.rb,
|
3081
|
-
| spec/mongrel2/connection_spec.rb:
|
3082
|
-
| Added directory validation; fixed broken directory creation
|
3083
|
-
| elsewhere.
|
3084
|
-
| [b70f91252903]
|
3085
|
-
|
|
3086
|
-
2011-08-29 Michael Granger <ged@FaerieMUD.org>
|
3087
|
-
|
3088
|
-
o * .hgignore, Rakefile, bin/m2sh.rb, config.sqlite,
|
3089
|
-
| experiments/endtoend.rb, experiments/xmlhandler.rb, lib/mongrel2.rb,
|
3090
|
-
| lib/mongrel2/config/directory.rb, lib/mongrel2/connection.rb,
|
3091
|
-
| lib/mongrel2/control.rb, lib/mongrel2/exceptions.rb,
|
3092
|
-
| lib/mongrel2/logging.rb, lib/mongrel2/mixins.rb,
|
3093
|
-
| lib/mongrel2/request.rb, lib/mongrel2/response.rb,
|
3094
|
-
| spec/lib/constants.rb, spec/lib/helpers.rb,
|
3095
|
-
| spec/mongrel2/config/directory_spec.rb,
|
3096
|
-
| spec/mongrel2/connection_spec.rb, spec/mongrel2/request_spec.rb:
|
3097
|
-
| Splitting out request/response types
|
3098
|
-
| [ca2cff4a050e]
|
3099
|
-
|
|
3100
|
-
o * lib/mongrel2/config/handler.rb, spec/lib/constants.rb,
|
3101
|
-
| spec/mongrel2/config/handler_spec.rb:
|
3102
|
-
| Added validations to Mongrel2::Config::Handler.
|
3103
|
-
| [b4eeb85cbfe6]
|
3104
|
-
|
|
3105
|
-
o * config.sqlite, experiments/bootstrap.config,
|
3106
|
-
| experiments/endtoend.rb, lib/mongrel2.rb,
|
3107
|
-
| lib/mongrel2/connection.rb, lib/mongrel2/constants.rb,
|
3108
|
-
| lib/mongrel2/control.rb, lib/mongrel2/request.rb,
|
3109
|
-
| lib/mongrel2/response.rb, lib/mongrel2/table.rb,
|
3110
|
-
| spec/lib/constants.rb, spec/mongrel2/connection_spec.rb,
|
3111
|
-
| spec/mongrel2/constants_spec.rb, spec/mongrel2/control_spec.rb,
|
3112
|
-
| spec/mongrel2/logging_spec.rb, spec/mongrel2/request_spec.rb,
|
3113
|
-
| spec/mongrel2/response_spec.rb, spec/mongrel2/table_spec.rb,
|
3114
|
-
| spec/mongrel2_spec.rb:
|
3115
|
-
| Adding handler framework classes
|
3116
|
-
| [d990a27281a3]
|
3117
|
-
|
|
3118
|
-
2011-08-26 Michael Granger <ged@FaerieMUD.org>
|
3119
|
-
|
3120
|
-
o * README.rdoc, Rakefile, experiments/dsl-spike.rb,
|
3121
|
-
| experiments/mongrel2.org-dsl.rb:
|
3122
|
-
| Documentation update.
|
3123
|
-
| [2d46631ac05c]
|
3124
|
-
|
|
3125
|
-
o * .hgignore, History.md, History.rdoc, Manifest.txt, README.rdoc,
|
3126
|
-
| Rakefile, bin/m2sh.rb, data/mongrel2/bootstrap.html,
|
3127
|
-
| data/mongrel2/config.sql, data/mongrel2/mimetypes.sql, experiments
|
3128
|
-
| /dsl-spike.rb, experiments/mongrel2.org-dsl.rb,
|
3129
|
-
| experiments/mongrel2.org.conf, lib/mongrel2/config.rb,
|
3130
|
-
| lib/mongrel2/config/dsl.rb, lib/mongrel2/config/host.rb,
|
3131
|
-
| lib/mongrel2/config/mimetype.rb, lib/mongrel2/config/route.rb,
|
3132
|
-
| lib/mongrel2/config/server.rb, spec/lib/constants.rb,
|
3133
|
-
| spec/lib/helpers.rb, spec/mongrel2/config/directory_spec.rb,
|
3134
|
-
| spec/mongrel2/config/dsl_spec.rb,
|
3135
|
-
| spec/mongrel2/config/handler_spec.rb,
|
3136
|
-
| spec/mongrel2/config/host_spec.rb, spec/mongrel2/config/log_spec.rb,
|
3137
|
-
| spec/mongrel2/config/proxy_spec.rb,
|
3138
|
-
| spec/mongrel2/config/route_spec.rb,
|
3139
|
-
| spec/mongrel2/config/server_spec.rb,
|
3140
|
-
| spec/mongrel2/config/setting_spec.rb,
|
3141
|
-
| spec/mongrel2/config/statistic_spec.rb,
|
3142
|
-
| spec/mongrel2/config_spec.rb:
|
3143
|
-
| Finished up work on the config classes and the DSL
|
3144
|
-
| [1ef9efccf8f2]
|
3145
|
-
|
|
3146
|
-
2011-08-18 Michael Granger <ged@FaerieMUD.org>
|
3147
|
-
|
3148
|
-
o * .irbrc, README.md, README.rdoc, bin/m2sh.rb, config.sqlite,
|
3149
|
-
| experiments/bootstrap.config, lib/mongrel2.rb,
|
3150
|
-
| lib/mongrel2/config.rb, lib/mongrel2/config/directory.rb,
|
3151
|
-
| lib/mongrel2/config/handler.rb, lib/mongrel2/config/host.rb,
|
3152
|
-
| lib/mongrel2/config/log.rb, lib/mongrel2/config/proxy.rb,
|
3153
|
-
| lib/mongrel2/config/route.rb, lib/mongrel2/config/server.rb,
|
3154
|
-
| lib/mongrel2/config/setting.rb, lib/mongrel2/config/statistic.rb,
|
3155
|
-
| lib/mongrel2/constants.rb, lib/mongrel2/model.rb,
|
3156
|
-
| spec/mongrel2/config_spec.rb, spec/mongrel2/model_spec.rb:
|
3157
|
-
| Initial work on the config classes done; started work on a toy
|
3158
|
-
| version of m2sh.
|
3159
|
-
| [763661578e2d]
|
3160
|
-
|
|
3161
|
-
2011-08-17 Michael Granger <ged@FaerieMUD.org>
|
3162
|
-
|
3163
|
-
o * .autotest, History.md, Manifest.txt, README.md, Rakefile,
|
3164
|
-
bin/m2sh.rb, lib/mongrel2.rb, lib/mongrel2/constants.rb,
|
3165
|
-
lib/mongrel2/logging.rb, lib/mongrel2/mixins.rb,
|
3166
|
-
lib/mongrel2/model.rb, spec/lib/constants.rb, spec/lib/helpers.rb,
|
3167
|
-
spec/mongrel2/mixins_spec.rb, spec/mongrel2/model_spec.rb,
|
3168
|
-
spec/mongrel2_spec.rb:
|
3169
|
-
Creating project skeleton.
|
3170
|
-
[3a1882003e47]
|