/[Apache-SVN]/couchdb/trunk/src/couchdb
ViewVC logotype

Index of /couchdb/trunk/src/couchdb

Files shown:57
Directory revision: 833219 (of 833760)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
priv/  r829304  2 weeks  davisp  Move stat descriptions out of the config. This lists stat descriptions in an Er...
Makefile.am  r832550  3 days  damien  Added batching of multiple updating requests, to improve throughput with many wr...
couch.app.tpl.in  r832550  3 days  damien  Added batching of multiple updating requests, to improve throughput with many wr...
couch.erl  r809392  2 months  kocolosk  refactor CouchDB startup procedure, see COUCHDB-216 for details
couch_app.erl  r810350  2 months  kocolosk  Support for replication over SSL. Resolves COUCHDB-491 This turned out to be a...
couch_btree.erl  r814893  7 weeks  damien  View refactoring and addition of raw collationoption. Significant performance im...
couch_config.erl  r829123  2 weeks  kocolosk  improved speed and concurrency of config lookups
couch_config_writer.erl  r830832  9 days  kocolosk  write config changes much faster - see COUCHDB-545. Thanks Gustavo Niemeyer
couch_db.erl  r832550  3 days  damien  Added batching of multiple updating requests, to improve throughput with many wr...
couch_db.hrl  r816043  7 weeks  davisp  Fixes COUCHDB-396 Makes the stats calculated over a moving window isntead of ca...
couch_db_update_notifier.erl  r794057  3 months  nslater  wheeeeeeee
couch_db_update_notifier_sup.erl  r795232  3 months  damien  Deterministic revids, MD5 checking of documents, added tracking of rev when an a...
couch_db_updater.erl  r833219  46 hours  damien  Minor reformating.
couch_doc.erl  r795232  3 months  damien  Deterministic revids, MD5 checking of documents, added tracking of rev when an a...
couch_erl_driver.c  r794057  3 months  nslater  wheeeeeeee
couch_event_sup.erl  r794057  3 months  nslater  wheeeeeeee
couch_external_manager.erl  r794057  3 months  nslater  wheeeeeeee
couch_external_server.erl  r817749  6 weeks  kocolosk  _externals should respect os_process_timeout setting
couch_file.erl  r797053  3 months  davisp  Fixes etap tests for recent updates. Thanks Bob Dionne
couch_httpd.erl  r832091  5 days  kocolosk  cast string status codes (from _externals) to integers before logging. COUCHDB-5...
couch_httpd_auth.erl  r818930  6 weeks  jasondavies  Fix speling.
couch_httpd_db.erl  r833038  2 days  jan  typo, thanks David Coallier
couch_httpd_external.erl  r826345  2 weeks  jan  log external reqests like any other requests
couch_httpd_misc_handlers.erl  r830353  10 days  damien  Make it harder to accidently terminate chunked resposnes by requiring callers to...
couch_httpd_oauth.erl  r828836  2 weeks  davisp  Improve OAuth error message for missing tokens. Added a test in oauth.js
couch_httpd_show.erl  r831502  7 days  davisp  List functions weren't returning OS processes. Needed to add a call to couch_qu...
couch_httpd_stats_handlers.erl  r816043  7 weeks  davisp  Fixes COUCHDB-396 Makes the stats calculated over a moving window isntead of ca...
couch_httpd_view.erl  r815984  7 weeks  jchris  include_docs now take an _id (as well as a _rev) in the emitted value, to load d...
couch_js.c  r800873  3 months  davisp  Proper fix because JS_VERSION cannot distinguish between 1.8.0 and 1.8.1
couch_key_tree.erl  r795232  3 months  damien  Deterministic revids, MD5 checking of documents, added tracking of rev when an a...
couch_log.erl  r804428  2 months  kocolosk  replace regexp with re. Thanks Kim Shrier, Gordon Stratton. Closes COUCHDB-245
couch_native_process.erl  r806732  2 months  davisp  Munge all ErlJSON to use binaries. Our flavor of ErlJSON has this interesting c...
couch_os_process.erl  r829432  2 weeks  kocolosk  use couch_util:priv_dir() b/c it works in dev mode too
couch_query_servers.erl  r803685  2 months  jchris  Introduces native Erlang query servers. Closes COUCHDB-377 Thanks Mark Hammond ...
couch_ref_counter.erl  r794057  3 months  nslater  wheeeeeeee
couch_rep.erl  r830737  10 days  kocolosk  reboot replication from last checkpoint if DB is compacted or server restarts
couch_rep_att.erl  r825407  3 weeks  kocolosk  also fix attachment redirects
couch_rep_changes_feed.erl  r829920  12 days  kocolosk  _changes response might have completed already
couch_rep_httpc.erl  r825693  3 weeks  jasondavies  Add support for other OAuth signature methods in replication client. To use, se...
couch_rep_missing_revs.erl  r817403  6 weeks  kocolosk  attempt at gentler replication shutdown when one of the DBs is deleted
couch_rep_reader.erl  r830737  10 days  kocolosk  reboot replication from last checkpoint if DB is compacted or server restarts
couch_rep_sup.erl  r794057  3 months  nslater  wheeeeeeee
couch_rep_writer.erl  r817403  6 weeks  kocolosk  attempt at gentler replication shutdown when one of the DBs is deleted
couch_server.erl  r814300  7 weeks  jan  allow config callbacks to get passed the X-Couch-Persist flag
couch_server_sup.erl  r829432  2 weeks  kocolosk  use couch_util:priv_dir() b/c it works in dev mode too
couch_stats_aggregator.erl  r832519  4 days  kocolosk  only 1 timer at a time (e.g. flush/1). thanks tisba for the report. COUCHDB-539
couch_stats_collector.erl  r816043  7 weeks  davisp  Fixes COUCHDB-396 Makes the stats calculated over a moving window isntead of ca...
couch_stream.erl  r795232  3 months  damien  Deterministic revids, MD5 checking of documents, added tracking of rev when an a...
couch_task_status.erl  r794057  3 months  nslater  wheeeeeeee
couch_util.erl  r832091  5 days  kocolosk  cast string status codes (from _externals) to integers before logging. COUCHDB-5...
couch_uuids.erl  r821402  5 weeks  davisp  Fixes COUCHDB-517 UUID server restarts. Patch by Robert Newson to avoid restart...
couch_view.erl  r814893  7 weeks  damien  View refactoring and addition of raw collationoption. Significant performance im...
couch_view_compactor.erl  r814078  8 weeks  damien  Refactoring of endkey code in views and btrees. End key functionaility is now ha...
couch_view_group.erl  r824970  3 weeks  davisp  Add more information to the view info objects. View info is available at the UR...
couch_view_updater.erl  r824968  3 weeks  davisp  Fix partial view updating regression.
couch_work_queue.erl  r810345  2 months  damien  Added 3 stage pipeline for indexing views: loader, mapper, writer. This results ...
curlhelper.c  r794057  3 months  nslater  wheeeeeeee
curlhelper.h  r794057  3 months  nslater  wheeeeeeee

Properties

Name Value
svn:ignore .deps .libs Makefile Makefile.in couch.app couch.app.tpl couchjs edoc-info erlang.png stylesheet.css *.beam *.html

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2