/[Apache-SVN]/couchdb/trunk/src/couchdb/couch_stream.erl
ViewVC logotype

Log of /couchdb/trunk/src/couchdb/couch_stream.erl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 795232 - (view) (annotate) - [select for diffs]
Modified Fri Jul 17 21:33:41 2009 UTC (4 months, 1 week ago) by damien
File length: 6253 byte(s)
Diff to previous 794057 (colored)
Deterministic revids, MD5 checking of documents, added tracking of rev when an attachment is edited to allow attachment level replication.

Revision 794057 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 20:21:39 2009 UTC (4 months, 1 week ago) by nslater
File length: 5315 byte(s)
Diff to previous 791350 (colored)
wheeeeeeee

Revision 791350 - (view) (annotate) - [select for diffs]
Modified Mon Jul 6 00:33:50 2009 UTC (4 months, 2 weeks ago) by nslater
File length: 5317 byte(s)
Diff to previous 783604 (colored)
trimmed trailing whitespace

Revision 783604 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 02:14:58 2009 UTC (5 months, 2 weeks ago) by davisp
File length: 5329 byte(s)
Diff to previous 783600 (colored)
Forgot to remove old test/0 exports.


Revision 783600 - (view) (annotate) - [select for diffs]
Modified Thu Jun 11 01:59:56 2009 UTC (5 months, 2 weeks ago) by davisp
File length: 5348 byte(s)
Diff to previous 779824 (colored)
Integrating more ETAP tests from Bob Dionne.


Revision 779824 - (view) (annotate) - [select for diffs]
Modified Fri May 29 03:29:14 2009 UTC (5 months, 4 weeks ago) by damien
File length: 6372 byte(s)
Diff to previous 778521 (colored)
Fix and test for COUCHDB-366, uploading large attachments causes 500 error.

Revision 778521 - (view) (annotate) - [select for diffs]
Modified Mon May 25 21:59:17 2009 UTC (6 months ago) by damien
File length: 6370 byte(s)
Diff to previous 778485 (colored)
Fix for binary chunks being out of order with new tail append code

Revision 778485 - (view) (annotate) - [select for diffs]
Modified Mon May 25 19:52:28 2009 UTC (6 months ago) by damien
File length: 6339 byte(s)
Diff to previous 763818 (colored)
Merging new tail append storage into trunk. Upgrades are automatic, once opened by this version  old versions of CouchDB will not be able to open the files. As a precaution, you should back-up your production databases before upgrading.

Revision 763818 - (view) (annotate) - [select for diffs]
Modified Thu Apr 9 21:39:30 2009 UTC (7 months, 2 weeks ago) by damien
File length: 8643 byte(s)
Diff to previous 763816 (colored)
Removal of unused member in write_stream record.

Revision 763816 - (view) (annotate) - [select for diffs]
Modified Thu Apr 9 21:37:23 2009 UTC (7 months, 2 weeks ago) by damien
File length: 8664 byte(s)
Diff to previous 743971 (colored)
Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's own stream and calling set_min_buffer instead of ensure_buffer. Also fixed spurious couch_file crash messages by putting the statistics decrement code into a seperate monitoring process.

Revision 743971 - (view) (annotate) - [select for diffs]
Modified Fri Feb 13 03:55:36 2009 UTC (9 months, 1 week ago) by jchris
File length: 8643 byte(s)
Diff to previous 736906 (colored)
Accept standalone attachment PUTs with Transfer-Encoding: chunked 
Includes a patch to mochiweb_request that is under review for inclusion upstream.

Revision 736906 - (view) (annotate) - [select for diffs]
Modified Fri Jan 23 04:15:47 2009 UTC (10 months ago) by damien
File length: 8605 byte(s)
Diff to previous 726143 (colored)
Added task status checking, to help debug the progress of long running tasks, like view indexing and compaction.

Revision 726143 - (view) (annotate) - [select for diffs]
Modified Fri Dec 12 22:32:42 2008 UTC (11 months, 1 week ago) by joes
File length: 8575 byte(s)
Diff to previous 660049 (colored)
move couchdb to tlp

Revision 660049 - (view) (annotate) - [select for diffs]
Modified Sun May 25 22:10:40 2008 UTC (18 months ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8575 byte(s)
Diff to previous 652489 (colored)
Fix for file attachments using too much space in compacted databases

Revision 652489 - (view) (annotate) - [select for diffs]
Modified Thu May 1 12:07:52 2008 UTC (18 months, 3 weeks ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8541 byte(s)
Diff to previous 645661 (colored)
fix for compaction problem with attachments, and enhancements to JS shell, to make debugging tests easier.

Revision 645661 - (view) (annotate) - [select for diffs]
Modified Mon Apr 7 19:51:17 2008 UTC (19 months, 2 weeks ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8535 byte(s)
Diff to previous 644593 (colored)
Compaction. Works, but still needs queueing and better handling for long reads/writes overlapping the compaction switchover.

Revision 644593 - (view) (annotate) - [select for diffs]
Modified Fri Apr 4 03:10:34 2008 UTC (19 months, 3 weeks ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8529 byte(s)
Diff to previous 643556 (colored)
compaction code, not hooked up to webserver yet

Revision 643556 - (view) (annotate) - [select for diffs]
Modified Tue Apr 1 20:32:15 2008 UTC (19 months, 3 weeks ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8359 byte(s)
Diff to previous 642432 (colored)
Fix for runaway process in the view code and the so far untested storage  compaction code.

Revision 642432 - (view) (annotate) - [select for diffs]
Added Fri Mar 28 23:32:19 2008 UTC (19 months, 4 weeks ago) by cmlenz
Original Path: incubator/couchdb/trunk/src/couchdb/couch_stream.erl
File length: 8359 byte(s)
Imported trunk.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2