- 17 May, 2013 5 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
decision point.
-
- 16 May, 2013 1 commit
-
-
Poul-Henning Kamp authored
-
- 15 May, 2013 34 commits
-
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Document and be consistent about how log statements are printed. Make the dispatch-reported data be of struct VSL_transactions, and move the transaction metadata there. Add a verbose option.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Use the enum values where VSM_StillValid is used.
-
Martin Blix Grydeland authored
Let the functions returning counters take an optional fantom pointer, that can subsequently be used with VSM_StillValid to check for changes. Improve the VSC api documentation. Add missing VSM_StillValid funciton to the .map file.
-
Martin Blix Grydeland authored
This allows Dispatch to run completely in SHM with no copying for most cases, also when transactions come in multiple batches.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Introduce a VSLC_ptr type to represent a record pointer.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Move vtree.h from varnishtop to include directory so it's available for anyone. Simple proof-of-concept single regex against any log line query implementation.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Remove automagic reopening logic from vsl Make vsl use the new VSL_head structure Remove most of the old functionality
-
Martin Blix Grydeland authored
into the log.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Show UNSEEN in bottom bar when not hiding unseened counters
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Add a VSC_Mgt() function to get direct access to the management counters Add VSC_MgtValid(), VSC_MainValid(), VSC_IterValid() functions that call VSM_StillValid on the fantom used to produce them. Use the iter fantom when making the pointer lists, so VSM_IterValid() returns the right result.
-
Martin Blix Grydeland authored
Clear the thread specific log pointer on log close Reenable building of varnishtest
-
Martin Blix Grydeland authored
VSC type defined in vsc_types.h Rearrange the VSC types according to relevance
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Add global variables for the type name strings. Compile in static VSC type descriptions in libvarnishapi
-