summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_doc.erl
AgeCommit message (Expand)Author
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
2010-07-19remove unguarded atom creation to prevent DOS attacks. closes COUCHDB-829John Christopher Anderson
2010-07-19Fix possible bad match error - WriteFun might not return the atom 'ok'.Filipe David Borba Manana
2010-07-13show the complete document body even when the document is deleted (Couch lets...John Christopher Anderson
2010-06-25Added checking to ensure when a revpos is sent with a stub, it's correct.Damien F. Katz
2010-06-24don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb LandJohn Christopher Anderson
2010-06-10Code mods to support streaming attachment replication.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 keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-03-05efficient attachment replication. Patch by Filipe Manana. Closes COUCHDB-639Adam Kocoloski
2010-03-05use OTP base64 lib. Patch by Filipe Manana. Closes COUCHDB-681Adam Kocoloski
2010-02-01fix unused variable warnings, remove unused code.Jan Lehnardt
2010-02-01Database-level security.John Christopher Anderson
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2009-12-22move query server to a design-doc based protocol, closes COUCHDB-589John Christopher Anderson
2009-11-30Fix two issues for databases upgraded from 0.9.x:Jan Lehnardt
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-14Better testing of multipart/relatedDamien F. Katz
2009-11-13Initial check-in of APIs for multiple/related supported and incremental repli...Damien F. Katz
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-09fix and test for scrambling of large inline attachmentsAdam Kocoloski
2009-07-06trimmed trailing whitespaceNoah Slater
2009-05-26ignore _local_seq when included in a saved documentJohn Christopher Anderson
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-09Check for invalid document members.Paul Joseph Davis
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-04-29Accidentally checked in a debug statement.Paul Joseph Davis
2009-04-27Resolves COUCHDB-332 Proper errors for invalid docids.Paul Joseph Davis
2009-03-16sensible error message if doc._rev is null or a numberJohn Christopher Anderson
2009-03-15error message on invalid rev format.John Christopher Anderson
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2009-02-11Fix for COUCHDB-238, explicit check and error for doc ids starting with under...Damien F. Katz
2009-01-27Improved etag handling for show funcs and db_doc requests; main.js cleanup (b...John Christopher Anderson
2009-01-25more informative error message on a bad json documentJohn Christopher Anderson
2009-01-10refactor couch_doc:to_json_obj for easier debuggingJohn Christopher Anderson
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-31fixed JSON regression about revs_info statusJohn Christopher Anderson
2008-08-31Merged json_term_changes branch back into trunk.Christopher Lenz
2008-07-18Fix for problem when saving bulk documents with invalid idsDamien F. Katz
2008-05-26* Respond to DELETE requests with a "200 OK" status code instead of "202 Acce...Christopher Lenz
2008-05-19Changed temp view definition to always be jsonobjects with map/reduce source ...Damien F. Katz
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
2008-03-28Imported trunk.Christopher Lenz