summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_db.erl
AgeCommit message (Expand)Author
2011-08-25Remove Style where we have no need for itAdam Kocoloski
2011-08-25Do not suppress old revisions from _changesAdam Kocoloski
2011-08-13Merge revision 1157428 from trunkFilipe David Borba Manana
2011-07-30Backport of r1152398 from trunkRandall Leeds
2011-05-28COUCHDB-1173 - pass md5 in stub so replication verifies the transfer.Robert Newson
2011-05-26COUCHDB-1177 - don't read more of an attachment than Content-Length states.Robert Newson
2011-05-26COUCHDB-1178 - fix make_first_doc_on_disk function_clause errorRobert Newson
2011-04-19Merged revision 1095188 from trunk:Filipe David Borba Manana
2011-01-12ensure write_streamed_attachment bails on negative LenLeft valuesRobert Newson
2010-12-29Stem revision trees after merging a path, COUCHDB-968Adam Kocoloski
2010-12-08Change key_tree merge to take path as 2nd arg, add type specsAdam Kocoloski
2010-11-18Preserve user context when reopening a database.Filipe David Borba Manana
2010-11-18Make sure that after a database compaction the old database reference counter...Filipe David Borba Manana
2010-11-08Preserve attachment identity length when doing local to local replications.Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-09-25Bug fix: a user context record was being used instead of a PID.Filipe David Borba Manana
2010-08-08related to COUCHDB-844. Include committed_update_seq in db_info to allow exte...Robert Newson
2010-08-04Avoid unncessary pattern matching.Filipe David Borba Manana
2010-07-29fix the underlying issue that was giving replication problems attempting to p...John Christopher Anderson
2010-07-16Revert revision 964956 (COUCHDB-827) - solution had secondary effects.Filipe David Borba Manana
2010-07-16Fix for a pull replication, targeted to a 1.0 CouchDB server, where the sourc...Filipe David Borba Manana
2010-07-08Fix for occasional failed tests caused by responding with 202 success to comp...Damien F. Katz
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