summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'5.2.0Qi Wang2019-04-03134-2270/+8331
|\
| * Update Changelog for 5.2.0.Qi Wang2019-04-031-1/+104
| * Use iallocztm instead of ialloc in prof_log functions.Qi Wang2019-04-021-5/+8
| * Fix the binshard unit test.Qi Wang2019-04-021-0/+3
| * Tweak the wording about oversize_threshold.Qi Wang2019-04-011-3/+3
| * Avoid check_min for opt_lg_extent_max_active_fit.Qi Wang2019-03-291-1/+1
| * Add the missing unlock in the error path of extent_register.Qi Wang2019-03-291-0/+1
| * Document opt.oversize_threshold.Qi Wang2019-03-291-3/+25
| * Allow low values of oversize_threshold to disable the feature.Qi Wang2019-03-291-2/+2
| * Output message before aborting on tcache size-matching check.Qi Wang2019-03-291-0/+3
| * Eagerly purge oversized merged extents.Qi Wang2019-03-153-3/+36
| * Remove some unused comments.Qi Wang2019-03-151-3/+0
| * Fallback to 32-bit when 8-bit atomics are missing for TSD.Qi Wang2019-03-092-8/+24
| * Detect if 8-bit atomics are available.Qi Wang2019-03-093-0/+39
| * Do not use #pragma GCC diagnostic with gcc < 4.6.Jason Evans2019-03-091-10/+12
| * Fix a syntax error in configure.acQi Wang2019-03-041-1/+1
| * Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].Jason Evans2019-02-222-50/+0
| * Stringify tls_callback linker directiveDave Rigby2019-02-221-1/+1
| * Guard libgcc unwind init with opt_prof.Qi Wang2019-02-221-8/+6
| * Avoid redefining tsd_t.Jason Evans2019-02-211-1/+1
| * Add build_doc by default.Qi Wang2019-02-082-1/+19
| * Add --disable-libdl to travis.Qi Wang2019-02-072-0/+24
| * Make background_thread not dependent on libdl.Qi Wang2019-02-072-3/+9
| * Add configure option --disable-libdl.Qi Wang2019-02-072-8/+34
| * Disable muzzy decay by default.Qi Wang2019-02-041-1/+1
| * Sanity check szind on tcache flush.Qi Wang2019-02-013-2/+59
| * Tweak the spacing for the total_wait_time per second.Qi Wang2019-01-281-0/+1
| * Update copyright dates.Qi Wang2019-01-251-2/+2
| * Rename huge_threshold to oversize_threshold.Qi Wang2019-01-2510-26/+24
| * Set huge_threshold to 8M by default.Qi Wang2019-01-242-2/+9
| * Explicitly use arena 0 in alignment and OOM tests.Qi Wang2019-01-241-3/+3
| * Mention different mmap(2) behaviour with retain:true.Edward Tomasz Napierala2019-01-241-0/+3
| * Tweak the spacing for nrequests in stats output.Qi Wang2019-01-241-2/+2
| * Fix stats output (rate for total # of requests).Qi Wang2019-01-241-0/+6
| * Un-experimental the huge_threshold feature.Qi Wang2019-01-165-6/+5
| * Avoid creating bg thds for huge arena lone.Qi Wang2019-01-165-15/+43
| * Revert "Customize cloning to include tags so that VERSION is valid."Jason Evans2019-01-141-5/+1
| * Revert "Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command."Jason Evans2019-01-141-1/+1
| * Avoid potential issues on extent zero-out.Qi Wang2019-01-122-4/+26
| * Force purge on thread death only when w/o bg thds.Qi Wang2019-01-121-2/+2
| * Remove --branch=${CIRRUS_BASE_BRANCH} in git clone command.Jason Evans2019-01-111-1/+1
| * Customize cloning to include tags so that VERSION is valid.Jason Evans2019-01-101-1/+5
| * Add Cirrus-CI config for FreeBSD buildsLi-Wen Hsu2019-01-101-0/+21
| * Replace -lpthread with -pthreadFaidon Liambotis2019-01-092-2/+2
| * implement malloc_getcpu for windowsLeonardo Santagada2019-01-082-2/+4
| * Add --{enable,disable}-{static,shared} to configure scriptJohn Ericson2018-12-192-2/+47
| * Only read arena index from extent on the tcache flush path.Qi Wang2018-12-182-14/+19
| * Add unit test for producer-consumer pattern.Qi Wang2018-12-181-2/+50
| * Add rate counters to statsAlexander Zinoviev2018-12-183-232/+249
| * Fix incorrect stats mreging with sharded bins.Qi Wang2018-12-081-2/+1