summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-14merge list-iterator branch to trunk. changes JavaScript _list APIJohn Christopher Anderson
2009-06-11Forgot to remove old test/0 exports.Paul Joseph Davis
2009-06-11Integrating more ETAP tests from Bob Dionne.Paul Joseph Davis
2009-06-09Fixes COUCHDB-372Paul Joseph Davis
2009-06-08accept UTF-16 surrogate pairs. Fixes COUCHDB-327, COUCHDB-333Adam Kocoloski
2009-06-05checkpoint during abnormal terminate is not safeAdam Kocoloski
2009-06-01Added tests for heartbeat and timeout options in the _changes api.Damien F. Katz
2009-05-31Removed space from whitespace heartbeat in _changes apiDamien F. Katz
2009-05-31Added timeout and heartbeat options to the _changes apiDamien F. Katz
2009-05-30Making the couchspawnkillable script marked as executable.Paul Joseph Davis
2009-05-30Added code coverage report generation target.Paul Joseph Davis
2009-05-30Fix for couch_file bug found with etap test suiteDamien F. Katz
2009-05-30Revert accidently checked-in test change.Damien F. Katz
2009-05-30Test and fix for infinite loops in view_servers, fix for crashed OS processes...Damien F. Katz
2009-05-29make sure process is still alive before calculating memory footprintAdam Kocoloski
2009-05-29the atom doesn't necessarily existAdam Kocoloski
2009-05-29misapplied Antony's workaround for extra bytes in r775724Adam Kocoloski
2009-05-29Fix and test for COUCHDB-366, uploading large attachments causes 500 error.Damien F. Katz
2009-05-28refactor load_ini_file so it can be called from another processAdam Kocoloski
2009-05-27Fixes COUCHDB-363Paul Joseph Davis
2009-05-26ignore _local_seq when included in a saved documentJohn Christopher Anderson
2009-05-25Fix for binary chunks being out of order with new tail append codeDamien F. Katz
2009-05-25Merging new tail append storage into trunk. Upgrades are automatic, once open...Damien F. Katz
2009-05-24Added stats tracking for active _changes clients.Damien F. Katz
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 configuration parameter for the default database handler.Paul Joseph Davis
2009-05-18first crack at binary backoff for failed replicator requestsAdam Kocoloski
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-13Adding testing for GET /_changes?continuous=true by adding a GET /_sleep?time...Damien F. Katz
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-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