root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @5057 [5057] 6 weeks tfheen Update RH spec file
(edit) @5056 [5056] 6 weeks tfheen Tag 2.1.3
(edit) @5055 [5055] 6 weeks tfheen Bump version number to 2.1.3
(edit) @5054 [5054] 6 weeks tfheen Fix syntax error in XML file
(edit) @5053 [5053] 6 weeks tfheen Merge r4986: Add a code coverage test for the classic hasher, now that …
(edit) @5052 [5052] 6 weeks tfheen Merge r4912: Revisit the memory barriers Try to catch some common …
(edit) @5051 [5051] 6 weeks tfheen Merge r4749: Avoid using tempnam(3) Don't use tempnam(3) it results in a …
(edit) @5050 [5050] 6 weeks tfheen Merge r5048: Make Expect 100-continue test case-insensitive Candidate for …
(edit) @5049 [5049] 6 weeks tfheen Document changes for 2.1.3
(edit) @5048 [5048] 8 weeks phk Make Expect 100-continue test case-insensitive Candidate for merging into …
(edit) @5047 [5047] 8 weeks tfheen Merge r5016: Add "log" command to VCL This allows logging to varnishlog …
(edit) @5046 [5046] 8 weeks tfheen Merge r4859-r4861: Make the critbit "Y" a independently allocated struct …
(edit) @5045 [5045] 8 weeks tfheen Merge r4646: Turn the binary heap into a "B-heap" Reduces the number of …
(edit) @5044 [5044] 8 weeks tfheen Merge r4979: Emit a Length record on fetches from the backend.
(edit) @5043 [5043] 8 weeks tfheen Merge r4864: Clarify a debug message
(edit) @5042 [5042] 8 weeks tfheen Merge r4823: Fix a minor confusion.
(edit) @5041 [5041] 8 weeks tfheen Merge r4968: Destroy directors before their embedded backends.
(edit) @5040 [5040] 8 weeks tfheen Merge r4967: Fix a problem in director teardown at vcl.discard time We …
(edit) @5039 [5039] 8 weeks tfheen Merge r4971: Use ExpectErr?() instead of Expect this gives us compiler …
(edit) @5038 [5038] 8 weeks tfheen Merge r4783: Update URLs and email addresses
(edit) @5037 [5037] 8 weeks tfheen Merge half of r4842: List vmb.h
(edit) @5036 [5036] 8 weeks tfheen Merge r4868: Handle RST leading to EINVAL on Solaris Attempt an even more …
(edit) @5035 [5035] 2 months perbu typos, minor fixes.
(edit) @5034 [5034] 2 months phk Add initial stage of expression support for numeric types so far. You can …
(edit) @5033 [5033] 2 months phk Factor numeric type expressions into their own file.
(edit) @5032 [5032] 2 months phk Minor polishing
(edit) @5031 [5031] 2 months phk Reduce the scope of VCC code that knows about variables, specifically the …
(edit) @5030 [5030] 2 months tfheen Merge r4743, r4744, r4745: ESI panic when element spans malloc segments …
(edit) @5029 [5029] 2 months tfheen Merge r4989: Fix a problem with accounting of ESI transactions In …
(edit) @5028 [5028] 2 months tfheen Merge r4980: Emit Length for client side right before ReqEnd?, to summarize …
(edit) @5027 [5027] 2 months tfheen Merge r4981: Typo in -X matching in varnishapi Fixes: #681
(edit) @5026 [5026] 2 months tfheen Merge r4867: Don't bog our webserver down when somebodys backend croaks.
(edit) @5025 [5025] 2 months tfheen Merge r4866: Make bytes=-100 work I have no idea how I overlooked that a …
(edit) @5024 [5024] 2 months tfheen Merge r4865: Fix an off-by-one bug, when requested range exceeds available …
(edit) @5023 [5023] 2 months tfheen Merge r4829: Allow TAB in the 3rd field of the first line of HTTP requests …
(edit) @5022 [5022] 2 months tfheen Merge r4977: Check FreeBSD_version for memory barrier definition
(edit) @5021 [5021] 2 months tfheen Merge r4818: Face the music and do memory barriers sensibly. This really …
(edit) @5020 [5020] 2 months tfheen Make sure vmod.h is distributed as well
(edit) @5019 [5019] 2 months tfheen Get rid of autogenerated files from SVN We now require python to build …
(edit) @5018 [5018] 2 months tfheen Update auto-generated file
(edit) @5017 [5017] 2 months tfheen Add function prototype, update to new world order Unbreak the build
(edit) @5016 [5016] 2 months tfheen Add "log" command to VCL This allows logging to varnishlog with the …
(edit) @5015 [5015] 2 months tfheen Fix some typos
(edit) @5014 [5014] 2 months phk Start massaging the conditional parsing to handle non-variable left sides.
(edit) @5013 [5013] 2 months phk Add a very rudimentary symbol table, and use it to find our variables.
(edit) @5012 [5012] 2 months phk Add missing final newline.
(edit) @5011 [5011] 2 months phk Move the variable set from being an argument to FindVar? to being a …
(edit) @5010 [5010] 2 months kristian generate section 1 man pages from rst fix some rst2man rendering issues
(edit) @5009 [5009] 2 months kristian generate vcl.7 from rst, include default.vcl in vcl.rst
(edit) @5008 [5008] 2 months phk Improve usage restriction messages a little bit.
(edit) @5007 [5007] 2 months phk Polishing
(edit) @5006 [5006] 2 months phk Add a bitmap of allowed actions for the returns macro
(edit) @5005 [5005] 2 months phk Collapse the "VAR" token into ID.
(edit) @5004 [5004] 2 months phk Comment out parse functions for SIZE type.
(edit) @5003 [5003] 2 months phk Comment out unused SIZE type
(edit) @5002 [5002] 2 months phk Various cleanups.
(edit) @5001 [5001] 2 months phk Convert the "req.hash +=" pseudo variable handing of the hask-key build …
(edit) @5000 [5000] 2 months phk The Tcl-Py conversion left out code to generate vrt_obj.h, add that. …
(edit) @4999 [4999] 2 months phk In preparation for generic types functions, including conversion …
(edit) @4998 [4998] 2 months phk Some boilerplate stuff for VMOD's.
(edit) @4997 [4997] 2 months phk FLexelinting
(edit) @4996 [4996] 2 months perbu prerequisites for installation, cache sizing guidelines + some general …
(edit) @4995 [4995] 2 months phk Move the dlopen/dlsym/dlclose check of newly compiled VCL code to a sub …
(edit) @4994 [4994] 2 months phk Make vcl_dir work for vcl.load and include filenames.
(edit) @4993 [4993] 2 months phk Change API to VCC to be handle/object based.
(edit) @4992 [4992] 2 months perbu more on vcl: pipe, deliver, ACLs, purging
(edit) @4991 [4991] 2 months phk Rename "struct tokenlist" to "struct vcc", it is much more than a simple …
(edit) @4990 [4990] 2 months phk Add a vcl_dir parameter to resolve relative VCL pathnames from …
(edit) @4989 [4989] 2 months phk Fix a problem with accounting of ESI transactions, in particular make the …
(edit) @4988 [4988] 2 months phk Fix SVN urls. Fixes: #723
(edit) @4987 [4987] 2 months phk Explain the security-barriers influence on Varnish' design.
(edit) @4986 [4986] 3 months phk Add a code coverage test for the classic hasher, now that critbit is the …
(edit) @4985 [4985] 3 months phk Make it possible to declare stand-alone backend probes and reference them …
(edit) @4984 [4984] 3 months phk Emit probe-specs as separate free-standing structs, and point to them from …
(edit) @4983 [4983] 3 months phk Add testcase to check that backends named "default" get used as such.
(edit) @4982 [4982] 3 months phk If there is a backend or director named "default", make that the default, …
(edit) @4981 [4981] 3 months phk Typo in -X matching in varnishapi Fixes: #681
(edit) @4980 [4980] 3 months phk Emit Length for client side right before ReqEnd?, to summarize ESI …
(edit) @4979 [4979] 3 months phk Emit a Length record on fetches from the backend.
(edit) @4978 [4978] 3 months phk bereq.connect_timeout should be available in vcl_pipe
(edit) @4977 [4977] 3 months phk Check FreeBSD_version for memory barrier definition
(edit) @4976 [4976] 3 months phk Silence a bogus pthread warning
(edit) @4975 [4975] 3 months phk Fix a bug when ESI elements span storage elements, which only the …
(edit) @4974 [4974] 3 months phk Minor nitpicking
(edit) @4973 [4973] 3 months phk Use WSP instead of VSL for ordering and performance
(edit) @4972 [4972] 3 months phk Too many bogus SVID versions out there, don't assert set_curs() return.
(edit) @4971 [4971] 3 months phk Use ExpectErr?() instead of Expect, so that we get compiler error messages …
(edit) @4970 [4970] 3 months phk Rename main counter struct from VSL to VSC namespace
(edit) @4969 [4969] 3 months phk FlexeLint? inspired garbage collection
(edit) @4968 [4968] 3 months phk Destroy directors before their embedded backends.
(edit) @4967 [4967] 3 months phk Fix a problem in director teardown at vcl.discard time: We didn't …
(edit) @4966 [4966] 3 months phk Introduce the first per-backend stats counter: number of VCLs referencing …
(edit) @4965 [4965] 3 months phk Add mark/clean facility to VSM, so that all dynamic allocations gets …
(edit) @4964 [4964] 3 months phk Better error handling, limit how long time we wait for initialization to …
(edit) @4963 [4963] 3 months phk Add a state field for deletes.
(edit) @4962 [4962] 3 months phk Make varnishstat discover dynamic allocations in curses mode.
(edit) @4961 [4961] 3 months phk Move SMA stats allocation to child process
(edit) @4960 [4960] 3 months phk Preincrement seq#, otherwise it makes no difference.
(edit) @4959 [4959] 3 months phk Move VSM allocation to common code
(edit) @4958 [4958] 3 months phk VSM allocations/frees need to happen from both manager and child process …
Note: See TracRevisionLog for help on using the revision log.