summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-11Check in of initial validation and authorization work. This work is ↵Damien F. Katz
incomplete, as there is not yet any way of restricting who can update the design docs. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@713132 13f79535-47bb-0310-9956-ffa450edef68
2008-11-09apply replication fixing patches from COUCHDB-157John Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712578 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07added M4 quoting around valueNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712295 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07Remove file deleted in r712282 from Makefile.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712284 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07A darker and more subtle navigation bar for Futon.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712282 13f79535-47bb-0310-9956-ffa450edef68
2008-11-07updated svn:ignore for make dev and couchpwJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@712250 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Fix warning on Linux.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@711878 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06Silence warning on Linux by properly exporting `crypt()`.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@711852 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Fix for performance problem with views. Every access to a view was causing a ↵Damien F. Katz
disk sync, regardless if the index was updated. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710156 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Add newline to end of fileJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710064 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Fix build on OpenBSD: 'fix for older autotools that don't define ↵Jan Lehnardt
"abs_top_YYY" by default'. Patch by Benoit Chesneau. Closes COUCHDB-152 git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710027 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03Fix for building on OpenBSD. Link couchpass against -lcrypto instead of ↵Jan Lehnardt
-lcrypt. Patch by Benoit Chesneau. Closes COUCHDB-151. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@710026 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02Add line about instructions on how to use `make dev`. Patch by Michael ↵Jan Lehnardt
Hendricks. Thanks. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709882 13f79535-47bb-0310-9956-ffa450edef68
2008-11-02change curl required version to 7.15.5 -- thanks ask@apache.orgJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709833 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31couchdb once again serves favicon.icoJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709578 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31fixed JSON regression about revs_info statusJohn Christopher Anderson
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@709572 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26added boilerplate to empty fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@708008 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Fix last make distcheck issueJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707907 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25fixed svn:ignore on new filesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707899 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25corrected build for local.iniNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707898 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25temporarily removed edoc generationNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707894 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25added tests to distNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707893 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Add m4 helper file.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707867 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Fix edoc error in distribution.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707863 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Only link against -lcrypt on Linux & BSD systems.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707861 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25added CURL flags to couchjs buildNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707860 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25Add checks for libcurl to ./configure. Picked version 7.16.0 as lowest ↵Jan Lehnardt
requirement because that's the oldest base-install I could find. I assume we can keep lowering that, if people complain. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707856 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25made default/couchdb a dist_ targetNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@707854 13f79535-47bb-0310-9956-ffa450edef68
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