From 6b6fd83f26fd8a67ff72e6178676bb836a29b507 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Wed, 1 Feb 2017 11:50:38 +0200 Subject: [PATCH] Remove revision comments --- include/maxscale/adminusers.h.in | 8 -------- include/maxscale/atomic.h | 9 --------- include/maxscale/config.h | 1 - include/maxscale/dcb.h | 29 ----------------------------- include/maxscale/hashtable.h | 11 ----------- include/maxscale/hint.h | 8 -------- include/maxscale/housekeeper.h | 8 -------- include/maxscale/listener.h | 10 ---------- include/maxscale/modutil.h | 10 ---------- include/maxscale/notification.h | 8 -------- include/maxscale/pcre2.h | 7 ------- include/maxscale/random_jkiss.h | 7 ------- include/maxscale/resultset.h | 8 -------- include/maxscale/service.h | 20 -------------------- include/maxscale/ssl.h | 8 -------- include/maxscale/statistics.h | 8 -------- include/maxscale/users.h | 11 ----------- include/maxscale/utils.h | 8 -------- 18 files changed, 179 deletions(-) diff --git a/include/maxscale/adminusers.h.in b/include/maxscale/adminusers.h.in index 5526d1ee7..4013321a7 100644 --- a/include/maxscale/adminusers.h.in +++ b/include/maxscale/adminusers.h.in @@ -14,14 +14,6 @@ /** * @file adminusers.h - Administration users support routines - * - * @verbatim - * Revision History - * - * Date Who Description - * 18/07/13 Mark Riddoch Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/atomic.h b/include/maxscale/atomic.h index f7614b3d3..ec3bb6bdb 100644 --- a/include/maxscale/atomic.h +++ b/include/maxscale/atomic.h @@ -14,15 +14,6 @@ /** * @file atomic.h The atomic operations used within the gateway - * - * @verbatim - * Revision History - * - * Date Who Description - * 10/06/13 Mark Riddoch Initial implementation - * 23/06/15 Martin Brampton Alternative for C++ - * - * @endverbatim */ #include diff --git a/include/maxscale/config.h b/include/maxscale/config.h index bc53f1d9a..1d317cba6 100644 --- a/include/maxscale/config.h +++ b/include/maxscale/config.h @@ -14,7 +14,6 @@ /** * @file include/maxscale/config.h The configuration handling elements - * */ #include diff --git a/include/maxscale/dcb.h b/include/maxscale/dcb.h index 76b415e25..8df97832a 100644 --- a/include/maxscale/dcb.h +++ b/include/maxscale/dcb.h @@ -14,35 +14,6 @@ /** * @file dcb.h The Descriptor Control Block - * - * The function pointer table used by descriptors to call relevant functions - * within the protocol specific code. - * - * @verbatim - * Revision History - * - * Date Who Description - * 01/06/2013 Mark Riddoch Initial implementation - * 11/06/2013 Mark Riddoch Updated GWPROTOCOL structure with new - * entry points - * 18/06/2013 Mark Riddoch Addition of the listener entry point - * 02/07/2013 Massimiliano Pinto Addition of delayqlock, delayq and authlock - * for handling backend asynchronous protocol connection - * and a generic lock for backend authentication - * 12/07/2013 Massimiliano Pinto Added auth entry point - * 15/07/2013 Massimiliano Pinto Added session entry point - * 16/07/2013 Massimiliano Pinto Added command type for dcb - * 07/02/2014 Massimiliano Pinto Added ipv4 data struct into for dcb - * 07/05/2014 Mark Riddoch Addition of callback mechanism - * 08/05/2014 Mark Riddoch Addition of writeq high and low watermarks - * 27/08/2014 Mark Riddoch Addition of write event queuing - * 23/09/2014 Mark Riddoch New poll processing queue - * 19/06/2015 Martin Brampton Provision of persistent connections - * 20/01/2016 Martin Brampton Moved GWPROTOCOL to gw_protocol.h - * 01/02/2016 Martin Brampton Added fields for SSL and authentication - * 27/06/2016 Martin Brampton Changed DCB to conform to list manager - * - * @endverbatim */ #include diff --git a/include/maxscale/hashtable.h b/include/maxscale/hashtable.h index 6eabfa87b..60c3156ff 100644 --- a/include/maxscale/hashtable.h +++ b/include/maxscale/hashtable.h @@ -15,17 +15,6 @@ /** * @file hashtable.h A general purpose hashtable mechanism for use within the * gateway - * - * @verbatim - * Revision History - * - * Date Who Description - * 23/06/2013 Mark Riddoch Initial implementation - * 23/07/2013 Mark Riddoch Addition of iterator mechanism - * 08/01/2014 Massimiliano Pinto Added function pointers for key/value copy and free - * the routine hashtable_memory_fns() changed accordingly - * - * @endverbatim */ #include #include diff --git a/include/maxscale/hint.h b/include/maxscale/hint.h index d79ba731b..8ab9911f3 100644 --- a/include/maxscale/hint.h +++ b/include/maxscale/hint.h @@ -14,14 +14,6 @@ /** * @file hint.h The generic hint data that may be attached to buffers - * - * @verbatim - * Revision History - * - * Date Who Description - * 10/07/14 Mark Riddoch Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/housekeeper.h b/include/maxscale/housekeeper.h index c25d85df0..a3bb623e7 100644 --- a/include/maxscale/housekeeper.h +++ b/include/maxscale/housekeeper.h @@ -21,14 +21,6 @@ MXS_BEGIN_DECLS /** * @file housekeeper.h A mechanism to have task run periodically - * - * @verbatim - * Revision History - * - * Date Who Description - * 29/08/14 Mark Riddoch Initial implementation - * - * @endverbatim */ typedef enum diff --git a/include/maxscale/listener.h b/include/maxscale/listener.h index a3d9f039b..433755633 100644 --- a/include/maxscale/listener.h +++ b/include/maxscale/listener.h @@ -14,16 +14,6 @@ /** * @file listener.h - * - * The listener definitions for MaxScale - * - * @verbatim - * Revision History - * - * Date Who Description - * 19/01/16 Martin Brampton Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/modutil.h b/include/maxscale/modutil.h index 40109ddb7..d7f24d9a9 100644 --- a/include/maxscale/modutil.h +++ b/include/maxscale/modutil.h @@ -14,16 +14,6 @@ /** * @file modutil.h A set of useful routines for module writers - * - * @verbatim - * Revision History - * - * Date Who Description - * 04/06/14 Mark Riddoch Initial implementation - * 24/06/14 Mark Riddoch Add modutil_MySQL_Query to enable multipacket queries - * 24/10/14 Massimiliano Pinto Add modutil_send_mysql_err_packet to send a mysql ERR_Packet - * - * @endverbatim */ #include diff --git a/include/maxscale/notification.h b/include/maxscale/notification.h index 52e5011a4..ec68763e8 100644 --- a/include/maxscale/notification.h +++ b/include/maxscale/notification.h @@ -16,14 +16,6 @@ * @file notification.h * * The configuration stuct for notification/feedback service - * - * @verbatim - * Revision History - * - * Date Who Description - * 02/03/15 Massimiliano Pinto Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/pcre2.h b/include/maxscale/pcre2.h index de28c74aa..108c5d235 100644 --- a/include/maxscale/pcre2.h +++ b/include/maxscale/pcre2.h @@ -16,13 +16,6 @@ /** * @file pcre2.h - Utility functions for regular expression matching * with the bundled PCRE2 library. - * - * @verbatim - * Revision History - * - * Date Who Description - * 30-10-2015 Markus Makela Initial implementation - * @endverbatim */ #include diff --git a/include/maxscale/random_jkiss.h b/include/maxscale/random_jkiss.h index 5f1e2bee9..852c05ce7 100644 --- a/include/maxscale/random_jkiss.h +++ b/include/maxscale/random_jkiss.h @@ -12,13 +12,6 @@ * Public License. */ -/* - * File: random_jkiss.h - * Author: mbrampton - * - * Created on 26 August 2015, 15:34 - */ - #include MXS_BEGIN_DECLS diff --git a/include/maxscale/resultset.h b/include/maxscale/resultset.h index 52d533bbb..0584dfd45 100644 --- a/include/maxscale/resultset.h +++ b/include/maxscale/resultset.h @@ -14,14 +14,6 @@ /** * @file resultset.h The MaxScale generic result set mechanism - * - * @verbatim - * Revision History - * - * Date Who Description - * 17/02/15 Mark Riddoch Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/service.h b/include/maxscale/service.h index 049c48e90..ecc835b97 100644 --- a/include/maxscale/service.h +++ b/include/maxscale/service.h @@ -16,26 +16,6 @@ * @file service.h * * The service level definitions within the gateway - * - * @verbatim - * Revision History - * - * Date Who Description - * 14/06/13 Mark Riddoch Initial implementation - * 18/06/13 Mark Riddoch Addition of statistics and function - * prototypes - * 23/06/13 Mark Riddoch Added service user and users - * 06/02/14 Massimiliano Pinto Added service flag for root user access - * 25/02/14 Massimiliano Pinto Added service refresh limit feature - * 07/05/14 Massimiliano Pinto Added version_string field to service - * struct - * 29/05/14 Mark Riddoch Filter API mechanism - * 26/06/14 Mark Riddoch Added WeightBy support - * 09/09/14 Massimiliano Pinto Added service option for localhost authentication - * 09/10/14 Massimiliano Pinto Added service resources via hashtable - * 31/05/16 Martin Brampton Add fields to support connection throttling - * - * @endverbatim */ #include diff --git a/include/maxscale/ssl.h b/include/maxscale/ssl.h index 2f5b3e59d..f83fed90b 100644 --- a/include/maxscale/ssl.h +++ b/include/maxscale/ssl.h @@ -16,14 +16,6 @@ * @file ssl.h * * The SSL definitions for MaxScale - * - * @verbatim - * Revision History - * - * Date Who Description - * 27/01/16 Martin Brampton Initial implementation - * - * @endverbatim */ #include diff --git a/include/maxscale/statistics.h b/include/maxscale/statistics.h index c9b21f446..fffea2e8d 100644 --- a/include/maxscale/statistics.h +++ b/include/maxscale/statistics.h @@ -14,14 +14,6 @@ /** * @file statistics.h - Lock-free statistics gathering - * - * @verbatim - * Revision History - * - * Date Who Description - * 21/01/16 Markus Makela Initial implementation - * 15/06/16 Martin Brampton Frequently used functions inlined - * @endverbatim */ #include diff --git a/include/maxscale/users.h b/include/maxscale/users.h index abf818d39..44df2efe4 100644 --- a/include/maxscale/users.h +++ b/include/maxscale/users.h @@ -15,17 +15,6 @@ /** * @file users.h The functions to manipulate the table of users maintained * for each service - * - * @verbatim - * Revision History - * - * Date Who Description - * 23/06/13 Mark Riddoch Initial implementation - * 26/02/14 Massimiliano Pinto Added checksum to users' table with SHA1 - * 27/02/14 Massimiliano Pinto Added USERS_HASHTABLE_DEFAULT_SIZE - * 28/02/14 Massimiliano Pinto Added usersCustomUserFormat, optional username format routine - * - * @endverbatim */ #include diff --git a/include/maxscale/utils.h b/include/maxscale/utils.h index c8685ef78..aa626aa86 100644 --- a/include/maxscale/utils.h +++ b/include/maxscale/utils.h @@ -14,14 +14,6 @@ /** * @file utils.h Utility functions headers - * - * @verbatim - * Revision History - * - * Date Who Description - * 22/03/16 Martin Brampton Initial implementation - * - * @endverbatim */ #include