A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | Topic | Varnish log query language and log API | ||||||||||||||||||
2 | In charge | Martin B.G. (martin) | ||||||||||||||||||
3 | Trac | https://www.varnish-cache.org/trac/wiki/Future_Logging | ||||||||||||||||||
4 | Information/List | |||||||||||||||||||
5 | Code | |||||||||||||||||||
6 | Your Comments -name | geoff to send varnishlog information to martin -ruben | ||||||||||||||||||
7 | coding will start when the persistence patches has been reviewed -martin | |||||||||||||||||||
8 | ||||||||||||||||||||
9 | Topic | code merging to master | ||||||||||||||||||
10 | In charge | Nils Goroll (slink) / Geoffrey Simmons (geoff) | ||||||||||||||||||
11 | Trac | https://www.varnish-cache.org/trac/wiki/Contributing | ||||||||||||||||||
12 | Information/List | https://www.varnish-cache.org/patchwork | ||||||||||||||||||
13 | Code | |||||||||||||||||||
14 | Your Comments -name | Patchwork will help this process -ruben | ||||||||||||||||||
15 | Updated the Trac page given above slink | |||||||||||||||||||
16 | ||||||||||||||||||||
17 | Topic | Define Core (PHK in architect role + core team) and Module/Contributed Features (community contributions) | ||||||||||||||||||
18 | In charge | Poul-Henning Kamp (PHK) / VGB (PHK, DocWilco, Kristian) / Varnish Community | ||||||||||||||||||
19 | Trac | |||||||||||||||||||
20 | Information/List | |||||||||||||||||||
21 | Code | |||||||||||||||||||
22 | Your Comments -name | Varnish has been through a modularization process (3.0 and VMODs are steps in that direction) -ruben | ||||||||||||||||||
23 | Plans to make Directors and SaintMode into a VMOD are planned for 4.0 -ruben | |||||||||||||||||||
24 | Core: PHK land, VMODs (think 3.x and 4.x): Community contribution land -ruben | |||||||||||||||||||
25 | ||||||||||||||||||||
26 | ||||||||||||||||||||
27 | Topic | Vary | ||||||||||||||||||
28 | In charge | Rogier Mulhuijzen (DocWilco) | ||||||||||||||||||
29 | Trac | |||||||||||||||||||
30 | Information/List | |||||||||||||||||||
31 | Code | |||||||||||||||||||
32 | Your Comments -name | What to do when Vary is different basic idea is to save string comparisons by additionally storing hashes of the Vary strings or just compare length? -slink | ||||||||||||||||||
33 | ||||||||||||||||||||
34 | Topic | Why HTTP/2.0 is hard | ||||||||||||||||||
35 | In charge | Poul-Henning Kamp (PHK) | ||||||||||||||||||
36 | Trac | |||||||||||||||||||
37 | Information/List | |||||||||||||||||||
38 | Code | |||||||||||||||||||
39 | Your Comments -name | |||||||||||||||||||
40 | ||||||||||||||||||||
41 | Topic | Packaging VMODs | ||||||||||||||||||
42 | In charge | Tollef Fog Heen (Mithrandir) | ||||||||||||||||||
43 | Trac | |||||||||||||||||||
44 | Information/List | |||||||||||||||||||
45 | Code | |||||||||||||||||||
46 | Your Comments -name | To add bits to Example VMOD for deb & rpm creation | ||||||||||||||||||
47 | Planning on having some auto* macros shipped with the varnish source for easier autoconf of the vmods too -martin | |||||||||||||||||||
48 | ||||||||||||||||||||
49 | Topic | Persistent Storage - Status | ||||||||||||||||||
50 | In charge | Martin B.G. (martin) | ||||||||||||||||||
51 | Trac | https://www.varnish-cache.org/trac/wiki/ImprovedPersistence | ||||||||||||||||||
52 | Information/List | https://www.varnish-software.com/blog/testing-persistent-storage-engine | ||||||||||||||||||
53 | Code | https://github.com/mbgrydeland/varnish-cache/tree/3.0.3-plus | ||||||||||||||||||
54 | Your Comments -name | De-experimentalizing Persistent Storage | ||||||||||||||||||
55 | Part 1: It is stable, FIFO. Code done -ruben | |||||||||||||||||||
56 | Part 2: LRU-ish, Planned -ruben | |||||||||||||||||||
57 | ||||||||||||||||||||
58 | Topic | grace-drop: Drop old grace | ||||||||||||||||||
59 | In charge | Rogier Mulhuijzen (DocWilco) | ||||||||||||||||||
60 | Trac | https://www.varnish-cache.org/trac/wiki/Future_Feature | ||||||||||||||||||
61 | Information/List | |||||||||||||||||||
62 | Code | |||||||||||||||||||
63 | Your Comments -name | DocWilco will put it on the Future Page and update patch for master -slink | ||||||||||||||||||
64 | ||||||||||||||||||||
65 | Topic | Backends discussion -- Backends as first class objects in Varnish / Moving Directors to VMODs | ||||||||||||||||||
66 | In charge | Poul-Henning Kamp (PHK) - Tollef Fog Heen (Mithrandir) | ||||||||||||||||||
67 | Trac | |||||||||||||||||||
68 | Information/List | https://www.varnish-software.com/blog/truly-dynamic-backend-definition-varnish | ||||||||||||||||||
69 | Code | |||||||||||||||||||
70 | Your Comments -name | Use one less connection for backend than configured to have one for health check (or close one if healthcheck fails) -slink Directors in VMOD: Tollef/Per will write down a proposed spec -ruben | ||||||||||||||||||
71 | ||||||||||||||||||||
72 | Topic | Varnish 3.1 - Status Discussion | ||||||||||||||||||
73 | In charge | Tollef Fog Heen (Mithrandir) | ||||||||||||||||||
74 | Trac | |||||||||||||||||||
75 | Information/List | |||||||||||||||||||
76 | Code | |||||||||||||||||||
77 | Your Comments -name | relevant issue is changing VSL Tags/API - smells like 4.0 | ||||||||||||||||||
78 | ||||||||||||||||||||
79 | ||||||||||||||||||||
80 | Topic | Body Access in VCL | ||||||||||||||||||
81 | ||||||||||||||||||||
82 | response body: phk: you get a list of stored segments -ruben could be via kitchen-sink-fittings (filters) request body: phk: receive body up to limit set in VCL kwy: filters on request body plz - doubly important | |||||||||||||||||||
83 | ||||||||||||||||||||
84 | SubTopic | Access the <Request Body> in VCL (Security.VCL / Varnish WAF) | ||||||||||||||||||
85 | In charge | Kacper Wysocki (comotion) / xcir / escarpellini / ebf0:gamelinux | ||||||||||||||||||
86 | Trac | We probably need some informastion about the project on trac: https://www.varnish-cache.org/trac/wiki | ||||||||||||||||||
87 | Information/List | https://github.com/comotion/security.vcl/blob/master/ROADMAP | ||||||||||||||||||
88 | Code (PoC) | https://github.com/xcir/libvmod-parsereq | ||||||||||||||||||
89 | Your Comments -name | See "Body Access in VCL" Topic | ||||||||||||||||||
90 | the idea is to parse request body (both GET and POST) -ruben | |||||||||||||||||||
91 | The request body storing and access should mostly come as a result of the background fetch implementation -martin | |||||||||||||||||||
92 | SubTopic | <Response Body> mangling in VCL | ||||||||||||||||||
93 | In charge | Ilya Grigorik (Google) | ||||||||||||||||||
94 | Trac | mod_pagespeed | ||||||||||||||||||
95 | Information/List | |||||||||||||||||||
96 | Code | |||||||||||||||||||
97 | Your Comments -name | See "Body Access in VCL" Topic | ||||||||||||||||||
98 | ||||||||||||||||||||
99 | ||||||||||||||||||||
100 | Topic | Improving the Varnish Docs |