summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_util.erl
AgeCommit message (Expand)Author
2009-11-26Move all C code to src/couchdb/privPaul Joseph Davis
2009-11-21upgrade mochiweb to r113, use hooks instead of forking mochijson2. COUCHDB-474Adam Kocoloski
2009-11-21code improvements from tidier. Patch by Kostis Sagonas. COUCHDB-570Adam Kocoloski
2009-11-02cast string status codes (from _externals) to integers before logging. COUCHD...Adam Kocoloski
2009-10-24Move stat descriptions out of the config.Paul Joseph Davis
2009-09-09choice of uuid algos for better insert perf. Closes COUCHDB-465. Thanks rnew...Adam Kocoloski
2009-08-10suppress obsolete list() guard warningAdam Kocoloski
2009-08-04Initial check-in of OAuth and cookie authentication.Damien F. Katz
2009-08-04encode slashes in db names in Location response header after database creatio...Jan Lehnardt
2009-07-20Initial checkin of _changes filters. The prime weak-spot for this approach is...John Christopher Anderson
2009-07-17Deterministic revids, MD5 checking of documents, added tracking of rev when a...Damien F. Katz
2009-07-14wheeeeeeeeNoah Slater
2009-07-06trimmed trailing whitespaceNoah Slater
2009-06-25Adding tests for couch_task_status.erlPaul Joseph Davis
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2009-04-10Fixes for leaked file handles, with test.Damien F. Katz
2009-03-13Commit Damien's rep_security branch to trunk. John Christopher Anderson
2009-03-07rewrite replicator using OTP behavioursAdam Kocoloski
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-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-07-03Improve error message. If the couch_erl_driver.so is no goodJan Lehnardt
2008-05-15Incremental reduce first checkin. Warning! Disk format change.Damien F. Katz
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-01Fix for runaway process in the view code and the so far untested storage com...Damien F. Katz
2008-03-28Imported trunk.Christopher Lenz