summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-18removed @configure_input@ useNoah Slater
2008-08-15correct development versionNoah Slater
2008-08-15added distsign targetNoah Slater
2008-08-15correct development versionNoah Slater
2008-08-14cleaned up CHANGES, fixed quotesNoah Slater
2008-08-14added recent configure.ac changes to CHANGESNoah Slater
2008-08-14removed spurious newlineNoah Slater
2008-08-14CouchDB performance work. Faster Btree updates and lookups.Damien F. Katz
2008-08-14added note about gmakeNoah Slater
2008-08-14portability changes for freebsdNoah Slater
2008-08-12HTTP COPY & MOVE for documents with testsJan Lehnardt
2008-08-11Updated changelog for r684023, which disabled doc sealing in the JS view server.Christopher Lenz
2008-08-08Idempotent document creation support, new HTTP api to generate UUIDs and supp...Damien F. Katz
2008-08-08COUCHDB-103 Fixed incompatibilty with new javascript (1.8) that no longer sup...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-05slight rewordingNoah Slater
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 note to CHANGES about documentation changeNoah Slater
2008-08-05changed example sudo invokation to use -i optionNoah Slater
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-08-01Experimental tabbed interface in Futon document view to switch between tabula...Christopher Lenz
2008-08-01Fix collapsing of nested objects in Futon document view in Safari.Christopher Lenz
2008-08-01Fix auto-expanding of view editor textareas for temp views.Christopher Lenz
2008-07-29Fix for problem with count query arg in grouped reduce views. Previous fix wo...Damien F. Katz
2008-07-29Removed some debugging stuff I left in the tests. oops.Damien F. Katz
2008-07-29Test changes I forgot to check in earlier. Contains a formatting change and a...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-25Update NEWS and CHANGES for 0.8.1 release.Christopher Lenz
2008-07-25Apply patch by Yoan Blanc to fix the view selector in Futon for Opera and IE....Christopher Lenz
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-25removed awk subst from automakeNoah Slater
2008-07-25couchdb script no longer uses awk for configuration checksNoah Slater
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-22added OpenSSL dependancy to READMENoah Slater
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-03bumped version number to 0.9.0Noah Slater
2008-07-03Improve error message. If the couch_erl_driver.so is no goodJan Lehnardt