summaryrefslogtreecommitdiff
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Integrate emilio - erang linterILYA Khlopotov2020-04-151-0/+125
|
* Merge branch '1843-feature-bigcouch'Robert Newson2014-07-104-710/+0
|\
| * Delete obsolete build filesRobert Newson2014-06-273-495/+0
| |
| * Update license headersPaul J. Davis2014-02-111-27/+0
| | | | | | | | | | Add headers where necessary and add lines to license.skip when they're not necessary.
| * Build with rebarRobert Newson2014-02-031-154/+0
| |
| * [review] Add a remsh scriptnebraska-merge-candidatePaul J. Davis2013-03-202-1/+28
| |
| * Refactor couch source treePaul J. Davis2013-03-201-1/+1
| |
* | When backgrounding couchdb, close stdout/stderrJoan Touzet2014-04-211-0/+3
| | | | | | | | | | COUCHDB-2220 COUCHDB-1669
* | taking changes from 1.2 to stop servicedileepbapat2013-12-031-0/+4
| |
* | move erlang-version.escript to EXTRA_DISTJan Lehnardt2013-10-041-2/+2
| |
* | add erlang-version.escript to bin_SCRIPTSJan Lehnardt2013-10-041-2/+2
| |
* | add erlang-version.escript to noinst_SCRIPTSJan Lehnardt2013-10-031-1/+1
| |
* | Allow plugins to provide config files (for their dependencies)Jason Smith (work)2013-10-031-0/+7
| |
* | teach `couch-config` `--erl-bin`Jan Lehnardt2013-10-032-0/+7
| |
* | teach `couch-config` `--erlang-version`Jan Lehnardt2013-10-033-0/+10
| |
* | load plugin config from priv/default.d/*.iniBob Ippolito2013-10-032-16/+24
| |
* | Fixed a typo on --db-dir descriptionFilippo Fadda2013-08-221-1/+1
| | | | | | | | Signed-off-by: Alexander Shorin <kxepal@apache.org>
* | Fix for COUCHDB-1449 stopped status returned before couchdb process exits.Wendall Cada2013-03-181-4/+12
| |
* | Automatically support CouchDB plugins (GeoCouch, BrowserID, OAuth, etc.)Jason Smith (work)2013-02-061-0/+17
|/
* Added support for `make -j` and `make -n`Noah Slater2012-12-111-1/+3
|
* Integrate Sphinx into autotoolsNoah Slater2012-12-111-27/+54
| | | | | | | | | | | | | | | | Integrate Sphinx into autotools - Remove M4 macros and require as external dependencies instead - Skip help2man generation if help2man is not installed - ensure THANKS file is only updated during make distcheck - Add TexInfo, PDF, HTML doc targets via Sphinx - Add licenses and header compliance checking - support optional builds of PDF, HTML, texinfo via Sphinx and pdflatex - support skipping docs or compiler tests for happy developers Travis: clean up package dependencies - include sphinx via aptitude - use spidermonkey 1.8.5 instead of default libmozjs - include latex components for building PDFs
* COUCHDB-1622 ensure that Windows batch file uses same VM flags as the ↵Dave Cottlehuber2012-12-041-1/+1
| | | | service and UNIX
* Don't eat custom ERL_LIBS.Jan Lehnardt2012-12-041-1/+1
| | | | | | Patch by Volker Mische. Closes COUCHDB-1621
* Allow a final config override to be specified via environment.Dustin Sallings2012-11-191-0/+4
| | | | | | | | | | | | | This lets the OS X startup define this user's config which will be used for editing and what-not. Forward port from 1.2.0 Change-Id: I03ebce57030457e25c9c8cb60a679547a0cd84bf Reviewed-on: http://review.membase.org/6380 Tested-by: Dustin Sallings <dustin@spy.net> Reviewed-by: Steve Yen <steve.yen@gmail.com> Reviewed-by: Filipe David Borba Manana <fdmanana@gmail.com>
* don't ln the couchjs install target on windowsRandall Leeds2012-01-061-0/+2
| | | | | | | On windows we install binaries directly into $(prefix)/bin rather than a local bin directory hidden away in the erlang module. Therefore, when building this way, don't try to create a symbolic link into the final location since the final location has the output binary already.
* improve argument parsing in couchjsRandall Leeds2011-10-022-125/+7
| | | | | | | This change makes argument parsing in couchjs more robust: * Removes the need for couchjs script * Adds long options * Makes all the options to couchjs available (fix COUCHDB-893)
* add couch-config file used to ease the build of plugin. close ticketBenoit Chesneau2011-08-252-2/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #COUCHDB-1012 . Usage : $ ./bin/couch-config Usage: couch-config [OPTION] The couch-config command runs the Apache CouchDB configuration helper script. Options: --erl-libs-dir Erlang library directory --config-dir configuration directory --db-dir database dirrectory --view-dir view index directory --static-dir static asset directory --doc-dir documentation directory --log-dir log directory --uri-file daemon sockets file --couch-version version of Apache CouchDB --version version of couch-config_dev --help Print usage If you want to add an option in couch-config or report bugs please do it at <https://issues.apache.org/jira/browse/COUCHDB>. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1161695 13f79535-47bb-0310-9956-ffa450edef68
* Add configurable automatic compactionFilipe David Borba Manana2011-08-201-1/+6
| | | | | | | | | | | | | | | | | A set of rules can now be defined in order to automatically trigger the compaction of databases and their views. This configuration can be global or overrided for specific databases. By default it's disabled. Enabling it can be done via the .ini configuration by simply adding global or database specific compaction rules. Closes COUCHDB-1153. Thanks everyone involved who gave feedback and suggestions for improvements. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1159922 13f79535-47bb-0310-9956-ffa450edef68
* remove extra double quotes from messageJan Lehnardt2011-07-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1147821 13f79535-47bb-0310-9956-ffa450edef68
* CouchDB no longer requires cURL to build.Paul Joseph Davis2011-01-281-4/+7
| | | | | | | | | | | | | | cURL is only used by the command line JavaScript test suite which is not run by a large number of users. This change no longer requires cURL to be available for all CouchDB installations. Thanks to Randall Leeds for the patch. Closes COUCHDB-1042 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1064399 13f79535-47bb-0310-9956-ffa450edef68
* Added comment why we use werl instead of erl by default. It's because of ↵Damien F. Katz2010-07-011-0/+2
| | | | | | testing restarts that fail sometimes when using erl. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959783 13f79535-47bb-0310-9956-ffa450edef68
* Fix for windows fsync, race conditions in attachments.js and the default ↵Damien F. Katz2010-07-011-2/+2
| | | | | | shell used when launching windows CouchDB. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@959781 13f79535-47bb-0310-9956-ffa450edef68
* make erl start options and ./bin/couchdb -h output more robustJan Lehnardt2010-06-251-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958073 13f79535-47bb-0310-9956-ffa450edef68
* Increasing async threadpool.John Christopher Anderson2010-06-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@958054 13f79535-47bb-0310-9956-ffa450edef68
* removed redundant lineNoah Slater2010-06-241-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957699 13f79535-47bb-0310-9956-ffa450edef68
* improved \`couchdb --help\` outputNoah Slater2010-06-241-0/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957697 13f79535-47bb-0310-9956-ffa450edef68
* Revert "allow help2man to work with commands that send help output to stderr"Jan Lehnardt2010-06-241-1/+1
| | | | | | Requires too new a version of help2man. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957629 13f79535-47bb-0310-9956-ffa450edef68
* allow help2man to work with commands that send help output to stderrJan Lehnardt2010-06-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957605 13f79535-47bb-0310-9956-ffa450edef68
* fix utils/runJan Lehnardt2010-05-221-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947343 13f79535-47bb-0310-9956-ffa450edef68
* Fix Solaris compat.Jan Lehnardt2010-05-221-2/+2
| | | | | | | Patch by Gavin Sherry and Timothy Smith. Closes COUCHDB-666 \m/ git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@947337 13f79535-47bb-0310-9956-ffa450edef68
* Complete refactoring of couch_js.Paul Joseph Davis2009-11-261-1/+1
| | | | | | | | | In particular, the cURL bindings have been rewritten to be more useful and easily applied in command line scripts. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@884672 13f79535-47bb-0310-9956-ffa450edef68
* Fix COUCHDB-574 - change to the erlang drive at startupMark Hammond2009-11-241-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@883606 13f79535-47bb-0310-9956-ffa450edef68
* Fixes 'make distcheck' to run the test suite.Paul Joseph Davis2009-11-091-1/+1
| | | | | | | | Quite a few changes to the build system to handle VPATH builds appropriately as well as make the test suite know about them. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@833951 13f79535-47bb-0310-9956-ffa450edef68
* fix quoting to avoid unwanted shell expansion, closes COUCHDB-518Jan Lehnardt2009-10-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@821534 13f79535-47bb-0310-9956-ffa450edef68
* pass config reset option to recursed background startup, see COUCHDB-498Adam Kocoloski2009-09-091-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@812748 13f79535-47bb-0310-9956-ffa450edef68
* utils/run hack, source tree is incompatible w/ ERL_LIBS. See COUCHDB-216Adam Kocoloski2009-08-301-4/+0
| | | | | | | Also cleaned up some obsolete automake variables git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809419 13f79535-47bb-0310-9956-ffa450edef68
* refactor CouchDB startup procedure, see COUCHDB-216 for detailsAdam Kocoloski2009-08-302-23/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@809392 13f79535-47bb-0310-9956-ffa450edef68
* Add license notice to couchdb.bat.tpl.inPaul Joseph Davis2009-08-181-0/+12
| | | | | | | | Fix naming issue for windows c16e.exe git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805271 13f79535-47bb-0310-9956-ffa450edef68
* Applying markh's Windows build patch.Paul Joseph Davis2009-08-182-0/+24
| | | | | | | | Fixes COUCHDB-406 git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@805243 13f79535-47bb-0310-9956-ffa450edef68
* upgrade ibrowse to 1.5.2. Closes COUCHDB-451Adam Kocoloski2009-08-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@801657 13f79535-47bb-0310-9956-ffa450edef68