summaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)Author
2018-06-02Clarify storage secrets use case and backups in documentationdrebs
2018-01-21[doc] improve blobs streaming documentationdrebs
- move stream api doc to api section - refactor section structure of blobs sync doc page - improve wording a bit here and there
2018-01-21[doc] add stream format to docsVictor Shyba
- Relates: #9003
2017-11-29[feature] add bandwidth throttling to the clientdrebs
Intercept the creation of the protocol factory in the HTTP connection pool to use twisted.protocols.policies.ThrottlingFactory and control the incoming and outgoing bandwidth. The factory only controls one connection, so when throttling we limit the number of connections of the pool to one per host. This way, throttling happens in a per-host basis. Closes: #8931
2017-11-19[feature] allow setting couchdb url from environmentdrebs
2017-11-03[doc] improve blobs http api descriptiondrebs
2017-11-03[doc] move blobs data structure info to blobs sync sectiondrebs
2017-11-03[doc] add blob data format to docsdrebs
2017-11-03[doc] generalize client side encryption docdrebs
2017-11-03[doc] improve client-side dbs docdrebs
2017-11-03[doc] add blobs api docdrebs
2017-11-02[doc] add blobs sync docsdrebs
2017-11-02[doc] split blobs doc in many pagesdrebs
2017-10-23[doc] small fixes in documentationdrebs
2017-10-09[doc] remove variable name from storage secret JSON exampledrebs
2017-10-03[doc] add reviewed reference from old documentationdrebs
2017-09-28[doc] fix blobs table in reference docdrebs
2017-09-28[doc] move server db info to reference sectiondrebs
2017-09-28[doc] move auth to reference sectiondrebs
2017-09-28[doc] add blobs docdrebs
2017-09-15[doc] move environment variables to reference sectiondrebs