summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-10-25Add missing -lcrypt option. Fixes build.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707851 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24Add couchpw.c file for managing CouchDB password files. NEEDS LICENSE ↵Jan Lehnardt
CLEARANCE. Source from: http://www.polytech.unice.fr/~buffa/cours/internet2000/TD/td2/tools/htpasswd.c Fixed for gcc -Wall. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707663 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Add `make dev` target. Use `./utils/run` to launch CouchDB from the source ↵Jan Lehnardt
tree and without `make install`. Useful for development. Patch my Hunter Morris, thanks! Closes COUCHDB-114. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707480 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Put local.ini into distribution package.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707426 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23Put .erl files back into distribution package.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707421 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23removed check-news check completelyNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707410 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23check NIGHTLY for any valueNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707404 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23added NIGHTLY and FLAGS env variablesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707397 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23added header to SOURCESNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707393 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23fixed jobserver issues with edoc generationNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707390 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23moved erlang compilation out of check_PROGRAMSNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707385 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22Send a notification when a database is createdJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707076 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22First check-in of admin http authentication and authorization.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706848 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22osx launchctl readme notesJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706817 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21fix for COUCHDB-139 keys available when reduce=falseJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706744 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21fix for COUCHDB-138 include_docs=true&reduce=falseJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706735 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21test to close COUCHDB-117John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706732 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Removed debugging statement. Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706717 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21Fix for COUCHDB-99. Certain Skipped KeyValue pairs weren't being assembled ↵Damien F. Katz
into final values before being reduces. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@706714 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11svn:ignore test/local.iniJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703700 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11simplified CouchDB.port handling in testsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703698 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11updated install instructions for ubuntu libcurl packageJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703697 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11fixed missing DESTDIRs in (un)install hooks, thanks Mark BaranNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703638 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11db update notification process fix - thanks vmx, davisp, dreidJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703637 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11dropping kerberos supportJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703636 13f79535-47bb-0310-9956-ffa450edef68
2008-10-11added note about libcurl to the readmeJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703619 13f79535-47bb-0310-9956-ffa450edef68
2008-10-10config web service fix from davispJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703315 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09added gottesmm to THANKSJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703277 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09make check now runs the JavaScript test suiteJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703276 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09remove content-length header from file attachment responses. see inline commentsJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703275 13f79535-47bb-0310-9956-ffa450edef68
2008-10-09make couch_httpd:send_error/4 publicJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@703274 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08add db_name back to database info, and testJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@702965 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08added _restart to default.ini, and test that restart worksJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@702960 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06tiny whitespace fix for 409 database errorJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701960 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05include_docs option adds a doc member to view rows with the latest _rev of ↵John Christopher Anderson
the document (or the _rev specified in the row value) git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701847 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05added multi-key requests to _view, _temp_view, and _all_docs (with help from ↵John Christopher Anderson
davisp) git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701814 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05refactor couch_httpd_view to use output_map_viewJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701749 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05remove unnecessary negative count featureJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701748 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02Added files forgotten in the httpd refactoring checkin.Damien F. Katz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701174 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02HTTPd refactoring. Moved most code out of couch_httpd into associated ↵Damien F. Katz
modules (couch_httpd_view, couch_httpd_db, couch_httpd_misc_handlers). Also a fix to removed previous doc_by_seq index entries on compaction retry. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@701173 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01doc improvementsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@700806 13f79535-47bb-0310-9956-ffa450edef68
2008-10-01Make the database list in the sidebar in Futon a list of the 10 most ↵Christopher Lenz
recently used databases, to avoid excessive script/render time with instances containing very many databases. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@700767 13f79535-47bb-0310-9956-ffa450edef68
2008-09-30Remove some debugging leftovers from the Futon HTML.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@700399 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25Futon pagination no longer uses negative counts.John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@699023 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24Move jchris from THANKS to AUTHORS & update his email-address.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698610 13f79535-47bb-0310-9956-ffa450edef68
2008-09-24remove EXEEXTNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698609 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23fix for COUCHDB-119 - replication is incremental between local and remote ↵John Christopher Anderson
databases git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698333 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Changed call to Req:recv_body() by Damien's request.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698260 13f79535-47bb-0310-9956-ffa450edef68
2008-09-23Fix config file writer issue, where doplicate sections would be createdJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@698202 13f79535-47bb-0310-9956-ffa450edef68
2008-09-22corrected spellingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@697973 13f79535-47bb-0310-9956-ffa450edef68