-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: memcached/memcached
base: ee1cfe3
head repository: memcached/memcached
compare: 50bdc9f
- 14 commits
- 15 files changed
- 6 contributors
Commits on Apr 27, 2019
-
Fix "qw" in "MemcachedTest.pm" so "wait_ext_flush" is exported properly
Without this change, I get the following when running the `t/extstore-jbod.t` test: Undefined subroutine &main::wait_ext_flush called at t/extstore-jbod.t line 42. t/extstore-jbod.t ........... Dubious, test returned 29 (wstat 7424, 0x1d00) No subtests run After this change: t/extstore-jbod.t ........... okConfiguration menu - View commit details
-
Copy full SHA for d2ba5a9 - Browse repository at this point
Copy the full SHA d2ba5a9View commit details -
Add optional feature support to RPM package building
Some optional features can now be enabled for RPM building using the rpmbuild conditional build parameters (--with and --without) For example, sasl can be enabled and code coverage disabled in the RPM with: rpmbuild --with sasl --without coverage -tb memcached-1.5.12.tar.gz
Configuration menu - View commit details
-
Copy full SHA for aa78a38 - Browse repository at this point
Copy the full SHA aa78a38View commit details -
clarify hashsize typepdef in assoc.c to be 32-bit
no bug, but confusing code.
Configuration menu - View commit details
-
Copy full SHA for dae3191 - Browse repository at this point
Copy the full SHA dae3191View commit details -
memcached-tool dump fix loss of exp value
regex call unescaping key reassigns $2 -- store/reference it as $exp
Configuration menu - View commit details
-
Copy full SHA for 6eeaadf - Browse repository at this point
Copy the full SHA 6eeaadfView commit details -
@hujiecs reported on github but repository was lost.
Configuration menu - View commit details
-
Copy full SHA for 7a483b3 - Browse repository at this point
Copy the full SHA 7a483b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eda49b - Browse repository at this point
Copy the full SHA 2eda49bView commit details -
This is a knob existing from 7.0 (2008), can be only changed at boot time. It is enabled by default, on usual archs at least, but in some cases it might not be desired so we check it whatsoever.
Configuration menu - View commit details
-
Copy full SHA for 73e46a6 - Browse repository at this point
Copy the full SHA 73e46a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d86c11 - Browse repository at this point
Copy the full SHA 0d86c11View commit details -
close delete + incr item survival bug
re #469 - delete actually locks/unlocks the item (and hashes the key!) three times. Inbetween fetch and unlink, a fully locked add_delta() can run, deleting the underlying item. DELETE then returns success despite the original object hopscotching over it. I really need to get to the frontend rewrite soon :( This commit hasn't been fully audited for deadlocks on the stats counters or extstore STORAGE_delete() function, but it passes tests.
Configuration menu - View commit details
-
Copy full SHA for 8caa414 - Browse repository at this point
Copy the full SHA 8caa414View commit details -
extstore: fix segfault if page_count is too high.
leaked into a runtime bug :( fixes #482
Configuration menu - View commit details
-
Copy full SHA for f8dc1ab - Browse repository at this point
Copy the full SHA f8dc1abView commit details -
extstore: error adjusting page_size after ext_path
temporary fix. some folks ... randomize... their start arguments, so need to restructure in a way I'm happy with.
Configuration menu - View commit details
-
Copy full SHA for b08860e - Browse repository at this point
Copy the full SHA b08860eView commit details -
I have no idea why this worked without the include? fixes #478
Configuration menu - View commit details
-
Copy full SHA for 4627095 - Browse repository at this point
Copy the full SHA 4627095View commit details -
fixes #474 - off by one in token count.
Configuration menu - View commit details
-
Copy full SHA for d35334f - Browse repository at this point
Copy the full SHA d35334fView commit details -
update -h output for -I (max item size)
limit got pushed to 1G with chunked items. fixes #473.
Configuration menu - View commit details
-
Copy full SHA for 50bdc9f - Browse repository at this point
Copy the full SHA 50bdc9fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff ee1cfe3...50bdc9f