Age | Commit message (Expand) | Author |
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 |
2009-04-21 | only pick up files in configuration directories | Noah Slater |
2009-04-21 | fixed variable replacement | Noah Slater |
2009-04-21 | added note about breaking changes | Noah Slater |
2009-04-21 | updated for configuration changes | Noah Slater |
2009-04-21 | added new configuration system | Noah Slater |
2009-04-20 | Fix for process leaks with retrying compactions. | Damien F. Katz |
2009-04-20 | Makefile.am improvements | Noah Slater |
2009-04-20 | be more verbose | Jan Lehnardt |
2009-04-19 | add main.js to install files. Noah, can you double check? | Jan Lehnardt |
2009-04-19 | COUCHDB-306 - Improving reported errors. | Paul Joseph Davis |
2009-04-19 | fix ./configure --help output, ERL[C]_EXECUTABLE are now ERL[C] | Jan Lehnardt |
2009-04-19 | add server/main.js to all: target | Jan Lehnardt |
2009-04-19 | add a startup checkpoint to couch.log | Jan Lehnardt |
2009-04-19 | whitespace | Jan Lehnardt |
2009-04-18 | fix make distcheck, thanks Noah | Jan Lehnardt |
2009-04-18 | move main.js generation to Makefile | Jan Lehnardt |
2009-04-18 | add generation-notice | Jan Lehnardt |
2009-04-18 | run mainjs.sh if one of the source files changed | Jan Lehnardt |
2009-04-18 | integrate main.js split-up into build system | Jan Lehnardt |
2009-04-18 | refactor main.js into many files and improve show/list error handling | John Christopher Anderson |
2009-04-18 | Resolves COUCHDB-306 - Wacky error responses to malformed documents | Paul Joseph Davis |
2009-04-18 | Fixes COUCHDB-310 | Paul Joseph Davis |
2009-04-18 | Fixes COUCHDB-311 | Paul Joseph Davis |
2009-04-18 | Fixes COUCHDB-322 | Paul Joseph Davis |
2009-04-18 | updated for recent changes | Noah Slater |
2009-04-18 | create /var/run/couchdb during init script | Noah Slater |
2009-04-17 | output errors differently during chunked responses (view and list) | John Christopher Anderson |
2009-04-16 | Baby steps toward better reporting of os_process errors (and JavaScript synta... | John Christopher Anderson |
2009-04-15 | change error message from list to binary string | John Christopher Anderson |
2009-04-15 | add bulkSave method to jquery.couch.js | John Christopher Anderson |
2009-04-15 | URL-encode attachment paths during replication | Adam Kocoloski |
2009-04-14 | whitespace | Jan Lehnardt |
2009-04-11 | refactor: extract method from doc_flush_binaries. add with_stream/2 to handle... | John Christopher Anderson |
2009-04-10 | Fixes for leaked file handles, with test. | Damien F. Katz |
2009-04-09 | Fix to allow couch_file use in tests without the server being started. | Damien F. Katz |
2009-04-09 | Removal of unused member in write_stream record. | Damien F. Katz |
2009-04-09 | Fix for attachment sparseness bug COUCHDB-220 by giving each attachment it's ... | Damien F. Katz |
2009-04-07 | Add null_authentication_handler. It is useful when running CouchDB behind an ... | Jan Lehnardt |
2009-04-05 | added compaction for view indexes. See COUCHDB-92 | Adam Kocoloski |
2009-04-04 | Use now_diff instead of statistics(runtime). Closes COUCHDB-316 | Adam Kocoloski |