summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.erl
AgeCommit message (Expand)Author
2010-07-16Revert revision 964957 (COUCHDB-827) - solution had secondary effects.Filipe David Borba Manana
2010-07-16Merge revision 964956 from trunk:Filipe David Borba Manana
2010-07-08Fix for occasional failed tests caused by responding with 202 success to comp...John Christopher Anderson
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-03More work to allow for streaming attachment replication.Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-20Refactoring of various internal APIs, particularly those dealing with replica...Damien F. Katz
2010-05-04use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757Adam Kocoloski
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-15accept gzipped attachments w/ standalone api. thx fdmanana. COUCHDB-712Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-04-07temp_views should be only available to server and database adminsJohn Christopher Anderson
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-15Made the opening of databases asynchronous, so that requests to open database...Damien F. Katz
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-03-04ensure full commit when the security object is updatedJohn Christopher Anderson
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-02-24replicator and view generator can skip check_is_reader when opening database ...John Christopher Anderson
2010-02-12move from _admins / _readers / _security to just a single _security objectJohn Christopher Anderson
2010-02-03error message on bad security objectJohn Christopher Anderson
2010-02-03enhance reader and admin listsJohn Christopher Anderson
2010-02-01Database-level security.John Christopher Anderson
2010-02-01removed unused code. Patch by Robert Dionne. Closes COUCHDB-581Jan Lehnardt
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2009-12-16Provide Content-MD5 header support for attachments.Paul Joseph Davis
2009-11-23Fix and tests for COUCHDB-292Damien F. Katz
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-15Testing of incremental attachments and more testing of multipart/handling.Damien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-11-03Added batching of multiple updating requests, to improve throughput with many...Damien F. Katz
2009-09-14View refactoring and addition of raw collationoption. Significant performance...Damien F. Katz
2009-09-14removed _all_docs_by_seq in favor of _changesJohn Christopher Anderson
2009-09-11Refactoring of endkey code in views and btrees. End key functionaility is now...Damien F. Katz
2009-08-15delayed commits are now a config option, off by default. Closes COUCHDB-449Adam Kocoloski
2009-07-29Fix for COUCHDB-434. Only reassign previous revid inside the updater process.Damien F. Katz
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17MD5 term checking by using leading bit in 32 bit length to indicate MD5 prese...Damien F. Katz
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14added licence check, and licence.skipNoah Slater
2009-07-07fix deleted_conflicts qs parameterAdam Kocoloski
2009-07-06trimmed trailing whitespaceNoah Slater
2009-07-04Name view index files by their function hashes for no downtime deploys. Close...John Christopher Anderson
2009-07-03update check_bin_length since chunked response bug is fixedAdam Kocoloski
2009-05-29misapplied Antony's workaround for extra bytes in r775724Adam Kocoloski
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-17work around ibrowse giving response chunks too many bytes. Thanks Antony.Adam Kocoloski
2009-05-17Fixes COUCHDB-41Paul Joseph Davis
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz