Skip to content

Commit abcfe88

Browse files
ing-eokingjhpark816
authored andcommitted
INTERNAL: Remove whitespace in etc files
1 parent 225fe21 commit abcfe88

32 files changed

+185
-185
lines changed

ChangeLog

Lines changed: 115 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -41,154 +41,154 @@
4141
* Use Github Actions instead of Travis for CI test.
4242

4343
2022-02-22 [version 1.13.2]
44-
* [FEATURE] supported the 3 replicas in replication.
45-
* [FIX] return switchover error code when coll get with delete.
46-
* [FIX] fixed wrong aggregate pipe return code in case of failure.
47-
* [FIX] hold the pool lock when update the cache list of master mc.
48-
* [FIX] fixed the cache list update of member mc in proxy mode.
49-
* [ENHANCE] enhanced the cachelist update logic with serverinfo.
50-
* [ENHANCE] Not to close and reopen pool connections
51-
* [ENHANCE] removed the dual pool repopulation when start at first.
52-
* [ENHANCE] optimized the slave comparision in memcached_rgroup_update().
53-
* [ENHANCE] optimized the release processing in memcached_pool.
54-
* [ENHANCE] ensure more concurrency in memcached pool.
55-
* [CLEANUP] fixed the compile warnings.
56-
* [CLEANUP] refactored serveral parts of code.
44+
* [FEATURE] supported the 3 replicas in replication.
45+
* [FIX] return switchover error code when coll get with delete.
46+
* [FIX] fixed wrong aggregate pipe return code in case of failure.
47+
* [FIX] hold the pool lock when update the cache list of master mc.
48+
* [FIX] fixed the cache list update of member mc in proxy mode.
49+
* [ENHANCE] enhanced the cachelist update logic with serverinfo.
50+
* [ENHANCE] Not to close and reopen pool connections
51+
* [ENHANCE] removed the dual pool repopulation when start at first.
52+
* [ENHANCE] optimized the slave comparision in memcached_rgroup_update().
53+
* [ENHANCE] optimized the release processing in memcached_pool.
54+
* [ENHANCE] ensure more concurrency in memcached pool.
55+
* [CLEANUP] fixed the compile warnings.
56+
* [CLEANUP] refactored serveral parts of code.
5757

5858
2021-07-06 [version 1.13.1]
59-
* [FEATURE] enable zookeeper multi thread mode.
60-
* [FIX] if MEMCACHED_ERRNO entered in memcached_set_error(),
61-
return instead of assert.
59+
* [FEATURE] enable zookeeper multi thread mode.
60+
* [FIX] if MEMCACHED_ERRNO entered in memcached_set_error(),
61+
return instead of assert.
6262

6363
2021-01-18 [version 1.13.0]
64-
* [FEATURE] supported mgets command.
65-
* [FIX] check space_sepatated_keys immediately after memcached_connect().
66-
* [FIX] check mget command support immediately after memcached_connect().
67-
* [INTERNAL] return MEMCACHED_CONNECTION_FAILURE in memcached_fetch_result().
64+
* [FEATURE] supported mgets command.
65+
* [FIX] check space_sepatated_keys immediately after memcached_connect().
66+
* [FIX] check mget command support immediately after memcached_connect().
67+
* [INTERNAL] return MEMCACHED_CONNECTION_FAILURE in memcached_fetch_resul ().
6868

6969
2020-12-09 [version 1.12.0]
70-
* [FEATURE] set the max key size to 4000.
71-
* [DOC] changed max element bytes: 4KB => 16KB.
72-
(committed at 20200317 and included in 1.10.4)
73-
* [DOC] fixed the smget result API and structure names.
70+
* [FEATURE] set the max key size to 4000.
71+
* [DOC] changed max element bytes: 4KB => 16KB.
72+
(committed at 20200317 and included in 1.10.4)
73+
* [DOC] fixed the smget result API and structure names.
7474

7575
2020-12-07 [version 1.11.0]
76-
* [FEATURE] supported space-separated keys.
77-
* [FEATURE] supported mget command, efficient for getting multiple items.
78-
* [FEATURE] requested version operation when connect to server.
79-
* [FEATURE] increased max key length: 250 => 4K.
80-
* [ENHANCE] do memcached_quit_server() if poll timeout occurs in io_flush.
81-
* [ENHANCE] increased cluster max size for multi key op: 200 => 1000.
82-
* [IMPROVE] reduced string copy when convert eflag/update_filter to string.
83-
* [FIX] set purge recursion flag to false before return.
84-
* [FIX] handled the host failures in the multi key operation.
85-
* [FIX] unset noreply before get operation in noreply_test().
86-
* [FIX] fixed unallocated memory access in mkey fetch.
87-
* [OTHERS] Refactored some code for readabiblity.
76+
* [FEATURE] supported space-separated keys.
77+
* [FEATURE] supported mget command, efficient for getting multiple items.
78+
* [FEATURE] requested version operation when connect to server.
79+
* [FEATURE] increased max key length: 250 => 4K.
80+
* [ENHANCE] do memcached_quit_server() if poll timeout occurs in io_flush.
81+
* [ENHANCE] increased cluster max size for multi key op: 200 => 1000.
82+
* [IMPROVE] reduced string copy when convert eflag/update_filter to string.
83+
* [FIX] set purge recursion flag to false before return.
84+
* [FIX] handled the host failures in the multi key operation.
85+
* [FIX] unset noreply before get operation in noreply_test().
86+
* [FIX] fixed unallocated memory access in mkey fetch.
87+
* [OTHERS] Refactored some code for readabiblity.
8888

8989
2020-10-22 [version 1.10.5]
90-
* [FEATURE] bop incr/decr with initial option.
91-
* [FIX] registered "NULL" if hostname lookup fails in do_add_client_info().
92-
* [FIX] added the TYPE_MISMATCH handling in kv response
93-
* [DOC] changed the description of the max item size
94-
* [DOC] refactored the document format and some content.
90+
* [FEATURE] bop incr/decr with initial option.
91+
* [FIX] registered "NULL" if hostname lookup fails in do_add_client_info().
92+
* [FIX] added the TYPE_MISMATCH handling in kv response
93+
* [DOC] changed the description of the max item size
94+
* [DOC] refactored the document format and some content.
9595

9696
2020-08-04 [version 1.10.4]
97-
* [FEATURE] Added memcached_detail_error_message() API.
98-
* [FEATURE] Immediate reconnect according to error responses.
99-
* [FEATURE] Changed max element bytes. 4KB => 16KB.
100-
* [FEATURE] Returned E2BIG if CLIENT_ERROR object too large.
101-
* [FEATURE] Changed MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT. 2sec => 1sec.
102-
* [ENHANCE] Enlarged the contents of error messages in detail.
103-
* [ENHANCE] Stored detail error message in error_messages field.
104-
* [ENHANCE] Added arcus ZK manager for processing ZK events.
105-
* [FIX] pipe operation is stopped if switchover is done.
106-
* [FIX] Fixed version check condition.
107-
* [FIX] Fixed several bugs in handling response strings.
108-
* [FIX] Added the key test where needed.
109-
* [FIX] Do client_info and watcher registration only when needed.
110-
* [FIX] Prevent master_mc from being freed while using pool.
111-
* [FIX] Changed to create version using m4 file.
112-
* [FIX] Fixed simple null pointer dereferencing.
113-
* [DOC] Added multi eflag filter description.
114-
* [Test] Added test case for PIPE_ERROR bad error.
115-
* [OTHERS] Refactored the response module for handling responses.
116-
* [OTHERS] Refactored much code for readabiblity.
97+
* [FEATURE] Added memcached_detail_error_message() API.
98+
* [FEATURE] Immediate reconnect according to error responses.
99+
* [FEATURE] Changed max element bytes. 4KB => 16KB.
100+
* [FEATURE] Returned E2BIG if CLIENT_ERROR object too large.
101+
* [FEATURE] Changed MEMCACHED_SERVER_FAILURE_RETRY_TIMEOUT. 2sec => 1sec.
102+
* [ENHANCE] Enlarged the contents of error messages in detail.
103+
* [ENHANCE] Stored detail error message in error_messages field.
104+
* [ENHANCE] Added arcus ZK manager for processing ZK events.
105+
* [FIX] pipe operation is stopped if switchover is done.
106+
* [FIX] Fixed version check condition.
107+
* [FIX] Fixed several bugs in handling response strings.
108+
* [FIX] Added the key test where needed.
109+
* [FIX] Do client_info and watcher registration only when needed.
110+
* [FIX] Prevent master_mc from being freed while using pool.
111+
* [FIX] Changed to create version using m4 file.
112+
* [FIX] Fixed simple null pointer dereferencing.
113+
* [DOC] Added multi eflag filter description.
114+
* [Test] Added test case for PIPE_ERROR bad error.
115+
* [OTHERS] Refactored the response module for handling responses.
116+
* [OTHERS] Refactored much code for readabiblity.
117117

118118
2019-12-17 [version 1.10.3] (revised)
119-
* [FIX] master failover issue by setting serverlist_changed corretly.
120-
* [Fix] enable replication by referencing ZK in multi process mode.
121-
* [Fix] fixed segfault caused by code tag mistake.
119+
* [FIX] master failover issue by setting serverlist_changed corretly.
120+
* [Fix] enable replication by referencing ZK in multi process mode.
121+
* [Fix] fixed segfault caused by code tag mistake.
122122

123123
2019-11-14 [version 1.10.2]
124-
* [Fix] fixed compiler errors reported by @orchistro.
124+
* [Fix] fixed compiler errors reported by @orchistro.
125125

126126
2019-11-04 [version 1.10.1]
127-
* [Enhance] Update the server list of fetched mcs with ketama version.
128-
* [Enhance] Repopulate mc pool only when master's server list is chaned.
129-
* [Enhance] Use the shared ketama hashring of master mc in arcus mc pool.
130-
* [Enhance] Repopulate mc pool only when the server list is changed.
131-
* [Fix] Solved assertion failure when connect has failed.
132-
* [Fix] Freed only the rgroup list if replication is enabled.
133-
* [Fix] Registered the missed client info if replication is enabled.
134-
* [Fix] Solved problems of getting collection attributes(type, readable)
135-
* [Internal] Changed the method of confirming arcus cluster type.
127+
* [Enhance] Update the server list of fetched mcs with ketama version.
128+
* [Enhance] Repopulate mc pool only when master's server list is chaned.
129+
* [Enhance] Use the shared ketama hashring of master mc in arcus mc pool.
130+
* [Enhance] Repopulate mc pool only when the server list is changed.
131+
* [Fix] Solved assertion failure when connect has failed.
132+
* [Fix] Freed only the rgroup list if replication is enabled.
133+
* [Fix] Registered the missed client info if replication is enabled.
134+
* [Fix] Solved problems of getting collection attributes(type, readable)
135+
* [Internal] Changed the method of confirming arcus cluster type.
136136

137137
2017-09-26 [version 1.10.0]
138-
* [Feature] Support map collection.
138+
* [Feature] Support map collection.
139139

140140
2017-09-18 [version 1.9.0]
141-
* [Fix] Fix some bugs of existing sort-merge get.
142-
- bugs related to trimmed key and duplicate bkey.
143-
* [Feature] Support new sort-merge get operation.
144-
- duplicate or unique sort-merge get.
145-
- OUT_OF_RANGE is treated as missed key.
146-
- Missed keys are given with the causes.
147-
- Trimmed keys and the last bkeys are given.
148-
- offset search condition is removed.
149-
* [Feature] Add memcached_coll_result_get_position() API.
141+
* [Fix] Fix some bugs of existing sort-merge get.
142+
- bugs related to trimmed key and duplicate bkey.
143+
* [Feature] Support new sort-merge get operation.
144+
- duplicate or unique sort-merge get.
145+
- OUT_OF_RANGE is treated as missed key.
146+
- Missed keys are given with the causes.
147+
- Trimmed keys and the last bkeys are given.
148+
- offset search condition is removed.
149+
* [Feature] Add memcached_coll_result_get_position() API.
150150

151151
2017-09-11 [version 1.8.0]
152-
* [Feature] Add bop position operations.
153-
- memcached_bop_find_position()
154-
- memcached_bop_ext_find_position()
155-
- memcached_bop_get_by_position()
156-
- memcached_bop_find_position_with_get()
157-
- memcached_bop_ext_find_position_with_get()
152+
* [Feature] Add bop position operations.
153+
- memcached_bop_find_position()
154+
- memcached_bop_ext_find_position()
155+
- memcached_bop_get_by_position()
156+
- memcached_bop_find_position_with_get()
157+
- memcached_bop_ext_find_position_with_get()
158158

159159
2017-07-31 [version 1.7.5]
160-
* [Feature] Support replication without read on slave feature.
161-
* [Fix] the last_response_code setting of piped operations.
162-
* [Fix] the piped_return_code setting in do_coll_piped_insert_bulk().
163-
* [Fix] the mis-caculated MEMCACHED_COLL_MAX_FILTER_STR_LENGTH value.
164-
* [Fix] pipe operation bugs like followings.
165-
- buffer overflow when request string is too long.
166-
- incorrect error handling when memcached_vdo fails.
167-
* [Fix] the end condition in the piped exist operation.
168-
* [Fix] failed unit tests.
169-
* [Fix] semaphore usage on OSX.
170-
* [Enhance] Optimize responses alloc/free in do_coll_piped_insert_bulk().
171-
* [Enhance] Use separate command buffer size. default and maximum.
172-
* [Enhance] Apply multi-value filtering to all filtering operations.
173-
* [Other] extensive code refactoring.
160+
* [Feature] Support replication without read on slave feature.
161+
* [Fix] the last_response_code setting of piped operations.
162+
* [Fix] the piped_return_code setting in do_coll_piped_insert_bulk().
163+
* [Fix] the mis-caculated MEMCACHED_COLL_MAX_FILTER_STR_LENGTH value.
164+
* [Fix] pipe operation bugs like followings.
165+
- buffer overflow when request string is too long.
166+
- incorrect error handling when memcached_vdo fails.
167+
* [Fix] the end condition in the piped exist operation.
168+
* [Fix] failed unit tests.
169+
* [Fix] semaphore usage on OSX.
170+
* [Enhance] Optimize responses alloc/free in do_coll_piped_insert_bulk().
171+
* [Enhance] Use separate command buffer size. default and maximum.
172+
* [Enhance] Apply multi-value filtering to all filtering operations.
173+
* [Other] extensive code refactoring.
174174

175175
2015-10-21 [version 1.7.4]
176-
* Fix memory leak by deallcating a string vector gotten from ZK.
176+
* Fix memory leak by deallcating a string vector gotten from ZK.
177177

178178
2015-06-22 [version 1.7.3]
179-
* Change default poll timeout: 500 => 700 ms.
180-
* Use 160 hash points per server when all servers have the same weight.
179+
* Change default poll timeout: 500 => 700 ms.
180+
* Use 160 hash points per server when all servers have the same weight.
181181

182182
2015-02-01 [version 1.7.2]
183-
* Fix smget error handling bug.
184-
* Fix result_idx initialization bug in merge_results()
183+
* Fix smget error handling bug.
184+
* Fix result_idx initialization bug in merge_results()
185185

186186
2014-11-13 [version 1.7.1]
187-
* Disable registering client info in ZK ensemble.
188-
* Modify the memcached.h file to include the arcus.h file.
189-
* Make unit tests success in an environment that uses both IPv4 and IPv6.
190-
* Revert to the orginal inteface of arcus_connect() function.
191-
* Add ARCUS C Client User Guide Document.
187+
* Disable registering client info in ZK ensemble.
188+
* Modify the memcached.h file to include the arcus.h file.
189+
* Make unit tests success in an environment that uses both IPv4 and IPv6.
190+
* Revert to the orginal inteface of arcus_connect() function.
191+
* Add ARCUS C Client User Guide Document.
192192

193193
2014-05-15
194-
* arcus-c-client 1.7.0 is opened. (Apache License 2.0)
194+
* arcus-c-client 1.7.0 is opened. (Apache License 2.0)

OLD

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Documentation can be found here: http://docs.libmemcached.org/
1919

2020
Want to contribute? If you write more then three good patches, then I will
2121
just ask you to commit directly to the tree. I am happy to have additional
22-
people work on this project. Please checkout README.FIRST.
22+
people work on this project. Please checkout README.FIRST.
2323

2424
You will need a C99 compiler in order to compile this library. Currently we
2525
actively support Linux, MacOSX, FreeBSD, and Solaris. A Windows port is
@@ -28,7 +28,7 @@ by someone in the community.
2828

2929
If you are looking for answers to your questions please check out the
3030
mailing list at:
31-
http://lists.libmemcached.org/
31+
http://lists.libmemcached.org/
3232

3333
Subscription information for the libmemcached mailing list can be found there.
3434

@@ -63,7 +63,7 @@ point it is just the typical "./configure; make; make test; make install"
6363

6464
For a tarball release do a "make dist" and for an RPM type "make rpm".
6565

66-
For patches, we prefer you push a branch to launchpad and then submit that
66+
For patches, we prefer you push a branch to launchpad and then submit that
6767
branch to be merged. For more information, see:
6868

6969
https://help.launchpad.net/Code/UploadingABranch
@@ -75,7 +75,7 @@ Cheers,
7575
-Brian
7676
Seattle, WA.
7777
README.win32
78-
Hi,
78+
Hi,
7979

8080
So you want to know how to build libmemcached on Windows? In order to
8181
have a single build environment you need to install mingw to get a
@@ -119,7 +119,7 @@ ChangeLog
119119
* Fix in parser for port number.
120120

121121
0.50 Mon Jun 20 10:36:57 PDT 2011
122-
* Updates to C++ interface
122+
* Updates to C++ interface
123123
* Custom free allocators need to now check for value before calling free.
124124
* memcached_fetch_result() now uses the internal result when available (about 25 to 50% faster).
125125
* Fix for stats structure.
@@ -132,7 +132,7 @@ ChangeLog
132132
* New error system.
133133
* New flow control for messages means faster get/set calls.
134134
* Added new documentation system.
135-
* A behavior change has been now made that if you specify a weight for any server, we enable the weight flag and do weight balancing.
135+
* A behavior change has been now made that if you specify a weight for any server, we enable the weight flag and do weight balancing.
136136
* Added MEMCACHED_BEHAVIOR_REMOVE_FAILED_SERVERS to simplify the setting of AUTO REJECT for servers.
137137

138138
0.48 Tue Mar 15 23:05:18 PDT 2011
@@ -143,7 +143,7 @@ ChangeLog
143143
0.47 Wed Feb 23 18:46:48 PST 2011
144144
* Additional fixes for OpenBSD.
145145
* Bug fix 677609, 456080.
146-
* SIGPIPE fix for Linux send().
146+
* SIGPIPE fix for Linux send().
147147
* memcapable can now test ascii or binary based on flags.
148148
* Additional build fixes for SASL.
149149

@@ -166,7 +166,7 @@ ChangeLog
166166
0.43 Wed Jul 28 16:29:47 PDT 2010
167167
* Added --args to memstat so that a greater range of values can be returned.
168168
* Prelimanary support for Windows.
169-
* memcached_stat_execute() merged.
169+
* memcached_stat_execute() merged.
170170

171171
0.42 Tue Jul 6 12:29:50 PDT 2010
172172
* Mistake in libtool caused issue with library version
@@ -209,8 +209,8 @@ ChangeLog
209209

210210
0.37 Mon Jan 11 16:29:57 PST 2010
211211
* Fixed build for libhashkit.
212-
* Fixed install path regression.
213-
* Modified RPM to strict check install.
212+
* Fixed install path regression.
213+
* Modified RPM to strict check install.
214214
* Added documentation for memcached_server_cursor();
215215
* Added memcached_servers_reset().
216216
* Modified memcached_st to remove dead cursor_server member.
@@ -268,7 +268,7 @@ ChangeLog
268268
* Added tests to make sure all hash functions are stable.
269269

270270
0.29 Tue May 19 08:26:48 PDT 2009
271-
* Fixed malloc usage to calloc for spots where we need zero filled memory.
271+
* Fixed malloc usage to calloc for spots where we need zero filled memory.
272272
* All code warnings now treated as errors.
273273
* Fixes for debian packaging.
274274
* Added new pooling mechanism.
@@ -313,7 +313,7 @@ ChangeLog
313313
* Added strings.h header for Solaris 9
314314
* Solaris 64bit fix.
315315
* Support for weighted Ketama from Yin Chen.
316-
* Fix for Chinese
316+
* Fix for Chinese
317317
* Fix for 0 length key to trigger bad key.
318318
* Added behaviors MEMCACHED_BEHAVIOR_SND_TIMEOUT, MEMCACHED_BEHAVIOR_RCV_TIMEOUT
319319
* Support for Binary Protocol added
@@ -403,7 +403,7 @@ ChangeLog
403403
* Patches from Kevin Dalley for FreeBSD 4.0
404404
* Added multi delete functions.
405405
* All get key returns have C style null termination
406-
* If memcached_server_list_append is passed NULLs instead of pointers it returns NULL.
406+
* If memcached_server_list_append is passed NULLs instead of pointers it returns NULL.
407407
* Added memcached_fetch_execute() method
408408
* Found a bug where memcached_fetch() was not null terminating the result value.
409409
* memcached_behavior() now has the ability to set "buffering" so that data is not automatically flushed.
@@ -452,7 +452,7 @@ ChangeLog
452452
* Added memcached_version()... not sure if I will make this public or not.
453453

454454
0.8 Mon Nov 5 10:40:41 PST 2007
455-
* Adding support for CRC hash method
455+
* Adding support for CRC hash method
456456
* Adding support for UNIX sockets
457457
* Added additional HASHing methods of FNV1_64,FNV1A_64, FNV1_32, FNV1A_32
458458
* Added pkgconfig support (PKG_CHECK_MODULES)
@@ -469,7 +469,7 @@ ChangeLog
469469

470470

471471
0.6 Wed Oct 17 08:41:35 PDT 2007
472-
* get value returns are now null terminated (request by Cal Heldenbrand)
472+
* get value returns are now null terminated (request by Cal Heldenbrand)
473473
* Fixed connections for more hosts then two.
474474
* Rewrite of the read/write IO systems to handle different sorts of host failures.
475475
* Added man pages for all functions and tools

0 commit comments

Comments
 (0)