Age | Commit message (Expand) | Author |
2010-12-10 | Merged revision 1043524 from trunk | Filipe David Borba Manana |
2010-07-03 | Fix deletion to move properly to root of storage, to avoid copying files when... | Damien F. Katz |
2010-07-03 | Fixed intermittent problem deleting files on Windows. Added Juhani Ränkimies... | Damien F. Katz |
2010-07-01 | Fix for windows fsync, race conditions in attachments.js and the default shel... | Damien F. Katz |
2010-06-23 | Authentication caching, to avoid repeated opening and closing of the users da... | Damien F. Katz |
2010-06-23 | Make file deletions async to avoid pauses during compaction and db deletion. ... | Damien F. Katz |
2010-06-15 | Fix for wrong offset when writing headers and converting them to blocks, only... | Damien F. Katz |
2010-06-12 | more efficient header commits. COUCHDB-767 | Adam Kocoloski |
2010-06-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-17 | use O_APPEND to skip some lseeks, COUCHDB-754 | Adam Kocoloski |
2010-05-14 | faster implementation of pread_iolist. Closes COUCHDB-762 | Adam Kocoloski |
2010-05-04 | use crypto:md5 when available. thx fdmanana. Closes COUCHDB-757 | Adam Kocoloski |
2010-04-02 | Deterministic/synchronous shutdown code. | Damien F. Katz |
2010-03-04 | reverting damien's latest commit until we can figure out why it's causing fai... | John Christopher Anderson |
2010-03-04 | Changed process tree shutdown to be synchronous, to eliminate spurious test f... | Damien F. Katz |
2009-11-21 | code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570 | Adam Kocoloski |
2009-07-23 | Fixes etap tests for recent updates. | Paul Joseph Davis |
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 | wheeeeeeee | Noah Slater |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-05-30 | Fix for couch_file bug found with etap test suite | Damien F. Katz |
2009-05-25 | Merging new tail append storage into trunk. Upgrades are automatic, once open... | Damien F. Katz |
2009-05-06 | First cut at _changes api. Update the by_id and by_seq indexes to contain upd... | Damien F. Katz |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |
2009-04-09 | Fix to allow couch_file use in tests without the server being started. | Damien F. Katz |
2009-04-09 | Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ... | Damien F. Katz |
2009-03-16 | Fix for problem with btree folds getting incorrect reductions after the first... | Damien F. Katz |
2009-03-03 | stats metrics renamed: os_open_files -> open_os_files, database_changes -> da... | Jan Lehnardt |
2009-02-26 | Fix and test for file descriptor leaks | Damien F. Katz |
2009-02-17 | Put file ref_counting into it's own module, to make the speed of opening an a... | Damien F. Katz |
2009-01-09 | Added support so clients can detect if a server has potentially lost commits ... | 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 | fix for crash of couch_server when database non-existant | Damien F. Katz |
2008-12-16 | do not fail on heavily loaded systems. wait forever for syscalls to return | Jan Lehnardt |
2008-12-12 | modifications to view server to keep the file descriptor open for the life of... | Damien F. Katz |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-08-24 | fix for occasional crash when attempting to open a database on a heavily load... | Damien F. Katz |
2008-08-22 | Fix for couch_server process crash when databases that don't exist are attemp... | Damien F. Katz |
2008-08-20 | Merge runtimeconfig branch back into trunk | Jan Lehnardt |
2008-08-05 | Fixed bug where we attempted to match a linked port to the current fd, but fa... | 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-16 | Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf... | Jan Lehnardt |
2008-07-10 | Wait for the OS to flush our newly written data to disk without timing out to... | Jan Lehnardt |
2008-06-12 | fix for problem when view index header data exceeds 2k. | Damien F. Katz |
2008-04-20 | Added proper UUID generation and changed the details of how way debug logging... | Damien F. Katz |
2008-04-04 | compaction code, not hooked up to webserver yet | Damien F. Katz |
2008-03-28 | Imported trunk. | Christopher Lenz |