Age | Commit message (Expand) | Author |
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 |
2008-12-18 | Fixed problem when a crashed db can cause couch_server to crash when it attem... | Damien F. Katz |
2008-12-12 | modifications to view server to keep the file descriptor open for the life of... | Damien F. Katz |
2008-12-10 | view group state gen_server. thanks damien and davisp. | John Christopher Anderson |
2008-11-20 | Nearly completed security/validation work. Still needs replication testing. | Damien F. Katz |
2008-11-11 | Check in of initial validation and authorization work. This work is incomplet... | Damien F. Katz |
2008-10-08 | add db_name back to database info, and test | John Christopher Anderson |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-09-15 | Fix for error when saving an attachment during a compaction. | Damien F. Katz |
2008-09-11 | Check-in of document purge functionality. | Damien F. Katz |
2008-08-31 | Merged json_term_changes branch back into trunk. | Christopher Lenz |
2008-08-07 | Fix for bug COUCHDB-100. | Damien F. Katz |
2008-08-05 | Added concurrent open db limit and a LRU cache for closing old databases when... | Damien F. Katz |
2008-07-22 | Fix for compacted databases reporting 0 documents after compaction | Damien F. Katz |