summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_server_sup.erl
AgeCommit message (Expand)Author
2011-07-25assert that calls to file functions actually succeed.Robert Newson
2011-04-21print https address if enabled. add to URI file also.Robert Newson
2010-07-02add line ending to be like the pidfile and fix typo.Benoit Chesneau
2010-07-02close #COUCHDB-393. save the uri http://IP:PORT/ inBenoit Chesneau
2010-04-02Deterministic/synchronous shutdown code.Damien F. Katz
2010-03-25restart using init:restart() for better test reliabilityJohn Christopher Anderson
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
2009-10-24use couch_util:priv_dir() b/c it works in dev mode tooAdam Kocoloski
2009-09-23give the server a second to terminate (suppress spurious stats warnings)Adam Kocoloski
2009-09-12bugfixes in supervision tree specificationsAdam Kocoloski
2009-08-04log bind_address and port after startup, helps with COUCHDB-393Jan Lehnardt
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-30reset stats on POST /_restart and correct open_databases test. Closes COUCHD...Adam Kocoloski
2009-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-04-19add a startup checkpoint to couch.logJan Lehnardt
2009-04-19whitespaceJan Lehnardt
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
2009-02-26remove the no longer existing couch_file_stats from couch_primary_servicesJan Lehnardt
2009-02-22Add runtime statistics -- without EUnit tests for now.Jan Lehnardt
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
2009-01-23Added task status checking, to help debug the progress of long running tasks,...Damien F. Katz
2008-12-22Fix for leaked file handles when not explicitly closed, added file stats code...Damien F. Katz
2008-11-20Nearly completed security/validation work. Still needs replication testing.Damien F. Katz
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated modules...Damien F. Katz
2008-09-13Moved most of the startup services from being hard coded in couch_server_sup ...Damien F. Katz
2008-09-13Changes and refactorings to couch_configDamien F. Katz
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-06-10slight change to startup messageNoah Slater
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
2008-05-14Add link to Futon based on current configuration parameters on CouchDB-startu...Jan Lehnardt
2008-04-23Replicator optmizations and fix for unnecessary document copy during re-repli...Damien F. Katz
2008-04-20Change uuid generaion to rely on crypto. Started crypto and inets application...Damien F. Katz
2008-04-20Added proper UUID generation and changed the details of how way debug logging...Damien F. Katz
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
2008-04-03merge from mochiweb branch: fix copy and paste error to allow startup of Full...Jan Lehnardt
2008-03-28Imported trunk.Christopher Lenz