summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_server.erl
AgeCommit message (Expand)Author
2010-08-11reorganize couch .erl and driver code into rebar layoutAdam Kocoloski
2010-07-03Fix deletion to move properly to root of storage, to avoid copying files when...Damien F. Katz
2010-07-03Fixed intermittent problem deleting files on Windows. Added Juhani Ränkimies...Damien F. Katz
2010-07-02Moving duplicated code into a single private module function.Filipe David Borba Manana
2010-06-30Bug fix when creating a DB with the option 'sys_db' and the number of current...Filipe David Borba Manana
2010-06-23Authentication caching, to avoid repeated opening and closing of the users da...Damien F. Katz
2010-06-23Make file deletions async to avoid pauses during compaction and db deletion. ...Damien F. Katz
2010-06-02trailing whitespace pedantryJan Lehnardt
2010-05-04use keysearch BIF to search ejson props. Closes COUCHDB-747Adam Kocoloski
2010-04-02change couch_server calls to have infinity timeout, because it might have to ...Damien F. Katz
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-16Fixes couch_server:all_databases/0Paul Joseph Davis
2010-03-15Made the opening of databases asynchronous, so that requests to open database...Damien F. Katz
2010-03-04reverting damien's latest commit until we can figure out why it's causing fai...John Christopher Anderson
2010-03-04Changed process tree shutdown to be synchronous, to eliminate spurious test f...Damien F. Katz
2010-01-09make the default account db called _users, not usersJohn Christopher Anderson
2009-09-13allow config callbacks to get passed the X-Couch-Persist flagJan Lehnardt
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-09-02skip some regex etc. if DB is already openAdam Kocoloski
2009-08-30refactor CouchDB startup procedure, see COUCHDB-216 for detailsAdam Kocoloski
2009-08-15replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245Adam Kocoloski
2009-07-23use spawn to avoid recursive gen_server callsAdam Kocoloski
2009-07-23Fixes error on first boot after adding an admin.Paul Joseph Davis
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-05-18remove leftover .compact files on DB deleteAdam Kocoloski
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-02-25add js test suite for stats, enable access for a previously internal metricJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-02-17Put file ref_counting into it's own module, to make the speed of opening an a...Damien F. Katz
2009-01-19tests for fix to COUCHDB-215, and changing of how max_dbs_open setting is han...Damien F. Katz
2009-01-19Fix for COUCHDB-215, we weren't properly converting a config setting to an in...Damien F. Katz
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-12-18fix for crash of couch_server when database non-existantDamien F. Katz
2008-12-18Fixed problem when a crashed db can cause couch_server to crash when it attem...Damien F. Katz
2008-12-10view group state gen_server. thanks damien and davisp.John Christopher Anderson
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-11-17More security and validation work. Still incomplete.Damien F. Katz
2008-11-11Check in of initial validation and authorization work. This work is incomplet...Damien F. Katz
2008-10-22Send a notification when a database is createdJan Lehnardt
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-08-31Merged 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-22Fix for couch_server process crash when databases that don't exist are attemp...Damien F. Katz
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-05Readded file name checks for open and delete, as an attacker could use relati...Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz