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