Age | Commit message (Expand) | Author |
2008-10-11 | updated install instructions for ubuntu libcurl package | John Christopher Anderson |
2008-10-11 | fixed missing DESTDIRs in (un)install hooks, thanks Mark Baran | Noah Slater |
2008-10-11 | db update notification process fix - thanks vmx, davisp, dreid | John Christopher Anderson |
2008-10-11 | dropping kerberos support | John Christopher Anderson |
2008-10-11 | added note about libcurl to the readme | John Christopher Anderson |
2008-10-10 | config web service fix from davisp | John Christopher Anderson |
2008-10-09 | added gottesmm to THANKS | John Christopher Anderson |
2008-10-09 | make check now runs the JavaScript test suite | John Christopher Anderson |
2008-10-09 | remove content-length header from file attachment responses. see inline comments | John Christopher Anderson |
2008-10-09 | make couch_httpd:send_error/4 public | John Christopher Anderson |
2008-10-08 | add db_name back to database info, and test | John Christopher Anderson |
2008-10-08 | added _restart to default.ini, and test that restart works | John Christopher Anderson |
2008-10-06 | tiny whitespace fix for 409 database error | John Christopher Anderson |
2008-10-05 | include_docs option adds a doc member to view rows with the latest _rev of th... | John Christopher Anderson |
2008-10-05 | added multi-key requests to _view, _temp_view, and _all_docs (with help from ... | John Christopher Anderson |
2008-10-05 | refactor couch_httpd_view to use output_map_view | John Christopher Anderson |
2008-10-05 | remove unnecessary negative count feature | John Christopher Anderson |
2008-10-02 | Added files forgotten in the httpd refactoring checkin. | Damien F. Katz |
2008-10-02 | HTTPd refactoring. Moved most code out of couch_httpd into associated modules... | Damien F. Katz |
2008-10-01 | doc improvements | Noah Slater |
2008-10-01 | Make the database list in the sidebar in Futon a list of the 10 most recently... | Christopher Lenz |
2008-09-30 | Remove some debugging leftovers from the Futon HTML. | Christopher Lenz |
2008-09-25 | Futon pagination no longer uses negative counts. | John Christopher Anderson |
2008-09-24 | Move jchris from THANKS to AUTHORS & update his email-address. | Jan Lehnardt |
2008-09-24 | remove EXEEXT | Noah Slater |
2008-09-23 | fix for COUCHDB-119 - replication is incremental between local and remote dat... | John Christopher Anderson |
2008-09-23 | Changed call to Req:recv_body() by Damien's request. | Jan Lehnardt |
2008-09-23 | Fix config file writer issue, where doplicate sections would be created | Jan Lehnardt |
2008-09-22 | corrected spelling | Noah Slater |
2008-09-21 | change integer handling in mochijson2 to fix JSON regression COUCHDB-118 | John Christopher Anderson |
2008-09-20 | reduce=false closes COUCHDB-76 | John Christopher Anderson |
2008-09-17 | added $(EXEEXT) to target per automakes advice | Noah Slater |
2008-09-17 | removed useless line | Noah Slater |
2008-09-16 | Install the new config page in Futon. | Jan Lehnardt |
2008-09-16 | Add HTTP API for getting the complete config, and add a page to Futon that di... | Christopher Lenz |
2008-09-15 | Fix for error when saving an attachment during a compaction. | Damien F. Katz |
2008-09-14 | modified Makefile.am not to clean non-generated file | Noah Slater |
2008-09-13 | Moved most of the startup services from being hard coded in couch_server_sup ... | Damien F. Katz |
2008-09-13 | remove leftover debug statement | Jan Lehnardt |
2008-09-13 | Changes and refactorings to couch_config | Damien F. Katz |
2008-09-13 | added quotes around filename | Noah Slater |
2008-09-11 | removed make packaging of etc/default/couchdb | Noah Slater |
2008-09-11 | updated CHANGES | Noah Slater |
2008-09-11 | remove PID and INI options from the etc/default file and added COUCHDB_OPTION... | Noah Slater |
2008-09-11 | Check-in of document purge functionality. | Damien F. Katz |
2008-09-09 | Fix for attachment content-type conversion from/to binary in RESTful API. | Christopher Lenz |
2008-09-08 | fixed adduser path | Noah Slater |
2008-09-08 | Add simple test for retrieving a specific revision of a document (for r693115). | Christopher Lenz |
2008-09-08 | Fix retrieval of specific document revisions, which needed to be updated for ... | Christopher Lenz |
2008-09-02 | Fix for bug COUCHDB-109. | Damien F. Katz |