openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
V
Varnish-Least-Busy-Director
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 24 hours
ago. based on code collected
about 24 hours
ago.
Sep 24, 2024 — Sep 24, 2025
Showing page 9 of 118
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Renamed the program to something more logical.
petter
More...
over 16 years ago
Added the use of config file (at last),which is given as argument to web ui. If not given, it will check for /etc/varnish/webui.conf and then fall back to the default config.
petter
More...
over 16 years ago
Minor bit of cleanup: initialize CLI from main() instead of mgt_run().
phk
More...
over 16 years ago
Be much more careful about volatile and locking
phk
More...
over 16 years ago
I was confused, always rush when we deref an *object*, it is the *objhead* we need to be careful about.
phk
More...
over 16 years ago
Add a missing refcnt in the case where we lost a collision while doing the lockless lookup.
phk
More...
over 16 years ago
Clarify the waitinglist handling a little bit
phk
More...
over 16 years ago
Cache the vcl_fetch{} result, in case vcl_discard{} (via LRU) overwrites it during body fetch.
phk
More...
over 16 years ago
Give coords for WRONG
phk
More...
over 16 years ago
Fix compilation warnings
tfheen
More...
over 16 years ago
Rename r00433.vcl to r00433.vtc
tfheen
More...
over 16 years ago
Documentation for vcl_pipe and connection: close
tfheen
More...
over 16 years ago
Fix typo in varnishadm.c (variable name)
tfheen
More...
over 16 years ago
Make varnishadm able to handle cli_banner=on
tfheen
More...
over 16 years ago
Add a debug facility for substituting digests with hand-created digests with edge-bit conditions and run the critbit through them.
phk
More...
over 16 years ago
Add an assert to make sure 32 stays 32
phk
More...
over 16 years ago
Solaris fix for VRT_error
tfheen
More...
over 16 years ago
Update this test to not rely of a known dynamic of varnishd
phk
More...
over 16 years ago
Postpone allocating the actual object until we have received the headers and vcl_fetch{} has told os what to do with it.
phk
More...
over 16 years ago
Use the right workspace for beresp.status
phk
More...
over 16 years ago
When we know that an object will not make it into the hash table permanently, use malloc(3) as backing store.
phk
More...
over 16 years ago
Now that we do not need the new object while holding the highly trafficed objhead lock, don't preallocate objects.
phk
More...
over 16 years ago
On a cache-miss, insert only the (busy) objcore, leave the actual object allocation and insertion for later in cache_center.c
phk
More...
over 16 years ago
Eliminate the parent-child linkage between objects involved in grace.
phk
More...
over 16 years ago
Now that ESI parsing is not done while we execute vcl_fetch{}, the majority of the cache_vrt_esi.c file is no longer "VRT" relevant.
phk
More...
over 16 years ago
TIMBER!
phk
More...
over 16 years ago
Change assert to error
phk
More...
over 16 years ago
Move the http_conn into the bereq.
phk
More...
over 16 years ago
move object twiddling from FetchHdr() to cache_center.c
phk
More...
over 16 years ago
Add a beresp.* variable family, which contains the backend response before filtering.
phk
More...
over 16 years ago
←
1
2
…
5
6
7
8
9
10
11
12
13
…
117
118
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree