September 2016 Archives by thread
Starting: Thu Sep 1 09:34:11 CEST 2016
Ending: Fri Sep 30 15:27:04 CEST 2016
Messages: 321
- [master] f9eec3b Respect remote MAX_FRAME_SIZE
Poul-Henning Kamp
- [master] b2eb0a4 Flush our own random generator, not libcs.
Poul-Henning Kamp
- Please find attached invoice no: 83081085
document at varnish-cache.org
- [master] 2d98cc5 Add VCL labels to the request state machine
Dridi Boukelmoune
- Scanned image from MX2310U at varnish-cache.org
office at varnish-cache.org
- [master] f02d470 Typo
Dridi Boukelmoune
- [master] c99382d Fix build for 32bit systems
Dridi Boukelmoune
- [master] 3a4532b Add gquintar's HTTP2 "internal" varnishtest cases.
Poul-Henning Kamp
- [master] 26fcf62 Minor flexelint nit-picking, while trying to make sure there was nothing major lurking.
Poul-Henning Kamp
- [master] a9af555 Fix the pseudo header lengths
Poul-Henning Kamp
- [master] 26d615e Fix assert to be more useful
Poul-Henning Kamp
- [master] 3ad994a Add our first H2 varnishd test
Poul-Henning Kamp
- [master] db6276d Update the naming scheme for tests
Poul-Henning Kamp
- [master] 1d56bc0 Remove unused import
Dridi Boukelmoune
- [master] dc8177b Don't skip all tests depending on features
Poul-Henning Kamp
- [master] d602c96 Fail tests which ask for features we have not heard about.
Poul-Henning Kamp
- [master] 1727141 feature test that nghttp can be executed
Poul-Henning Kamp
- [master] f330d35 Until our HTTP2 implementation is more comprehensive it is a feature you need to explicitly enable (params.set feature +http2)
Poul-Henning Kamp
- [master] 782e07a Implement PING frames
Poul-Henning Kamp
- [4.1] 370ba20 Don't skip all tests depending on features
Dridi Boukelmoune
- [4.1] 20d4cfd Fail tests which ask for features we have not heard about.
Dridi Boukelmoune
- [master] b96a983 move vrnd.h to vmod api
Nils Goroll
- [4.1] e607a6b Make life easier for vim/syntastic users
Dridi Boukelmoune
- [master] 9f52d60 Insist that VCL events are only sent from CLI thread
Poul-Henning Kamp
- [master] eb8b4ee More bells & whistles
Poul-Henning Kamp
- [4.1] c3374b1 Revert to wrlock to avoid vd->vbm trampling
PÃ¥l Hermunn Johansen
- Message from "CUKPR0014729"
scanner at varnish-cache.org
- [master] 88f326a Add a testcase for H1->H2 upgrade
Poul-Henning Kamp
- [master] 45de3ad VSL the frame before holding the mtx
Poul-Henning Kamp
- [master] 111bca9 Make sure stream numbers don't become unordered
Poul-Henning Kamp
- [master] e8f4171 Implicit backend cast to boolean
Dridi Boukelmoune
- [master] c4c444c Add a workspace for vcl events
Nils Goroll
- [master] edd955f fix std.log() to behave the same in ini/fini and the rest, now that we got a ws
Nils Goroll
- [master] d035171 document it before the next person stumbles over it
Nils Goroll
- [4.1] 564250a Use "none" to disable authentication
PÃ¥l Hermunn Johansen
- 65405 中高层管理者的职业化修炼 varnish-commit
ufh
- [master] 0516feb We cannot trust settings-ack to arrive before any other frames
Poul-Henning Kamp
- [master] c672889 Revert "We cannot trust settings-ack to arrive before any other frames"
Poul-Henning Kamp
- [master] 16ed166 Try to stabilize this test with a barrier.
Poul-Henning Kamp
- [master] c936b7a Allow to use regex matches in expressions
Federico G. Schwindt
- [master] 3028aa3 Add the beginnings of a HPACK coverage test
Poul-Henning Kamp
- [master] 7865dd7 Fix unchecked return
Guillaume Quintard
- [master] d708fe0 Please flexelint, pl can be unsigned
Guillaume Quintard
- [master] 60eaab2 Fix bad enum to int conversion
Guillaume Quintard
- [master] 3fc1e51 Remove useless semi-colon
Guillaume Quintard
- [master] 791d44d No need for initialization
Guillaume Quintard
- [master] 4830ec8 Check HPK_ResizeTbl return
Guillaume Quintard
- [master] 475dbed Un-confuse flexelint
Guillaume Quintard
- [master] e0810f2 Check get_bytes return
Guillaume Quintard
- [master] 4ff7beb Check VSB_finish return
Guillaume Quintard
- [master] 62753c4 Remove useless semi-colon
Guillaume Quintard
- [master] d231a15 Whitespace OCD
Dridi Boukelmoune
- [master] 8f7ac0f Align varnishtest naming with vcl
Guillaume Quintard
- [master] 169e162 Enforce that VCL names must be C-language identifiers ([A-Za-z][A-Za-z0-9_]*)
Poul-Henning Kamp
- [master] 2ec362a Make a convenience function to test if a VCL is a label
Poul-Henning Kamp
- [Vigor2820 Series] New voice mail message from 01456672968 on 2016/09/08 17:21:30
voicemail at varnish-cache.org
- [master] 5d0852c Use a switch-case for the fini sequence
Guillaume Quintard
- [master] f70bcbc Make sure the step numbes are decreasing
Guillaume Quintard
- [master] 205ce3f Assign q, otherwise the whole check is useless
Guillaume Quintard
- [master] b38feaa Track labels using the VCL dependencies (in MGR)
Poul-Henning Kamp
- [master] 45a4a2f tiny progress on the changelog
Nils Goroll
- [master] 1b4395b Whitespace OCD
Dridi Boukelmoune
- [master] a063045 Fix the symbol pattern for probe definitions
Dridi Boukelmoune
- [4.1] 80a169e Backport m00025.vtc
Dridi Boukelmoune
- [master] a630df0 Whitespaces, correct pasto and leftover from 4.0
Federico G. Schwindt
- [master] f176f05 Allow automatic promotion from INT to REAL.
Poul-Henning Kamp
- [master] e4ce8c0 In C enums are integertyped, but it is up to the compiler to decide if they are signed or unsigned.
Poul-Henning Kamp
- [master] 577dab5 Prepare for 5.0.0-beta1.
Lasse Karstensen
- [master] 6829b6b test real <op> int
Nils Goroll
- [4.1] 92a4bde vut clients: consistently mark all <non-literal options>
PÃ¥l Hermunn Johansen
- [4.1] 41f1673 Mark some more non-literal options
PÃ¥l Hermunn Johansen
- [4.1] 9ca45ff Let varnishhist see the backend side and add some profiles ...
PÃ¥l Hermunn Johansen
- [4.1] 7e471b3 remove duplicate init
PÃ¥l Hermunn Johansen
- [4.1] a63e2b0 draw a y axis scale
PÃ¥l Hermunn Johansen
- [4.1] 17690d4 refresh period: missing option, sub-second, allow inc/dec
PÃ¥l Hermunn Johansen
- [4.1] 97cd05c timebend option: allow to specify how fast time passes
PÃ¥l Hermunn Johansen
- [4.1] 1a51307 Move the profile definition into a tbl file and generate the docs from it
PÃ¥l Hermunn Johansen
- [4.1] 06fc521 Forgot to include client/backend profile info in the man page
PÃ¥l Hermunn Johansen
- [4.1] 571cb5b try to help the release manager
PÃ¥l Hermunn Johansen
- [4.1] 7fd0a1e typo
PÃ¥l Hermunn Johansen
- [4.1] d7b7bcf put options in phonebook order again
PÃ¥l Hermunn Johansen
- [4.1] 0378d5e remove extra [ in the usage
PÃ¥l Hermunn Johansen
- [4.1] 5b424b8 more typos fixed
PÃ¥l Hermunn Johansen
- [4.1] dec7588 Typo
PÃ¥l Hermunn Johansen
- [4.1] f8d4c8e Polish
PÃ¥l Hermunn Johansen
- [4.1] 8135bd0 Whitespace and format OCD
PÃ¥l Hermunn Johansen
- [4.1] bf7fb97 Be consistent wrt vsl_ts locking
PÃ¥l Hermunn Johansen
- [4.1] 874294d Only update timestamp if we got a timestamp
PÃ¥l Hermunn Johansen
- [4.1] bf7faed Revert "Add missing break to switch."
PÃ¥l Hermunn Johansen
- [4.1] b392d91 Check the pthread functions returns in varnishhist
PÃ¥l Hermunn Johansen
- [master] 2562b11 fix misnomer in comment
Nils Goroll
- [master] 080ce03 drop unimplemented parameter session_max
Nils Goroll
- [master] ca8bd53 improve thread_pools documentation
Nils Goroll
- [master] 5e4377c leave some comments pointing to the right locations
Nils Goroll
- [master] 478c664 fix old typo
Nils Goroll
- [master] 5972f08 Reallow '-' in VCL names by popular demand.
Poul-Henning Kamp
- [master] b1419a6 Don't insist on a particular status code from -errvcl
Poul-Henning Kamp
- [master] 74c03d4 Clarify what makes a VCL warm or cold
Dridi Boukelmoune
- [master] 87ab209 Volatile read of the VCL temperature
Dridi Boukelmoune
- [master] c60f737 Add a read/write lock for VCL temperature
Dridi Boukelmoune
- [master] 0ed12c4 Remove spurious assert on VCL release
Dridi Boukelmoune
- [master] 6f360c9 Non volatile reads/writes use the temperature lock
Dridi Boukelmoune
- [master] 86dcf63 Spelling
Federico G. Schwindt
- [master] 9f292e8 Minor cosmetic and more upcoming changes
Federico G. Schwindt
- [master] ef9e5ff Go over the vcl-wrangling code and unspread the creation of the VRT_CTX used for VCL events.
Poul-Henning Kamp
- [master] 08675ee Fix sphinx syntax issue, slightly change emphasis
Poul-Henning Kamp
- [master] 2679527 Polish
Poul-Henning Kamp
- [master] 6d4447c Add support for PRIV_TASK in CLI induced VCL events.
Poul-Henning Kamp
- [master] 80c5b90 Fix typo.
Poul-Henning Kamp
- [master] a48962f Remove diagnostic check on active VCL, rather than increase cost by correctly holding the mtx while examining it.
Poul-Henning Kamp
- [master] f367c79 Crude hack to try to get a clue to why rdlocks are unhappy on certain platforms
Poul-Henning Kamp
- [master] 91363fe Make the includes relative to varnishd/
Federico G. Schwindt
- [master] 090bfa2 Skip tests with older nghttp versions
Federico G. Schwindt
- [master] c61d207 Ignore more files related to HTTP/2
Federico G. Schwindt
- [master] 2761c43 Let std.integer also do real to integer conversion
Federico G. Schwindt
- [master] 1f80653 Allow multiple VCL labels to point to the same "real" VCL.
Poul-Henning Kamp
- [master] 1eed4bb Add multi-label tests
Poul-Henning Kamp
- [master] 85ad7ec Clarify doc regarding -p with -1
Federico G. Schwindt
- [master] 7427860 Avoid unneeded conversions
Federico G. Schwindt
- [master] c9f721b Don't treat sub none specially
Federico G. Schwindt
- [master] 174ca62 Also initialize the temp_rwl for labels
Poul-Henning Kamp
- [master] 7b60fe7 Init the correct rwlock
Poul-Henning Kamp
- [master] 873e75b Call it 'vhosts' instead of 'domains'.
Poul-Henning Kamp
- [master] 3ed6c35 Minor polish while here anyway
Poul-Henning Kamp
- [master] eb649cb Bail out on this error.
Poul-Henning Kamp
- [master] 4cd32f5 Only update the active_vcl on successful VCL compiles
Poul-Henning Kamp
- [master] 811c0c5 Add test for support of PRIV_TASK in CLI induced VCL events.
Nils Goroll
- [master] a3ee09b fix the tiny bit necessary for PRIV_* to work with methods and add tests
Nils Goroll
- [master] 1f746ae Zero the cli_task_priv after use.
Poul-Henning Kamp
- [master] 724ce35 enable strict jemalloc checking for varnishtest
Nils Goroll
- [master] 9095c5c vcl_deliver read-only access to obj.ttl, obj.age, obj.grace and obj.keep
Nils Goroll
- [master] 16977fc Teach vcc_expr_tostring how to handle STRING_LIST
Federico G. Schwindt
- [master] 896aa8d Fix regex matches in some esoteric cases
Federico G. Schwindt
- [master] 77f49d0 Use vcc_expr_tostring and polish
Federico G. Schwindt
- [master] 3b40a01 Fix build
Federico G. Schwindt
- [master] 8fb2900 Fix the fix
Federico G. Schwindt
- [master] ef39946 make newly introduced vtcs less timing-critical
Nils Goroll
- [master] f3862b4 Start keeping track of H2 state
Poul-Henning Kamp
- [master] 1941f86 Append a default system-wide location to vmod_path
Dridi Boukelmoune
- [master] 45fd33b Install devicedetect.vcl system-wide
Dridi Boukelmoune
- [master] f9591f0 Update devicedetect.vcl to current upstream
Dridi Boukelmoune
- [master] 989b39f Document the purpose of the default `vcl_path`
Dridi Boukelmoune
- [master] 5d9f6b8 make newly introduced vtcs less timing-critical
Nils Goroll
- [master] fac13e9 now for real: make newly introduced vtcs less timing-critical
Nils Goroll
- [master] 27aa521 take a note on the hit-for-pass to hit-for-miss change
Nils Goroll
- [master] 1bcc818 some little detail
Nils Goroll
- [master] c604ec1 Bump the VRT API version on a "we've probably overlooked something" basis.
Poul-Henning Kamp
- [master] a67944a Bump the Via header for 5.0
Poul-Henning Kamp
- [4.1] 5df35e8 Stop incorrectly reporting overflow on zeroed ws.
PÃ¥l Hermunn Johansen
- [4.1] 918e059 Go to v_b_e{} if we get a 304 without INM/IMS
PÃ¥l Hermunn Johansen
- [4.1] 73b33d6 Lock when a backend is moved between lists
PÃ¥l Hermunn Johansen
- [4.1] 4f9d556 Be consistent wrt vsl_ts locking
PÃ¥l Hermunn Johansen
- [4.1] 41aa2e3 Fix redundant error message
PÃ¥l Hermunn Johansen
- [4.1] 7419397 fix typo: actually save LIBS in save_LIBS
PÃ¥l Hermunn Johansen
- [4.1] a913c08 When test-compiling to check for jit, also use CFLAGS and LIBS
PÃ¥l Hermunn Johansen
- [4.1] 8c9f875 remove unused __VA_ARGS__
PÃ¥l Hermunn Johansen
- [4.1] 6b85177 Improve wording of do_stream documentation
PÃ¥l Hermunn Johansen
- [4.1] 6ddd00d Counter documentation for sess_herd
PÃ¥l Hermunn Johansen
- [4.1] c231bda Further improve do_stream documentation
PÃ¥l Hermunn Johansen
- [4.1] 5d0103a The parameter's name is timeout_linger
PÃ¥l Hermunn Johansen
- [4.1] e6f46cf Add script to run Coverity.
PÃ¥l Hermunn Johansen
- [4.1] 3a2ea1e Pointlessly fix a resource-leak in bail-out path, spotted by Coverity.
PÃ¥l Hermunn Johansen
- [4.1] a4b4903 Make a workspace debugging output more usable
PÃ¥l Hermunn Johansen
- [4.1] e6bcbb3 Check malloc return
PÃ¥l Hermunn Johansen
- [4.1] 63da974 Typo
PÃ¥l Hermunn Johansen
- [4.1] a1d65c1 Add useless break statement to please Coverity
PÃ¥l Hermunn Johansen
- [4.1] d2c30cc Check pthread_cond_signal returns
PÃ¥l Hermunn Johansen
- [4.1] 148a840 Protect against use-after-free/unitialized
PÃ¥l Hermunn Johansen
- [4.1] be6b018 Typo
PÃ¥l Hermunn Johansen
- [4.1] 8405235 Insist that VCL events are only sent from CLI thread
PÃ¥l Hermunn Johansen
- [4.1] fccc2aa Fix unchecked return
PÃ¥l Hermunn Johansen
- [4.1] d255cde Clarify what makes a VCL warm or cold
Dridi Boukelmoune
- [4.1] 3f6de09 Volatile read of the VCL temperature
Dridi Boukelmoune
- [4.1] 65f62a3 Add a read/write lock for VCL temperature
Dridi Boukelmoune
- [4.1] fb4fb34 Remove spurious assert on VCL release
Dridi Boukelmoune
- [4.1] 9ae3861 Non volatile reads/writes use the temperature lock
Dridi Boukelmoune
- [4.1] 9e66583 Remove diagnostic check on active VCL, rather than increase cost by correctly holding the mtx while examining it.
Dridi Boukelmoune
- [master] 21a5919 Initial merge of the shard director
Nils Goroll
- varnish-commit:影响到出口市场营销的七大要素
hevd
- [3.0] 3271c51 Ignore missing reason in probe responses
Dridi Boukelmoune
- [master] cdd4936 make the shard sha256 extract endianness-agnostig
Nils Goroll
- [master] 3be6559 fix a leftover from vslp times - overlooked increment by one for crc32
Nils Goroll
- [master] 4a5ec60 failing crc32 checks on macos + clang - casting the culprit?
Nils Goroll
- [master] bd5ade3 Revert "failing crc32 checks on macos + clang - casting the culprit?"
Nils Goroll
- [master] 5879216 Let process do -run as well
Federico G. Schwindt
- [master] f39ade7 Add test for varnishstat -f
Federico G. Schwindt
- [master] a04d4d7 try to make flexelint a bit happier
Nils Goroll
- [master] 1ca6a37 hand-edit the auto-generated code for flexelint
Nils Goroll
- [master] 16ff34b use the crc32 from libvgz
Nils Goroll
- [master] 7e458d8 Spelling
Federico G. Schwindt
- [master] 8bb7e90 Switch to globbing on the whole string
Federico G. Schwindt
- [master] 44bca7b hand-edit the auto-generated code for flexelint - part 2
Nils Goroll
- [master] d0a8130 take more advice from flexelint
Nils Goroll
- [master] dc04d59 silence flexelint
Nils Goroll
- [master] 65ba04b re-fix two spelling nits
Nils Goroll
- [master] dc2ef5e Ignore H2 upgrades if the feature is not enabled.
Poul-Henning Kamp
- [master] 0667b98 More spelling
Federico G. Schwindt
- [master] 7a39df3 Add a '-vsc' which dumps a set of counters using a 'glob' pattern
Poul-Henning Kamp
- [master] 8a50626 Correctly clean up H2 sessions
Poul-Henning Kamp
- [master] 6ca043b Fix printf-format
Poul-Henning Kamp
- [master] 6b13464 more changes
Nils Goroll
- [master] 15faf65 Make sure separate VCL's don't get tied too hard to vhosts, they can be used for so many more things than that.
Poul-Henning Kamp
- [4.1] 9bbbc0b Make sure the step numbes are decreasing
PÃ¥l Hermunn Johansen
- [4.1] a70c5ea Assign q, otherwise the whole check is useless
PÃ¥l Hermunn Johansen
- [4.1] 0854d43 fix misnomer in comment
PÃ¥l Hermunn Johansen
- [4.1] 734b2b6 improve thread_pools documentation
PÃ¥l Hermunn Johansen
- [4.1] a5c318b leave some comments pointing to the right locations
PÃ¥l Hermunn Johansen
- [4.1] d0220de fix old typo
PÃ¥l Hermunn Johansen
- [4.1] 3273ffa Clarify doc regarding -p with -1
PÃ¥l Hermunn Johansen
- [4.1] 90828d7 Minor polish while here anyway
PÃ¥l Hermunn Johansen
- [4.1] 7268df1 Bail out on this error.
PÃ¥l Hermunn Johansen
- [4.1] d5044f5 Only update the active_vcl on successful VCL compiles
PÃ¥l Hermunn Johansen
- [4.1] 26252af Correct behavior when S_arg is the empty string
PÃ¥l Hermunn Johansen
- Accounts Documentation - Invoices
CreditControl at varnish-cache.org
- [master] edd4ebe Fail if compilation failed and -errvcl was not set
Federico G. Schwindt
- varnish-commit:新产品的适销性与上市推广
sh
- [4.1] 6090acf Break EXTRA_DIST with one item per line
Dridi Boukelmoune
- [4.1] ca3fde2 mv varnish.m4 varnish-legacy.m4
Dridi Boukelmoune
- [4.1] fe1c483 Define PKG_CHECK_VAR for legacy systems
Dridi Boukelmoune
- [4.1] 2b279cd Introduce new macros for out-of-tree VMODs
Dridi Boukelmoune
- [master] 50515b2 Handle integers in boolean expressions
Federico G. Schwindt
- [master] 560b3b6 Add 5.0
Poul-Henning Kamp
- [master] 0fe58fb Remote variables not necessary to calculate the hit-rate
Arianna Aondio
- [master] d029e0d Merge pull request #2030 from aondio/varnishstat
GitHub
- [master] 30c0d08 speling
Nils Goroll
- [master] 4e8e9a7 changes: shard
Nils Goroll
- [4.1] 348f2df Changelog update
PÃ¥l Hermunn Johansen
- [4.1] 1774719 Docfix
Dridi Boukelmoune
- [master] 42e3956 changes: hit-for-pass -> hit-for-miss
Nils Goroll
- [master] b14ffbd so much for the points I had added to changes.rst
Nils Goroll
- [master] 0e0c923 cut this short now that the prosa is in whats-new/changes-5.0.rst
Nils Goroll
- [master] fe299bb ocd
Nils Goroll
- [4.1] 0e25e74 Remote variables not necessary to calculate the hit-rate
PÃ¥l Hermunn Johansen
- [master] a74e465 pointer to the release notes
Nils Goroll
- [master] 0a0de58 try to summarize request body handling and non-GET caching
Nils Goroll
- [master] 2c8b516 improve formatting
Nils Goroll
- [master] 9336043 RFC OCD
Dridi Boukelmoune
- [master] 6f72351 More RFC OCD
Dridi Boukelmoune
- [master] 8a5f34c Document integers in a boolean context
Federico G. Schwindt
- [master] 4b0fbc9 punchlines - no more
Nils Goroll
- [master] 2e8c8c1 dridis todo items ticked off
Nils Goroll
- [master] 3c3dc16 extract from git diff -r varnish-4.1.3 ./lib/libvcc/generate.py
Nils Goroll
- [master] b5150c9 parameter changes
Nils Goroll
- [master] 9503af3 be more precise about bodies
Nils Goroll
- [4.1] 245ec6c Prepare for 4.1.4-beta1 release
PÃ¥l Hermunn Johansen
- [master] 699d1b9 esi and waitinglist
Nils Goroll
- [master] a56e1c9 whatsnew progress on misc details
Nils Goroll
- [master] 2d352a1 whatsnew progress on misc details
Nils Goroll
- [master] 7078f71 not decided on synthetic() yet
Nils Goroll
- [master] cbdcc47 whatsnew bits and pieces
Nils Goroll
- [master] 16466c2 fix rst formatting error
Nils Goroll
- [master] 37a6232 improve a formatting nit
Nils Goroll
- [master] 1a94b71 vmodtool req'd python version
Nils Goroll
- [master] d4ad1f9 final(?) formatting fixes
Nils Goroll
- [master] 01f75bc s/vmod/VMOD/ when used in sentences
Dridi Boukelmoune
- [master] 95c5286 Tidy up and more entries
Federico G. Schwindt
- [master] c252050 Mention the new autoconf macros in the changelog
Dridi Boukelmoune
- [master] 1440a4a Boolean automatic conversions
Dridi Boukelmoune
- [master] 07a9e0f More changes
Federico G. Schwindt
- [master] 38758cf And a few more
Federico G. Schwindt
- [master] 1031433 Bring 1440a4a5 back
Federico G. Schwindt
- [master] 7912194 Add release note draft
Poul-Henning Kamp
- [master] e588f19 Git more work on release note
Poul-Henning Kamp
- [master] 08f2bc5 Minor fixes
Poul-Henning Kamp
- [master] 0a75da8 /me speling
Nils Goroll
- [master] 2ad850a document a non-GET caching killer and test the workaround
Nils Goroll
- [master] e8257e1 grammar nit
Nils Goroll
- [master] f444878 fix reference
Nils Goroll
- [master] 98a172d Final spit&polish before release
Poul-Henning Kamp
- [master] 99d036f Prepare for 5.0.0 final.
Lasse Karstensen
- [master] e3855fa Docfix
Dridi Boukelmoune
- [master] 860a47b Test for passing status + reason from backend to synth via deliver
Nils Goroll
- [master] e8420fd Be consistent with whitespace in counter descs.
Lasse Karstensen
- [master] 7c3ab25 Allow duration types in boolean contexts
Federico G. Schwindt
- varnish-commit:如何处理员工违纪问题? toe9yc
jy
- [master] db326b8 Polish
Federico G. Schwindt
- [master] c52262a At least make the FreeBSD instructions do something.
Poul-Henning Kamp
- [master] 6dc1d5b Add new VARNISH_{TEST,LIBRARY}_PATH variables
Dridi Boukelmoune
- [master] 0da5eeb GC vsyslog check
Federico G. Schwindt
- [master] 0fbc5f7 Sync description with reality
Federico G. Schwindt
- [master] d8cf732 Typos and cosmetic
Federico G. Schwindt
- [master] 7ded638 Insert an artificial pause in the H2 preface, at the point where it makes a valid H1 request header.
Poul-Henning Kamp
- [master] dbcbae2 Do not insist the H2 connection preface arrives in a single packet.
Poul-Henning Kamp
- [master] e037b90 Flexelinting
Poul-Henning Kamp
- [master] 2889a83 More Flexelinting
Poul-Henning Kamp
- [master] 6487059 document and test bereq.backend vs. beresp.backend vs. beresp.backend.name
Nils Goroll
- [master] 16b3890 Fix "Wrong enum value" VCC Error
Nils Goroll
- --varnish-commit:如何实现基于产品平台去开发产品?
famwr
- [master] c7e56c4 Random polishing
Federico G. Schwindt
- [master] 6b85eea Revert "Check malloc return"
Guillaume Quintard
- [master] 3684858 No check needed, free(NULL) is a nop
Guillaume Quintard
- [master] be24ee1 More cleanup
Federico G. Schwindt
- [master] 9858175 Ensure everything under the process is terminated
Federico G. Schwindt
- [master] 555c3a1 Document %r behaviour
Federico G. Schwindt
- [master] a6c37bd Improve documentation
Federico G. Schwindt
- Document No 52658723890
CELIA LEMERRIE
- [master] 4eee5c4 spelling
Dag Haavi Finstad
- Message from "CUKPR0931417"
scanner at varnish-cache.org
- Message from "CUKPR0189973"
scanner at varnish-cache.org
- 仓储物流管理的好坏对公司的影响有多大? 蓟梦彤
finrkn
- [master] 840b753 complete and fix the ban syntax documentation
Nils Goroll
- [master] 22a8bf5 remove extra word
Nils Goroll
- [master] b26ba7d Always consume the request body in bgfetch
Federico G. Schwindt
- [master] e6b61f5 Fix test for duplicate links in vsl_dispatch
Martin Blix Grydeland
Last message date:
Fri Sep 30 15:27:04 CEST 2016
Archived on: Fri Sep 30 15:27:05 CEST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).