summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: docs & fauxton repos movedarchive/2.0.x2.0.xJan Lehnardt2017-03-201-2/+4
|
* feat: next version is 2.0.1Jan Lehnardt2016-10-181-1/+1
|
* Fix eventsource timeout handlingRobert Newson2016-09-281-1/+1
|
* Remove version suffix from Windows buildJoan Touzet2016-09-121-1/+1
|
* bump couch ver for Windows version fixJoan Touzet2016-09-121-1/+1
|
* get version from environment in cross-platform way2.0.0Robert Newson2016-09-121-1/+1
|
* update to include mango fix for COUCHDB-3143Jan Lehnardt2016-09-121-1/+1
|
* set version to 2.0.0Robert Newson2016-09-112-2/+2
|
* bump couch dependencyJoan Touzet2016-09-111-1/+1
|
* Canonicalise ETag response headersRobert Newson2016-09-101-1/+1
|
* Fix unused variables warningRobert Newson2016-09-101-1/+1
|
* fix: properly remove git hash from tarballJan Lehnardt2016-09-101-2/+2
|
* feat: disable git hash in version for releaseJan Lehnardt2016-09-101-1/+1
|
* fix: avoid bogus tar error message on Mac systemsJan Lehnardt2016-09-101-1/+1
|
* fix docs build #2Jan Lehnardt2016-09-091-1/+1
|
* feat: fix docsJan Lehnardt2016-09-091-1/+1
|
* bump docs repoJoan Touzet2016-09-091-1/+1
|
* feat: pull in latest docs updatesJan Lehnardt2016-09-091-1/+1
|
* bump rebar.config for docsJoan Touzet2016-09-091-1/+1
|
* bump docs rev; move KNOWN_ISSUES to whatsnew docJoan Touzet2016-09-092-15/+1
|
* option to disable runtime code evaluationRandall Leeds2016-09-092-1/+42
|
* use fresh sandbox for every compileRandall Leeds2016-09-094-64/+45
|
* seal exposed globalsRandall Leeds2016-09-092-17/+36
|
* do not pollute the global scopeRandall Leeds2016-09-091-1/+3
|
* Pull verify URL in from docs repoJoan Touzet2016-09-091-2/+3
|
* Further OSX specific updates to install docJoan Touzet2016-09-081-5/+9
|
* Remove reference to /usr/local in UNIX install instructionsJoan Touzet2016-09-081-3/+0
|
* Update UNIX install instructionsJoan Touzet2016-09-081-139/+49
|
* pull fixes in dependenciesRobert Newson2016-09-081-2/+2
| | | | | docs - remove references to temporary views fabric - clarify error when all_or_nothing attempted
* Upgrade Fauxton to 1.1.9Garren Smith2016-09-081-1/+1
|
* Add op_field term to fix special case (mango)Robert Newson2016-09-081-1/+1
|
* beginnings of the known issues docRobert Newson2016-09-081-0/+14
|
* End continuous changes feeds cleanly if database is deleted (COUCHDB-3132)Robert Newson2016-09-071-1/+1
|
* Index specification for _find is not necessarily a stringRobert Newson2016-09-071-1/+1
|
* document sorted parameter for view queriesRobert Newson2016-09-071-1/+1
|
* Do not use config subscription in couch_index (COUCHDB-3135)Robert Newson2016-09-071-1/+1
|
* document sending multiple queries to views (COUCHDB-3122)Robert Newson2016-09-071-1/+1
|
* don't send random etag for _list (COUCHDB-3134)Robert Newson2016-09-071-2/+2
|
* Add friendly message to end of configure.ps1Joan Touzet2016-09-071-0/+1
|
* chore: remove old commentsJan Lehnardt2016-09-071-25/+0
|
* fix: end ./configure with a friendly messageJan Lehnardt2016-09-071-0/+2
|
* update docs for COUCHDB-3136 and COUCHDB-3121Robert Newson2016-09-071-1/+1
|
* update fauxton licensesRobert Kowalski2016-09-061-739/+1248
| | | | | | PR: #440 PR-URL: https://github.com/apache/couchdb/pull/440 Reviewed-By: Robert Newson <rnewson@apache.org>
* fixes for COUCHDB-3114, COUCHDB-3118, and doc updatesRobert Newson2016-09-061-4/+4
|
* fix copyright yearJan Lehnardt2016-09-061-1/+1
|
* pull in fix for COUCHDB-3102Robert Newson2016-09-051-1/+1
|
* Remove unreferenced r,w paramsJoan Touzet2016-09-051-2/+0
|
* Import fixes for COUCHDB-3017Robert Newson2016-09-021-2/+2
|
* Merge branch '2623-update-ini-files' of https://github.com/wohali/couchdbJoan Touzet2016-09-022-9/+75
|\
| * Update default/local ini files with new settingsJoan Touzet2016-09-022-17/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A comprehensive grep was run across the source code looking for references to config:get* functions. This was used to remove any config settings that no longer are used, and to add new defaults set in the code explicitly to the ini files. Any newly added lines were added only as *comments*. One key change: local.ini still had the [httpd] block for port and host bindings. As this applies to the "backend" binding and port now, this section was renamed [chttpd] to ensure new users of 2.0 don't accidentally put their backend port on e.g. port 80. Fixes COUCHDB-2623.