2006-09-18 |
phk | Off by one. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Set worker idle timestamp to request end. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Drop the n_wrk_busy statistics, it is too expensive... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Add a couple of XXX comments |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | typo |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Add stat field missing in last commit |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Make a global overflow queue so we don't risk parking... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | eliminate redundant counter. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Increase CLI respone timeout to 5 seconds and tell... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
des | Correct the description of the second and third fields. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
des | Add a -w option to set the delay between updates. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Make sure all threads don't end up in the same work... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
des | Add an explanation of the columns in the main display. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
des | Widen fields sufficiently to accomodate gigabit rates. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Make flexelint happier |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Add a simple linear retry in five steps for backend... |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | braino |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Get shmlog records into more sensible order. |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Unify backend error handling |
commit | commitdiff | tree | snapshot |
2006-09-18 |
phk | Minor cleanups |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Revert these two for now. The expiry thread doesn... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Use workerthres log buffer much more extensively |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Decontest the shared memory mutex: |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Part of this commit leaked into the previous commit: |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Keep track of shmlog mutex contests |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Oops, off by one. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Use the worker pools in round-robin fashion. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Fix logic bug so we don't reap worker threads all the... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Whitespace |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Make sure we get the error messages from a dying child. |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Set sockopts on the listen socket and probe the accepte... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
des | Update the parameter list in the man page, and add... |
commit | commitdiff | tree | snapshot |
2006-09-17 |
phk | Possibly better logic. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Embellish the parameter descriptions somewhat. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Change statistics from gauge to counter |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Duh! We need to count stats in per workerthread and... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Preallocate a srcaddr per workerthread to speed up... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Account directly into the session. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | use miniobj on srcaddr's |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | make flexelint marginally happier |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | twiddle explanations and defaults. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Use srcaddr mutex for srcaddr stats update to reduce... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Give the srcaddr stats an overhaul. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | VCL configs change relatively seldom so we can cache... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Make it possible to have multiple worker pools. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | fix debug locks |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Wrap mutex more completely so that experimentation... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | wrap line |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | correctly round INT32_MAX down to page boundary |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Rename -1 to -f, and add a -1 option meaning "once... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add a non-blocking mode to the log reader. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add a man page. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Umm, what have I been smoking? varnishstat is not... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Bring up-to-date. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Remove stray -a description. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Bring up-to-date. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Bump date and add cross-references to all log programs. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | -c collides with one of the standard VSL options, so... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Sort options correctly. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Bring up-to-date, and sort options correctly. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Sort options correctly. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Fix usage string. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add -V option, fix usage string. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add the ability to write to a file (it was previously... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add a -a option to control append / overwrite when... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Add a usage string for the standard VSL options. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Tweak storage file size calculations. Avoid overflow... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Just in case. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Expand keywords. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | Bring up-to-date. Still lacks descriptions for managem... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Forgot about embedded CLI commands here. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
des | The buckets_per_mutex parameter was removed in r813. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Use generic param setting stuff |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Make the listen depth a paramter. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Add -p param=value command line argument. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Generalize parameter setting at start up. |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Open and close the listen socket when we start and... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Rename the config.* CLI command family to vcl.*. It... |
commit | commitdiff | tree | snapshot |
2006-09-16 |
phk | Make the shmlog'ing of vcl execution a parameter. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add a base64 decoder. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Eliminate the session_grace thing, the inter-request... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Remove the SessionReuse shmem tag, we have little or... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Disable session_grace for now. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | fix more stats |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Fix stats. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add missing SessionReuse log entries |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Improve portability: Since all log strings are NUL... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Allow session_grace to be set to zero |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Try to avoid sending EOF'ed or ready sessions to the... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Add XXX comment |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Print '-' if we don't have an IP# on startup. |
commit | commitdiff | tree | snapshot |
2006-09-15 |
des | Fix sendfile() on Linux: |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Avoid parking a worker thread on trailing space |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | If after handling a request we find anything in our... |
commit | commitdiff | tree | snapshot |
2006-09-15 |
phk | Overhaul NCSA logging. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
andersb | Fixed timestamp so thats it's correct. PHK added a... |
commit | commitdiff | tree | snapshot |
2006-09-13 |
phk | Add the end time as timestamp to the ReqEnd SHM record. |
commit | commitdiff | tree | snapshot |
2006-09-13 |
phk | Dike out Linux senfile, it doesn't work. |
commit | commitdiff | tree | snapshot |
2006-09-12 |
phk | Double the default workspace for the benefit of Blackbe... |
commit | commitdiff | tree | snapshot |
2006-09-12 |
andersb | Made the code more robust but fixing a bug that caused... |
commit | commitdiff | tree | snapshot |
next |