| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Upstream changes:
1.57 Thu Sep 30 16:25 2021
- Add expire($key) method to allow explicitly expiring
a key from the cache. In write-back mode, if the key
is dirty it will be written back, in other modes it's
the same as remove($key)
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
|
|
|
Add missing TEST_DEPENDS
Upstream changes:
1.56 Mon Dec 14 14:35 2020
- Update MANIFEST to include all tests. It hasn't
been updated in a while
1.55 Mon Dec 14 12:10 2020
- Add ability to override internal value of 'time'
everywhere to make tests that check expiry of items
faster and more robust
1.54 Sat Dec 12 13:40 2020
- Add Test::Deep as dependency to Makefile.PL
1.53 Thu Dec 10 13:40 2020
- Handle expire_on being undef (use cache default) and
return undef if existing value not found in cache.
Makes get_and_set which passes on expire_on just work
in "doesn't exist" case
1.52 Thu Dec 10 12:20 2020
- Fix bug where a get() on a key that was expired would
cause that key to be deleted and never written back
even if it was dirty
- Added new expire_on naming so that expire_time
(relative future time) and expire_on (absolute
unix epoch time) are now clear and distinct
- Allow setting expire_on when doing a set() call,
which is useful from get_and_set() to maintain
an items absolute expiry time
1.51 Wed Nov 11 17:15 2020
- Skip JSON/Sereal tests if modules not present
- Updated .gitignore
Thanks to https://github.com/szabgab/
- GitHub Actions config file
Thanks to https://github.com/szabgab/
1.50 Fri Nov 6 20:40 2020
- Allow get_and_set sub to return an options
hash passed to the internal set call
|
|
|
|
|
|
1.49 Tue Mar 24 10:15 2020
- Fix windows compilation and test warnings
Thanks to hvn@radiatorsoftware.com
|
|
1.48 Thu Apr 11 11:30 2019
- Remove use of // so we should work on 5.8 again
- Replace -1 with a NOPAGE constant
- Use 64bit offsets so we support caches > 4G
- Various valgrind code fixes
Thanks to oschwald@gmail.com
|
|
|
|
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
|
|
|
Upstream changes:
1.47 Fri Apr 6 11:10 2018
- Allow custom serializer or compressor options
- Update bugtracker link to github
Thanks to toddr@cpan.org
|
|
---------------------------------------
1.46 Fri Jul 14 19:40 2017
- Fix tests on older perls (thanks stephanloyd9@gmail.com)
- Use File::Spec for temp dir (thanks fraserbn@gmail.com)
- Fix mmap_cache_internals.h include guard
- Fix get_and_set() always returning 0 for DidStore
- Allow setting permission when creating cache file
- Tweak leak detection tests
- Fix last_access/expire_time checks for impending
1500000000 seconds since epoch
|
|
|
|
---------------------------------------
1.45 Thu Mar 14 11:10 2017
- Deprecate raw_values and compress options, add
new compressor and serializer options to allow
different compressors and serializers.
Initial compressor support: zlib, lz4, snappy
Initial serializer support: storable, sereal, json
Thanks to nickt@broadbean.com for initial work
|
|
|
|
---------------------------------------
1.44 Wed Jun 1 21:45 2016
- Set FD_CLOEXEC flag on cache files when opened.
Particularly useful in Net::Server where
HUPing a process causes it to exec() itself.
Unless you undef the cache references, you'll
leak fd's after each HUP
|
|
Upstream changes:
1.43 Fri Oct 23 14:00 2015
- Update copyright + version correctly everywhere
1.42 Fri Oct 23 13:30 2015
- Allow get_and_set callback to return an empty list
which means "no change". This allows atomic
"get, and set if not present" type action, but
without resetting the expiry time on each get.
This is basically the same as using the read_cb
1.41 Thu Aug 29 15:30 2013
- Actually reuse deleted slots. Meant that if
you used ->remove() a lot, we would re-organise
cache more than needed
- Include typo and meta patches from dsteinbrunner
|
|
Issues found with existing distfiles:
distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
distfiles/fortran-utils-1.1.tar.gz
distfiles/ivykis-0.39.tar.gz
distfiles/enum-1.11.tar.gz
distfiles/pvs-3.2-libraries.tgz
distfiles/pvs-3.2-linux.tgz
distfiles/pvs-3.2-solaris.tgz
distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
|
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
|
|
|
|
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
|
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
|
|
|
are called p5-*.
I hope that's all of them.
|
|
devel/p5-Cache-FastMmap from 1.39 to 1.40.
Upstream changes:
1.40 Mon Dec 5 10:30 2011
- Work around reference holding bug in
Compress::Zlib
|
|
* Remove CImpl and simplify structure into just Cache::FastMmap module making
all XS calls just function calls in Cache::FastMmap namespace
Changes 1.38:
* Fix build process that was completely broken after moving files around into
different directories
|
|
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
|
|
Upstream changes:
1.35 Fri Feb 19 12:45 2010
- Fix for returning potential bug that returns old stored data. Could
occur if you mix deletes (thanks Darrell Bishop)
|
|
- Updating package for p5 module Cache::FastMmap from 1.30 to 1.34
- Adjusting LICENSE
Upstream changes:
1.34 Fri Jun 19 12:00 2009
- perldoc fix (thanks Jonathan Yu)
1.33 Thu Jun 18 12:00 2009
- Update version in META.yml
1.32 Thu Jun 18 11:55 2009
- Better LiveCaches tracking via DESTROY
1.31 Thu Jun 18 11:40 2009
- when in raw_values => 0 mode, the write_cb is now
correctly called with thawed data, rather than the
raw frozen data
- empty_on_exit correctly called even when a global
cache is left at interpreter exit time (required
Scalar::Util qw(weaken) for object tracking)
|
|
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
|
|
- Updating package for p5 module Cache::FastMmap from 1.29 to 1.30
Upstream changes:
1.30 Fri May 8 11:10 2009
- Fix for Mandriva compiler (thanks Jean-Christian Hassler)
|
|
- Updating package for p5 module of Cache::FastMmap from 1.28 to 1.29
- Setting license to gnu-gpl-v2
Upstream changes:
- get_and_set() returns new value + didstore boolean
if called in list context
|
|
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
|
ChangeLog:
1.28 Fri Jun 27 11:05 2008
- get_and_set() returns new value + didstore boolean
if called in list context
1.27 Wed Jun 18 17:15 2008
- Fix non-ansi C code
- Remove debug flags
|
|
A shared memory cache through an mmap'ed file. Its core is written
in C for performance. It uses fcntl locking to ensure multiple
processes can safely access the cache at the same time. It uses
a basic LRU algorithm to keep the most used entries in the cache.
|