summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use unittest assertions in mango index testsWill Holley2017-09-121-15/+15
* Use unittest assert in index selection testsWill Holley2017-09-121-8/+8
* Avoid duplicate index selection in MangoWill Holley2017-09-125-16/+28
* Query operator tests for multiple index types (#800)Will Holley2017-09-113-14/+97
* Implement attachment size limitsNick Vatamaniuc2017-09-0712-20/+526
* Allow library object in other design doc sections besides viewsNick Vatamaniuc2017-09-062-16/+51
* Improve Mango operator tests (#792)Will Holley2017-09-052-24/+70
* Pass user ctx when opening a doc in show handlerEric Avdey2017-09-042-5/+54
* Merge pull request #765 from willholley/mango_explain_view_parametersWill Holley2017-09-042-20/+38
|\
| * include mrview options in _explain resultWill Holley2017-09-042-20/+38
|/