- 20 Jun, 2016 1 commit
-
-
Poul-Henning Kamp authored
-
- 19 Jun, 2016 3 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
Fixes #1989.
-
Federico G. Schwindt authored
-
- 18 Jun, 2016 3 commits
-
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
actually possible to locate the compiled VCL shared library based on the loaded VCL name, and removed the part of the subdirectory name which made it unique. Bad idea. Add a comment to make sure I don't get that Idea again. Fixes #1933
-
Poul-Henning Kamp authored
-
- 16 Jun, 2016 15 commits
-
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Nils Goroll authored
Spotted by: Flexelint - phk yeah \o/
-
Nils Goroll authored
- tables get included multiple times - we use do ... while(1) all over the place - dont always include config.h for flint, source files need to include it so we want to see warnings if we missed to include it - tell flexelint where config.h is ok not to be used (sources with no actual code unless a feature is HAVE_ defined)
-
Federico G. Schwindt authored
Test by scn@. OK by @phk. Fixes #1963.
-
Pål Hermunn Johansen authored
The counter g_cooling variable is now decremented when memory from the cooling list is freed, making the counter vsm_cooling update accordingly. Fixes: #1984
-
Federico G. Schwindt authored
-
Pål Hermunn Johansen authored
This new parameter specifies how long freed VSM memory is on the cooling list before it is actually freed.
-
Federico G. Schwindt authored
-
Federico G. Schwindt authored
-
Nils Goroll authored
Waiters hang off the objhead, so the simple fact that we manipulate some objcore on the same objhead does not imply that there are relevant news to the waiters. We now are more specific about when we wake up waiters and how many. Never for - expiry / ban / purge / nuke - stale objects we just happen to reference We do want to rush when - fetching a busy object failed or got aborted: We should wake up one waiter to re-attempt the fetch - we succeeded fetching a busy object or delivering: Rush more waiters by policy This fixes the general issue described in #1928 that we should not rush when expiring. Closes #1945
-
Nils Goroll authored
-
Nils Goroll authored
VDD discussion result: - we want to make vcc files rst so that they can be read by rst parsers (github) right from the repo - vcc prototypes should be integrated into the rst - scn wants to look after this - we should make the copyright mandatory - for the time being, we tolerate a missing copyright to make existing vmod builds work again, the move to rst will change the interface anyway Closes #1978
-
Lasse Karstensen authored
-
- 15 Jun, 2016 1 commit
-
-
Poul-Henning Kamp authored
-
- 14 Jun, 2016 4 commits
-
-
Federico G. Schwindt authored
I could have sworn I ran make check before pushing it.
-
Federico G. Schwindt authored
Also remove OBE comment.
-
Martin Blix Grydeland authored
An object failing fetch that is waited upon by the ESI delivery code would cause asserts finding an empty object. If waiting for an object, check the status of the object and deliver zero bytes if failed. Fixes: #1953
-
Magnus Hagander authored
An object is delivered to the client, not to the backend.
-
- 13 Jun, 2016 6 commits
-
-
Nils Goroll authored
Fixes #1979
-
Nils Goroll authored
Fixes issue reported by @carlosabalde in #1976
-
Nils Goroll authored
-
Nils Goroll authored
-
Nils Goroll authored
closes #1976
-
Guillaume Quintard authored
-
- 12 Jun, 2016 2 commits
-
-
Nils Goroll authored
-
Nils Goroll authored
-
- 09 Jun, 2016 1 commit
-
-
Poul-Henning Kamp authored
-
- 08 Jun, 2016 4 commits
-
-
Poul-Henning Kamp authored
-
Nils Goroll authored
-
Poul-Henning Kamp authored
-
Poul-Henning Kamp authored
Minor simplifications.
-