summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-08-30Implement attachment uploading in Futon.Christopher Lenz
2008-08-30- Remove dependency on test/local.iniJan Lehnardt
2008-08-30Missed a configuration option earlier.Jan Lehnardt
2008-08-30- Rename configuration options and sections to allow for a nicer .ini file an...Jan Lehnardt
2008-08-30Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make t...Christopher Lenz
2008-08-24fix for occasional crash when attempting to open a database on a heavily load...Damien F. Katz
2008-08-22Fix for couch_server process crash when databases that don't exist are attemp...Damien F. Katz
2008-08-20Fix for possible multi-threading bottleneck in ICU driver.Damien F. Katz
2008-08-20add missing filesJan Lehnardt
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-12HTTP COPY & MOVE for documents with testsJan Lehnardt
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-08-07Fix for bug COUCHDB-100.Damien F. Katz
2008-08-05Fixed restart testing by making it far less likely a HTTP client will get a n...Damien F. Katz
2008-08-05Fixed bug where we attempted to match a linked port to the current fd, but fa...Damien F. Katz
2008-08-05Readded file name checks for open and delete, as an attacker could use relati...Damien F. Katz
2008-08-05Added new erlang source file to build system.Damien F. Katz
2008-08-05Added concurrent open db limit and a LRU cache for closing old databases when...Damien F. Katz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-28Adjusted btree chunk size to give a 25% performance increase in random testing.Damien F. Katz
2008-07-27removed individual committer copyright statements as per policyNoah Slater
2008-07-25Fix to previous commit r679840.Christopher Lenz
2008-07-25Use a method compatible with Erlang R11B to put the Erlang OTP version in the...Christopher Lenz
2008-07-25Fix for problem with Safari and mochiweb.Damien F. Katz
2008-07-22Fix for compacted databases reporting 0 documents after compactionDamien F. Katz
2008-07-18Fix for problem when saving bulk documents with invalid idsDamien F. Katz
2008-07-17Allow for empty attachments.Jan Lehnardt
2008-07-16Fixed replication problems where read ad write queues can get backed up. With...Damien F. Katz
2008-07-16Increase more filesystem layer timeouts. Patch by randall <dizzot> leeds <atf...Jan Lehnardt
2008-07-15fix for attachment editing when their are conflictsDamien F. Katz
2008-07-10Wait for the OS to flush our newly written data to disk without timing out to...Jan Lehnardt
2008-07-10Make RESTful attachment API concurrency aware and the code a little more conc...Jan Lehnardt
2008-07-06Add RESTful API for document attachments as per http://groups.google.com/grou...Jan Lehnardt
2008-07-03Improve error message. If the couch_erl_driver.so is no goodJan Lehnardt
2008-07-03Expose endkey_docid as a view query option through the HTTP API (including te...Jan Lehnardt
2008-06-24Change `Server` HTTP header to say CouchDB instead of MochiWeb, and add a `Ca...Christopher Lenz
2008-06-24Updated MochiWeb in trunk to r82.Christopher Lenz
2008-06-23Apply patch by Chris Anderson that fixes an edge case in the HTTP view interf...Christopher Lenz
2008-06-16renamed directory variables, stage twoNoah Slater
2008-06-16renamed directory variables, stage oneNoah Slater
2008-06-13Fix for bug when reopening view indexes.Damien F. Katz
2008-06-12fix for problem when view index header data exceeds 2k.Damien F. Katz
2008-06-12Fix for COUCHDB-78. Couchdb was failing to close open file handles when compa...Damien F. Katz
2008-06-10slight change to startup messageNoah Slater
2008-06-09Changed name of 'combine' phase of reduce to 'rereduce', to avoid confusion.Damien F. Katz
2008-06-07removed old, broken, datarootdir hackNoah Slater
2008-06-07corrected use of erlc to $(ERLC)Noah Slater
2008-06-05Added reduce/combine example. Fixed broken node chunking with very large key...Damien F. Katz
2008-06-05Remove /db/_search API call. This will be maintained in the lucene-search bra...Jan Lehnardt