summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-23remove leftover trace loggingJohn Christopher Anderson
2009-05-23added an design doc option so that doc._local_seq can be available in the map...John Christopher Anderson
2009-05-20restart update_notification process when config changesAdam Kocoloski
2009-05-20Move default handler configuration to couch_httpd:start_link/0Paul Joseph Davis
2009-05-19add a basic .gitignore file - enjoy!John Christopher Anderson
2009-05-19Add a configuration parameter for the default database handler.Paul Joseph Davis
2009-05-18first crack at binary backoff for failed replicator requestsAdam Kocoloski
2009-05-18View source loads the original file now.Paul Joseph Davis
2009-05-18remove leftover .compact files on DB deleteAdam Kocoloski
2009-05-17work around ibrowse giving response chunks too many bytes. Thanks Antony.Adam Kocoloski
2009-05-17guard memory_footprint() list with is_pid()Adam Kocoloski
2009-05-17one more hanging receive loop fixAdam Kocoloski
2009-05-17replicator should never hang when attachment receiver diesAdam Kocoloski
2009-05-17cleaner, more informative replicator log messagesAdam Kocoloski
2009-05-17Fixes COUCHDB-41Paul Joseph Davis
2009-05-16replicator memory management and buffer flush calculation updatesAdam Kocoloski
2009-05-13Fixes COUCHDB-349Paul Joseph Davis
2009-05-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
2009-05-13JSONP support is thanks to Brad Anderson.Paul Joseph Davis
2009-05-13Closes COUCHDB-334 - Add JSONP support to CouchDBPaul Joseph Davis
2009-05-12You can now specify either "_sum" or "_count" as the source code for 2 built-...John Christopher Anderson
2009-05-12add offset parameter so clients like Futon can deliver a consistent user expe...Jan Lehnardt
2009-05-12Add non-streaming log-file handler. A GET request to /_log will show the last...Jan Lehnardt
2009-05-10export a methodJohn Christopher Anderson
2009-05-10refactor JSON body error handling, also consolidate update_docs JSON response...John Christopher Anderson
2009-05-10Refactor the make_view_fold_function stuff. Added a proper Acc to both map an...John Christopher Anderson
2009-05-09Check for invalid document members.Paul Joseph Davis
2009-05-09improved messageNoah Slater
2009-05-08add changes.js to install targetAdam Kocoloski
2009-05-06Removing leftover io:format call from debugging.Damien F. Katz
2009-05-06First cut at _changes api. Update the by_id and by_seq indexes to contain upd...Damien F. Katz
2009-05-04use revisions when replicating attachments. Closes COUCHDB-337Adam Kocoloski
2009-05-04standalone attachment GETs should respect "rev" qs paramAdam Kocoloski
2009-05-04hinting to reduce sparseness in chunked attachment putsJohn Christopher Anderson
2009-05-04helpful note about config settingJohn Christopher Anderson
2009-05-04reduce_limit error is thrown when the reduce function output is not small eno...John Christopher Anderson
2009-05-04Use batch=ok query param for document PUT and POST to defer index updates unt...John Christopher Anderson
2009-05-01Exporting the main function for sending view responses.Paul Joseph Davis
2009-04-29Accidentally checked in a debug statement.Paul Joseph Davis
2009-04-29Closes COUCHDB-320 (ignore Content-Type in _temp_view). Thanks B. CandlerAdam Kocoloski
2009-04-28undo local changeJan Lehnardt
2009-04-27add newline at the end of ini file to make quick editing work, also POSIXJan Lehnardt
2009-04-27Resolves COUCHDB-332 Proper errors for invalid docids.Paul Joseph Davis
2009-04-27Fix and test for COUCHDB-334 where a database with delayed commits pending is...Damien F. Katz
2009-04-25Resolves COUCHDB-331 - Allow reduce=true&include_docs=falsePaul Joseph Davis
2009-04-22Refactoring the view URL parameter parsing.Paul Joseph Davis
2009-04-22corrected background optionNoah Slater
2009-04-22The _compact handler went missing from the default ini file. Trunk should nowPaul Joseph Davis
2009-04-22trunk is 0.10.0aJan Lehnardt
2009-04-21added -maxdepth 1 to configuration directory find invokationNoah Slater