April 2016 Archives by author
Starting: Fri Apr 1 01:36:04 CEST 2016
Ending: Fri Apr 29 20:07:39 CEST 2016
Messages: 105
- [master] 397fca5 Wrong subroutine in error message
Dridi Boukelmoune
- [master] 6b66574 Missing bracket
Dridi Boukelmoune
- [master] a65aa02 Enable optional lcov support
Dridi Boukelmoune
- [master] 25647b4 Retire VCL_EVENT_USE
Dridi Boukelmoune
- [master] a65aa02 Enable optional lcov support
Dridi Boukelmoune
- [master] a65aa02 Enable optional lcov support
Dridi Boukelmoune
- [master] 2624c7e Sync with reality
Dridi Boukelmoune
- [4.0] 2d511c9 Don't consider backends as resources
Dridi Boukelmoune
- [master] a65aa02 Enable optional lcov support
Dridi Boukelmoune
- [master] 0447857 Remove ancient outdated comment
Dridi Boukelmoune
- [master] b045f92 nit-picking: we just checked for t1 == t0
Nils Goroll
- [master] 5f0dc30 improve ban lurker parameter documentation
Nils Goroll
- [master] ae69070 dont assert on a failing rmdir
Nils Goroll
- [master] 76315ee make EXP_Rearm() non-private again - vmods use it
Nils Goroll
- [master] 911d4d5 Initialize wrk->lastused if still NaN
Nils Goroll
- [master] d3e9232 No LRU for private objects
Nils Goroll
- [master] 0183ed4 trivial comment fix
Nils Goroll
- [4.0] 77bdac6 Update RFC reference
Martin Blix Grydeland
- [4.0] 32af5c5 Properly encode HTTP headers with weird characters to C identifiers.
Martin Blix Grydeland
- [4.0] 9827989 Add 1815 and 1768 to the changelog
Martin Blix Grydeland
- [master] fce2ff2 Handle return(synth()) in vcl_pipe
PÃ¥l Hermunn Johansen
- [master] f542cab Release memory instead of crashing on malformed ESI
PÃ¥l Hermunn Johansen
- [master] d47a144 Add simple error checking in ESI processing
PÃ¥l Hermunn Johansen
- [master] e171090 Add a SLT_BackendStart log tag, and log address and port on backend req
PÃ¥l Hermunn Johansen
- [master] 9c13026 Backend mode in varnishncsa
PÃ¥l Hermunn Johansen
- [4.1] 02609b8 Release memory instead of crashing on malformed ESI
PÃ¥l Hermunn Johansen
- [4.1] ea11249 Add simple error checking in ESI processing
PÃ¥l Hermunn Johansen
- [4.1] 3b07876 Add a SLT_BackendStart log tag, and log address and port on backend req
PÃ¥l Hermunn Johansen
- [4.1] 5a46b8c Backend mode in varnishncsa
PÃ¥l Hermunn Johansen
- [4.1] caf8853 Fix (insignificant) memory leak with mal-formed ESI directives.
PÃ¥l Hermunn Johansen
- [master] 2c9392d Extended formatters in varnishncsa
PÃ¥l Hermunn Johansen
- [4.1] 62e67e2 Extended formatters in varnishncsa
PÃ¥l Hermunn Johansen
- [master] 70df3cd New format of VSL formatter in varnishncsa
PÃ¥l Hermunn Johansen
- [4.1] 017e6d1 New format of VSL formatter in varnishncsa
PÃ¥l Hermunn Johansen
- [master] 0ff9ab8 Add a short and to the point developer guide.
Poul-Henning Kamp
- [master] d411a89 Slightly clearer text.
Poul-Henning Kamp
- [master] 6d70fb9 Typo
Poul-Henning Kamp
- [master] a65aa02 Enable optional lcov support
Poul-Henning Kamp
- [master] 9a85dfd Clean up the code to configure parameter min/max/default values.
Poul-Henning Kamp
- [master] 64ae2ad Make the maximum number of thread pools a compile time parameter.
Poul-Henning Kamp
- [master] 5a8ec68 SES_RxInit() shouldnt know about the max length of HTTP headers.
Poul-Henning Kamp
- [master] 57adab3 Eliminate the maxhdr field from struct http_conn
Poul-Henning Kamp
- [master] f9f6b2a Use SES_RxStuff() also for receiving beresp headers
Poul-Henning Kamp
- [master] a97bff7 Pass the max number of bytes to be received into SES_RxStuff() as parameter.
Poul-Henning Kamp
- [master] 8287ce7 Eliminate maxbytes entirely from struct http_conn
Poul-Henning Kamp
- [master] d533839 Collapse SES_RxReInit() into SES_RxInit().
Poul-Henning Kamp
- [master] a7c8544 Introduce a function to mark pipelined data in http_conn
Poul-Henning Kamp
- [master] 5f25e69 When the completion function returns empty, reset the rxbuffer in the central code, rather than the completion function.
Poul-Henning Kamp
- [master] 82c21f9 Rename SES_Rx*() to HTC_Rx*(), but leave them in cache_session.c for the lack of any better place to put them right now.
Poul-Henning Kamp
- [master] b477c37 Introduce SES_Ref() and SES_Rel(), so we can start to decorate the code with them.
Poul-Henning Kamp
- [master] 4743b17 Deref the sess in SES_Delete() and release the storage on ref==0
Poul-Henning Kamp
- [master] abeded8 Vector request failuers through the transport protocol
Poul-Henning Kamp
- [master] 6313596 Use correct printf spec for ssize_t
Poul-Henning Kamp
- [master] 05065fe Fix another size_t printf format
Poul-Henning Kamp
- [master] 5550d12 Make VSA_Get_Sockaddr() return a const void*, since we don't know what sockaddr-hack it is destined for.
Poul-Henning Kamp
- [master] 67d1592 Have the busyobj hold a ref on the clients session, so we can get at client/server IPs.
Poul-Henning Kamp
- [master] 48a844d Add a ".proxy_header" to the backend definitions.
Poul-Henning Kamp
- [master] e1d1b66 Add support for sending PROXY headers to backends.
Poul-Henning Kamp
- [master] 7b9a3a3 Add support for sending PROXY headers to backends.
Poul-Henning Kamp
- [master] a65aa02 Enable optional lcov support
Poul-Henning Kamp
- [master] dd0959d Give the vrt_ctx a distinct session pointer which will be available in both client and backend context.
Poul-Henning Kamp
- [master] bc5db18 Fill vrt_ctx->sp
Poul-Henning Kamp
- [master] 44fc7c4 Make the four IP#s available also in backend vcl methods.
Poul-Henning Kamp
- [master] 2d51524 These programs should respect SIGHUP and die, rather pointlessly eat all CPU time.
Poul-Henning Kamp
- [master] 649d9f4 Add some oc->refcnt paranoid asserts.
Poul-Henning Kamp
- [master] d30d554 Isolate the EXP_ interactions in cache_hash.c and mark the functions private.
Poul-Henning Kamp
- [master] 6e6cc0b Rename OEV_REMOVE to OEV_EXPIRE to precisely capture its meaning.
Poul-Henning Kamp
- [master] 1a67d3e Fix test-case to match OEV_REMOVE now being called OEV_EXPIRE
Poul-Henning Kamp
- [master] d089c57 Use correct test for busyness
Poul-Henning Kamp
- [master] 33a49c4 Attempt to close the race in #1909.
Poul-Henning Kamp
- [master] 9796bd9 Fix (insignificant) memory leak with mal-formed ESI directives.
Poul-Henning Kamp
- [master] 1694e15 If an expiring oc is in the mail, stick OC_EF_REMOVE on it and wait for it to arrive.
Poul-Henning Kamp
- [master] c8d062a Recover the Architect notes from the old wiki
Poul-Henning Kamp
- [master] b318692 Extend parts on heredoc in vcl.inline.
Lasse Karstensen
- [master] beac5f6 Remove unexplained acronym.
Lasse Karstensen
- [master] a65aa02 Enable optional lcov support
Federico Schwindt
- [4.1] d01f76a Revive the backend_conn counter
Federico G. Schwindt
- [4.1] b21bd69 Sync changelog
Federico G. Schwindt
- [master] bdc63fc Update device detection VCL
Federico G. Schwindt
- [master] 90afdda Start the return values at 1
Federico G. Schwindt
- [master] 84dc0ca Improve examples
Federico G. Schwindt
- [master] dc360a4 Correct prompt when using heredoc
Federico G. Schwindt
- [master] a5b5376 Correct backend expression and other improvements
Federico G. Schwindt
- [master] 8602c8a Revert recent heredoc handling change for now
Federico G. Schwindt
- [master] 0cc4adf Do not add empty strings to the cli history
Federico G. Schwindt
- [master] ddcaf41 Revert "Enable optional lcov support"
Federico G. Schwindt
- [master] 3a06210 Also remove directory if compilation failed
Federico G. Schwindt
- [master] d270a00 Maintain `-d` behaviour when log is overrun and reacquired
Federico G. Schwindt
- [4.1] 9f933fd Maintain `-d` behaviour when log is overrun and reacquired
Federico G. Schwindt
- varnish-commit:1ctwg
snlgqkifk
- varnish-commit:招用待岗、内退、停薪留职的人员,应注意哪些细节问题?
ugfyavlp
- Attached Doc
canon at varnish-cache.org
- Attached Image
scanner at varnish-cache.org
- Hello!
varnish-commit at varnish-cache.org
- beneficial offer
varnish-commit at varnish-cache.org
- Wanted regional manageres
varnish-commit at varnish-cache.org
- The beautiful work in crisis!
varnish-commit at varnish-cache.org
- Wanted regional manageres
varnish-commit at varnish-cache.org
- Working with partial occupancy
varnish-commit at varnish-cache.org
- The part-time employment
varnish-commit at varnish-cache.org
- Are you Making Money Yet?
varnish-commit at varnish-cache.org
- Document(1)
varnish-commit at varnish-cache.org
- Scan041
varnish-commit at varnish-cache.org
- Attached Doc
xerox at varnish-cache.org
- hi prnt
varnish-commit
Last message date:
Fri Apr 29 20:07:39 CEST 2016
Archived on: Fri Apr 29 20:07:54 CEST 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).