summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove node_package dependency1994-merge-rcouch-multi-repobenoitc2014-02-158-20/+999
* install applications in src/benoitc2014-02-146-38/+38
* make tests independant of the app locationbenoitc2014-02-1352-57/+9
* fix deps urlbenoitc2014-02-131-5/+5
* small updatebenoitc2014-02-134-27/+62
* remove couch_httpdbenoitc2014-02-1316-5931/+0
* remove couch_indexbenoitc2014-02-1311-1457/+0
* remove couch_mrviewbenoitc2014-02-1322-4687/+0
* remove couch_replicatorbenoitc2014-02-1324-6409/+0
* remove couch_pluginsbenoitc2014-02-134-547/+0
* remove couch_dbupdatesbenoitc2014-02-133-126/+0
* remove couch_collatebenoitc2014-02-13134-75225/+0
* remove couchbenoitc2014-02-1360-18924/+0
* fix testsbenoitc2014-02-122-0/+9
* couch_log: make sure that the the log file can be set in the inibenoitc2014-02-122-11/+77
* couch_log: be less invasive when using parse_transformbenoitc2014-02-122-2/+3
* couch_log: use lagerbenoitc2014-02-125-103/+139
* couch_replicator: fix test 03-replication-compact.tbenoitc2014-02-111-2/+4
* release: version couch.app.src shoud be set manuallybenoitc2014-02-096-78/+44
* couch_index: don't try to get the config each time in the indexerbenoitc2014-02-091-3/+35
* couch_replicator: add replication using changes in a viewbenoitc2014-02-096-13/+93
* couch_mrview: add HTTP handler to retrieve the infos on a view.benoitc2014-02-082-3/+15
* couch_mrview: add API to retrieve view info.benoitc2014-02-082-1/+34
* couch_httpd_changes: check removed keys from the view filterbenoitc2014-02-081-13/+27
* couch_mrview: fix 10-index-changes.tbenoitc2014-02-081-4/+12
* couch_index: add background indexing facilitybenoitc2014-02-087-22/+330
* add the option use_index={no,yes} (yes by default)benoitc2014-02-072-6/+24
* add supports of view changes in the _changes APIbenoitc2014-02-079-27/+349
* extract couch_httpd changes API in its own modulebenoitc2014-02-025-13/+206
* couch_mrview: couch_mrview_changes:handle_changesbenoitc2014-01-315-1/+392
* add index update events notificationsbenoitc2014-01-305-2/+174
* Speed up and move couch_httpd:find_in_binary.NickNorth2014-01-293-29/+102
* Add test for path normalization with qs paramsAdam Kocoloski2014-01-291-0/+11
* Move addition of qs params after normalizationAdam Kocoloski2014-01-291-31/+27
* couch_mrview: add couch_mrview:refresh/2 functionbenoitc2014-01-282-4/+20
* couch_mrview: check removed keys from the index.benoitc2014-01-271-2/+40
* couch_mrview: add view changes testbenoitc2014-01-274-22/+168
* couch_mrview: fix compaction with seqs_indexed=truebenoitc2014-01-272-8/+88
* couch_mrview: add couch_mrview:count_view_changes_since/{4,5}benoitc2014-01-272-2/+36
* couch_mrview: fix changes logbenoitc2014-01-271-6/+10
* couch_mrview: fix purge when seq_indexed=truebenoitc2014-01-272-17/+41
* add couch_mrview:view_changes_since/{6,7} functionbenoitc2014-01-277-67/+365
* fix pathbenoitc2014-01-151-3/+3
* fix couch_collate build with the option icu=staticbenoitc2014-01-151-2/+2
* fix rebarcleanbenoitc2014-01-153-15/+3
* couch_server_sup -> couch_supbenoitc2014-01-1310-17/+17
* start and stop the application correctlybenoitc2014-01-1331-165/+84
* reuse the code from test_libbenoitc2014-01-132-140/+71
* remove atticbenoitc2014-01-132-52/+0
* a more descriptive comment of the listener reloading flowbenoitc2014-01-131-1/+1