Age | Commit message (Expand) | Author |
2010-02-12 | move from _admins / _readers / _security to just a single _security object | John Christopher Anderson |
2010-02-03 | error message on bad security object | John Christopher Anderson |
2010-02-03 | enhance reader and admin lists | John Christopher Anderson |
2010-02-01 | Database-level security. | John Christopher Anderson |
2010-02-01 | removed unused code. Patch by Robert Dionne. Closes COUCHDB-581 | Jan Lehnardt |
2010-01-29 | Allow storing attachments in compressed form. Closes COUCHDB-583. Thanks Fili... | John Christopher Anderson |
2009-12-16 | Provide Content-MD5 header support for attachments. | Paul Joseph Davis |
2009-11-23 | Fix and tests for COUCHDB-292 | Damien F. Katz |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-11-15 | Testing of incremental attachments and more testing of multipart/handling. | Damien F. Katz |
2009-11-13 | Initial check-in of APIs for multiple/related supported and incremental repli... | Damien F. Katz |
2009-11-03 | Added batching of multiple updating requests, to improve throughput with many... | Damien F. Katz |
2009-09-14 | View refactoring and addition of raw collationoption. Significant performance... | Damien F. Katz |
2009-09-14 | removed _all_docs_by_seq in favor of _changes | John Christopher Anderson |
2009-09-11 | Refactoring of endkey code in views and btrees. End key functionaility is now... | Damien F. Katz |
2009-08-15 | delayed commits are now a config option, off by default. Closes COUCHDB-449 | Adam Kocoloski |
2009-07-29 | Fix for COUCHDB-434. Only reassign previous revid inside the updater process. | Damien F. Katz |
2009-07-20 | Initial checkin of _changes filters. The prime weak-spot for this approach is... | John Christopher Anderson |
2009-07-17 | MD5 term checking by using leading bit in 32 bit length to indicate MD5 prese... | Damien F. Katz |
2009-07-17 | Deterministic revids, MD5 checking of documents, added tracking of rev when a... | Damien F. Katz |
2009-07-14 | added licence check, and licence.skip | Noah Slater |
2009-07-07 | fix deleted_conflicts qs parameter | Adam Kocoloski |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-07-04 | Name view index files by their function hashes for no downtime deploys. Close... | John Christopher Anderson |
2009-07-03 | update check_bin_length since chunked response bug is fixed | Adam Kocoloski |
2009-05-29 | misapplied Antony's workaround for extra bytes in r775724 | Adam Kocoloski |
2009-05-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
2009-05-23 | added an design doc option so that doc._local_seq can be available in the map... | John Christopher Anderson |
2009-05-17 | work around ibrowse giving response chunks too many bytes. Thanks Antony. | Adam Kocoloski |
2009-05-17 | Fixes COUCHDB-41 | Paul Joseph Davis |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-05-04 | hinting to reduce sparseness in chunked attachment puts | John Christopher Anderson |
2009-04-27 | Fix and test for COUCHDB-334 where a database with delayed commits pending is... | Damien F. Katz |
2009-04-11 | refactor: extract method from doc_flush_binaries. add with_stream/2 to handle... | John Christopher Anderson |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |
2009-04-09 | Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ... | Damien F. Katz |
2009-03-24 | Fix for crash when compacting an empty database | Damien F. Katz |
2009-03-15 | fix case-miss when prep_and_validate_update is called on doc with attachment ... | John Christopher Anderson |
2009-03-13 | Commit Damien's rep_security branch to trunk. | John Christopher Anderson |
2009-03-03 | stats metrics renamed: os_open_files -> open_os_files, database_changes -> da... | Jan Lehnardt |
2009-02-26 | - add descriptions to metrics | Jan Lehnardt |
2009-02-17 | Put file ref_counting into it's own module, to make the speed of opening an a... | Damien F. Katz |
2009-02-14 | enhance the Mochiweb streaming api based on feedback from Bob Ippolito | John Christopher Anderson |
2009-02-13 | Accept standalone attachment PUTs with Transfer-Encoding: chunked | John Christopher Anderson |
2009-01-23 | Added task status checking, to help debug the progress of long running tasks,... | Damien F. Katz |
2009-01-15 | Support for streaming attachment writes. | Damien F. Katz |
2009-01-09 | Added support so clients can detect if a server has potentially lost commits ... | Damien F. Katz |
2009-01-05 | Fixed views to not commit index headers if they are ahead of what has been fu... | Damien F. Katz |
2009-01-05 | Delayed commit patch. Allows documents to be saved immediately but fully comm... | Damien F. Katz |
2008-12-22 | Fix for leaked file handles when not explicitly closed, added file stats code... | Damien F. Katz |