-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
560 lines (280 loc) · 14 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
2012-05-01 FAL Labs <[email protected]>
* cmdcommon.h (DBUpdateLogger::set_rsid): supressed a warning.
* kttimeddb.h (TimedDB::check): new function.
* ktremovedb.h (RemoteDB::check): new function.
- Release: 0.9.56
2012-03-27 FAL Labs <[email protected]>
* ktserver.c (Worker::do_synchronize): a source of the timestamp was added.
- Release: 0.9.55
2012-03-16 FAL Labs <[email protected]>
* ktserver.cc (Worker::do_match_similar): new function.
* ktremotedb.h (RemoteDB::match_similar): new function.
* kttimeddb.h (TimedDB::match_similar): new function.
- Release: 0.9.54
2012-01-30 FAL Labs <[email protected]>
* ktsocket.cc (setsocketoptions): omit error check because Solaris doesn't implement some options.
- Release: 0.9.53
2011-10-30 FAL Labs <[email protected]>
* ktserver.c (run): check to the number of databases was added.
* ktulog.h (UpdateLogger::Reader::open): a bug related to ID detection was fixed.
- Release: 0.9.52
2011-08-17 FAL Labs <[email protected]>
* ktulog.h (UpdateLogger::Reader::open): a bug related to unsupported files was fixed.
- Release: 0.9.51
2011-07-01 FAL Labs <[email protected]>
* ktsocket.cc (waitsocket): the poll mode was added.
- Release: 0.9.50
2011-06-28 FAL Labs <[email protected]>
* ktplugservmemc.cc (Worker::do_queue_set): the delimiter was changed.
- Release: 0.9.49
2011-06-22 FAL Labs <[email protected]>
* ktdbext.h (MapReduce::FlushThread): new class.
* ktdbext.h (MapReduce::cache_flush): parallel mode was added.
- Release: 0.9.48
2011-06-17 FAL Labs <[email protected]>
* kcutil.h (maskthreadsignal): new function.
* ktthserv.h (TaskQueueImpl::do_start, TaskQueueImpl::do_finish): new functions.
* ktplugservmmc.cc (Worker::configure): "tout" and "th" parameters were added.
- Release: 0.9.47
2011-06-12 FAL Labs <[email protected]>
* ktplugservmmc.cc (Worker::do_queue_get): signal handler was modified.
* cmdcommon.h (DEFTHNUM): modified from 8 to 16.
- Release: 0.9.46
2011-06-11 FAL Labs <[email protected]>
* ktsocket.cc (_init_func): new function.
* kttimeddb.cc (TimedDB::Curosr::seize, TimedDB::seize): new functions.
* ktremotedb.cc (RemoteDB::Curosr::seize, RemoteDB::seize): new functions.
* ktplugservmmc.cc (Worker::do_queue_set, Worker::do_queue_get): new functions.
- Release: 0.9.45
2011-06-11 FAL Labs <[email protected]>
* ktserver (Worker::process): "WAIT" and "SIGNAL" parameters were added.
* ktserver (Worker::do_void): new function.
* ktserver (proc): handling condition variable was added.
* ktremotedb.h (RemoteDB::set_signal_waiting, RemoteDB::set_signal_sending): new functions.
- Release: 0.9.44
2011-05-19 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::scan_parallel): new function.
* ktdbext.h (MapReduce::execute): parallel options were added.
* ktdbext.h (MapReduce::tune_thread): new function.
- Release: 0.9.43
2011-05-17 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::increment): "orig" parameter was added.
* ktserver.cc (Worker::do_increment): "orig" parameter was added.
- Release: 0.9.42
2011-05-03 FAL Labs <[email protected]>
* ktdbext.h (MapReduce::map): MapEmitter was integrated.
* ktdbext.h (MapReduce::emit): new function.
* ktdbext.h (MapReduce::execute): a bug of wrong handling of empty databases was fixed.
- Release: 0.9.41
2011-04-22 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::recover): expiration was edded.
- Release: 0.9.40
2011-03-22 FAL Labs <[email protected]>
* ktplugservmemc.cc (Worker::do_get): a bug retrieving a useless record was fixed.
* myscript.cc (ScriptProcessor::call): a bug related to the nil character was fixed.
* myscript.cc (db_get_bulk): a bug related to the nil character was fixed.
- Release: 0.9.39
2011-03-06 FAL Labs <[email protected]>
* ktplugdbvoid.cc (VoidDB::log): new function.
- Release: 0.9.38
2011-02-25 FAL Labs <[email protected]>
* kctimeddb.h (TimedDB::occupy): new function.
* kttimeddb.h (TimedDB::dump_snapshot_atomic): fork mechanism was modified.
* myscript.cc (db_occupy): new function.
- Release: 0.9.37
2011-02-23 FAL Labs <[email protected]>
- all database classes were refactored to support some old compilers.
- Release: 0.9.36
2011-02-21 FAL Labs <[email protected]>
* ktdbext.h (MapReduce::execute): adaptive comparator was added.
* ktdbext.h (MapReduce::execute_reduce): new function.
* ktdbext.h (MapReduce::before, MapReduce::after): new functions.
* myscript.cc (SoftVisitor::visit_before, SoftVisitor::visit_after): new functions.
- Release: 0.9.35
2011-02-14 FAL Labs <[email protected]>
* ktremotemgr.cc (procimport): a bug related to the database expression was fixed.
- configuration files were modified for affinity for binary distributions.
- all classes were refactored to abolish unnamed namespaces.
- Release: 0.9.34
2011-02-08 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::Cursor::get_key): signature was modified.
* kttimeddb.h (TimedDB::Cursor::get_pair, TimedDBCursor::get): renamed.
* kttimeddb.h (TimedDB::get): signature was modified.
- Release: 0.9.33
2011-02-07 FAL Labs <[email protected]>
* myscript.cc (kt_hash_murmur, kt_hash_fnv): accuracy was improved.
- Release: 0.9.32
2011-02-06 FAL Labs <[email protected]>
* ktcommon.h: macros for integer range were removed.
- Release: 0.9.31
2011-01-30 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::merge): type of the comarator was changed.
* ktdbext.h (MapReduce::execute): type of the comarator was changed.
- Release: 0.9.30
2011-01-27 FAL Labs <[email protected]>
* myscript.cc (arraydump, arrayload, mapdump, mapload): new functions.
* ktremotemgr.cc (runscript): "-arg" option was changed to the normal arguments.
- Release: 0.9.29
2011-01-25 FAL Labs <[email protected]>
* ktserver (Worker): operation counters were added.
* ktserver (Worker::do_rest_put): "x-kt-mode" was added.
* ktplugservmemc.cc (Worker): operation counters were added.
- Release: 0.9.28
2011-01-21 FAL Labs <[email protected]>
* myscript.h (ScriptProcessor::clear): new function.
* ktserver.cc (proc): the SIGHUP handler was modified.
- Release: 0.9.27
2011-01-20 FAL Labs <[email protected]>
* ktpluvservmemc.cc (Worker::process): "gets" is now supported.
* kttimeddb.h (TimeDB::status_snapshot_atomic): new function.
* kttimedmgr.cc (runbgsinfo, procbgsinfo): new functions.
- Release: 0.9.26
2011-01-18 FAL Labs <[email protected]>
* ktserver.cc (dosnapshot): new function.
* kttimeddb.cc (TimedDB::dump_snapshot_atomic): refactored.
- Release: 0.9.25
2011-01-08 FAL Labs <[email protected]>
* myscript.cc (set_resources): a bug about database name solver was fixed.
* kttimeddb.h (TimedDB::dump_snapshot_atomic): new function.
* kttimeddb.cc (fork_impl, wait_impl, nice_impl, exit_impl): new function.
- Release: 0.9.24
2011-01-05 FAL Labs <[email protected]>
* ktthserv.h (TaskQueueImpl::do_task): keep-alive mechanism was modified.
* ktserver.cc (Worker::do_bin_set_bulk): noreply is now supported.
* ktplugservmemc (Worker::do_version): new function.
* ktplugservmemc (Worker::do_set, do_delete, do_incr): noreply is now supported.
- Release: 0.9.23
2011-01-02 FAL Labs <[email protected]>
* kctimeddb.h (TimedDB::accept_bulk): new function.
* kctimeddb.h (TimedDB::set_bulk, TimedDB::remove_bulk, TimedDB::get_bulk): new functions.
* ktplugdbvoid.cc (VoidDB::accept_bulk): new function.
* myscript.cc (db_accept_bulk): new function.
* myscript.cc (db_set_bulk, db_remove_bulk, db_get_bulk): new functions.
- Release: 0.9.22
2010-12-27 FAL Labs <[email protected]>
* ktremotedb.h (ReplicationClient::open): WHITESID options was added.
* ktserver.cc (Worker::do_bin_replication): WHITESID options was added.
- Release: 0.9.21
2010-12-25 FAL Labs <[email protected]>
* ktserver.cc (Worker::do_ulog_list, do_ulog_remove): new functions.
* ktremotedb.cc (RemoteDB::ulog_list, RemoteDB::ulog_remove): new functions.
* ktremotemgr.cc (runslave, procslave): "-uf" and "-ur" options were added.
- Release: 0.9.20
2010-12-20 FAL Labs <[email protected]>
* ktsocket.h (Poller::wait): EPOLLRDHUP was abolished to support old kernels.
* kttimeddb.h (TimedDB::tokenize_update_log): new function.
- Release: 0.9.19
2010-12-20 FAL Labs <[email protected]>
* ktplugdb.h, ktplugdbvoid.h: new files.
- Release: 0.9.18
2010-12-18 FAL Labs <[email protected]>
* ktplugservmmc.cc (Worker::do_set, Worker::do_get): "flags" support was added.
- Release: 0.9.17
2010-12-11 FAL Labs <[email protected]>
* cmdcommon.h (oprintf): new function instead of "iprintf".
- Release: 0.9.16
2010-12-05 FAL Labs <[email protected]>
* cmdcommon.h (DBUpdateLogger::trigger): transaction mechanism was modified.
* ktplugservmmc.cc (Worker::do_incr, Worker::do_decr): new functions.
* ktserver.cc (Worker::do_regex_match): a bug related to error handling was fixed.
- Release: 0.9.15
2010-12-03 FAL Labs <[email protected]>
* ktshlib.h, ktshlib.cc, ktserver.h, ktplugserv.cc: new files.
* ktutil.h (printstrvec, strtokenize): new functions.
- Release: 0.9.14
2010-12-01 FAL Labs <[email protected]>
* ktserver.cc (Worker::do_bin_play_script): new function.
* ktremotedb.cc (RemoteDB::play_script_binary): new function;
* ktremotemgr.cc (runscript, procscript): "-bin" option was added.
- Release: 0.9.13
2010-11-27 FAL Labs <[email protected]>
* cmdcommon.h (DBUpdateLogger::parse): invalid use of member variables was cleared.
* ktserver.cc (Worker::do_bin_set_bulk, Worker::do_bin_get_bulk): new functions.
* kcserver.cc (run, proc): "-uasi" option was added.
- Release: 0.9.12
2010-11-27 FAL Labs <[email protected]>
* ktsocket.h (Poller::deposit): EPOLLRDHUP was abolished to support old kernels.
* ktremotedb.h (RemoteDB::tune_replication): new function.
* ktserver.cc (Worker::do_tune_replication): new function.
* ktremotemgr.cc (runtunerepl, proctunerepl): new functions.
- Release: 0.9.11
2010-11-20 FAL Labs <[email protected]>
* ktulog.h (UpdateLogger::write_meta, validate_meta): new functions.
- Release: 0.9.10
2010-11-12 FAL Labs <[email protected]>
* ktulog.h, ktulog.cc: new files.
* ktutiltest.cc (runulog, proculog): new functions.
* kttimeddb.h (TimedDB::tune_update_trigger, TimedDB::recover): new functions.
* ktserver.cc (main, proc): "-ulog", "-ulim", and "-sid" options were added.
* ktserver.cc (Worker::process_binary, Worker::do_replication): new functions.
* ktserver.cc (Worker::do_synchronize): the second parameter was added to the command.
- Release: 0.9.9
2010-11-12 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::tune_options): abolished.
* kttimeddb.h (TimedDB::open): some tuning parameters was added.
- Release: 0.9.8
2010-11-09 FAL Labs <[email protected]>
* ktserver (main): the default database was changed to the stash database.
* myscript.cc (db_open): the default database was changed to the stash database.
- Release: 0.9.7
2010-11-04 FAL Labs <[email protected]>
* kcdbext.h (MapReduce::execute): the cache algorithm was modified.
* myscript.cc (db_mapreduce): tuning parameters were added.
- Release: 0.9.6
2010-10-21 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::merge): new function.
* kttimeddb.h (TimedDB::expire_records): locking model was modified.
* ktdbext.h: new file.
- Release: 0.9.5
2010-10-21 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::match_prefix, TimedDB::match_regex): new functions.
* kttimeddb.h (TimedDB::jump_back, TimedDB::jump_step): a bug about error code was fixed.
* ktremotedb.h (RemoteDB::match_prefix, RemoteDB::match_regex): new functions.
* ktserver.cc (do_match_prefix, do_match_regex): new functions.
- Release: 0.9.4
2010-10-15 FAL Labs <[email protected]>
* kttimedtest.cc (procorder, procqueue, procwicked, proctran): "tune_logger" was added.
* kttimedmgr.cc (runcreate, runinform, runset, runget): "-lv" option was added.
* ktthserv.h (SESSIDLE, SESSTIMER): new constants.
* ktthserv.h (ThreadedServer::Worker::process_timer): new function.
* ktserver.cc (Worker::process_idle): efficiency of the auto vacuum was improved.
- Release: 0.9.3
2010-10-13 FAL Labs <[email protected]>
* ktutil.h (FEATURES): new constant.
* ktserver.cc (do_report): "kc_conf_features" and "kt_conf_features" were added.
* ktserver.cc (do_play_scriot): the rule related to the status code was modified.
* kttimedmgr.cc (runclear, procclear): new functions.
- Release: 0.9.2
2010-10-14 FAL Labs <[email protected]>
* ktsocket.cc (Poller::Poller, Poller::~Poller, Poller::wait): "kqueue" is now supported.
- Release: 0.9.1
2010-10-13 FAL Labs <[email protected]>
* ktsocket.cc (Poller::Poller, Poller::~Poller, Poller::wait): "epoll" is now supported.
* ktserver.cc (do_report): connection stats data were added.
- Release: 0.9.0
2010-10-11 FAL Labs <[email protected]>
* ktserver.cc (Worker::process_idle): a bug related to the read only mode was fixed.
* myscript.cc (serv_log, kt_pack, kt_unpack, kt_split, kt_codec, kt_bit): new functions.
- Release: 0.8.1
2010-10-08 FAL Labs <[email protected]>
* kttimeddb.h (TimedDB::vacuum): new function.
* ktremotedb.h (RemoteDB::vacuum): new function.
* ktserver.cc (Worker::process_idle): new function.
* ktserver.cc (Worker::do_play_script): new function.
* kttimedmgr.cc (runimport, procimport): "-xt" option was added.
* ktremovemgr.cc (runimport, procimport): new functions.
* myscript.h, myscript.cc: new files.
- Release: 0.8.0
2010-10-05 FAL Labs <[email protected]>
* ktserver (Worker::process): the URL convention for RESTful interface was extended.
- Release: 0.7.1
2010-10-03 FAL Labs <[email protected]>
* ktrpc.h (RPIClient::NOIMPL): new constant.
* ktremotedb.h (RemoteDB::bulk_set, RemoteDB::bulk_get): new functions.
* ktserver.cc (Worker::do_bulk_set, Worker::do_bulk_get): new functions.
* ktserver.cc (Worker::do_synchronize): new function.
* ktremotetest (runwicked, procwicked): new functions.
- Release: 0.7.0
2010-09-06 FAL Labs <[email protected]>
- The initial version.
- Release: 0.6.5