0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 25, 2024 — Sep 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sizeof(unsigned) != sizeof(size_t) on 64 bit platforms, fix printf More... over 16 years ago
Moved to privat svn. More... over 16 years ago
Mode diddling with error handling.
phk
More... over 16 years ago
Try to improve the way we come crashing down when a test fails.
phk
More... over 16 years ago
Add a diag_flag to make startup wait until we have loaded all objects.
phk
More... over 16 years ago
Break down and give the objcore a back pointer to the SMP segment, we cannot do the accounting without it in a reasonably fast manner.
phk
More... over 16 years ago
Flexelint silencing
phk
More... over 16 years ago
Only call SMP functions if we have a smp pointer
phk
More... over 16 years ago
Forgot this in last commit
phk
More... over 16 years ago
Give objects a back-pointer to their entry in the segment object index.
phk
More... over 16 years ago
Equip bans with a timestamp.
phk
More... over 16 years ago
Do not leak objcores in exception paths.
phk
More... over 16 years ago
Try to improve the way we deal with a test that errors out, in the hope that varnishd panic messages do not get quenched on the way down.
phk
More... over 16 years ago
Don't pass range header to backend on miss.
phk
More... over 16 years ago
Remember to reset sp->objcore when object inherits reference.
phk
More... over 16 years ago
Implement the minium SMP_Fixup() function for resurrecting objects from persistent storage.
phk
More... over 16 years ago
Add a new HSH_Insert() function which does that. Clean up the hash generation around lookups a little bit.
phk
More... over 16 years ago
Give WRK_BgThread() a "void *priv" argument also.
phk
More... over 16 years ago
Add a miniature facility for starting a background thread with its own session and worker strutures all set up and ready.
phk
More... over 16 years ago
See that the stored objects are still there when we start again
phk
More... over 16 years ago
Use varnish -start/-stop instead of -cliok
phk
More... over 16 years ago
Minor nits
phk
More... over 16 years ago
Add first, incomplete, test for persistence
phk
More... over 16 years ago
Write the object index out on segment close.
phk
More... over 16 years ago
Close segment when silo is closed.
phk
More... over 16 years ago
Fix compilation problem on Darwin More... over 16 years ago
Implement ->object and ->close methods of stevedores.
phk
More... over 16 years ago
Added "Backend requests" to the summary section. More... over 16 years ago
Added support for graphing the last quarter of an hour. This is now the default graph, as it shows more trends than the last minute. The auto refresh is also adjusted to 15 secs. The Y value of graphs are now also more meaningfull,showing 20.345M instead of 23456789, whichi should improve readibility a lot. More... over 16 years ago
Replaced the useless 'Hit ratio useless' with the more usefull 'Backend connections failures' More... over 16 years ago