Commit 6b22a3e
committed
translation/Response: move fields to struct ExecuteOptions
1 parent 378d3ae commit 6b22a3e
3 files changed
+30
-21
lines changed- demo/spawn/RunSpawn.cxx+8
- src/event/EpollEvents.hxx+8
- src/event/PipeEvent.hxx+8
- src/event/SocketEvent.hxx+26
- src/event/TimerWheel.cxx-2
- src/event/systemd/ResolvedClient.cxx+1-1
- src/http/Date.cxx+70-44
- src/http/Date.hxx+5-1
- src/io/linux/UserNamespace.cxx+3-3
- src/io/linux/UserNamespace.hxx+11-2
- src/lua/Chrono.hxx+60
- src/net/SocketDescriptor.cxx+11-1
- src/spawn/Client.cxx+8-3
- src/spawn/Config.hxx+1-1
- src/spawn/Direct.cxx+10-9
- src/spawn/IProtocol.hxx+2-1
- src/spawn/NamespaceOptions.cxx+18-15
- src/spawn/NamespaceOptions.hxx+12-5
- src/spawn/Server.cxx+6-2
- src/thread/Worker.cxx+5
- src/time/StatxCast.hxx+19
- src/time/gmtime.cxx+6-16
- src/time/gmtime.hxx+6
- src/translation/ExecuteOptions.cxx+19
- src/translation/ExecuteOptions.hxx+38
- src/translation/Parser.cxx+346-305
- src/translation/Parser.hxx+33-7
- src/translation/Protocol.hxx+9
- src/translation/Response.cxx+7-7
- src/translation/Response.hxx+2-14
- src/translation/meson.build+1
- src/translation/server/Response.hxx+5
- src/util/DecimalFormat.hxx+10-8
- src/util/StringAPI.hxx-6
- src/was/async/SimpleOutput.cxx+1-1
- subprojects/fmt.wrap+9-9
- test/http/TestHttpDate.cxx+22
- test/http/meson.build+13-4
- test/lua/TestChrono.cxx+58
- test/lua/meson.build+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
175 | 176 | | |
176 | 177 | | |
177 | 178 | | |
178 | | - | |
| 179 | + | |
| 180 | + | |
179 | 181 | | |
180 | | - | |
181 | | - | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
| 197 | + | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | | - | |
| 218 | + | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
273 | 278 | | |
274 | 279 | | |
275 | 280 | | |
276 | | - | |
277 | | - | |
| 281 | + | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
281 | 286 | | |
282 | | - | |
| 287 | + | |
283 | 288 | | |
284 | 289 | | |
285 | 290 | | |
286 | 291 | | |
287 | 292 | | |
288 | 293 | | |
289 | | - | |
| 294 | + | |
290 | 295 | | |
291 | 296 | | |
292 | 297 | | |
| |||
295 | 300 | | |
296 | 301 | | |
297 | 302 | | |
298 | | - | |
| 303 | + | |
299 | 304 | | |
300 | 305 | | |
301 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
275 | 276 | | |
276 | 277 | | |
277 | 278 | | |
278 | | - | |
| 279 | + | |
| 280 | + | |
279 | 281 | | |
280 | 282 | | |
281 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
282 | 286 | | |
283 | 287 | | |
284 | 288 | | |
285 | 289 | | |
286 | | - | |
| 290 | + | |
287 | 291 | | |
288 | 292 | | |
289 | 293 | | |
290 | 294 | | |
291 | 295 | | |
292 | 296 | | |
293 | 297 | | |
294 | | - | |
| 298 | + | |
295 | 299 | | |
296 | 300 | | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
300 | 304 | | |
301 | | - | |
| 305 | + | |
302 | 306 | | |
303 | 307 | | |
304 | 308 | | |
| |||
0 commit comments