summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_auth_cache.erl
AgeCommit message (Expand)Author
2010-11-18Make sure that after compaction of the authentication database the old refere...Filipe David Borba Manana
2010-11-18Make sure that after a database compaction the old database reference counter...Filipe David Borba Manana
2010-11-12Use lists:min/1 and lists:max/1 instead of erlang:min/2 and erlang:max/2. The...Filipe David Borba Manana
2010-09-30Removing ?getv macros.Filipe David Borba Manana
2010-09-27Replacing calls to couch_util:get_value with ?getvFilipe David Borba Manana
2010-07-14Bug fix: badmatch error after deleting a user doc (uncovered by revision 9637...Filipe David Borba Manana
2010-07-03Replacing call couch_httpd_db:couch_doc_open/4 with call to couch_db:open_doc/2.Filipe David Borba Manana
2010-06-23Added files missing from last checkin for COUCHDB-807Damien F. Katz