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.erl
Age
Commit message (
Expand
)
Author
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