- 02 Oct, 2013 1 commit
-
-
Poul-Henning Kamp authored
-
- 01 Oct, 2013 39 commits
-
-
Poul-Henning Kamp authored
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Spotted by: Coverity
-
Poul-Henning Kamp authored
Spotted by: Coverity
-
Poul-Henning Kamp authored
-
Geoff Simmons authored
-
Poul-Henning Kamp authored
Spotted by: Coverity
-
Poul-Henning Kamp authored
Spotted by: Coverity
-
Poul-Henning Kamp authored
Found by Coverity
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
we know what we're doing.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Martin Blix Grydeland authored
The code got word sizes confused, and failed to allocate a proper buffer based on the word size. Make the code use word sizes in local variables for clarity and make sure that the allocation routines get byte sizes. Spotted by: Coverity
-
Martin Blix Grydeland authored
Spotted by: Coverity
-
Martin Blix Grydeland authored
open VSM connection
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Use VTIM_real instead of VTIM_mono for mgt uptime so that the time won't stop counting when the computer is suspended.
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
The query language has it's own doc page in varnish-query
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Teach the parser how to read a comma separated list of tag globs, rather than having the ',' character be recognised as valid for barewords.
-
Martin Blix Grydeland authored
Having the query input to the utils be cmd line args leads users to believe that the args are interpreted as tokens themselves. The parser doesn't see each argument as a token, but instead makes one string from all the arguments. This would cause quoting issues. By having the query expression be an option instead, it becomes clearer that the input is one string only, and any quoting when constructing an expression from some other input is left to the user.
-
Martin Blix Grydeland authored
A vtx_diag log record could realloc the memory buffers while processing a vtx, causing ptrs to previous memory to be still used. Fix this by having generated log records be malloced and kept on a separate list, which is always reported first on a reset cursor. Fixes: #1351
-
Martin Blix Grydeland authored
This to silence valgrind errors
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
-
Martin Blix Grydeland authored
Now that VSL records are null-terminated, it is safe to run sscanf without copying to a temporary null-terminated buffer.
-