diff --git a/src/arch/timer.cc b/src/arch/timer.cc index 4067b19c43e..a65f0ebef5f 100644 --- a/src/arch/timer.cc +++ b/src/arch/timer.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "arch/timer.hpp" diff --git a/src/arch/timer.hpp b/src/arch/timer.hpp index da2a57249ed..d7f67391485 100644 --- a/src/arch/timer.hpp +++ b/src/arch/timer.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2013 RethinkDB, all rights reserved. #ifndef ARCH_TIMER_HPP_ #define ARCH_TIMER_HPP_ diff --git a/src/arch/timing.cc b/src/arch/timing.cc index 426311f09e7..9d1b6dbff32 100644 --- a/src/arch/timing.cc +++ b/src/arch/timing.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "arch/timing.hpp" diff --git a/src/arch/timing.hpp b/src/arch/timing.hpp index df30820a131..0fb34da1222 100644 --- a/src/arch/timing.hpp +++ b/src/arch/timing.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef ARCH_TIMING_HPP_ #define ARCH_TIMING_HPP_ diff --git a/src/buffer_cache/alt.cc b/src/buffer_cache/alt.cc index af85a749f38..d0920e02132 100644 --- a/src/buffer_cache/alt.cc +++ b/src/buffer_cache/alt.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "buffer_cache/alt.hpp" #include diff --git a/src/buffer_cache/alt.hpp b/src/buffer_cache/alt.hpp index 48d2328b77e..ed3f26bfe7e 100644 --- a/src/buffer_cache/alt.hpp +++ b/src/buffer_cache/alt.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef BUFFER_CACHE_ALT_HPP_ #define BUFFER_CACHE_ALT_HPP_ diff --git a/src/buffer_cache/cache_balancer.cc b/src/buffer_cache/cache_balancer.cc index b4693f792f9..752fcf6549a 100644 --- a/src/buffer_cache/cache_balancer.cc +++ b/src/buffer_cache/cache_balancer.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "buffer_cache/cache_balancer.hpp" #include diff --git a/src/buffer_cache/cache_balancer.hpp b/src/buffer_cache/cache_balancer.hpp index 266ef96c40f..4b98fa32933 100644 --- a/src/buffer_cache/cache_balancer.hpp +++ b/src/buffer_cache/cache_balancer.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef BUFFER_CACHE_CACHE_BALANCER_HPP_ #define BUFFER_CACHE_CACHE_BALANCER_HPP_ diff --git a/src/buffer_cache/evicter.cc b/src/buffer_cache/evicter.cc index d51bfbb478c..48a007d547e 100644 --- a/src/buffer_cache/evicter.cc +++ b/src/buffer_cache/evicter.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "buffer_cache/evicter.hpp" #include "arch/runtime/coroutines.hpp" diff --git a/src/buffer_cache/evicter.hpp b/src/buffer_cache/evicter.hpp index 2855669ef1d..a01d2721265 100644 --- a/src/buffer_cache/evicter.hpp +++ b/src/buffer_cache/evicter.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef BUFFER_CACHE_EVICTER_HPP_ #define BUFFER_CACHE_EVICTER_HPP_ diff --git a/src/buffer_cache/eviction_bag.cc b/src/buffer_cache/eviction_bag.cc index b0f1030471b..7d5a180d109 100644 --- a/src/buffer_cache/eviction_bag.cc +++ b/src/buffer_cache/eviction_bag.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "buffer_cache/eviction_bag.hpp" #include diff --git a/src/buffer_cache/eviction_bag.hpp b/src/buffer_cache/eviction_bag.hpp index d9626180f68..b2cf7b2d8c9 100644 --- a/src/buffer_cache/eviction_bag.hpp +++ b/src/buffer_cache/eviction_bag.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef BUFFER_CACHE_EVICTION_BAG_HPP_ #define BUFFER_CACHE_EVICTION_BAG_HPP_ diff --git a/src/buffer_cache/page.cc b/src/buffer_cache/page.cc index 03296ce16c6..72564976461 100644 --- a/src/buffer_cache/page.cc +++ b/src/buffer_cache/page.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "buffer_cache/page.hpp" #include "arch/runtime/coroutines.hpp" diff --git a/src/buffer_cache/page.hpp b/src/buffer_cache/page.hpp index 628526d95a3..bba9bed3589 100644 --- a/src/buffer_cache/page.hpp +++ b/src/buffer_cache/page.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef BUFFER_CACHE_PAGE_HPP_ #define BUFFER_CACHE_PAGE_HPP_ diff --git a/src/buffer_cache/page_cache.cc b/src/buffer_cache/page_cache.cc index 6d6d227daab..ed94e65b8bb 100644 --- a/src/buffer_cache/page_cache.cc +++ b/src/buffer_cache/page_cache.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "buffer_cache/page_cache.hpp" diff --git a/src/buffer_cache/page_cache.hpp b/src/buffer_cache/page_cache.hpp index 47dd6008c62..2ac8e128295 100644 --- a/src/buffer_cache/page_cache.hpp +++ b/src/buffer_cache/page_cache.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef BUFFER_CACHE_PAGE_CACHE_HPP_ #define BUFFER_CACHE_PAGE_CACHE_HPP_ diff --git a/src/buffer_cache/types.hpp b/src/buffer_cache/types.hpp index c1dba818747..f060e79901e 100644 --- a/src/buffer_cache/types.hpp +++ b/src/buffer_cache/types.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef BUFFER_CACHE_TYPES_HPP_ #define BUFFER_CACHE_TYPES_HPP_ diff --git a/src/clustering/administration/main/command_line.cc b/src/clustering/administration/main/command_line.cc index a82eddf09a9..cec37e4212f 100644 --- a/src/clustering/administration/main/command_line.cc +++ b/src/clustering/administration/main/command_line.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2016 RethinkDB, all rights reserved. #include "clustering/administration/main/command_line.hpp" diff --git a/src/clustering/administration/persist/file.cc b/src/clustering/administration/persist/file.cc index 84e5ebbff33..2042a137d73 100644 --- a/src/clustering/administration/persist/file.cc +++ b/src/clustering/administration/persist/file.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/administration/persist/file.hpp" diff --git a/src/clustering/administration/persist/file.hpp b/src/clustering/administration/persist/file.hpp index 8c64548e936..cade9ba787f 100644 --- a/src/clustering/administration/persist/file.hpp +++ b/src/clustering/administration/persist/file.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_PERSIST_FILE_HPP_ #define CLUSTERING_ADMINISTRATION_PERSIST_FILE_HPP_ diff --git a/src/clustering/administration/persist/file_keys.cc b/src/clustering/administration/persist/file_keys.cc index 4b62b4653b7..3dd6e4b4905 100644 --- a/src/clustering/administration/persist/file_keys.cc +++ b/src/clustering/administration/persist/file_keys.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/administration/persist/file_keys.hpp" diff --git a/src/clustering/administration/persist/file_keys.hpp b/src/clustering/administration/persist/file_keys.hpp index c71dde741b0..e061bb1089f 100644 --- a/src/clustering/administration/persist/file_keys.hpp +++ b/src/clustering/administration/persist/file_keys.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_PERSIST_FILE_KEYS_HPP_ #define CLUSTERING_ADMINISTRATION_PERSIST_FILE_KEYS_HPP_ diff --git a/src/clustering/administration/persist/migrate/migrate_v1_16.cc b/src/clustering/administration/persist/migrate/migrate_v1_16.cc index b95881a3034..ed41160c9bd 100644 --- a/src/clustering/administration/persist/migrate/migrate_v1_16.cc +++ b/src/clustering/administration/persist/migrate/migrate_v1_16.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/administration/persist/migrate/migrate_v1_16.hpp" diff --git a/src/clustering/administration/persist/migrate/migrate_v2_1.cc b/src/clustering/administration/persist/migrate/migrate_v2_1.cc index ae802914aa9..7628bc9e00b 100644 --- a/src/clustering/administration/persist/migrate/migrate_v2_1.cc +++ b/src/clustering/administration/persist/migrate/migrate_v2_1.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2016 RethinkDB, all rights reserved. #include "clustering/administration/persist/migrate/migrate_v2_1.hpp" diff --git a/src/clustering/administration/persist/raft_storage_interface.cc b/src/clustering/administration/persist/raft_storage_interface.cc index 7b29460cee9..43f05669927 100644 --- a/src/clustering/administration/persist/raft_storage_interface.cc +++ b/src/clustering/administration/persist/raft_storage_interface.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/administration/persist/raft_storage_interface.hpp" diff --git a/src/clustering/administration/persist/raft_storage_interface.hpp b/src/clustering/administration/persist/raft_storage_interface.hpp index 536c1fa6658..1bf995f8689 100644 --- a/src/clustering/administration/persist/raft_storage_interface.hpp +++ b/src/clustering/administration/persist/raft_storage_interface.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_PERSIST_RAFT_STORAGE_INTERFACE_HPP_ #define CLUSTERING_ADMINISTRATION_PERSIST_RAFT_STORAGE_INTERFACE_HPP_ diff --git a/src/clustering/administration/persist/table_interface.cc b/src/clustering/administration/persist/table_interface.cc index cd0c58e34fa..7784526d8b6 100644 --- a/src/clustering/administration/persist/table_interface.cc +++ b/src/clustering/administration/persist/table_interface.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/administration/persist/table_interface.hpp" diff --git a/src/clustering/administration/real_reql_cluster_interface.cc b/src/clustering/administration/real_reql_cluster_interface.cc index a12044ce4df..90cb17339bb 100644 --- a/src/clustering/administration/real_reql_cluster_interface.cc +++ b/src/clustering/administration/real_reql_cluster_interface.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "clustering/administration/real_reql_cluster_interface.hpp" diff --git a/src/clustering/administration/tables/table_config.cc b/src/clustering/administration/tables/table_config.cc index 5d9e1404fd7..cdd6597270a 100644 --- a/src/clustering/administration/tables/table_config.cc +++ b/src/clustering/administration/tables/table_config.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "clustering/administration/tables/table_config.hpp" diff --git a/src/clustering/administration/tables/table_metadata.cc b/src/clustering/administration/tables/table_metadata.cc index 1ca8e35be6d..23ff82d4738 100644 --- a/src/clustering/administration/tables/table_metadata.cc +++ b/src/clustering/administration/tables/table_metadata.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "clustering/administration/tables/table_metadata.hpp" diff --git a/src/clustering/administration/tables/table_metadata.hpp b/src/clustering/administration/tables/table_metadata.hpp index ab53531d139..1efe5b3f75a 100644 --- a/src/clustering/administration/tables/table_metadata.hpp +++ b/src/clustering/administration/tables/table_metadata.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef CLUSTERING_ADMINISTRATION_TABLES_TABLE_METADATA_HPP_ #define CLUSTERING_ADMINISTRATION_TABLES_TABLE_METADATA_HPP_ diff --git a/src/clustering/generic/raft_core.hpp b/src/clustering/generic/raft_core.hpp index 46a994eba90..a6ebfda478f 100644 --- a/src/clustering/generic/raft_core.hpp +++ b/src/clustering/generic/raft_core.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_GENERIC_RAFT_CORE_HPP_ #define CLUSTERING_GENERIC_RAFT_CORE_HPP_ diff --git a/src/clustering/table_contract/emergency_repair.cc b/src/clustering/table_contract/emergency_repair.cc index 2b431b25973..67f101f70a2 100644 --- a/src/clustering/table_contract/emergency_repair.cc +++ b/src/clustering/table_contract/emergency_repair.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/table_contract/emergency_repair.hpp" diff --git a/src/clustering/table_manager/flush_interval_manager.cc b/src/clustering/table_manager/flush_interval_manager.cc index 4dc0279c343..0e8484790a8 100644 --- a/src/clustering/table_manager/flush_interval_manager.cc +++ b/src/clustering/table_manager/flush_interval_manager.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved #include "clustering/table_manager/flush_interval_manager.hpp" diff --git a/src/clustering/table_manager/flush_interval_manager.hpp b/src/clustering/table_manager/flush_interval_manager.hpp index 58083bc293d..86fdf8f46cc 100644 --- a/src/clustering/table_manager/flush_interval_manager.hpp +++ b/src/clustering/table_manager/flush_interval_manager.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_TABLE_MANAGER_FLUSH_INTERVAL_MANAGER_HPP_ #define CLUSTERING_TABLE_MANAGER_FLUSH_INTERVAL_MANAGER_HPP_ diff --git a/src/clustering/table_manager/table_manager.cc b/src/clustering/table_manager/table_manager.cc index 9018c4a7ef2..ef3b034d588 100644 --- a/src/clustering/table_manager/table_manager.cc +++ b/src/clustering/table_manager/table_manager.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "clustering/table_manager/table_manager.hpp" diff --git a/src/clustering/table_manager/table_manager.hpp b/src/clustering/table_manager/table_manager.hpp index cebe79a539a..02f3deff483 100644 --- a/src/clustering/table_manager/table_manager.hpp +++ b/src/clustering/table_manager/table_manager.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CLUSTERING_TABLE_MANAGER_TABLE_MANAGER_HPP_ #define CLUSTERING_TABLE_MANAGER_TABLE_MANAGER_HPP_ diff --git a/src/concurrency/cond_var.hpp b/src/concurrency/cond_var.hpp index 805aeff24a7..e13960cbc15 100644 --- a/src/concurrency/cond_var.hpp +++ b/src/concurrency/cond_var.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2012 RethinkDB, all rights reserved. #ifndef CONCURRENCY_COND_VAR_HPP_ #define CONCURRENCY_COND_VAR_HPP_ diff --git a/src/concurrency/mutex_assertion.hpp b/src/concurrency/mutex_assertion.hpp index 2e2424c54ca..356a7c502e6 100644 --- a/src/concurrency/mutex_assertion.hpp +++ b/src/concurrency/mutex_assertion.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef CONCURRENCY_MUTEX_ASSERTION_HPP_ #define CONCURRENCY_MUTEX_ASSERTION_HPP_ diff --git a/src/concurrency/new_semaphore.cc b/src/concurrency/new_semaphore.cc index f35cc46d524..ad95a8b6c60 100644 --- a/src/concurrency/new_semaphore.cc +++ b/src/concurrency/new_semaphore.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include "concurrency/new_semaphore.hpp" new_semaphore_t::new_semaphore_t(int64_t _capacity) diff --git a/src/concurrency/new_semaphore.hpp b/src/concurrency/new_semaphore.hpp index b70356120f5..ff150a58a23 100644 --- a/src/concurrency/new_semaphore.hpp +++ b/src/concurrency/new_semaphore.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2014 RethinkDB, all rights reserved. #ifndef CONCURRENCY_NEW_SEMAPHORE_HPP_ #define CONCURRENCY_NEW_SEMAPHORE_HPP_ diff --git a/src/concurrency/pubsub.hpp b/src/concurrency/pubsub.hpp index 64bfd0fa353..925c751894e 100644 --- a/src/concurrency/pubsub.hpp +++ b/src/concurrency/pubsub.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef CONCURRENCY_PUBSUB_HPP_ #define CONCURRENCY_PUBSUB_HPP_ diff --git a/src/concurrency/signal.cc b/src/concurrency/signal.cc index cfde8ae6fb3..9db4c6ca44b 100644 --- a/src/concurrency/signal.cc +++ b/src/concurrency/signal.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2012 RethinkDB, all rights reserved. #include "concurrency/signal.hpp" diff --git a/src/concurrency/signal.hpp b/src/concurrency/signal.hpp index a5015d4ec53..f134bb340db 100644 --- a/src/concurrency/signal.hpp +++ b/src/concurrency/signal.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef CONCURRENCY_SIGNAL_HPP_ #define CONCURRENCY_SIGNAL_HPP_ diff --git a/src/config/args.hpp b/src/config/args.hpp index e0ecdf38c12..7246849bb7e 100644 --- a/src/config/args.hpp +++ b/src/config/args.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2012 RethinkDB, all rights reserved. #ifndef CONFIG_ARGS_HPP_ #define CONFIG_ARGS_HPP_ diff --git a/src/containers/archive/versioned.hpp b/src/containers/archive/versioned.hpp index 6c67d6bf7ff..2f57f929723 100644 --- a/src/containers/archive/versioned.hpp +++ b/src/containers/archive/versioned.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef CONTAINERS_ARCHIVE_VERSIONED_HPP_ #define CONTAINERS_ARCHIVE_VERSIONED_HPP_ diff --git a/src/containers/backindex_bag.hpp b/src/containers/backindex_bag.hpp index a5007f59c28..17ea4661fc9 100644 --- a/src/containers/backindex_bag.hpp +++ b/src/containers/backindex_bag.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef CONTAINERS_BACKINDEX_BAG_HPP_ #define CONTAINERS_BACKINDEX_BAG_HPP_ diff --git a/src/containers/disk_backed_queue.cc b/src/containers/disk_backed_queue.cc index b878327fc43..c10d4227173 100644 --- a/src/containers/disk_backed_queue.cc +++ b/src/containers/disk_backed_queue.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "containers/disk_backed_queue.hpp" diff --git a/src/containers/half_intrusive_list.hpp b/src/containers/half_intrusive_list.hpp index bc1d00f75f3..65c83b38d8b 100644 --- a/src/containers/half_intrusive_list.hpp +++ b/src/containers/half_intrusive_list.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef CONTAINERS_HALF_INTRUSIVE_LIST_HPP_ #define CONTAINERS_HALF_INTRUSIVE_LIST_HPP_ diff --git a/src/containers/intrusive_priority_queue.hpp b/src/containers/intrusive_priority_queue.hpp index 4a310a77ea5..0a2570ff24f 100644 --- a/src/containers/intrusive_priority_queue.hpp +++ b/src/containers/intrusive_priority_queue.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2013 RethinkDB, all rights reserved. #ifndef CONTAINERS_INTRUSIVE_PRIORITY_QUEUE_HPP_ #define CONTAINERS_INTRUSIVE_PRIORITY_QUEUE_HPP_ diff --git a/src/containers/segmented_vector.hpp b/src/containers/segmented_vector.hpp index 6df23d4f6c0..fbb2654c782 100644 --- a/src/containers/segmented_vector.hpp +++ b/src/containers/segmented_vector.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #ifndef CONTAINERS_SEGMENTED_VECTOR_HPP_ #define CONTAINERS_SEGMENTED_VECTOR_HPP_ diff --git a/src/rdb_protocol/btree.cc b/src/rdb_protocol/btree.cc index 6bec83004a1..5a8d94e17bf 100644 --- a/src/rdb_protocol/btree.cc +++ b/src/rdb_protocol/btree.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "rdb_protocol/btree.hpp" diff --git a/src/rdb_protocol/btree_store.cc b/src/rdb_protocol/btree_store.cc index e469f53d44b..63831d0cd8b 100644 --- a/src/rdb_protocol/btree_store.cc +++ b/src/rdb_protocol/btree_store.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "rdb_protocol/store.hpp" // NOLINT(build/include_order) diff --git a/src/rdb_protocol/store.hpp b/src/rdb_protocol/store.hpp index 51b20d41e86..7d45ff6506b 100644 --- a/src/rdb_protocol/store.hpp +++ b/src/rdb_protocol/store.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef RDB_PROTOCOL_STORE_HPP_ #define RDB_PROTOCOL_STORE_HPP_ diff --git a/src/rdb_protocol/term_storage.cc b/src/rdb_protocol/term_storage.cc index 983e1ea8a6b..97859b23f7a 100644 --- a/src/rdb_protocol/term_storage.cc +++ b/src/rdb_protocol/term_storage.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "rdb_protocol/term_storage.hpp" diff --git a/src/rdb_protocol/var_types.cc b/src/rdb_protocol/var_types.cc index 655bcd904c7..ca159df882a 100644 --- a/src/rdb_protocol/var_types.cc +++ b/src/rdb_protocol/var_types.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "rdb_protocol/var_types.hpp" diff --git a/src/rdb_protocol/wire_func.cc b/src/rdb_protocol/wire_func.cc index aa4f1498427..0a89dd0255d 100644 --- a/src/rdb_protocol/wire_func.cc +++ b/src/rdb_protocol/wire_func.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "rdb_protocol/wire_func.hpp" diff --git a/src/region/region_map.hpp b/src/region/region_map.hpp index 64f56b9c1b6..069096ff41c 100644 --- a/src/region/region_map.hpp +++ b/src/region/region_map.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef REGION_REGION_MAP_HPP_ #define REGION_REGION_MAP_HPP_ diff --git a/src/rpc/connectivity/cluster.cc b/src/rpc/connectivity/cluster.cc index 189753b30ad..43eafeb7e03 100644 --- a/src/rpc/connectivity/cluster.cc +++ b/src/rpc/connectivity/cluster.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "rpc/connectivity/cluster.hpp" diff --git a/src/rpc/mailbox/mailbox.cc b/src/rpc/mailbox/mailbox.cc index 5292bf26a5c..70ec1450833 100644 --- a/src/rpc/mailbox/mailbox.cc +++ b/src/rpc/mailbox/mailbox.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2012 RethinkDB, all rights reserved. #include "rpc/mailbox/mailbox.hpp" diff --git a/src/serializer/log/data_block_manager.cc b/src/serializer/log/data_block_manager.cc index eb1f41d3f5f..b64f4877d45 100644 --- a/src/serializer/log/data_block_manager.cc +++ b/src/serializer/log/data_block_manager.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "serializer/log/data_block_manager.hpp" diff --git a/src/serializer/log/data_block_manager.hpp b/src/serializer/log/data_block_manager.hpp index 16b88f31306..384f7613bc7 100644 --- a/src/serializer/log/data_block_manager.hpp +++ b/src/serializer/log/data_block_manager.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2013 RethinkDB, all rights reserved. #ifndef SERIALIZER_LOG_DATA_BLOCK_MANAGER_HPP_ #define SERIALIZER_LOG_DATA_BLOCK_MANAGER_HPP_ diff --git a/src/serializer/log/log_serializer.cc b/src/serializer/log/log_serializer.cc index 712e5389a32..29d4e34be92 100644 --- a/src/serializer/log/log_serializer.cc +++ b/src/serializer/log/log_serializer.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "serializer/log/log_serializer.hpp" diff --git a/src/serializer/log/log_serializer.hpp b/src/serializer/log/log_serializer.hpp index baf8b8bcb26..fb1a5199e4c 100644 --- a/src/serializer/log/log_serializer.hpp +++ b/src/serializer/log/log_serializer.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef SERIALIZER_LOG_LOG_SERIALIZER_HPP_ #define SERIALIZER_LOG_LOG_SERIALIZER_HPP_ diff --git a/src/serializer/log/metablock_manager.cc b/src/serializer/log/metablock_manager.cc index e83213a9d1c..c09246a7104 100644 --- a/src/serializer/log/metablock_manager.cc +++ b/src/serializer/log/metablock_manager.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2013 RethinkDB, all rights reserved. #include "serializer/log/metablock_manager.hpp" diff --git a/src/serializer/merger.hpp b/src/serializer/merger.hpp index 618d95050a6..abf02b3722f 100644 --- a/src/serializer/merger.hpp +++ b/src/serializer/merger.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef SERIALIZER_MERGER_HPP_ #define SERIALIZER_MERGER_HPP_ diff --git a/src/serializer/serializer.hpp b/src/serializer/serializer.hpp index a3be152c0c8..e28f3eb9501 100644 --- a/src/serializer/serializer.hpp +++ b/src/serializer/serializer.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef SERIALIZER_SERIALIZER_HPP_ #define SERIALIZER_SERIALIZER_HPP_ diff --git a/src/serializer/translator.cc b/src/serializer/translator.cc index 53bbd838ab2..267fd76ac50 100644 --- a/src/serializer/translator.cc +++ b/src/serializer/translator.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "serializer/translator.hpp" diff --git a/src/serializer/translator.hpp b/src/serializer/translator.hpp index 7c5a6340a7c..ef199599084 100644 --- a/src/serializer/translator.hpp +++ b/src/serializer/translator.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef SERIALIZER_TRANSLATOR_HPP_ #define SERIALIZER_TRANSLATOR_HPP_ diff --git a/src/unittest/blob_test.cc b/src/unittest/blob_test.cc index 4e455e47056..8ffb27dde2e 100644 --- a/src/unittest/blob_test.cc +++ b/src/unittest/blob_test.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "buffer_cache/alt.hpp" #include "buffer_cache/blob.hpp" diff --git a/src/unittest/btree_metainfo.cc b/src/unittest/btree_metainfo.cc index af5cce28978..62e5197c86f 100644 --- a/src/unittest/btree_metainfo.cc +++ b/src/unittest/btree_metainfo.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "unittest/gtest.hpp" diff --git a/src/unittest/btree_sindex.cc b/src/unittest/btree_sindex.cc index 7e7c6c1c2c5..f0244a1f21b 100644 --- a/src/unittest/btree_sindex.cc +++ b/src/unittest/btree_sindex.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "unittest/gtest.hpp" diff --git a/src/unittest/btree_whole.cc b/src/unittest/btree_whole.cc index 39464f7ffba..12fa3d516b4 100644 --- a/src/unittest/btree_whole.cc +++ b/src/unittest/btree_whole.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "arch/io/disk.hpp" diff --git a/src/unittest/clustering_contract_coordinator.cc b/src/unittest/clustering_contract_coordinator.cc index 6d53cb847f1..0070ed4ee13 100644 --- a/src/unittest/clustering_contract_coordinator.cc +++ b/src/unittest/clustering_contract_coordinator.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "unittest/gtest.hpp" diff --git a/src/unittest/clustering_raft_storage.cc b/src/unittest/clustering_raft_storage.cc index bf0645036ca..b468fa021ed 100644 --- a/src/unittest/clustering_raft_storage.cc +++ b/src/unittest/clustering_raft_storage.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "unittest/gtest.hpp" diff --git a/src/unittest/clustering_utils.hpp b/src/unittest/clustering_utils.hpp index 122c63f4b49..d86430ab5c8 100644 --- a/src/unittest/clustering_utils.hpp +++ b/src/unittest/clustering_utils.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #ifndef UNITTEST_CLUSTERING_UTILS_HPP_ #define UNITTEST_CLUSTERING_UTILS_HPP_ diff --git a/src/unittest/page_test.cc b/src/unittest/page_test.cc index afee19383ef..fe3db2f455e 100644 --- a/src/unittest/page_test.cc +++ b/src/unittest/page_test.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include "arch/runtime/coroutines.hpp" #include "arch/timing.hpp" diff --git a/src/unittest/rdb_btree.cc b/src/unittest/rdb_btree.cc index 88cdde26c53..9d41d7ec542 100644 --- a/src/unittest/rdb_btree.cc +++ b/src/unittest/rdb_btree.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include diff --git a/src/unittest/rdb_protocol.cc b/src/unittest/rdb_protocol.cc index be21b582335..91e7dd8d954 100644 --- a/src/unittest/rdb_protocol.cc +++ b/src/unittest/rdb_protocol.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2015 RethinkDB, all rights reserved. #include "unittest/rdb_protocol.hpp" diff --git a/src/unittest/serializer_test.cc b/src/unittest/serializer_test.cc index ae909043414..cd8966aecb6 100644 --- a/src/unittest/serializer_test.cc +++ b/src/unittest/serializer_test.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #include #include "arch/runtime/starter.hpp" diff --git a/src/unittest/timer_test.cc b/src/unittest/timer_test.cc index 65d891bd8aa..6786f796aa0 100644 --- a/src/unittest/timer_test.cc +++ b/src/unittest/timer_test.cc @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) // Copyright 2010-2014 RethinkDB, all rights reserved. #include diff --git a/src/version.hpp b/src/version.hpp index 32fd0925e9d..541199c1ab0 100644 --- a/src/version.hpp +++ b/src/version.hpp @@ -1,3 +1,4 @@ +// File has been changed by Sam Hughes (to add soft durability flush interval) #ifndef VERSION_HPP_ #define VERSION_HPP_