index
:
cloudant_bigcouch.git
debian
master
upstream
[cloudant_bigcouch]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
couchdb
/
couch_server_sup.erl
Age
Commit message (
Expand
)
Author
2009-07-06
trimmed trailing whitespace
Noah Slater
2009-06-30
reset stats on POST /_restart and correct open_databases test. Closes COUCHD...
Adam Kocoloski
2009-05-30
Test and fix for infinite loops in view_servers, fix for crashed OS processes...
Damien F. Katz
2009-04-19
add a startup checkpoint to couch.log
Jan Lehnardt
2009-04-19
whitespace
Jan Lehnardt
2009-03-07
rewrite replicator using OTP behaviours
Adam Kocoloski
2009-02-26
remove the no longer existing couch_file_stats from couch_primary_services
Jan Lehnardt
2009-02-22
Add runtime statistics -- without EUnit tests for now.
Jan Lehnardt
2009-01-29
Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.
John Christopher Anderson
2009-01-23
Added task status checking, to help debug the progress of long running tasks,...
Damien F. Katz
2008-12-22
Fix for leaked file handles when not explicitly closed, added file stats code...
Damien F. Katz
2008-11-20
Nearly completed security/validation work. Still needs replication testing.
Damien F. Katz
2008-10-02
HTTPd refactoring. Moved most code out of couch_httpd into associated modules...
Damien F. Katz
2008-09-13
Moved most of the startup services from being hard coded in couch_server_sup ...
Damien F. Katz
2008-09-13
Changes and refactorings to couch_config
Damien F. Katz
2008-08-30
- Rename configuration options and sections to allow for a nicer .ini file an...
Jan Lehnardt
2008-08-20
Merge runtimeconfig branch back into trunk
Jan Lehnardt
2008-08-05
Added concurrent open db limit and a LRU cache for closing old databases when...
Damien F. Katz
2008-06-10
slight change to startup message
Noah Slater
2008-05-15
Incremental reduce first checkin. Warning! Disk format change.
Damien F. Katz
2008-05-14
Add link to Futon based on current configuration parameters on CouchDB-startu...
Jan Lehnardt
2008-04-23
Replicator optmizations and fix for unnecessary document copy during re-repli...
Damien F. Katz
2008-04-20
Change uuid generaion to rely on crypto. Started crypto and inets application...
Damien F. Katz
2008-04-20
Added proper UUID generation and changed the details of how way debug logging...
Damien F. Katz
2008-04-15
Merged mochiweb branch back into trunk.
Christopher Lenz
2008-04-03
merge from mochiweb branch: fix copy and paste error to allow startup of Full...
Jan Lehnardt
2008-03-28
Imported trunk.
Christopher Lenz