Age | Commit message (Expand) | Author |
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-02 | trailing whitespace pedantry | Jan Lehnardt |
2010-05-04 | use keysearch BIF to search ejson props. Closes COUCHDB-747 | Adam Kocoloski |
2010-04-02 | change couch_server calls to have infinity timeout, because it might have to ... | Damien F. Katz |
2010-04-02 | Deterministic/synchronous shutdown code. | Damien F. Katz |
2010-03-16 | Fixes couch_server:all_databases/0 | Paul Joseph Davis |
2010-03-15 | Made the opening of databases asynchronous, so that requests to open database... | 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 |
2010-01-09 | make the default account db called _users, not users | John Christopher Anderson |
2009-09-13 | allow config callbacks to get passed the X-Couch-Persist flag | Jan Lehnardt |
2009-09-09 | choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew... | Adam Kocoloski |
2009-09-02 | skip some regex etc. if DB is already open | Adam Kocoloski |
2009-08-30 | refactor CouchDB startup procedure, see COUCHDB-216 for details | Adam Kocoloski |
2009-08-15 | replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245 | Adam Kocoloski |
2009-07-23 | use spawn to avoid recursive gen_server calls | Adam Kocoloski |
2009-07-23 | Fixes error on first boot after adding an admin. | Paul Joseph Davis |
2009-07-14 | wheeeeeeee | Noah Slater |
2009-07-06 | trimmed trailing whitespace | Noah Slater |
2009-05-18 | remove leftover .compact files on DB delete | Adam Kocoloski |
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-02-25 | add js test suite for stats, enable access for a previously internal metric | Jan Lehnardt |
2009-02-22 | Add runtime statistics -- without EUnit tests for now. | 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-01-19 | tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han... | Damien F. Katz |
2009-01-19 | Fix for COUCHDB-215, we weren't properly converting a config setting to an in... | 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-18 | Fixed problem when a crashed db can cause couch_server to crash when it attem... | 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-17 | More security and validation work. Still incomplete. | Damien F. Katz |
2008-11-11 | Check in of initial validation and authorization work. This work is incomplet... | Damien F. Katz |
2008-10-22 | Send a notification when a database is created | Jan Lehnardt |
2008-10-22 | First check-in of admin http authentication and authorization. | Damien F. Katz |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-09-13 | Changes and refactorings to couch_config | Damien F. Katz |
2008-08-31 | Merged json_term_changes branch back into trunk. | Christopher Lenz |
2008-08-30 | - Rename configuration options and sections to allow for a nicer .ini file an... | Jan Lehnardt |
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 | Readded file name checks for open and delete, as an attacker could use relati... | Damien F. Katz |
2008-08-05 | Added concurrent open db limit and a LRU cache for closing old databases when... | Damien F. Katz |
2008-03-28 | Imported trunk. | Christopher Lenz |