summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_stream.erl
AgeCommit message (Expand)Author
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-08-19Support Range header for all attachments, even without compaction upgrade. It...Robert Newson
2010-08-18COUCHDB-161 - support Range header for attachments.Robert Newson
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-15refactor att compression to allow more encodings. thanks fdmanana. COUCHDB-710Adam Kocoloski
2010-01-29Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili...John Christopher Anderson
2009-11-30Fix two issues for databases upgraded from 0.9.x:Jan Lehnardt
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-11Forgot to remove old test/0 exports.Paul Joseph Davis
2009-06-11Integrating more ETAP tests from Bob Dionne.Paul Joseph Davis
2009-05-29Fix and test for COUCHDB-366, uploading large attachments causes 500 error.Damien F. Katz
2009-05-25Fix for binary chunks being out of order with new tail append codeDamien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-04-09Removal of unused member in write_stream record.Damien F. Katz
2009-04-09Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ...Damien F. Katz
2009-02-13Accept standalone attachment PUTs with Transfer-Encoding: chunked John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2008-05-25Fix for file attachments using too much space in compacted databasesDamien F. Katz
2008-05-01fix for compaction problem with attachments, and enhancements to JS shell, to...Damien F. Katz
2008-04-07Compaction. Works, but still needs queueing and better handling for long read...Damien F. Katz
2008-04-04compaction code, not hooked up to webserver yetDamien F. Katz
2008-04-01Fix for runaway process in the view code and the so far untested storage com...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz