Revision tags: v4.6.5, v4.6.3, v4.6.4, v4.6.2, v4.6.1, v4.6.0, v4.6.0-DP, v4.5.1, v4.1.2, v3.1.6, v4.5.0, v4.1.1, v3.1.5, v3.1.4, v3.1.3, v4.1.0, v3.1.2, v3.1.1, v4.0.0, v3.1.0, v3.0.2, v3.0.0 |
|
#
7da82c0b |
| 04-Aug-2014 |
abhinavdangeti <abhinav@couchbase.com> |
_unlink as opposed to unlink for windows Change-Id: I40a74c0942594cf48dfbbd3406dc935a4dbfbd35 Reviewed-on: http://review.couchbase.org/40280 Reviewed-by: Michael Wiederhold <mike@cou
_unlink as opposed to unlink for windows Change-Id: I40a74c0942594cf48dfbbd3406dc935a4dbfbd35 Reviewed-on: http://review.couchbase.org/40280 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Reviewed-by: Sundararaman Sridharan <sundar@couchbase.com> Tested-by: abhinav dangeti <abhinav@couchbase.com>
show more ...
|
#
c649b2d9 |
| 17-Mar-2014 |
Trond Norbye <trond.norbye@gmail.com> |
MB-10476: Use cb_assert instead of assert If compiled with -DNDEBUG assert is an empty macro Change-Id: I266ddf8a8fe3f1a388a9d8ce3d21f28614c35315 Reviewed-on: http://review.couc
MB-10476: Use cb_assert instead of assert If compiled with -DNDEBUG assert is an empty macro Change-Id: I266ddf8a8fe3f1a388a9d8ce3d21f28614c35315 Reviewed-on: http://review.couchbase.org/34579 Reviewed-by: Chiyoung Seo <chiyoung@couchbase.com> Tested-by: Chiyoung Seo <chiyoung@couchbase.com>
show more ...
|
Revision tags: v2.5.1 |
|
#
ca67f157 |
| 14-Jan-2014 |
abhinavdangeti <abhinav@couchbase.com> |
MB-8552: Support for datatype field - As part of extended flexible metadata - Requires: http://review.couchbase.org/#/c/30974/ In memory:: _________________________________
MB-8552: Support for datatype field - As part of extended flexible metadata - Requires: http://review.couchbase.org/#/c/30974/ In memory:: __________________________________________________ | key | MetaData (cas,exp,flags) | VALUE BLOB | |_____|_____________________________|______________| VALUE BLOB: __________________________________________________ | FLEX_META_CODE (1B) | DATATYPE (1B) | VALUE BLOB | |_____________________|_______________|____________| FLEX_META_CODE = 0x01, indicating one field in the extended metadata section In couchstore:: METADATA BUFFER: _______________________________________________________________________ | cas (8B) | exp (4B) | flags (4B) | FLEX_META_CODE (1B) | datatype(1B) | |__________|__________|____________|_____________________|______________| Change-Id: Ifb3bc59892130f2fddf02f2188773ba3a67f2ce1 Reviewed-on: http://review.couchbase.org/31046 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
#
d0d91da7 |
| 03-Jan-2014 |
Trond Norbye <trond.norbye@gmail.com> |
Fix compilation on WIN32 Change-Id: I3e320969e882530c7a9aa42b5ba7287f75cbc622 Reviewed-on: http://review.couchbase.org/31571 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Te
Fix compilation on WIN32 Change-Id: I3e320969e882530c7a9aa42b5ba7287f75cbc622 Reviewed-on: http://review.couchbase.org/31571 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
show more ...
|
#
4c5302de |
| 28-Dec-2013 |
Trond Norbye <trond.norbye@gmail.com> |
Use platform lib for threads in testsuite Change-Id: I950f72319dfc0089a54973039248935c3c03c879 Reviewed-on: http://review.couchbase.org/31421 Reviewed-by: Michael Wiederhold <mike@co
Use platform lib for threads in testsuite Change-Id: I950f72319dfc0089a54973039248935c3c03c879 Reviewed-on: http://review.couchbase.org/31421 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
Revision tags: 2.1.1r, 2.1.0r, 2.0.2r, 2.0.1-macosx, 2.0.1-linux |
|
#
66eb94d0 |
| 17-Jan-2013 |
Mike Wiederhold <mike@couchbase.com> |
MB-7728: Add copyright headers to all files This is something that our cpplint tool turns on and it makes our product look a little bit more profesional. I have also enabled the tool
MB-7728: Add copyright headers to all files This is something that our cpplint tool turns on and it makes our product look a little bit more profesional. I have also enabled the tool to begin checking for these headers so it will start complaining if we add a new file without a copyright header. Change-Id: Ie956fdf7027bf56d9665ee455acd3c109fcacc76 Reviewed-on: http://review.couchbase.org/24560 Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com> Reviewed-by: Jin Lim <jin@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
#
f8d135be |
| 26-Jan-2013 |
Mike Wiederhold <mike@couchbase.com> |
MB-7519: Better flusher batching for writes This change removes the outgoing queue in ep.cc and pushes dirty items directly from the checkpoint queues into the couchkvstore where the
MB-7519: Better flusher batching for writes This change removes the outgoing queue in ep.cc and pushes dirty items directly from the checkpoint queues into the couchkvstore where they are persisted to disk. This improves batching because we are now able to grab all dirty items in a vbucket as opposed to grabbing items an putting them into an intermediate queue where they would wait to be persisted. Change-Id: I39e9c25ad3380b3e045002967c9532b16758e187 Reviewed-on: http://review.couchbase.org/24190 Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
#
e71302f6 |
| 01-Feb-2013 |
Mike Wiederhold <mike@couchbase.com> |
MB-100: Remove unused variables and redundent assignments Change-Id: Ic31c276a06c09f91e6cbf5ddaf9accb7184761df Reviewed-on: http://review.couchbase.org/24335 Reviewed-by: Chiyoung Se
MB-100: Remove unused variables and redundent assignments Change-Id: Ic31c276a06c09f91e6cbf5ddaf9accb7184761df Reviewed-on: http://review.couchbase.org/24335 Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
Revision tags: 2.0.0-couchbase |
|
#
244c0146 |
| 26-Nov-2012 |
Mike Wiederhold <mike@couchbase.com> |
MB-7461: Alphabetize includes to conform with c++ standards Change-Id: I71333dedada6530713b90184857bab9ac49d13df Reviewed-on: http://review.couchbase.org/23515 Reviewed-by: Jin Lim <
MB-7461: Alphabetize includes to conform with c++ standards Change-Id: I71333dedada6530713b90184857bab9ac49d13df Reviewed-on: http://review.couchbase.org/23515 Reviewed-by: Jin Lim <jin@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
#
4a56fde5 |
| 05-Dec-2012 |
Mike Wiederhold <mike@couchbase.com> |
MB-7422: Fix memory leak in timing tests Change-Id: Icaa366fbab4298bc8efb0087f27cc507c99a7f17 Reviewed-on: http://review.couchbase.org/23506 Reviewed-by: Michael Wiederhold <mike@cou
MB-7422: Fix memory leak in timing tests Change-Id: Icaa366fbab4298bc8efb0087f27cc507c99a7f17 Reviewed-on: http://review.couchbase.org/23506 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
Revision tags: 1.8.1-MB-5845 |
|
#
d34de537 |
| 26-Aug-2012 |
Mike Wiederhold <mike@couchbase.com> |
MB-6445: Remove sqlite backend Sqlite will be deprecated and not supported anymore as of 2.0 release. Change-Id: I1a5c8025444ca264897958b4053ff7cfe9c97010 Reviewed-on: http:
MB-6445: Remove sqlite backend Sqlite will be deprecated and not supported anymore as of 2.0 release. Change-Id: I1a5c8025444ca264897958b4053ff7cfe9c97010 Reviewed-on: http://review.couchbase.org/20207 Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com> Tested-by: Chiyoung Seo <chiyoung.seo@gmail.com>
show more ...
|
#
bf3b555b |
| 15-Aug-2012 |
Mike Wiederhold <mike@couchbase.com> |
MB-6141: Move ep-engine source files into src directory Change-Id: I6068c3aa7bc92d45bce4dd3097079665d807ac75 Reviewed-on: http://review.couchbase.org/19664 Reviewed-by: Michael Wiede
MB-6141: Move ep-engine source files into src directory Change-Id: I6068c3aa7bc92d45bce4dd3097079665d807ac75 Reviewed-on: http://review.couchbase.org/19664 Reviewed-by: Michael Wiederhold <mike@couchbase.com> Tested-by: Michael Wiederhold <mike@couchbase.com>
show more ...
|
#
74b00fb9 |
| 14-Aug-2012 |
Mike Wiederhold <mike@couchbase.com> |
MB-6141: Reorganize test directory structure The t/ directroy is now tests/ Module tests now live in tests/module_tests ep_testsuite.* now lives in tests/ Change-Id: Ifb0725
MB-6141: Reorganize test directory structure The t/ directroy is now tests/ Module tests now live in tests/module_tests ep_testsuite.* now lives in tests/ Change-Id: Ifb0725d1a235af4b910df12d366d41d40f7cc646 Reviewed-on: http://review.couchbase.org/19623 Tested-by: Chiyoung Seo <chiyoung.seo@gmail.com> Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com>
show more ...
|
Revision tags: 2.0.0r, 1.8.1, 1.8-MB-4901, 1.8-MB-4738, 1.8.1r, 1.8.0, 1.8.0r, 1.6.5.6, 1.7.3r, 1.7.2, 1.7.1.1 |
|
#
b31e9044 |
| 12-Jul-2011 |
Trond Norbye <trond.norbye@gmail.com> |
Refactor to allow testing of multiple backends Ideally we would like to run all of our tests on all of the different backends we support without having to (manually) add a new entry to
Refactor to allow testing of multiple backends Ideally we would like to run all of our tests on all of the different backends we support without having to (manually) add a new entry to the test matrix for the given backend. Change-Id: If8cd60eca01d70b422a0bccaa5bdcaa1505b4748 Reviewed-on: http://review.couchbase.org/7903 Tested-by: Trond Norbye <trond.norbye@gmail.com> Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com>
show more ...
|
Revision tags: 1.6.5.5r, 1.7.1, 1.7.0, 1.6.5.4, 1.6.5.3.1, 1.6.5.3, 1.6.5.2.1, 1.6.5.2, 1.6.5.3r, 1.6.5.2r, 1.6.5.1, 1.6.5.1r, 1.7.0r, 1.6.5, 1.6.5r, 1.6.4.1.1, 1.6.4.1, 1.6.4, 1.6.3, 1.6.4r, 1.6.3r, 1.6.2, 1.6.1, 1.6.1rc2, 1.6.0.4, 1.6.0.3, 1.6.1rc1, 1.6.0.2, 1.6.1pre, 1.6.0.1 |
|
#
e06a8c75 |
| 12-Oct-2010 |
Trond Norbye <trond.norbye@gmail.com> |
The functions needs extern "C" linkage due to the API spec Change-Id: Iced8b2ab8997faa4ad9af26a7ca0cce1880f9a0e Reviewed-on: http://review.membase.org/3235 Tested-by: Dustin Sallings
The functions needs extern "C" linkage due to the API spec Change-Id: Iced8b2ab8997faa4ad9af26a7ca0cce1880f9a0e Reviewed-on: http://review.membase.org/3235 Tested-by: Dustin Sallings <dustin@spy.net> Reviewed-by: Dustin Sallings <dustin@spy.net>
show more ...
|
#
806dd461 |
| 10-Oct-2010 |
Dustin Sallings <dustin@spy.net> |
Added a tool to perform persistence timing tests. Change-Id: I74d545d2afc6cbeba150fff24f3e206bf848fe75 Reviewed-on: http://review.membase.org/3217 Tested-by: Chiyoung Seo <chiyoung.s
Added a tool to perform persistence timing tests. Change-Id: I74d545d2afc6cbeba150fff24f3e206bf848fe75 Reviewed-on: http://review.membase.org/3217 Tested-by: Chiyoung Seo <chiyoung.seo@gmail.com> Reviewed-by: Chiyoung Seo <chiyoung.seo@gmail.com>
show more ...
|