summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hack required until switch to enc/rebar3 for windows buildarchive/spidermonkey60-portingspidermonkey60-portingjiangph2020-02-101-0/+6
* fixes the SM60 couchjs build by telling windows.h not to redefine minjiangph2020-02-101-0/+1
* Fix double "make clean"Joan Touzet2020-02-101-1/+3
* Force OOM errorPaul J. Davis2020-02-101-6/+18
* Remove allowance for unnamed_errorPaul J. Davis2020-02-101-1/+1
* Match the OOM beahvior of 1.8.5Paul J. Davis2020-02-104-0/+55
* Disable JIT compiler on SpiderMonkey 60Paul J. Davis2020-02-101-0/+3
* Fix SM60 build on Mac (#2401)Jan Lehnardt2020-02-102-3/+5
* Add Javascript to support Spidermonkey 60jiangph2020-02-1016-41/+6925
* Allow configuring the use of SpiderMonkey 60Paul J. Davis2020-02-101-5/+31
* Import SpiderMonkey 60 based CouchJS sourcesjiangph2020-02-108-0/+1997
* Enable multi-version SpiderMonkey supportPaul J. Davis2020-02-1010-22/+44
* Add SpiderMonkey version option to configurePaul J. Davis2020-02-102-1/+30
* Merge pull request #2519 from cloudant/fix-b3-headeriilyak2020-02-046-112/+121
|\
| * Add basic test case for b3 fixILYA Khlopotov2020-02-042-0/+103
| * fix b3 - Headers suppose to be stringsILYA Khlopotov2020-02-041-1/+1
| * Support setting base_url in Couch test helperILYA Khlopotov2020-02-041-7/+14
| * Update httpotion to 3.1.3ILYA Khlopotov2020-02-043-104/+3
|/
* Merge pull request #2494 from cloudant/add-http-reporteriilyak2020-01-304-16/+56
|\
| * Support jaeger http reporterILYA Khlopotov2020-01-304-16/+56
|/
* Merge pull request #2503 from apache/reserve-search-namespaceRobert Newson2020-01-291-0/+1
|\
| * reserve search namespacereserve-search-namespaceRobert Newson2020-01-291-0/+1
|/
* Merge pull request #2499 from apache/expiring-cache-cleanupJay Doane2020-01-281-1/+0
|\
| * Delete unused ets table creationexpiring-cache-cleanupJay Doane2020-01-281-1/+0
|/
* Merge pull request #2495 from apache/prototype/fdb-layer-bump-ioqEric Avdey2020-01-281-1/+1
|\
| * Bump ioq to 2.1.3prototype/fdb-layer-bump-ioqEric Avdey2020-01-281-1/+1
|/
* Change map indexes to be stored in one rowGarren Smith2020-01-223-114/+17
* Merge pull request #2451 from cloudant/tracing-externaliilyak2020-01-212-5/+10
|\
| * Add `external` tag to opentrace eventsILYA Khlopotov2020-01-142-5/+10
|/
* Improve transaction name setting when tracing FDB transactionsNick Vatamaniuc2019-12-181-1/+4
* Merge pull request #2331 from cloudant/expiring-cacheJay Doane2019-12-109-0/+507
|\
| * Expiring cacheexpiring-cacheJay Doane2019-12-109-0/+507
|/
* Delete attachments when no longer referencedPaul J. Davis2019-12-105-20/+428
* Silence test suite warning message about cryptoPaul J. Davis2019-12-101-0/+4
* Normalize fabric2 test suitePaul J. Davis2019-12-0517-209/+214
* Retry for failed indexes buildsGarren Smith2019-12-023-6/+103
* Optimize view read latency when the view readyGarren Smith2019-11-261-20/+26
* Change end-point /_up to check fdb connectivityEric Avdey2019-11-222-6/+11
* Add operation names for all HTTP endpointsPaul J. Davis2019-11-227-27/+540
* Implement node typesNick Vatamaniuc2019-11-216-18/+163
* Trace fdb transactionsILYA Khlopotov2019-11-203-11/+39
* Trace http endpointsILYA Khlopotov2019-11-204-6/+146
* Add ctrace applicationILYA Khlopotov2019-11-2016-9/+1757
* Implement fabric2_server:fdb_cluster/0ILYA Khlopotov2019-11-201-12/+23
* Support regexp based blacklist in configILYA Khlopotov2019-11-201-16/+19
* Check membership when calling get_security/1 in fabric2_dbNick Vatamaniuc2019-11-182-73/+64
* Assert Db handle field existence in `load_config/1` in fabric2_fdbNick Vatamaniuc2019-11-141-3/+5
* Update fabric2_fdb's set_config to take un-encoding valuesNick Vatamaniuc2019-11-142-34/+26
* Before starting a db transanction, refresh the db handle from the cacheNick Vatamaniuc2019-11-142-21/+50
* Check security properties in the main transactionNick Vatamaniuc2019-11-145-56/+71