summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2009-04-22corrected background optionNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767506 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21added -maxdepth 1 to configuration directory find invokationNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767208 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21added -A for adding configuration directoriesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767206 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21only pick up files in configuration directoriesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767204 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21fixed variable replacementNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767190 13f79535-47bb-0310-9956-ffa450edef68
2009-04-21added new configuration systemNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@767164 13f79535-47bb-0310-9956-ffa450edef68
2009-04-02reworked the pid fileNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@761355 13f79535-47bb-0310-9956-ffa450edef68
2009-03-24corrected usage of test in couchdb scriptNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@757772 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20improved what was literally the worst variable naming ever used during the ↵Noah Slater
lifetime of this project git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756688 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20fixed shell portability issues, thanks Maarten Thibaut, closes COUCHDB-169Noah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@756665 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05append instead of truncate for outputNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@750531 13f79535-47bb-0310-9956-ffa450edef68
2009-03-03Forgot to change MochiWeb version in lib directory name when updating ↵Christopher Lenz
MochiWeb in r747575. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749783 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02added -C option to couchdb script, thanks Eric CasteleijnNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@749321 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29Replacement of inets with ibrowse. Fixes COUCHDB-179 and enhances replication.John Christopher Anderson
Thanks Jason Davies and Adam Kocoloski for the fix, Maximillian Dornseif for reporting. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@739047 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09remove couchpw, we don't need it.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@724891 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-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-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-09-22corrected spellingNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@697973 13f79535-47bb-0310-9956-ffa450edef68
2008-09-01removed unused variablesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@691003 13f79535-47bb-0310-9956-ffa450edef68
2008-08-30Fix multi-ini-file support with -b option.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690575 13f79535-47bb-0310-9956-ffa450edef68
2008-08-30Fix -b startup option.Jan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690562 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22Enable +K true Erlang VM option. Required for SMP setups. Re-run ./bootstrap ↵Jan Lehnardt
to get this one. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@688104 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20Merge runtimeconfig branch back into trunkJan Lehnardt
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@687336 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18removed @configure_input@ useNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686712 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25removed awk subst from automakeNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679823 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25couchdb script no longer uses awk for configuration checksNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@679821 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24Updated MochiWeb in trunk to r82.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@671125 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16renamed directory variables, stage oneNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668231 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16general shell script improvementsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668118 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16removed unnessesary commentsNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668110 13f79535-47bb-0310-9956-ffa450edef68
2008-06-16corrected getopt usageNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@668109 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15corrected backtick dollar escapeNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667977 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15use awk found from configureNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667976 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15more portability changes for OpenSolarisNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@667972 13f79535-47bb-0310-9956-ffa450edef68
2008-06-07removed old, broken, datarootdir hackNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@664372 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26Updated MochiWeb in trunk to r76. Closes COUCHDB-42.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@660136 13f79535-47bb-0310-9956-ffa450edef68
2008-05-24added note to -h output of couchdb command about inherited environmentNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659722 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23enabled automatic Erlang SMP supportNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659717 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23do not guess the process ID, allow multiple database instances to run ↵Noah Slater
simultaneously git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659685 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22Updated MochiWeb in trunk to r73.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@659244 13f79535-47bb-0310-9956-ffa450edef68
2008-04-20Change uuid generaion to rely on crypto. Started crypto and inets ↵Damien F. Katz
application in startscript, and also couch_server_up. Fix for regression caused by accidental check-in of disabled etags. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@649988 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15Merged mochiweb branch back into trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@648222 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30updated source to use apache infrastructure addressesNoah Slater
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642789 13f79535-47bb-0310-9956-ffa450edef68
2008-03-29Remove some SpiderMonkey leftovers.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642445 13f79535-47bb-0310-9956-ffa450edef68
2008-03-28Imported trunk.Christopher Lenz
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642432 13f79535-47bb-0310-9956-ffa450edef68