0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Sep 24, 2024 — Sep 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Overhaul of the epoll waiter, kindly submitted by Rogério Schneider.
phk
More... over 16 years ago
Add this file, for what I belive is the second and svn belives is the first time.
phk
More... over 16 years ago
Segregrate the WRW functions into their own source file, before we do unnatural things to them.
phk
More... over 16 years ago
I am stupid, missing '/'
sky
More... over 16 years ago
typo
phk
More... over 16 years ago
Make session_linger the default with 50msec timeout.
phk
More... over 16 years ago
Don't show stats with zero value in cli.
phk
More... over 16 years ago
It turns out that you could turn off ESI processing for subrequest and compeltely hose the response. Ignore the flag if you are in a subrequest.
sky
More... over 16 years ago
Take another stab at #487 by explicitly resetting the worker thread workspace before we start using it in miss/pass/pipe.
phk
More... over 16 years ago
We need to reset the worker threads workspace between requests if we short-cut through STP_AGAIN.
phk
More... over 16 years ago
Snapshot the worker threads workspace between esi includes.
phk
More... over 16 years ago
Be much more consistent about snapshotting session workspace when doing an esi-include.
phk
More... over 16 years ago
Nits.
phk
More... over 16 years ago
Shift the responsibility for washing used sessions.
phk
More... over 16 years ago
Put an upper limit on how many sessions we will allocate before we just drop new connections summarily.
phk
More... over 16 years ago
Fix an inconsequential oversight in session management, and prevent it from happening again:
phk
More... over 16 years ago
There is probably a bug if an ESI subrequest turns ESI delivery back on -- add reminder so I can circle back and extend the test for it
sky
More... over 16 years ago
Quiet flexelint down a bit.
phk
More... over 16 years ago
Allows you to turn off esi processing for a specific request using set req.esi = off even if the object has been esi processed -- this is useful if you have a cache heirarchy of varnish machines as well as debugging. Only change to processing is to store a copy of the attribute value instead of mangling to original. Committed from Oahu.
sky
More... over 16 years ago
Pass a void* to Symbol_Lookup() to avoid stdint requirement on common.h
phk
More... over 16 years ago
Comment out unneeded function.
phk
More... over 16 years ago
More autocrappery.
phk
More... over 16 years ago
Autocrap the dladdr() functions existence.
phk
More... over 16 years ago
Spit out more information on panic
phk
More... over 16 years ago
Attempt to add a stack backtrace to the panic message.
phk
More... over 16 years ago
Tell autocrap about compat/execinfo.h
phk
More... over 16 years ago
Also remember compat execinfo.h file.
phk
More... over 16 years ago
Look for execinfo.h header
phk
More... over 16 years ago
Add a compat version of backtrace()/backtrace_symbols() written by Maxim Sobolev <[email protected]>
phk
More... over 16 years ago
Check that object has a ban before we unbusy it.
phk
More... over 16 years ago