/[Apache-SVN]/couchdb/trunk/src/couchdb/couch_config.erl
ViewVC logotype

Log of /couchdb/trunk/src/couchdb/couch_config.erl

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 829123 - (view) (annotate) - [select for diffs]
Modified Fri Oct 23 16:49:52 2009 UTC (4 weeks, 6 days ago) by kocolosk
File length: 7485 byte(s)
Diff to previous 814300 (colored)
improved speed and concurrency of config lookups

Revision 814300 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 11:14:59 2009 UTC (2 months, 2 weeks ago) by jan
File length: 7764 byte(s)
Diff to previous 811709 (colored)
allow config callbacks to get passed the X-Couch-Persist flag

Revision 811709 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 20:37:45 2009 UTC (2 months, 3 weeks ago) by jan
File length: 7608 byte(s)
Diff to previous 804428 (colored)
code =~ s/imperative/declarative & faster/, thanks to Kostis Sagonas for pointing these out, more to come

Revision 804428 - (view) (annotate) - [select for diffs]
Modified Sat Aug 15 02:09:16 2009 UTC (3 months, 1 week ago) by kocolosk
File length: 7619 byte(s)
Diff to previous 795630 (colored)
replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245

Revision 795630 - (view) (annotate) - [select for diffs]
Modified Sun Jul 19 21:29:33 2009 UTC (4 months, 1 week ago) by kocolosk
File length: 7621 byte(s)
Diff to previous 794057 (colored)
protect against empty (=deleted) values. Closes COUCHDB-355

Revision 794057 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 20:21:39 2009 UTC (4 months, 2 weeks ago) by nslater
File length: 6875 byte(s)
Diff to previous 791350 (colored)
wheeeeeeee

Revision 791350 - (view) (annotate) - [select for diffs]
Modified Mon Jul 6 00:33:50 2009 UTC (4 months, 3 weeks ago) by nslater
File length: 6877 byte(s)
Diff to previous 788261 (colored)
trimmed trailing whitespace

Revision 788261 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 05:04:27 2009 UTC (5 months ago) by davisp
File length: 6883 byte(s)
Diff to previous 788258 (colored)
Of course some of them were 8 space tabs.


Revision 788258 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 04:57:42 2009 UTC (5 months ago) by davisp
File length: 6852 byte(s)
Diff to previous 787914 (colored)
Cleaning out tabs from source code. Purely whitespace diff.


Revision 787914 - (view) (annotate) - [select for diffs]
Modified Wed Jun 24 05:51:41 2009 UTC (5 months ago) by davisp
File length: 6837 byte(s)
Diff to previous 779394 (colored)
Lots of tests for couch_config.erl
Refactored couch_config.erl to resolve COUCHDB-384
Tweaked the main Makefile.am to make the cover and check targets depend on the dev target instead of the all target.
Added the executable property to all test files to make them easily runnable as standalone tests (as in not via prove).


Revision 779394 - (view) (annotate) - [select for diffs]
Modified Thu May 28 01:42:41 2009 UTC (6 months ago) by kocolosk
File length: 6503 byte(s)
Diff to previous 765420 (colored)
refactor load_ini_file so it can be called from another process

Revision 765420 - (view) (annotate) - [select for diffs]
Modified Wed Apr 15 23:21:07 2009 UTC (7 months, 1 week ago) by jchris
File length: 6185 byte(s)
Diff to previous 733674 (colored)
change error message from list to binary string

Revision 733674 - (view) (annotate) - [select for diffs]
Modified Mon Jan 12 10:27:21 2009 UTC (10 months, 2 weeks ago) by jan
File length: 6175 byte(s)
Diff to previous 726143 (colored)
Fix Whitespace

Revision 726143 - (view) (annotate) - [select for diffs]
Modified Fri Dec 12 22:32:42 2008 UTC (11 months, 2 weeks ago) by joes
File length: 6187 byte(s)
Diff to previous 719160 (colored)
move couchdb to tlp

Revision 719160 - (view) (annotate) - [select for diffs]
Modified Thu Nov 20 04:42:43 2008 UTC (12 months, 1 week ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 6187 byte(s)
Diff to previous 703315 (colored)
Nearly completed security/validation work. Still needs replication testing.

Revision 703315 - (view) (annotate) - [select for diffs]
Modified Fri Oct 10 02:23:11 2008 UTC (13 months, 2 weeks ago) by jchris
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 6753 byte(s)
Diff to previous 696041 (colored)
config web service fix from davisp

Revision 696041 - (view) (annotate) - [select for diffs]
Modified Tue Sep 16 20:24:48 2008 UTC (14 months, 1 week ago) by cmlenz
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 5774 byte(s)
Diff to previous 694989 (colored)
Add HTTP API for getting the complete config, and add a page to Futon that displays the configuration.

Revision 694989 - (view) (annotate) - [select for diffs]
Modified Sat Sep 13 17:32:46 2008 UTC (14 months, 2 weeks ago) by damien
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 5773 byte(s)
Diff to previous 690513 (colored)
Changes and refactorings to couch_config

Revision 690513 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 14:27:01 2008 UTC (14 months, 4 weeks ago) by jan
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 7481 byte(s)
Diff to previous 690487 (colored)
- Rename configuration options and sections to allow for a nicer .ini file and HTTP API calls.
- Enable .ini parser to read variable assignments with spaces around the '='-sign.
- Remove inadequate comment.

Revision 690487 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 10:26:51 2008 UTC (14 months, 4 weeks ago) by cmlenz
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 7475 byte(s)
Diff to previous 687339 (colored)
Some cosmetic cleanup (removed trailing whitespace, fixed indentation, make the test runner script executable).

Revision 687339 - (view) (annotate) - [select for diffs]
Added Wed Aug 20 14:18:05 2008 UTC (15 months, 1 week ago) by jan
Original Path: incubator/couchdb/trunk/src/couchdb/couch_config.erl
File length: 7506 byte(s)
add missing files

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2