summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Return reduce overflow errors to the clientimprove-reduce-limit-errorsPaul J. Davis2017-10-095-10/+33
* Unit tests now pass on 20.0. Eenable it in rebar.config and in TravisNick Vatamaniuc2017-10-072-1/+2
* Fix attachments tests for 20.0 compatibilityNick Vatamaniuc2017-10-071-2/+2
* Bump khash, b64, ioq depsNick Vatamaniuc2017-10-051-3/+3
* Handle deprecated random moduleNick Vatamaniuc2017-10-0512-26/+85
* Correct result count in Mango execution stats (#867)Will Holley2017-10-052-6/+8
* Merge pull request #862 from apache/858-whitelist-shard-map-docidsJoan Touzet2017-10-045-62/+165
|\
| * Whitelist system DB names as valid _dbs docids858-whitelist-shard-map-docidsJoan Touzet2017-10-045-62/+165
|/
* Replace deprecated crypto:rand_bytes callNick Vatamaniuc2017-10-021-2/+2
* Merge pull request #853 from apache/fix/docs-mac-spidermonkeyJan Lehnardt2017-10-011-2/+2
|\
| * add sphinx_rtd_themefix/docs-mac-spidermonkeyJan Lehnardt2017-09-301-1/+1
| * add spidermonkey to README-DEV instructions for macJan Lehnardt2017-09-301-1/+1
|/
* Support setting cookie domain for AuthSession cookieJoan Touzet2017-09-293-1/+86
|\
| * Merge branch 'master' into masterJulian2017-09-29103-1029/+2035
| |\ | |/ |/|
* | Update meck to latest version 0.8.8Nick Vatamaniuc2017-09-292-3/+3
* | Merge pull request #847 from apache/add-remshJoan Touzet2017-09-281-3/+3
|\ \
| * | fix remsh refactoring bugJoan Touzet2017-09-281-1/+1
| * | Remove bashisms in remsh scriptJoan Touzet2017-09-281-2/+2
|/ /
* | Replace replication start multi-line log statementNick Vatamaniuc2017-09-281-21/+26
* | Clean up replicator logsNick Vatamaniuc2017-09-281-6/+116
* | Add convenience remsh bash scriptJoan Touzet2017-09-282-1/+77
* | fix tests to be compatible for both python2 and python3 (#839)Tony Sun2017-09-2710-38/+32
* | Handle attachments downgrades in a mixed cluster environmentNick Vatamaniuc2017-09-271-0/+3
* | Allow for mixed db record definitionsPaul J. Davis2017-09-272-5/+70
* | Add clause for mixed cluster upgradesPaul J. Davis2017-09-271-3/+7
* | Remove public access to the db recordPaul J. Davis2017-09-2760-586/+446
* | Avoid bad match on really old databasesPaul J. Davis2017-09-271-2/+2
* | Add a test helper for creating fake db recordsPaul J. Davis2017-09-271-0/+14
* | Update couch_server to not use the db recordPaul J. Davis2017-09-274-69/+115
* | Move calculate_start_seq and owner_ofPaul J. Davis2017-09-272-94/+112
* | Reorganize exports from couch_db.erlPaul J. Davis2017-09-271-24/+90
* | Reduce replicator.retries_per_request value from 10 to 5Nick Vatamaniuc2017-09-273-3/+3
* | Add cluster info to db_info (#837)Eric Avdey2017-09-261-1/+47
* | Make stats interval into config parameter (#830)Eric Avdey2017-09-255-9/+30
* | Do not buffer rexi messages to disconnected nodesNick Vatamaniuc2017-09-254-98/+396
* | Avoid decompressing just to calculate external sizeNick Vatamaniuc2017-09-255-12/+31
* | Rename selector to partialfilterselector in indexes (#818)garren smith2017-09-217-37/+192
* | Run mango tests with make check (#786)Joan Touzet2017-09-203-12/+24
* | Fix json index selection (#816)Will Holley2017-09-205-11/+191
* | Fix replication ID parsing in URL pathsNick Vatamaniuc2017-09-191-1/+15
| * Add unit tests for cookie domainJulian2017-09-291-0/+77
| * Support setting cookie domain for authAlmightyJu2017-09-192-1/+9
|/
* Merge pull request #817 from cloudant/issue-784-fix-invalid-base64-att-crashEric Avdey2017-09-142-9/+64
|\
| * Catch invalid base64 in inline attachmentsEric Avdey2017-09-142-9/+64
|/
* Add selector support for json indexes (#808)garren smith2017-09-146-20/+219
* Don't reset logs when JS tests restart the serverPaul J. Davis2017-09-131-1/+7
* Provide a more accurate size check for max_document_size limitNick Vatamaniuc2017-09-135-5/+183
* Do not crash when free space cannot be calculated (#803)Will Holley2017-09-121-16/+28
* Log unhandled mango errorsWill Holley2017-09-121-7/+7
* Return 400 when no index can fulfil a sortWill Holley2017-09-122-3/+11