summaryrefslogtreecommitdiff
path: root/src/chttpd/src
Commit message (Expand)AuthorAgeFilesLines
* Add native encryption supportRobert Newson2020-04-271-0/+8
* Add fold_docs for DocId listGarren Smith2020-04-231-6/+8
* Fix typo in error messageILYA Khlopotov2020-04-201-1/+1
* report changes stats intermittently (#2777)Tony Sun2020-04-153-34/+94
* Implement _view_cleanup for FoundationDBPaul J. Davis2020-04-102-2/+2
* Support soft-deletion in chttpd leveljiangph2020-04-072-29/+98
* Start running chttpd eunit testsNick Vatamaniuc2020-04-072-6/+6
* Do not allow editing _security in _user databaseNick Vatamaniuc2020-04-071-1/+1
* Fix POST _all_docs/queries endpointNick Vatamaniuc2020-04-072-4/+5
* Return better responses for endpoints which are not implementedNick Vatamaniuc2020-04-073-23/+35
* move all_doc view options to fabric2_utilGarren Smith2020-04-061-29/+1
* fix all_docs call to return rowGarren Smith2020-04-061-1/+2
* Return a 400 error code for an invalid update sequenceNick Vatamaniuc2020-03-271-0/+2
* add info endpoint for fdb stored views (#2706)Tony Sun2020-03-231-1/+1
* Handle transaction timeouts in _all_docsNick Vatamaniuc2020-03-171-1/+2
* Fix _changes with a _view filterNick Vatamaniuc2020-03-111-1/+1
* Do not use the ddoc cache to load _changes filter design documentsNick Vatamaniuc2020-03-021-1/+1
* Re-use changes feed main transaction when including docsNick Vatamaniuc2020-03-021-3/+7
* Support `GET /_dbs_info` endpointPaul J. Davis2020-03-021-1/+48
* Encode startkey/endkey for all_docs (#2538)garren smith2020-03-021-5/+5
* fix b3 - Headers suppose to be stringsILYA Khlopotov2020-03-021-1/+1
* Add `external` tag to opentrace eventsILYA Khlopotov2020-03-021-5/+7
* Change end-point /_up to check fdb connectivityEric Avdey2020-03-021-6/+5
* Add operation names for all HTTP endpointsPaul J. Davis2020-03-023-23/+455
* Implement node typesNick Vatamaniuc2020-03-022-6/+14
* Trace http endpointsILYA Khlopotov2020-03-024-6/+146
* Check security properties in the main transactionNick Vatamaniuc2020-03-021-3/+2
* Pass contexts to fabric2_db functionsILYA Khlopotov2020-03-021-61/+42
* Remove compiler warningILYA Khlopotov2020-03-021-2/+0
* Enable FDB transaction tracingNick Vatamaniuc2020-03-021-0/+18
* Implement setting and getting _revs_limitNick Vatamaniuc2020-03-021-2/+2
* Fix _changes heartbeat optionNick Vatamaniuc2020-03-022-5/+5
* Handle _changes since=now paramNick Vatamaniuc2020-03-022-5/+6
* Implement _design_docs and _local_docsNick Vatamaniuc2020-03-021-17/+21
* Implement _all_docs/queriesNick Vatamaniuc2020-03-021-87/+106
* Fix starkey_docid, endkey_docid and inclusive_end=false for _all_docsNick Vatamaniuc2020-03-021-9/+24
* Implement fabric2_db EPI pluginNick Vatamaniuc2020-03-021-4/+4
* CouchDB map indexes on FDBGarren Smith2020-03-022-4/+4
* Fix more elixir testsPaul J. Davis2020-03-021-4/+4
* Reinitialize chttpd_auth_cache on config changePaul J. Davis2020-03-021-8/+50
* Implement `POST /_dbs_info`Paul J. Davis2020-03-021-8/+9
* Fix `COPY` methodPaul J. Davis2020-03-021-1/+1
* Fix bulk docs error reportingPaul J. Davis2020-03-021-0/+2
* Implement _all_dbs/_all_docs API parametersPaul J. Davis2020-03-023-110/+193
* Fix exception in cache auth doc updateEric Avdey2020-03-021-1/+1
* Fix arity in changes timeout callbackEric Avdey2020-03-022-3/+3
* Update get security to use fabric2Eric Avdey2020-03-021-1/+1
* Implement `_users` db authenticationPaul J. Davis2020-03-022-18/+30
* Allow for previously configured filtersPaul J. Davis2020-03-021-0/+3
* Start switching chttpd HTTP endpoints to fabric2Paul J. Davis2020-03-027-252/+951