[varnishcache/varnish-cache] 15aad3: Move the default objcore->methods into their own f...

Poul-Henning Kamp phk at FreeBSD.org
Mon Dec 14 23:40:15 CET 2015


  Branch: refs/heads/master
  Home:   https://github.com/varnishcache/varnish-cache
  Commit: 15aad353d94fae4e3108ab2acc335c95f7bd9c0f
      https://github.com/varnishcache/varnish-cache/commit/15aad353d94fae4e3108ab2acc335c95f7bd9c0f
  Author: Poul-Henning Kamp <phk at FreeBSD.org>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M bin/varnishd/Makefile.am
    M bin/varnishd/storage/stevedore.c
    A bin/varnishd/storage/storage_simple.c

  Log Message:
  -----------
  Move the default objcore->methods into their own file.

These are the methods used by "simple" stevedores, more advanced
stevedores can bring their own set.


  Commit: 2c76f5b2152d714f42c322041d9552d73ef597c9
      https://github.com/varnishcache/varnish-cache/commit/2c76f5b2152d714f42c322041d9552d73ef597c9
  Author: Poul-Henning Kamp <phk at FreeBSD.org>
  Date:   2015-12-14 (Mon, 14 Dec 2015)

  Changed paths:
    M bin/varnishd/Makefile.am
    M bin/varnishd/cache/cache_obj.c
    M bin/varnishd/storage/mgt_stevedore.c
    M bin/varnishd/storage/mgt_storage_persistent.c
    M bin/varnishd/storage/stevedore.c
    M bin/varnishd/storage/storage.h
    M bin/varnishd/storage/storage_file.c
    M bin/varnishd/storage/storage_malloc.c
    M bin/varnishd/storage/storage_persistent.c
    M bin/varnishd/storage/storage_persistent_silo.c
    M bin/varnishd/storage/storage_simple.c
    A bin/varnishd/storage/storage_simple.h
    M bin/varnishd/storage/storage_umem.c

  Log Message:
  -----------
  Collect all the stuff which implements objects on top of "simple"
stevedores and call it "SML".

I bet this is going to surprise Martin :-)


Compare: https://github.com/varnishcache/varnish-cache/compare/e29448145caf...2c76f5b2152d


More information about the varnish-commit mailing list