etrepum / tokyo-tyrant

[mirror] Tokyo Tyrant: network interface of Tokyo Cabinet

This URL has Read+Write access

tokyo-tyrant / ChangeLog
100644 403 lines (201 sloc) 10.379 kb
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
2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_eval): new function.
 
- Release: 1.1.23
 
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_mapreduce): the parameter for the target keys became an option.
 
- Release: 1.1.22
 
2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_mapreduce): the parameter for the session ID was abolished.
 
- Release: 1.1.21
 
2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* configure.in: a bug related to support for traditional shells was fixed.
 
* scrext.c (serv_stashputkeep, serv_stashputcat): new functions.
 
* scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions.
 
* ttserver.c (do_put, do_out, do_get): parameter validation was enhanced.
 
- Release: 1.1.20
 
2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbqrysearchget): the option for no update log was added.
 
* tcrdb.c (tcrdbqrysearchcount): new function.
 
* tculog.c (tcreplread): timeout mechanism was added.
 
* ttserver.c (do_repl): performance was improved.
 
- Release: 1.1.19
 
2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttservctl: configuration was modified and update log is now disabled by default.
 
* ttutil.c (ttopensock, ttacceptsock): performance was improved.
 
* scrext.c (scrextnew): a parameter for the logger was added.
 
- Release: 1.1.18
 
2009-02-19 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (tthttpfetch): timeout mechanism was added.
 
* ttserver.c (do_mc_delete): mismatch of the error message was resolved.
 
* ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached.
 
* tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax".
 
- Release: 1.1.17
 
2009-02-16 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.h: the macro "RDBITOPT" was added.
 
* mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam.
 
- Release: 1.1.16
 
2009-02-13 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttsockgets2): new function.
 
* ttserver (do_task): the size limit of each query was cleared.
 
* tcrdb.c (tcrdbqrysearchget): "column" expression was changed to "get".
 
- Release: 1.1.15
 
2009-02-05 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttservstart, ttservaddtimedhandler): multiple tasks are now supported.
 
* ttutil.c (ttsockrecv, ttsockgetint32, ttsockgetint64): performance was improved.
 
* ttserver.c (do_extpc): new function.
 
- Release: 1.1.14
 
2009-02-04 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbqrysearchout): a bug related to the protocol format was fixed.
 
* tcrdb.c (tcrdbqrysearchget): new function.
 
- Release: 1.1.13
 
2009-01-03 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* myconf.c (nan): xBSDs are now supported.
 
* ttserver (proc): parameter checking and warning were added.
 
* tcrmgr.c (runmisc, procmisc): table database is now supported.
 
* tcrdb.c (tcrdbtblput, tcrdbtblout, tcrdbtblget): new functions.
 
* tcrdb.c (tcrdbtblsetindex, tcrdbtblgenuid, tcrdbqrysearch): new functions.
 
- Release: 1.1.12
 
2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbmisc): the return value of the "getlist" function was modified.
 
* scrext.c (serv_misc): new function.
 
- Release: 1.1.11
 
2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (tcsocksetlife): new function.
 
* scrext.c (scrextnew): "_thnum" parameter was added.
 
* scrext.c (serv_foreach, serv_stashvanish, serv_stashforeach): new functions.
 
* ttserver.c (do_misc): new function.
 
* tculog.c (tculogadbmisc): new function.
 
- Release: 1.1.10
 
2008-12-02 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt".
 
* scrext.c (serv_isect, serv_union): new functions.
 
- Release: 1.1.9
 
2008-10-30 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_lock, serv_unlock): new functions.
 
* usherette.lua: new file.
 
- Release: 1.1.8
 
2008-10-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (getcmdmask): new function.
 
- Release: 1.1.7
 
2008-10-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.h (ttpackdouble, ttunpackdouble): bugs of endian normalization were fixed.
 
- Release: 1.1.6
 
2008-10-07 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_codec, serv_hash, serv_sleep, serv_stat, serv_glob): new functions.
 
- Release: 1.1.5
 
2008-09-28 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttacceptsock, ttgethostaddr): a bug related to byte order was fixed.
 
- Release: 1.1.4
 
2008-09-23 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttdaemonize, ttgetloadavg): new functions.
 
* tcrmgr.c (runimporttsv, procimporttsv): new functions.
 
* scrext.c (serv_time): new function.
 
* ttserver.c (do_stat): the byte order of the server is now sent.
 
* ttserver.c (do_http_put): option to switch functions to be called was added.
 
* ttserver.c (do_http_post): modified to call a function of the language extension.
 
* myconf.c (_tt_epoll_ctl): a potential bug related to misuse of kqueue was fixed.
 
- Release: 1.1.3
 
2008-09-22 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_log): new function.
 
- Release: 1.1.2
 
2008-09-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.c (serv_stashput, serv_stashout, serv_stashget): new functions.
 
- Release: 1.1.1
 
2008-09-10 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* scrext.h, scrext.c: new file.
 
* tculog.c (tculogadbaddint, tculogadbadddouble): new functions.
 
* ttserver.c (do_ext): new function.
 
* tcrdb.c (tcrdbext, tcrdbext2): new functions.
 
- Release: 1.1.0
 
2008-09-05 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttpackdouble, ttunpackdouble): new functions.
 
* tcrdb.c (tcrdbaddint, tcrdbadddouble): new functions.
 
- Release: 1.0.1
 
2008-07-29 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* myconf.c (_tt_epoll_create, _tt_epoll_ctl, _tt_epoll_wait): new functions.
 
- Release: 1.0.0
 
2008-07-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tculog.c (tculogrmtxidx): a bug related to type cast was fixed.
 
* ttserver.c (recmtxidx): a bug related to type cast was fixed.
 
* ttserver.c (do_putrtt): new function.
 
* tcrdb.c (tcrdbputrtt, tcrdbputrtt2): new functions.
 
- Release: 0.9.19
 
2008-07-10 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (do_fwmkeys): a bug related to the "max" parameter was fixed.
 
- Release: 0.9.18
 
2008-06-26 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbputnr, tcrdbputnr2): new functions.
 
* ttserver.c (do_putnr): new functions.
 
- Release: 0.9.17
 
2008-06-17 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tculog.c (tculogbegin): hash locking is now supported.
 
- Release: 0.9.16
 
2008-06-14 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tculog.c (tculogsetaio): new function.
 
* tculog.c (tculogwrite, tculrdread): the system call "aio_write" is now supported.
 
- Release: 0.9.15
 
2008-05-24 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c, tculog.c, ttserver.c, tcrdb.c: "free" was replaced by "tcfree".
 
* ttutil.c (ttsockpfsiz): new function.
 
* ttutil.c (tchttpfetch): new function.
 
* ttutil.c (ttservdeqtasks): noreply tasks is now supported.
 
* ttserver.c (DEFTHNUM): the default number of threads was increased.
 
* ttserver.c (do_mc_set, do_mc_add, do_mc_replace, do_mc_delete): "noreply" was added.
 
- Release: 0.9.14
 
2008-03-13 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* myconf.h: code cleanup.
 
- Release: 0.9.13
 
2008-03-13 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (main): "-ln" option was abolished.
 
* ttutil.c (ttacceptsock): keep-alive option was added.
 
* ttulmgr.c: new file.
 
* ttservctl (start): "ulimit -n" is now used.
 
- Release: 0.9.12
 
2008-03-12 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttservdeqtasks): a bug related to signal handling was fixed.
 
- Release: 0.9.11
 
2008-03-12 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttopenservsock, ttacceptsock): SO_LINGER option was removed.
 
* ttserver.c (main, do_log): logging options were added.
 
* ttserver.c (do_stat): file descriptor was to be output.
 
* ttrtest.c (runwrite, procwrite, runread, procread): "-cnum" option was added.
 
- Release: 0.9.10
 
2008-03-06 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (proc): signal handler options were added.
 
- Release: 0.9.9
 
2008-02-27 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttservstart, ttservdeqtasks): EPOLLONESHOT is now used.
 
* tcrtest.c (runwrite, procwrite): "-rnd" option was added.
 
- Release: 0.9.8
 
2008-02-18 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttutil.c (ttopensockunix, ttopenservsockunix): new functions.
 
* ttutil.c (ttservstart): unix domain socket is now suppored.
 
* tcrdb.c (tcrdbopen): unix domain socket is now suppored.
 
* tcrdb.c (tcrdbfwmkeys, tcrdbfwmkeys2): new functions.
 
- Release: 0.9.7
 
2008-02-08 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (do_timed, do_repl): new functions.
 
* ttservctl: new file.
 
- Release: 0.9.6
 
2008-02-02 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbiterinit, tcrdbiternext): new functions.
 
* tcrdb.c (tcrdbrestore): new function.
 
- Release: 0.9.5
 
2008-01-30 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* tcrdb.c (tcrdbsync, tcrdbcopy): new functions.
 
* tcrtest.c (runsync, procsync, runcopy, proccopy): new functions.
 
* tculog.c, tcltest.c: new files.
 
- Release: 0.9.4
 
2008-01-25 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (do_mget): new function.
 
* tcrdb.c (tcrdbget3): new function.
 
- Release: 0.9.3
 
2008-01-24 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (do_vsiz, do_http_head, do_http_post): new functions.
 
- Release: 0.9.2
 
2008-01-24 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
* ttserver.c (do_http_get, do_http_put, do_http_delete): new functions.
 
- Release: 0.9.1
 
2008-01-20 Mikio Hirabayashi <mikio@users.sourceforge.net>
 
- The initial version.
 
- Release: 0.9.0