Remove revision comments
This commit is contained in:
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file adminusers.h - Administration users support routines
|
* @file adminusers.h - Administration users support routines
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 18/07/13 Mark Riddoch Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,15 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file atomic.h The atomic operations used within the gateway
|
* @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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file include/maxscale/config.h The configuration handling elements
|
* @file include/maxscale/config.h The configuration handling elements
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,35 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file dcb.h The Descriptor Control Block
|
* @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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -15,17 +15,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file hashtable.h A general purpose hashtable mechanism for use within the
|
* @file hashtable.h A general purpose hashtable mechanism for use within the
|
||||||
* gateway
|
* 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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
#include <maxscale/debug.h>
|
#include <maxscale/debug.h>
|
||||||
|
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file hint.h The generic hint data that may be attached to buffers
|
* @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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -21,14 +21,6 @@ MXS_BEGIN_DECLS
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file housekeeper.h A mechanism to have task run periodically
|
* @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
|
typedef enum
|
||||||
|
@ -14,16 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file listener.h
|
* @file listener.h
|
||||||
*
|
|
||||||
* The listener definitions for MaxScale
|
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 19/01/16 Martin Brampton Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,16 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file modutil.h A set of useful routines for module writers
|
* @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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -16,14 +16,6 @@
|
|||||||
* @file notification.h
|
* @file notification.h
|
||||||
*
|
*
|
||||||
* The configuration stuct for notification/feedback service
|
* The configuration stuct for notification/feedback service
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 02/03/15 Massimiliano Pinto Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -16,13 +16,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file pcre2.h - Utility functions for regular expression matching
|
* @file pcre2.h - Utility functions for regular expression matching
|
||||||
* with the bundled PCRE2 library.
|
* with the bundled PCRE2 library.
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 30-10-2015 Markus Makela Initial implementation
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -12,13 +12,6 @@
|
|||||||
* Public License.
|
* Public License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* File: random_jkiss.h
|
|
||||||
* Author: mbrampton
|
|
||||||
*
|
|
||||||
* Created on 26 August 2015, 15:34
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
|
||||||
MXS_BEGIN_DECLS
|
MXS_BEGIN_DECLS
|
||||||
|
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file resultset.h The MaxScale generic result set mechanism
|
* @file resultset.h The MaxScale generic result set mechanism
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 17/02/15 Mark Riddoch Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -16,26 +16,6 @@
|
|||||||
* @file service.h
|
* @file service.h
|
||||||
*
|
*
|
||||||
* The service level definitions within the gateway
|
* 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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -16,14 +16,6 @@
|
|||||||
* @file ssl.h
|
* @file ssl.h
|
||||||
*
|
*
|
||||||
* The SSL definitions for MaxScale
|
* The SSL definitions for MaxScale
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 27/01/16 Martin Brampton Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file statistics.h - Lock-free statistics gathering
|
* @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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -15,17 +15,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file users.h The functions to manipulate the table of users maintained
|
* @file users.h The functions to manipulate the table of users maintained
|
||||||
* for each service
|
* 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 <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
@ -14,14 +14,6 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @file utils.h Utility functions headers
|
* @file utils.h Utility functions headers
|
||||||
*
|
|
||||||
* @verbatim
|
|
||||||
* Revision History
|
|
||||||
*
|
|
||||||
* Date Who Description
|
|
||||||
* 22/03/16 Martin Brampton Initial implementation
|
|
||||||
*
|
|
||||||
* @endverbatim
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <maxscale/cdefs.h>
|
#include <maxscale/cdefs.h>
|
||||||
|
Reference in New Issue
Block a user