root/trunk/varnish-cache

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @5166 [5166] 2 days phk Add a "metafunction" facility to VMOD, which tells modules whenever a new …
(edit) @5165 [5165] 2 days phk Eliminate pointless code duplication
(edit) @5163 [5163] 2 days phk Forget the single-char type indicators, it is not preformance critical and …
(edit) @5162 [5162] 2 days martin Make varnishncsa only consider log information between the open and close …
(edit) @5160 [5160] 2 days martin Add explicit log flushing when backend connections close to keep log …
(edit) @5158 [5158] 3 days phk Don't compile the pthread based memory-barrier fall back unless we …
(edit) @5157 [5157] 3 days phk Aaaand yet another vmod.h reference to remove
(edit) @5156 [5156] 3 days phk Yet another vmod.h reference
(edit) @5155 [5155] 3 days phk Remember to remove vmod.h here also
(edit) @5154 [5154] 3 days phk Delete include/vmod.h we don't need it anyway
(edit) @5153 [5153] 3 days phk Rename the generated files from vmod.[ch] to vcc_if.[ch] to avoid clashing …
(edit) @5152 [5152] 3 days tfheen Include files from builddir/include too
(edit) @5151 [5151] 3 days phk Rename vmod.spec to vmod.vcc to compensate for old RedHat? package …
(edit) @5149 [5149] 3 days phk Remove debugging noise
(edit) @5148 [5148] 3 days phk Pick up the specification strings, and build symbols from them. Add code …
(edit) @5147 [5147] 3 days phk Flesh out the toupper and tolower functions. Emit a VCC friendly …
(edit) @5146 [5146] 3 days phk Add the VRT functions for importing a module. Tie the vmod_std module …
(edit) @5145 [5145] 3 days phk Add the outline of the VMOD "std" which will in the future contain the …
(edit) @5144 [5144] 6 days phk Gah, so much for testing trivial changes before commit.
(edit) @5143 [5143] 6 days phk Fix a fence-post error in generate.py's code to include a file verbatim.
(edit) @5142 [5142] 6 days phk Unify the concatenation code STRING and STRING_LIST. Keep track of …
(edit) @5141 [5141] 6 days phk Coverage of new multi-token error messages.
(edit) @5140 [5140] 6 days phk Add a facility for marking a range of tokens in an error message. Use it …
(edit) @5139 [5139] 6 days phk Move Flexelint supressing comments into the parameter include files that …
(edit) @5138 [5138] 7 days phk Coverage for the last bit of vcc_expr.c
(edit) @5137 [5137] 7 days phk More coverage of vcc_expr.c
(edit) @5136 [5136] 7 days phk More whitespace and string-casting magic. Remove some debugging that snug …
(edit) @5135 [5135] 7 days ingvar fixed a typo and changed to a more recent version number example in …
(edit) @5134 [5134] 7 days phk Introduce STRING_LIST type so we don't needlessly assemble strings on the …
(edit) @5133 [5133] 7 days phk Push the new expressions into all other actions. Get precedence of the …
(edit) @5132 [5132] 7 days phk Get don't subtract when addition is required.
(edit) @5131 [5131] 7 days phk The new string concatenation syntax is STRING + STRING + STRING […] For …
(edit) @5130 [5130] 8 days phk Rewrite of the "if (foo)" code in VCC to actually build expressions the …
(edit) @5129 [5129] 8 days phk Add comments with BNF-ish syntax since this is starting to get hairy.
(edit) @5128 [5128] 8 days ingvar makes trunk build again, including new docs
(edit) @5127 [5127] 8 days phk white-space anal-retentive fixup
(edit) @5126 [5126] 8 days phk More svn:keywords fixup
(edit) @5125 [5125] 8 days phk Add missing svn:keywords
(edit) @5124 [5124] 8 days phk An XXX comment
(edit) @5123 [5123] 8 days phk The -T argument can be specified as :0 which will just find one or two …
(edit) @5122 [5122] 8 days phk Look for separating space before colon, so that we can grok ":: 50239" as …
(edit) @5121 [5121] 8 days ingvar Upping this test to 1s. It times out on some builds on ppc64.
(edit) @5120 [5120] 8 days ingvar A stack size of 128k is too small for rhel6/ppc64. Upping to 256k.
(edit) @5119 [5119] 9 days phk Always report sockaddr's as IP# <space> PORT# Explain why.
(edit) @5118 [5118] 9 days ingvar Just a typofix
(edit) @5117 [5117] 10 days phk Have VSS_resolve() call VSS_parse() and only use the provided port …
(edit) @5116 [5116] 12 days phk Whenever the CLI comms with the child process runs of the rails, we have …
(edit) @5115 [5115] 12 days phk Only provide help on commands authorrized for the current CLI session
(edit) @5114 [5114] 12 days phk Add a couple of documenting asserts.
(edit) @5113 [5113] 12 days phk Don't mess with X-forwarded-for on restarts. Fixes: #758
(edit) @5112 [5112] 12 days phk Log the length of cli responses to VSL
(edit) @5111 [5111] 12 days phk Emit varnishd ident as part of banner.
(edit) @5110 [5110] 2 weeks phk Polish while looking for clues to #754/#744
(edit) @5108 [5108] 3 weeks perbu described critbit in the man page
(edit) @5107 [5107] 3 weeks kristian Add a varnishtests/Makefile.kristian for parallel tests Usage: cd …
(edit) @5106 [5106] 3 weeks tfheen Correct embedded dot about obj.* in vcl_fetch The embedded dot claimed …
(edit) @5105 [5105] 3 weeks phk Remove this old test file
(edit) @5104 [5104] 3 weeks phk Add a testcase for backend retries.
(edit) @5103 [5103] 3 weeks phk Add a missing assert. Spotted by: pprocacci (Thanks!) Fixes: #752
(edit) @5102 [5102] 3 weeks phk Retry backend fetches one time if we got a recycled conncetion and the …
(edit) @5101 [5101] 3 weeks phk Rework the FetchHdr?() and surroundings a litle bit, to get us a return …
(edit) @5100 [5100] 3 weeks phk Don't assert good returns from ncurses for now. Fixes: #741
(edit) @5099 [5099] 3 weeks phk Use bprintf() into static buffers to get overflow assert. Whitespace nits
(edit) @5098 [5098] 3 weeks phk Some minor cleaups and additional asserts to get rid of the worst …
(edit) @5097 [5097] 3 weeks phk Constification
(edit) @5096 [5096] 3 weeks phk Set backend health good if we stop polling the health.
(edit) @5095 [5095] 3 weeks phk Add another per-backend variable to show the happy health-probe bitmap. …
(edit) @5094 [5094] 3 weeks phk Properly eliminate NULL pointer printing in backend ID.
(edit) @5093 [5093] 3 weeks phk Push the new backend naming reality into the backend probe code and make …
(edit) @5092 [5092] 3 weeks phk Continue the rototilling of the backend code to fit the finally decided …
(edit) @5091 [5091] 3 weeks phk Widen ident field to 64 byte.
(edit) @5090 [5090] 3 weeks phk Move the top-of-director APIs from cache_backend.c to cache_dir.c and give …
(edit) @5089 [5089] 3 weeks phk Move the per backend stats counters to "struct backend"
(edit) @5088 [5088] 3 weeks phk Rename backend connections to the VTLA "VBC"
(edit) @5087 [5087] 3 weeks phk Identify backends using the (vcl_name, ipv4, ipv6) triplet and drop the …
(edit) @5086 [5086] 3 weeks phk Add string representation of backend ipv4/ipv6 addresses to compiled VCL.
(edit) @5085 [5085] 3 weeks perbu removed a rst warning
(edit) @5084 [5084] 3 weeks perbu cleaned up the index, must restructure the tutorial some day to balance …
(edit) @5083 [5083] 3 weeks perbu missing set
(edit) @5082 [5082] 3 weeks phk Fix a corner-case of pipe mode close-down processing, by simplifying the …
(edit) @5081 [5081] 3 weeks phk VBE_ClosedFd() was badly named, loose the 'd' to indicate that it will …
(edit) @5080 [5080] 3 weeks phk Add a new VCL variable "client.identity" which defaults to client.ip …
(edit) @5079 [5079] 3 weeks kristian Remove empty return(refresh) test case
(edit) @5078 [5078] 3 weeks kristian Revert the return(refresh) patches (better approach coming soon-ish)
(edit) @5077 [5077] 3 weeks phk upd
(edit) @5076 [5076] 3 weeks perbu add initial and duplcation of probes
(edit) @5075 [5075] 3 weeks phk If we get a HTTP/1.1 response with no indicatation of length, assume EOF …
(edit) @5074 [5074] 3 weeks phk Do not suppress the Content-Length:, Age:, Range: and Proxy-Auth headers …
(edit) @5073 [5073] 3 weeks phk Don't explode in vcl.show if VCL code contains a '%' sign. Fixes: 742
(edit) @5072 [5072] 3 weeks phk Fix the error emitted if quotes on a line are not properly balanced.
(edit) @5071 [5071] 4 weeks perbu Remove the command line. Incorrect and not really needed.
(edit) @5070 [5070] 4 weeks tfheen Mention pkg-config in build requirements too Fixes #740
(edit) @5069 [5069] 4 weeks phk Ramblings about why we do not support Zilog S-8000 Zeus as a platform.
(edit) @5068 [5068] 4 weeks kristian Clean up obj/beresp left overs in vcl(7).
(edit) @5067 [5067] 4 weeks kristian Update vcl(7) for 2.1: return(foo) is mandatory.
(edit) @5066 [5066] 4 weeks kristian Test-case for return(refresh)
(edit) @5065 [5065] 4 weeks kristian Return(refresh) from VCL recv, allowing a controlled refresh of content …
(edit) @5064 [5064] 4 weeks kristian DNS Director: Include the necessary headers to build on FreeBSD too.
(edit) @5063 [5063] 4 weeks kristian Clean out some silly imprecisions, clearing the build Some minor …
(edit) @5062 [5062] 5 weeks kristian Add a DNS director The DNS director allows Varnish to pick backend based …
Note: See TracRevisionLog for help on using the revision log.