0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Sep 22, 2024 — Sep 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
stylistic nit
phk
More... over 16 years ago
Regression test for #506
phk
More... over 16 years ago
Be more paranoid about backend responses, a response of: HTTP/1.1 1000\n\r\n\r would panic us trying to find a suitable message for 1000.
phk
More... over 16 years ago
Get rid of old regress suite More... over 16 years ago
Drop -Wl,--as-needed, it gives too much trouble.
phk
More... over 16 years ago
Move the setting of the correct headers for ESI from ESI parsing time to delivery time. This is in anticipation for set req.esi = off;
sky
More... over 16 years ago
Fix a parse error in VCL:purge() string version.
phk
More... over 16 years ago
r4046 forgot to reset SO_LINGER for pipe handling which basically broke pipehandling.
phk
More... over 16 years ago
Change the way we close client sessions.
phk
More... over 16 years ago
And allocate a larger rxbuf while at it.
phk
More... over 16 years ago
Don't overrun rxbuf
phk
More... over 16 years ago
Bump the cli_timeout to 10 seconds.
phk
More... over 16 years ago
Previously, we forced the request to "GET" on all fetches for cache and this prevented users from implementing "purge on POST" semantics by looking up the POST requests and ditching the object found.
phk
More... over 16 years ago
Remove now unused backend_http11 parameter, it is on by definition now.
phk
More... over 16 years ago
Reorder libraries
phk
More... over 16 years ago
fix for #498 -- if a return header overran the obj_workspace (but was small enough to fit in sess_workspace) the header is dropped and an empty slot is put in there -- rest of the code now detects this empty slot. It should probably ask VLC what to do if a header is dropped
sky
More... over 16 years ago
Don't complain if we cannot mlock(2) the shmlog, it is to be expected with priv-sep.
phk
More... over 16 years ago
Implement HTTP continuation lines.
phk
More... over 16 years ago
Make sure the esi parser kicks in.
phk
More... over 16 years ago
POD-documentation + config for the munin-plugin More... over 16 years ago
Replace old munin-plugin with new and shiny More... over 16 years ago
Tell the kernel that we expect to use this memory randomly -- affects how it reads up to page cache. On linux I saw a 10-20x decrease in IO from reading the disk
sky
More... over 16 years ago
Add support for saving retrieved documents to disk.
des
More... over 16 years ago
Make HTTP_HDR_MAX_VAL a configure option More... over 16 years ago
Fix style & translate to English
des
More... over 16 years ago
Committed by mistake.
des
More... over 16 years ago
Unused includes.
des
More... over 16 years ago
Update copyright here as well.
des
More... over 16 years ago
Update Linpro copyright (about 3 months late). Someone should probably s/Linpro/Redpill Linpro/ at some point.
des
More... over 16 years ago
<sys/mount.h> requires <sys/param.h>; thanks to Olivier Nicole.
des
More... over 16 years ago