Revision tags: v4.6.3, v4.6.2-MP3, v4.6.5, v4.6.2, v4.5.1-MP1, v4.6.0-DP, v4.1.2-MP2, v4.5.1, v4.6.0, v4.5.0, v4.1.1, v3.1.4, v3.1.5, v4.1.0, v3.1.2, v3.1.1, v4.0.0, v3.1.0, v3.1.6, v3.0.2-MP2, v3.0.2, v3.0.1, v3.0.0-beta3, v3.0.0 |
|
#
3bc6b8c0 |
| 15-Aug-2014 |
Trond Norbye <trond.norbye@gmail.com> |
MSVC does not support %zu Change-Id: Iedc909a654137cd7b471dbc97edeaf6941d02ecb Reviewed-on: http://review.couchbase.org/40652 Reviewed-by: Dave Rigby <daver@couchbase.com> Tested
MSVC does not support %zu Change-Id: Iedc909a654137cd7b471dbc97edeaf6941d02ecb Reviewed-on: http://review.couchbase.org/40652 Reviewed-by: Dave Rigby <daver@couchbase.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
Revision tags: v3.0.0-beta2, v3.0.0-beta1 |
|
#
464d6f0b |
| 17-Mar-2014 |
Trond Norbye <trond.norbye@gmail.com> |
MB-10476: Use cb_assert which is never a noop Change-Id: Ibf478e0dc55697ea7b9fe1aff1ac18a4ec1ea0c7 Reviewed-on: http://review.couchbase.org/34580 Reviewed-by: Michael Wiederhold <mik
MB-10476: Use cb_assert which is never a noop Change-Id: Ibf478e0dc55697ea7b9fe1aff1ac18a4ec1ea0c7 Reviewed-on: http://review.couchbase.org/34580 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: buildbot <build@couchbase.com>
show more ...
|
Revision tags: v2.5.1 |
|
#
ce9a18d0 |
| 22-Jan-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Remove compile warnings on windows The code emitted too many warnings making it impossible to see if there was any serious warnings being reported Most of the changes are due to
Remove compile warnings on windows The code emitted too many warnings making it impossible to see if there was any serious warnings being reported Most of the changes are due to return values doing conversions that would cause some sort of data loss. Change-Id: Ic5bca0a889d70d903baa8377a54b538d16e4edef Reviewed-on: http://review.couchbase.org/32736 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
Revision tags: v2.5.0, v2.5.0-dp1, v2.2.0 |
|
#
f603fdb6 |
| 05-May-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Revamp build process * Build using CMake (http://www.cmake.org) * Link with tcmalloc instead of dlopen * Build on Windows by using MSVC * Platform library hiding threads and mute
Revamp build process * Build using CMake (http://www.cmake.org) * Link with tcmalloc instead of dlopen * Build on Windows by using MSVC * Platform library hiding threads and mutexes * Dropped support for UDP * Ensure that the test applications run on windows! Change-Id: Iecf1aaa81e95564d3c0918a58d041e074e756ab0 Reviewed-on: http://review.couchbase.org/28671 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
Revision tags: 2.0.2r, 2.0.1-linux, 2.0.1-macosx, v2.0.0, v2.0.0-beta, v1.8.1 |
|
#
1764fc29 |
| 13-Jun-2012 |
Trond Norbye <trond.norbye@gmail.com> |
MB-5543 default_engine must release memory during destroy Change-Id: If3d74e3eae1f31c2a21264801caef0e34d43305f Reviewed-on: http://review.couchbase.org/17264 Reviewed-by: Dustin Sall
MB-5543 default_engine must release memory during destroy Change-Id: If3d74e3eae1f31c2a21264801caef0e34d43305f Reviewed-on: http://review.couchbase.org/17264 Reviewed-by: Dustin Sallings <dustin@spy.net> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
Revision tags: v2.0.0-dp4, v1.7.0 |
|
#
1b4ba6b2 |
| 01-Apr-2011 |
Trond Norbye <trond.norbye@gmail.com> |
Use the logger instead of fprintf
|
Revision tags: v1.6.5.3, v1.6.5.2 |
|
#
b46427f0 |
| 09-Feb-2011 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: move default_engine to a separate directory
|
Revision tags: v1.6.5.1 |
|
#
64e185ab |
| 12-Nov-2010 |
Trond Norbye <trond.norbye@gmail.com> |
Issue 163: Buggy mem_requested values
|
#
58df6f95 |
| 12-Aug-2010 |
Trond Norbye <trond.norbye@gmail.com> |
Check for platform specific header files in configure And include them through config_static.h to avoid a lot of #ifdefs in the rest of the code.
|
#
de3693d8 |
| 13-Jun-2010 |
Trond Norbye <trond.norbye@gmail.com> |
The engine should not add the stats terminator
|
#
a1e44ecf |
| 22-Apr-2010 |
Trond Norbye <trond.norbye@gmail.com> |
Fixed compile failure when using system malloc
|
#
95c3be87 |
| 25-Mar-2010 |
Patrick Galbraith <patg@patg.net> |
Changes to memcached source required for compilation on windows
|
#
c3fd96d9 |
| 29-Mar-2010 |
Sean Lynch <seanl@literati.org> |
Engine can control independent stats per thread. An engine can control the allocation and management around thread specific stats.
|
#
6a2ca44b |
| 30-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: don't use global variables in the engine
|
#
8c71c9e2 |
| 30-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Fixed the default chunk size
|
Revision tags: 1.4.4 |
|
#
e3b5377d |
| 22-Nov-2009 |
Dustin Sallings <dustin@spy.net> |
Remove a couple of incorrect assertions.
|
#
3b414bc7 |
| 24-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: Disable code that abuse global variables
|
#
5fbade8e |
| 24-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Fix compile errors from gcc
|
#
eb03c734 |
| 23-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Added hash and realtime to the server exported API
|
#
f14c28df |
| 19-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor: Don't use global engine handle
|
#
de682e0c |
| 18-Nov-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Fixed printf formatting spefifier
|
Revision tags: 1.4.3, 1.4.3-rc2, 1.4.3-rc1 |
|
#
5d4ecc81 |
| 21-Oct-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Moved engine-specific stats into the engine
|
Revision tags: 1.4.2, 1.4.2-rc1 |
|
#
1a06bd2a |
| 17-Sep-2009 |
Trond Norbye <trond.norbye@gmail.com> |
Don't store incr/decr_hits in the slab (it should most likely be the same slab)
|
#
2ec05be6 |
| 17-Sep-2009 |
Trond Norbye <trond.norbye@gmail.com> |
First checkpoint. A lot of stuff needs more work, and a lot of tests fails
|
#
bc340cdc |
| 13-Jan-2010 |
Trond Norbye <trond.norbye@gmail.com> |
Added reclaimed statistics. This counts then number of times an expired object was reclaimed to store a new item.
|