Age | Commit message (Expand) | Author |
2010-07-16 | Revert revision 964956 (COUCHDB-827) - solution had secondary effects. | Filipe David Borba Manana |
2010-07-16 | Fix for a pull replication, targeted to a 1.0 CouchDB server, where the sourc... | Filipe David Borba Manana |
2010-07-14 | Bug fix: badmatch error after deleting a user doc (uncovered by revision 9637... | Filipe David Borba Manana |
2010-07-13 | show the complete document body even when the document is deleted (Couch lets... | John Christopher Anderson |
2010-07-13 | test and fix for deleting users documents | John Christopher Anderson |
2010-07-12 | Reverting revision 963042 - lists:keystore/4 only replaces the first occurren... | Filipe David Borba Manana |
2010-07-11 | Simplification - avoid 2 proplists lookups and an unnecessary list to binary ... | Filipe David Borba Manana |
2010-07-11 | Removing unused function couch_util:ascii_lower/1. If ever needed, the exact ... | Filipe David Borba Manana |
2010-07-11 | Removing unnecessary code. | Filipe David Borba Manana |
2010-07-11 | Removing couch_util:read_file_size/1 because same functionality is provided b... | Filipe David Borba Manana |
2010-07-11 | thank you dialyzer | Adam Kocoloski |
2010-07-11 | deleting a DB while it was being opened would crash couch_server | Adam Kocoloski |
2010-07-08 | validate admin and content type for compact requests | John Christopher Anderson |
2010-07-08 | Fix deletion of view files after compaction. | Filipe David Borba Manana |
2010-07-08 | Fix for occasional failed tests caused by responding with 202 success to comp... | Damien F. Katz |
2010-07-06 | dont redirect endlessly when require_valid_user=true | John Christopher Anderson |
2010-07-04 | _log should be an admin-only resource | John Christopher Anderson |
2010-07-03 | Replacing call couch_httpd_db:couch_doc_open/4 with call to couch_db:open_doc/2. | 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-02 | add line ending to be like the pidfile and fix typo. | Benoit Chesneau |
2010-07-02 | close #COUCHDB-393. save the uri http://IP:PORT/ in | Benoit Chesneau |
2010-07-02 | fix edge case in users db validation fun | John Christopher Anderson |
2010-07-02 | Moving duplicated code into a single private module function. | Filipe David Borba Manana |
2010-07-01 | prevent zero byte files, closes COUCHDB-647 | John Christopher Anderson |
2010-07-01 | Fix for windows fsync, race conditions in attachments.js and the default shel... | Damien F. Katz |
2010-06-30 | Bug fix when creating a DB with the option 'sys_db' and the number of current... | Filipe David Borba Manana |
2010-06-25 | make the authentication redirect URL configurable. setting it to the empty st... | John Christopher Anderson |
2010-06-25 | Added checking to ensure when a revpos is sent with a stub, it's correct. | Damien F. Katz |
2010-06-24 | don't require a revpos attribute for stubs. closes COUCHDB-809 thanks Caleb Land | John Christopher Anderson |
2010-06-24 | better error message for db names, closes COUCHDB-741 thanks Frank | John Christopher Anderson |
2010-06-24 | close COUCHDB-795 add X-HTTP-METHOD-OVERRIDE support. Thanks Brian Jenkins | John Christopher Anderson |
2010-06-24 | wait forever on large ini files | Jan Lehnardt |
2010-06-24 | ignore error when loading public_key on R12B5. spotted by barj on irc | Benoit Chesneau |
2010-06-24 | use JSON content type in replicator, require it in the _bulk_docs and other P... | John Christopher Anderson |
2010-06-24 | send browsers to /_utils/session.html when they need to log in | John Christopher Anderson |
2010-06-23 | Added files missing from last checkin for COUCHDB-807 | 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-19 | fix issue COUCHDB-805. tested on R13B-04 and R14A. also public_key is | Benoit Chesneau |
2010-06-16 | provide a uuid to update functions (and all other functions) that they can us... | John Christopher Anderson |
2010-06-16 | small optimization for reordering result lists | Adam Kocoloski |
2010-06-16 | remove unused Bt from chunkify function | Adam Kocoloski |
2010-06-15 | Fix for wrong offset when writing headers and converting them to blocks, only... | Damien F. Katz |
2010-06-15 | Fix warnings on Linux builds. | Jan Lehnardt |
2010-06-15 | iodata() type is too new for us | Adam Kocoloski |
2010-06-13 | hack for log requests during make check, when logger is not running | Adam Kocoloski |
2010-06-13 | synchronous logging, COUCHDB-761. Patch by Randall Leeds. | Adam Kocoloski |
2010-06-12 | log HEAD requests as HEAD, not GET. COUCHDB-788 | Adam Kocoloski |
2010-06-12 | more efficient header commits. COUCHDB-767 | Adam Kocoloski |