March 2013 Archives by author
Starting: Mon Mar 4 12:03:28 CET 2013
Ending: Wed Mar 20 14:01:53 CET 2013
Messages: 62
- [master] 93c5e39 header style consistency
Per Buer
- [master] da7d47e various cleanups
Per Buer
- [master] 7f501a1 Examples are back
Per Buer
- [master] b7572af Fixes an issue in backend probe initialization that causes the default value of .initial to equal .threshold.
Dag Haavi Finstad
- [master] 640b2e4 Don't wait for s2, as that should block forever on test success.
Martin Blix Grydeland
- [master] d770a10 Resource cleanup in cnt_error() when Transient is full.
Martin Blix Grydeland
- [master] d1bbd0b Properly clean up resources after STV_NewObject fails before jumping to error.
Martin Blix Grydeland
- [master] c394dfb Be able to detect parse error during processing of backend Vary headers, and do 503 on parse error.
Martin Blix Grydeland
- [master] e316a5f Remove dodgy workaround introduced for #763.
Martin Blix Grydeland
- [master] f8f75cb Don't panic on malformed Vary headers.
Martin Blix Grydeland
- [master] f5c42c6 Return 503 when Vary-headers references header names more than 127 (out limit) characters long.
Martin Blix Grydeland
- [master] 7b6a395 Throw 503 on exceeding max 65k Vary header constituent limit.
Martin Blix Grydeland
- [master] ab17fec Document Vary parse error behavior
Martin Blix Grydeland
- [3.0] 956f64e Be able to detect parse error during processing of backend Vary headers, and do 503 on parse error.
Martin Blix Grydeland
- [3.0] 3f2ce1e Don't panic on malformed Vary headers.
Martin Blix Grydeland
- [3.0] 6f5812c Return 503 when Vary-headers references header names more than 127 (out limit) characters long.
Martin Blix Grydeland
- [3.0] bcc81eb Throw 503 on exceeding max 65k Vary header constituent limit.
Martin Blix Grydeland
- [3.0] be4891e Remove dodgy workaround introduced for #763.
Martin Blix Grydeland
- [3.0] 6d9426d Document Vary parse error behavior
Martin Blix Grydeland
- [master] 85b8869 Fix typos
Tollef Fog Heen
- [master] 5a1567e Output the wizard flag in the docs too
Tollef Fog Heen
- [master] 7e5fca4 Whitespace
Tollef Fog Heen
- [master] 4429629 Fix rst generation to avoid whitespace error
Tollef Fog Heen
- [master] 7f4bf4b Update parameters to current source
Tollef Fog Heen
- [master] cb3e952 Treat error as miss + error in %{Varnish:handling}x format
Tollef Fog Heen
- [master] ed1836b Add vdir.h to SOURCES
Tollef Fog Heen
- [master] e4072d3 Count number of times we go through vcl_error
Tollef Fog Heen
- [master] a5d5ecd Require libedit/readline
Tollef Fog Heen
- [master] a1ed465 Simplify libedit/readline detection somewhat.
Tollef Fog Heen
- [master] f8b37ce ifdef int x declaration to fix build failure
Tollef Fog Heen
- [master] 760c4f6 This test needs to wait for s2 also, otherwise the "expect" there may never be reached.
Poul-Henning Kamp
- [master] a71250e Oops, shouldn't have units on that param.
Poul-Henning Kamp
- [master] e91ca73 Rewite the sockopt code to be table-driven.
Poul-Henning Kamp
- [master] 00dbfb7 Allow for naming arguments in .vcc files
Poul-Henning Kamp
- [master] fdbd28d Try to explain the init/fini/locking mechanics.
Poul-Henning Kamp
- [master] 88624c7 Remove unneeded vmod::fini stuff, the vmod_priv::delete serves that purpose.
Poul-Henning Kamp
- [master] 4a6430b Fix a bug which prevents multiple objects per vmod
Poul-Henning Kamp
- [master] 16ae07b Polish some whitespace in the emitted vcc_if.[ch] files
Poul-Henning Kamp
- [master] e81bdb1 remove vmod.fini crumbs
Poul-Henning Kamp
- [master] 8d9597e Remember to mark VMOD object methods which return VOID as SYM_PROC
Poul-Henning Kamp
- [master] 9aab053 Add a proof-of-concept round-robin director as a VMOD object
Poul-Henning Kamp
- [master] 011944d Change the C-symbols a VMOD exports to contain the vmod name, to eliminate any chance of collissions.
Poul-Henning Kamp
- [master] 16c8251 Pass the vmod.object::init function the VCL name of the object being created.
Poul-Henning Kamp
- [master] 7be8dd9 Turn the vmod_debug demo-rr-director into a real director, and add a test-case where it is used in stackable fashion.
Poul-Henning Kamp
- [master] 81b988c Create a new vmod "directors" and move the demo-rr director into it, it is no longer a demo, it is going to replace the "built-in" rr director.
Poul-Henning Kamp
- [master] 67730b6 Add missing mention of libvmod_directors
Poul-Henning Kamp
- [master] cea487b Another attempt to get get things to build...
Poul-Henning Kamp
- [master] 3a73406 Fixes for at least one GCC bug
Poul-Henning Kamp
- [master] 5582b35 Remove reference to no non-existsnt doc-file
Poul-Henning Kamp
- [master] 3ed75f5 OpenBSD is not defined (unless sys/param.h is included) so simply use the gcc builtin define for it.
Poul-Henning Kamp
- [master] c9e3914 Abstract some "manage list of backends" code which most of the directors will need.
Poul-Henning Kamp
- [master] 1ccba69 Move also the fall-back director to the VMOD
Poul-Henning Kamp
- [master] e810830 Fallback is spelled without an hyphen.
Poul-Henning Kamp
- [master] 17f2e93 Remove the VCC generated round-robin and fallback directors, these now live in VMOD.directors (and can be stacked :-)
Poul-Henning Kamp
- [master] e707a73 Dependency magic...
Poul-Henning Kamp
- [master] 0a712d9 Make sure object destructors are called as the first thing in the VCL::fini cleanup
Poul-Henning Kamp
- [master] 90b058b Add a random director to VMOD.directors
Poul-Henning Kamp
- [master] 12e571b Add a hash director to vmod.directors.
Poul-Henning Kamp
- [master] 4c2ae4e Swing the infamous "phk viking axe" and deorbit directors from the core code.
Poul-Henning Kamp
- [master] ab63b45 Think of this as a warning-shot...
Poul-Henning Kamp
- [master] 084fe15 Rename vcl_fetch{} to vcl_response{}
Poul-Henning Kamp
- [master] 7fdeea4 Add new vcl_fetch{} and call it before vcl_miss{} and vcl_pass{} as an interrim measure.
Poul-Henning Kamp
Last message date:
Wed Mar 20 14:01:53 CET 2013
Archived on: Wed Mar 20 14:01:54 CET 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).