roma 0.8.10 → 0.8.11

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: roma
3
3
  version: !ruby/object:Gem::Version
4
- hash: 43
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 8
9
- - 10
10
- version: 0.8.10
8
+ - 11
9
+ version: 0.8.11
11
10
  platform: ruby
12
11
  authors:
13
12
  - Junji Torii
@@ -16,7 +15,8 @@ autorequire:
16
15
  bindir: ruby/server/bin
17
16
  cert_chain: []
18
17
 
19
- date: 2012-03-14 00:00:00 Z
18
+ date: 2012-09-26 00:00:00 +09:00
19
+ default_executable: romad
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: eventmachine
@@ -26,7 +26,6 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- hash: 3
30
29
  segments:
31
30
  - 0
32
31
  version: "0"
@@ -35,132 +34,133 @@ dependencies:
35
34
  description: " ROMA server\n"
36
35
  email:
37
36
  executables:
37
+ - romad
38
38
  - multi_commander
39
- - mkconfig
40
- - key_list
39
+ - simple_bench
40
+ - recoverlost_alist_keys
41
41
  - roma_watcher
42
- - recoverlost
42
+ - ssroute
43
43
  - mkrecent
44
44
  - chg_redundancy
45
- - test-scenario
46
- - recoverlost_alist
47
- - recoverlost_alist_keys
48
45
  - mkroute
49
- - romad
50
- - recoverlost_alist_all
46
+ - test-scenario
47
+ - log_merger
51
48
  - tribunus
52
- - ssroute
53
- - simple_bench
49
+ - mkconfig
54
50
  - key_access
51
+ - key_list
52
+ - recoverlost
53
+ - recoverlost_alist_all
54
+ - recoverlost_alist
55
55
  extensions: []
56
56
 
57
57
  extra_rdoc_files:
58
58
  - README
59
59
  - CHANGELOG
60
60
  files:
61
- - README
62
- - Rakefile
63
61
  - CHANGELOG
64
- - FETCH_HEAD
65
62
  - LICENSE
66
- - CHANG
63
+ - README
64
+ - Rakefile
65
+ - ruby/server/bin/romad
67
66
  - ruby/server/bin/multi_commander
68
- - ruby/server/bin/mkconfig
69
- - ruby/server/bin/key_list
67
+ - ruby/server/bin/simple_bench
68
+ - ruby/server/bin/recoverlost_alist_keys
69
+ - ruby/server/bin/sample_watcher3
70
70
  - ruby/server/bin/roma_watcher
71
- - ruby/server/bin/recoverlost
71
+ - ruby/server/bin/ssroute
72
72
  - ruby/server/bin/mkrecent
73
+ - ruby/server/bin/sample_watcher
73
74
  - ruby/server/bin/chg_redundancy
74
- - ruby/server/bin/test-scenario
75
- - ruby/server/bin/recoverlost_alist
76
- - ruby/server/bin/recoverlost_alist_keys
77
- - ruby/server/bin/mkroute
78
- - ruby/server/bin/romad
79
- - ruby/server/bin/recoverlost_alist_all
80
75
  - ruby/server/bin/sample_watcher2
76
+ - ruby/server/bin/mkroute
77
+ - ruby/server/bin/test-scenario
78
+ - ruby/server/bin/log_merger
81
79
  - ruby/server/bin/tribunus
82
- - ruby/server/bin/ssroute
83
- - ruby/server/bin/simple_bench
84
- - ruby/server/bin/sample_watcher
85
- - ruby/server/bin/sample_watcher3
80
+ - ruby/server/bin/mkconfig
86
81
  - ruby/server/bin/key_access
87
- - ruby/server/lib/roma/async_process.rb
88
- - ruby/server/lib/roma/command/util_command_receiver.rb
89
- - ruby/server/lib/roma/command/bg_command_receiver.rb
90
- - ruby/server/lib/roma/command/receiver.rb
91
- - ruby/server/lib/roma/command/rt_command_receiver.rb
92
- - ruby/server/lib/roma/command/mh_command_receiver.rb
93
- - ruby/server/lib/roma/command/command_definition.rb
94
- - ruby/server/lib/roma/command/sys_command_receiver.rb
95
- - ruby/server/lib/roma/command/vn_command_receiver.rb
96
- - ruby/server/lib/roma/live_patch-20120302-001.rb
97
- - ruby/server/lib/roma/version.rb
98
- - ruby/server/lib/roma/logging/rlogger.rb
99
- - ruby/server/lib/roma/romad.rb
100
- - ruby/server/lib/roma/write_behind.rb
101
- - ruby/server/lib/roma/messaging/con_pool.rb
102
- - ruby/server/lib/roma/command_plugin.rb
103
- - ruby/server/lib/roma/storage/tc_storage.rb
104
- - ruby/server/lib/roma/storage/rh_storage.rb
105
- - ruby/server/lib/roma/storage/basic_storage.rb
106
- - ruby/server/lib/roma/storage/sqlite3_storage.rb
107
- - ruby/server/lib/roma/storage/dummy_storage.rb
108
- - ruby/server/lib/roma/storage/dbm_storage.rb
109
- - ruby/server/lib/roma/routing/cb_rttable.rb
110
- - ruby/server/lib/roma/routing/rttable.rb
111
- - ruby/server/lib/roma/routing/merkle_tree.rb
112
- - ruby/server/lib/roma/routing/routing_data.rb
113
- - ruby/server/lib/roma/event/con_pool.rb
114
- - ruby/server/lib/roma/event/handler.rb
115
- - ruby/server/lib/roma/plugin/plugin_storage.rb
116
- - ruby/server/lib/roma/plugin/plugin_alist.rb
117
- - ruby/server/lib/roma/plugin/plugin_stub.rb
118
- - ruby/server/lib/roma/plugin/plugin_mapcount.rb
119
- - ruby/server/lib/roma/plugin/plugin_debug.rb
120
- - ruby/server/lib/roma/plugin/plugin_map.rb
121
- - ruby/server/lib/roma/plugin/plugin_test.rb
82
+ - ruby/server/bin/key_list
83
+ - ruby/server/bin/recoverlost
84
+ - ruby/server/bin/recoverlost_alist_all
85
+ - ruby/server/bin/recoverlost_alist
122
86
  - ruby/server/lib/roma/stats.rb
123
- - ruby/server/lib/roma/config.rb
124
- - ruby/server/lib/roma/tools/recoverlost.rb
125
- - ruby/server/lib/roma/tools/mkconfig.rb
126
- - ruby/server/lib/roma/tools/chg_redundancy.rb
127
- - ruby/server/lib/roma/tools/sample_watcher3.rb
87
+ - ruby/server/lib/roma/tools/ssroute.rb
88
+ - ruby/server/lib/roma/tools/recoverlost_alist_keys.rb
89
+ - ruby/server/lib/roma/tools/multi_commander.rb
128
90
  - ruby/server/lib/roma/tools/key_list.rb
91
+ - ruby/server/lib/roma/tools/mkrecent.rb
92
+ - ruby/server/lib/roma/tools/mkconfig.rb
93
+ - ruby/server/lib/roma/tools/recoverlost.rb
129
94
  - ruby/server/lib/roma/tools/recoverlost_lib.rb
130
- - ruby/server/lib/roma/tools/roma_watcher.rb
95
+ - ruby/server/lib/roma/tools/tribunus.rb
131
96
  - ruby/server/lib/roma/tools/key_access.rb
132
- - ruby/server/lib/roma/tools/simple_bench2.rb
133
- - ruby/server/lib/roma/tools/simple_bench.rb
134
97
  - ruby/server/lib/roma/tools/recoverlost_alist_all.rb
135
- - ruby/server/lib/roma/tools/multi_commander.rb
136
- - ruby/server/lib/roma/tools/sample_watcher2.rb
137
- - ruby/server/lib/roma/tools/tribunus.rb
138
- - ruby/server/lib/roma/tools/mkrecent.rb
98
+ - ruby/server/lib/roma/tools/chg_redundancy.rb
139
99
  - ruby/server/lib/roma/tools/roma_watcher_config.yml.example
140
- - ruby/server/lib/roma/tools/ssroute.rb
141
- - ruby/server/lib/roma/tools/recoverlost_alist_keys.rb
100
+ - ruby/server/lib/roma/tools/roma_watcher.rb
101
+ - ruby/server/lib/roma/tools/sample_watcher2.rb
102
+ - ruby/server/lib/roma/tools/sample_watcher3.rb
142
103
  - ruby/server/lib/roma/tools/sample_watcher.rb
104
+ - ruby/server/lib/roma/tools/simple_bench.rb
105
+ - ruby/server/lib/roma/tools/mkroute.rb
106
+ - ruby/server/lib/roma/tools/log_merger.rb
143
107
  - ruby/server/lib/roma/tools/test-scenario.rb
144
108
  - ruby/server/lib/roma/tools/recoverlost_alist.rb
145
- - ruby/server/lib/roma/tools/mkroute.rb
146
- - ruby/server/test/t_rclient.rb
147
- - ruby/server/test/t_listplugin.rb
148
- - ruby/server/test/t_command_definition.rb
149
- - ruby/server/test/rcirb.rb
109
+ - ruby/server/lib/roma/tools/simple_bench2.rb
110
+ - ruby/server/lib/roma/plugin/plugin_storage.rb
111
+ - ruby/server/lib/roma/plugin/plugin_debug.rb
112
+ - ruby/server/lib/roma/plugin/plugin_mapcount.rb
113
+ - ruby/server/lib/roma/plugin/plugin_cmd_aliases.rb
114
+ - ruby/server/lib/roma/plugin/plugin_test.rb
115
+ - ruby/server/lib/roma/plugin/plugin_map.rb
116
+ - ruby/server/lib/roma/plugin/plugin_alist.rb
117
+ - ruby/server/lib/roma/routing/rttable.rb
118
+ - ruby/server/lib/roma/routing/cb_rttable.rb
119
+ - ruby/server/lib/roma/routing/merkle_tree.rb
120
+ - ruby/server/lib/roma/routing/routing_data.rb
121
+ - ruby/server/lib/roma/messaging/con_pool.rb
122
+ - ruby/server/lib/roma/version.rb
123
+ - ruby/server/lib/roma/write_behind.rb
124
+ - ruby/server/lib/roma/command_plugin.rb
125
+ - ruby/server/lib/roma/command/mh_command_receiver.rb
126
+ - ruby/server/lib/roma/command/sys_command_receiver.rb
127
+ - ruby/server/lib/roma/command/command_definition.rb
128
+ - ruby/server/lib/roma/command/vn_command_receiver.rb
129
+ - ruby/server/lib/roma/command/rt_command_receiver.rb
130
+ - ruby/server/lib/roma/command/util_command_receiver.rb
131
+ - ruby/server/lib/roma/command/receiver.rb
132
+ - ruby/server/lib/roma/command/bg_command_receiver.rb
133
+ - ruby/server/lib/roma/config.rb
134
+ - ruby/server/lib/roma/logging/rlogger.rb
135
+ - ruby/server/lib/roma/event/con_pool.rb
136
+ - ruby/server/lib/roma/event/handler.rb
137
+ - ruby/server/lib/roma/romad.rb
138
+ - ruby/server/lib/roma/async_process.rb
139
+ - ruby/server/lib/roma/storage/dbm_storage.rb
140
+ - ruby/server/lib/roma/storage/tc_storage.rb
141
+ - ruby/server/lib/roma/storage/rh_storage.rb
142
+ - ruby/server/lib/roma/storage/sqlite3_storage.rb
143
+ - ruby/server/lib/roma/storage/dummy_storage.rb
144
+ - ruby/server/lib/roma/storage/basic_storage.rb
150
145
  - ruby/server/test/config4storage_error.rb
151
- - ruby/server/test/t_mapplugin.rb
146
+ - ruby/server/test/rcirb.rb
147
+ - ruby/server/test/run-test.rb
148
+ - ruby/server/test/t_rclient.rb
149
+ - ruby/server/test/roma-test-utils.rb
152
150
  - ruby/server/test/config4test.rb
153
- - ruby/server/test/t_writebehind.rb
154
- - ruby/server/test/t_cpdata.rb
151
+ - ruby/server/test/t_storage.rb
155
152
  - ruby/server/test/t_mapcountplugin.rb
156
- - ruby/server/test/roma-test-utils.rb
157
- - ruby/server/test/t_routing_data.rb
158
- - ruby/server/test/run-test.rb
153
+ - ruby/server/test/t_mapplugin.rb
154
+ - ruby/server/test/t_cpdata.rb
159
155
  - ruby/server/test/config4mhash.rb
160
- - ruby/server/test/storage_error_storage.rb
161
- - ruby/server/test/t_storage.rb
162
- - ruby/server/test/t_storage_error.rb
163
156
  - ruby/server/test/t_mhash.rb
157
+ - ruby/server/test/t_command_definition.rb
158
+ - ruby/server/test/t_routing_data.rb
159
+ - ruby/server/test/t_listplugin.rb
160
+ - ruby/server/test/t_writebehind.rb
161
+ - ruby/server/test/t_storage_error.rb
162
+ - ruby/server/test/storage_error_storage.rb
163
+ has_rdoc: true
164
164
  homepage: http://code.google.com/p/roma-prj/
165
165
  licenses: []
166
166
 
@@ -178,7 +178,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
178
178
  requirements:
179
179
  - - ">="
180
180
  - !ruby/object:Gem::Version
181
- hash: 3
182
181
  segments:
183
182
  - 0
184
183
  version: "0"
@@ -187,14 +186,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
187
186
  requirements:
188
187
  - - ">="
189
188
  - !ruby/object:Gem::Version
190
- hash: 3
191
189
  segments:
192
190
  - 0
193
191
  version: "0"
194
192
  requirements: []
195
193
 
196
194
  rubyforge_project:
197
- rubygems_version: 1.8.12
195
+ rubygems_version: 1.3.7
198
196
  signing_key:
199
197
  specification_version: 3
200
198
  summary: ROMA server
data/CHANG DELETED
@@ -1,326 +0,0 @@
1
- * Merge branch 'dev' [Hiroki Matsue] f09cd69
2
- * Add authors and homepage info to gem. [Hiroki Matsue] 35c5db4
3
- * Merge branch 'dev' [Hiroki Matsue] fe63608
4
- * Change default number of CONNECTION_EXPTIME. [Hiroki Matsue] 48933ca
5
- * Fix output path of mkconfig. [Hiroki Matsue] 61d2a65
6
- * Merge branch 'plugin' [Hiroki Matsue] 805620a
7
- * Allocate mapcount plugin. [Hiroki Matsue] 5cc9d6b
8
- * Merge branch 'master' of mapcount plugin. [Hiroki Matsue] 1bcddf1
9
- * Fix calculate part. [Hiroki Matsue] a9e0642
10
- * Fit DATACOPY_STREAM_COPY_WAIT_PARAM to dcnice. [Hiroki Matsue] ac6a2df
11
- * Adjust Rakefile to multi ruby version. [Hiroki Matsue] d5ae69e
12
- * Adjust Rakefile to new directory composition. [Hiroki Matsue] 8897920
13
- * add version [yukio.goto] fa09391
14
- * Merge branch 'marshal' [yukio.goto] 0a75393
15
- * Change simbol key to string to commonalize. [Hiroki Matsue] 0f42743
16
- * Add methods *_ms to return serialized value by Marshal. [Hiroki Matsue] 9596207
17
- * Fix test to avoid error. [Hiroki Matsue] fe5688f
18
- * Change serialize format json to marshal. [Hiroki Matsue] 1cd1f9b
19
- * Remove commons directory. [Hiroki Matsue] fd235e5
20
- * Fix path of bins related to commons. [Hiroki Matsue] b628d20
21
- * Fix path of tests related to commons. [Hiroki Matsue] bcaae88
22
- * Fix path of tools related to commons. [Hiroki Matsue] 1bd764e
23
- * Relocate files of commons directory to server directory. [Hiroki Matsue] 3e3f017
24
- * Fix filelist to make gem. [Hiroki Matsue] 28e901f
25
- * Fix path handling way. [Hiroki Matsue] 9ce3f5a
26
- * Remove double-byte space and change encoding. [Hiroki Matsue] adeed9c
27
- * Refactor mkconfig tool. [Hiroki Matsue] f88f78f
28
- * Add a tool for setting cofigurations. [Hiroki Matsue] adb1a6c
29
- * Add test for read and write count. [Hiroki Matsue] d5a92c9
30
- * Change data unpack method name. [Hiroki Matsue] c810b4c
31
- * Change Symbol keys to String keys for MessagePack. [Hiroki Matsue] 854566c
32
- * Change serialize format Marshal to Message pack. [Hiroki Matsue] 297260a
33
- * Fix mapcount_update method to handle empty key. [Hiroki Matsue] a50cb28
34
- * Fix comment of mapcount_update. [Hiroki Matsue] 4280cec
35
- * Activate subkeys at update method. [Hiroki Matsue] 36c6372
36
- * Add exception handler for Marshal.load. [Hiroki Matsue] 0d00e1c
37
- * Change return value of get method when not found key. [Hiroki Matsue] 942f641
38
- * Add test for mapcount_get method. [Hiroki Matsue] bb6ea7c
39
- * Add comments about return value for countup, update, and get. [Hiroki Matsue] 7c93af0
40
- * implement mapcount_get to support sub_keys. [Hiroki Matsue] 4c9be9a
41
- * fix module name [yukio.goto] 3c0e21c
42
- * fix bug that it can't accept more than 2 digit numbers. [yukio.goto] 1c4ffae
43
- * fix bux of ClientErrorException message. [yukio.goto] c693a88
44
- * change expire compute method local to chg_time_expt. [yukio.goto] b06f6d6
45
- * update version [junji torii] bbdc902
46
- * add test [junji torii] f377910
47
- * refactor for expt [junji torii] 32fe471
48
- * change time format [yukio.goto] bfed20e
49
- * add chg_time_expt() method [junji torii] 305cefc
50
- * Merge branch 'local' [yukio.goto] 93d3ec2
51
- * change protcol oneline to multiline and implement countup [yukio.goto] d12ba8b
52
- * Merge branch 'local' [yukio.goto] d611a6d
53
- * implement to check hash does not exist. [yukio.goto] cef82e0
54
- * fix test status for invalid hash name [yukio.goto] 4a857fb
55
- * add test for invalid hash_name [yukio.goto] d674b56
56
- * remove white space [yukio.goto] 33cb153
57
- * remove white space [yukio.goto] daacb16
58
- * remove white space [yukio.goto] d27b8b2
59
- * Merge branch 'local' [yukio.goto] effb6a1
60
- * implement mapcount_get [yukio.goto] d59442d
61
- * Merge branch 'master' into local [yukio.goto] 8917583
62
- * Merge branch 'local' [yukio.goto] 223fe93
63
- * change command set to countup [yukio.goto] 9582c4f
64
- * Merge branch 'local' [yukio.goto] f165ccb
65
- * implement return value for set [yukio.goto] 0bb3f3a
66
- * Merge branch 'local' [yukio.goto] dd06f86
67
- * implement test code for mapcount_set [yukio.goto] 4cac921
68
- * Make repository. [Hiroki Matsue] 76d936f
69
- * Merge remote-tracking branch 'roma/master' [byplayer] 90c32fb
70
- * update version [junji torii] 4d6ad51
71
- * edit: changelog [junji torii] 26adeee
72
- * remove old php client files. [junji torii] 0f5bd46
73
- * create a lock file in the open method,and remove a lock file in the close method. [junji torii] 874f76a
74
- * add test [junji torii] e386f24
75
- * bug fix [junji torii] 3f742e7
76
- * bug fix and add test [junji torii] a448020
77
- * add tests [junji torii] 12d50e3
78
- * improve a timing [junji torii] 42f4249
79
- * for dynamic write-behind [junji torii] 0885028
80
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 9487241
81
- * add alist_update_at command [junji torii] 871e0be
82
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] e135d6b
83
- * refactor [junji torii] 759a76b
84
- * refactor:add dcnice [junji torii] ca375a1
85
- * refactor:add auto shoutdown feature [junji torii] f621748
86
- * update version [junji torii] 783b27a
87
- * refactor:edit log message [junji torii] 9c03226
88
- * refactor: add storage exception [junji torii] 5739597
89
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 23e99e3
90
- * update version [junji torii] 67f752c
91
- * edit: changelog [junji torii] 3d4ad90
92
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 78f162c
93
- * refactor: class macro for a plugin [junji torii] 7d89e4e
94
- * add a map plugin [junji torii] 7db2f64
95
- * refactor: for a forward feature [junji torii] 3208f52
96
- * refactor: storage module and test [junji torii] 27cfc0f
97
- * refactor: use class macro of a comman defintion [junji torii] e3b19ec
98
- * add a class macro of a command definition [junji torii] c7cc3be
99
- * refactor: multi-hash [junji torii] 3a07623
100
- * refactor: multi-hash test [junji torii] d7b2ed9
101
- * edit CHANGELOG [junji torii] c485225
102
- * bugfix: restart eventmachine by unbind event [junji torii] c457a70
103
- * update version [junji torii] a18fe3b
104
- * add test case [junji torii] f9beab9
105
- * bugfix: for zero byte read [junji torii] ef2dada
106
- * bugfix: for connection expire logic [junji torii] 0d883f6
107
- * refactor: added a log message for a forward [junji torii] d8afd10
108
- * bugfix: buffer over run was corrected [junji torii] a9bd8d0
109
- * edit CHANGELOG [junji torii] 927946a
110
- * refactor: modified a result of a stats command [junji torii] 9e966ed
111
- * bugfix: connection leak was corrected when a connection expired in irregular connection [junji torii] d23bde9
112
- * bugfix: access to a nil object in a logging was corrected [junji torii] dae2ed8
113
- * added a selection of a system call configuration, which of an epoll or select [junji torii] 24c41e2
114
- * added a rescue block in a post_init method [junji torii] ca5d37a
115
- * edit CHANGELOG [junji torii] 6264c9a
116
- * update version [junji torii] 5dc4df8
117
- * refactor: supported epoll [junji torii] 5c777f1
118
- * added a set_expt command [junji torii] e2c3073
119
- * added a feature of output a warn message into a log when hilatency occured in a command [junji torii] 78493be
120
- * update version to 0.8.4.dev [junji torii] eddfe5e
121
- * update the CHANGELOG [junji torii] 7cebfe1
122
- * update version [junji torii] 0bab9dd
123
- * update version [junji torii] 6bee0a7
124
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 0ced771
125
- * refactor: added a memory initalization in connect_roma_server() [junji torii] 844cc52
126
- * refactor: for mixed version [junji torii] 352e632
127
- * refactor: for realization of min version method [junji torii] 7614246
128
- * refactor: for connections expired feature [junji torii] 05ee890
129
- * Merge branch 'master' of http://github.com/byplayer/roma [junji torii] 57d4549
130
- * added a new command for change to max length of a connection pool [junji torii] 1fbbe29
131
- * added a command option feature [junji torii] 4306eb2
132
- * added a switch_failover command [junji torii] 6489383
133
- * added a configuration of connection management items [junji torii] 1f3fbd7
134
- * declare test scenario for ROMA [Muga Nishizawa] 1ddcaa2
135
- * Merge branch master of http://github.com/roma/roma.git [byplayer] a9cf5d9
136
- * fixed type . [byplayer] 74e9c92
137
- * added a configuration of connection management items [junji torii] e22c6ed
138
- * added a feature of expired connection [junji torii] b99e2e7
139
- * refactor: remove wordy lines [junji torii] 6663432
140
- * refactor:improve a global memory management [junji torii] b3b4514
141
- * bugfix: not close a socket when a error occur was corrected [junji torii] 38ae0de
142
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 5611fd8
143
- * update version [junji torii] 8b459e4
144
- * refactor:for change period of a random seed [junji torii] 8cf62b1
145
- * bugfix:a constant string result when a error occured in _rmc_send_command() was corrected [junji torii] 1766282
146
- * refactor:added a alist_length command [junji torii] 99c0d00
147
- * refactor:added a random access mode [junji torii] 1b07fb0
148
- * bugfix:buffer overflow was corrected [junji torii] ae3ec2e
149
- * added makefiles [junji torii] 35cb0ab
150
- * improve and refactor [junji torii] 8495269
151
- * added a memory free process in test methods [junji torii] 6ad13aa
152
- * bugfix:memory leak was corrected [junji torii] 98c178e
153
- * bugfix:strstr() overrun (sometimes) occur, that was corrected [junji torii] e3e1add
154
- * bugfix:memory leak was corrected [junji torii] 808910b
155
- * bugfix:buffer overflow and memory leak was corrected [junji torii] a0ae831
156
- * improve and refactor [junji torii] 87321fb
157
- * added the config file for unit tests [junji torii] e787134
158
- * added a new option to the romad for unit-test, that command protection disable while starting [junji torii] e2a6af4
159
- * bugfix:require 'stringio' lacked [junji torii] 683e2ba
160
- * refactor:support for a REJECT message [junji torii] 7478e86
161
- * bugfix:cas command result was corrected in forward process [junji torii] c84e00d
162
- * added logs. [junji torii] baf93f0
163
- * fixed ring status msg bug [byplayer] 7a7e5d7
164
- * add mail subject prefix feature [byplayer] afcaf48
165
- * remote require 'rubygems' [byplayer] 68718d9
166
- * add subject_prefix option [byplayer] 6956ebc
167
- * Merge commit 'v0.8.0.c' [junji torii] 50665e1
168
- * update to v0.8.0.c [junji torii] a71a3f8
169
- * change error msg [byplayer] b6f811a
170
- * write retry log, sleep only retury [byplayer] b4cd77a
171
- * change TCPSocket to use block [byplayer] cb6ae65
172
- * load mailer path from configuration [byplayer] 11e6617
173
- * add mailer path option to roma watch configuration file . [byplayer] ee997e1
174
- * rename example file name for roma watcher [byplayer] 97e3e90
175
- * add the program for watching a ROMA [Muga Nishizawa] ee916a8
176
- * bugfix:after the first node dose join, lost vnodes cannot be detected. [junji torii] 2a5b3b2
177
- * refactor:a connection refresh feature is added. [junji torii] de3b8c4
178
- * refactor:change a rescue level [junji torii] 6305ec5
179
- * refactor:exclusive operation for iteration in the storage. [junji torii] 7f7d27c
180
- * bugfix: for a regexp of version recognition [junji torii] d53fdbb
181
- * bugfix:for started with many access. [junni torii] 724c410
182
- * bugfix:for started with many access. [junni torii] b34dbf6
183
- * update version to 0.8.0.c.dev [junni torii] f6ade5e
184
- * bugfix:for fail-over [junji torii] ef4950f
185
- * bugfix:for join [junji torii] 47dcdb0
186
- * committing of under construction [junji torii] 3a746ce
187
- * improved a forward and redundant error logics. [junji torii] 174accf
188
- * added an access control feature. [junji torii] c9e60b9
189
- * experiment:added a access control logic [junni torii] 1ae6f0a
190
- * refactor:switch a fail-over flag [junni torii] 45d8206
191
- * process of the forward_get was improved. [junni torii] ea9088d
192
- * refactor:enable to start in service [junji torii] a9f27aa
193
- * bugfix:added a Thread.join [junji torii] 2044eb4
194
- * update version [junji torii] ae14ad0
195
- * changed the level of the exception [junji torii] 02e31c8
196
- * stderr is write to the log file [junji torii] df31ad0
197
- * added a get_key_info(key) method [junji torii] 7fbd54d
198
- * bugfix:exclusive operation of storage is improved [junji torii] f85c94f
199
- * bugfix:stop by irregular data in storage_clean_up_process [junji torii] 40ba9bb
200
- * add sample_watcher3, which is a checker for split brain [muga] 749f444
201
- * added new commands. [junji torii] 7295336
202
- * bugfix:exception happens when nodes is nil has fixed. [junji torii] 1982e72
203
- * local variable of :name was given to each thread. [junji torii] 0fb63d1
204
- * refactor:improve a version command result. [junji torii] 24dd282
205
- * refactor:added a start_recover_width_keys2 method. [junji torii] d4e9289
206
- * refactor:print a line count. [junji torii] 94a26b2
207
- * added a key_access command. [junji torii] 5113e6f
208
- * added a new recover command. [junji torii] 52735c8
209
- * bugfix:exclusive operation for iteration in the storage. [junji torii] 03e468e
210
- * added a recoverlost_alist_all. [junji torii] 5cb8dde
211
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] 6298c4e
212
- * bugfix:for multi hash feature. [junji torii] b065555
213
- * added a test case for cas command. [junni torii] 0b69c7f
214
- * storage commands was moved to plugin. [junji torii] ff3de38
215
- * add dependency to eventmachine . [byplayer] f1b0efc
216
- * Merge branch 'master' of http://github.com/roma/roma.git [byplayer] 5e2cffd
217
- * refactor:delete the ver.0.3.6 supported code. [junji torii] bb0ac18
218
- * bugfix:eventual consistency in the delete command. [junji torii] bf5eecb
219
- * using 'routingdump bin' when -j option. [junji torii] 0d27133
220
- * refactor:routingdump command [junji torii] 9f49a17
221
- * added a bin option in the routingdump command. [junji torii] 47ad0b7
222
- * added a binary encoder/decoder. [junji torii] 41c9a0a
223
- * --config option was added to the argument of romad. [junji torii] 6e6cee5
224
- * bugfix:multihash concerning the file path was corrected. [junji torii] 0a6f63f
225
- * bugfix:fixed the delete file path at start_roma method. [junji torii] c413710
226
- * the test of create hash was improvement. [junji torii] 7232ce2
227
- * bugfix:added the require of connection pool. [junji torii] acd4bea
228
- * bugfix:LOAD_PATH of client was corrected. [junji torii] 76c74a7
229
- * added a pluggable feature for routingtable. [junji torii] a437ba9
230
- * refactor:a require files definition. [junji torii] e3e18f8
231
- * change the ruby-client path. [junji torii] cdb9f6e
232
- * Merge branch 'master' of http://github.com/roma/roma.git [byplayer] 61e88c5
233
- * Daemonization was isolated from class of Romad. [junji torii] 4a786fb
234
- * Merge branch 'master' of http://github.com/roma/roma.git [byplayer] 69257ef
235
- * added a Thread.join end of code. [junji torii] c729078
236
- * change the ruby client LOAD_PATH. [junji torii] e35ff9d
237
- * fixed bug for a recover command option. [junji torii] b847b4d
238
- * Merge branch 'master' of http://github.com/roma/roma.git [byplayer] 576502f
239
- * the forward operation was corrected in the get command. [junji torii] e18019a
240
- * change the client base path. [junji torii] 6d3dd04
241
- * remove a java-client files. [junji torii] c7da6b1
242
- * remove a ruby-client files. [junji torii] 2e9d72c
243
- * improved a vnode balance parameter. [junji torii] 40c762c
244
- * Bug was fixed that auto-termination logic when my node dosen't exist in the routing-table. [junji torii] 4300767
245
- * Merge branch 'master' of http://github.com/roma/roma.git [byplayer] 4c1fb9f
246
- * Merge branch 'master' of http://github.com/roma/roma.git [junji torii] c5041d2
247
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] cadec24
248
- * an auto marshal feature related to unit-tests was fixed. [junji torii] e2df69d
249
- * Merge branch 'master' of http://github.com/yosukehara/roma [junji torii] 3e78122
250
- * Merge branch 'client_auto_marshal' of http://github.com/byplayer/roma [junji torii] 2ed2aca
251
- * Merge branch 'master' of http://github.com/byplayer/roma [junji torii] 76b5bca
252
- * update version. [junji torii] 4f69a05
253
- * write comments to capital methods . [byplayer] c801fbd
254
- * write comments to capital methods . [byplayer] 161f80d
255
- * add auto marshal feature. [byplayer] 7d7cdb0
256
- * cron.rb removed. [junji torii] dce07ab
257
- * gets command test method added. [junji torii] d7b1709
258
- * get_raw test method added. [junji torii] 91271f7
259
- * LOAD_PATH settings removed. [junji torii] 9513d58
260
- * added a showbalance command. [junji torii] 0094287
261
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] be4557d
262
- * improve a oneline_receiver. [junji torii] 20b2ef4
263
- * improve a teardown process. [junji torii] 1cd794c
264
- * change to wait time settings. [junji torii] 506d9d4
265
- * CHANGELOG was added. [junji torii] f3c7446
266
- * supported a cas command. [junji torii] cee0f96
267
- * improved a gets result for a cas-id. [junji torii] 54e136b
268
- * get_raw method was added. [junji torii] e005407
269
- * improve the implementation of gets command [muga.nishizawa] bfc8bc1
270
- * add the test program for performance of list commands [U-ALICE\muga] 4d60908
271
- * add the program for the gets command [muga.nishizawa] f6e3c0b
272
- * update signature [Yosuke Hara] fa07b7f
273
- * added any php-client modules [Yosuke Hara] 8c349f8
274
- * Added any c-client modules. [Yosuke Hara] a6f1e9e
275
- * extract common routine. [Kouhei Sutou] f0c1fc4
276
- * modify several test programs [U-ALICE\muga] c9d1a39
277
- * modify AllTests.java [U-ALICE\muga] eb57975
278
- * Merge branch 'master' of http://github.com/jun930/roma [junji torii] 49b4075
279
- * improve a log level setting. [junji torii] ab97ead
280
- * supported a gets command in ruby client. [junji torii] b553b8b
281
- * Merge branch 'master' of git@github.com:jun930/roma [junji torii] 22e2bdf
282
- * update version. [junji torii] c9267c5
283
- * Merge branch 'master' of git://github.com/flexfrank/roma [junji torii] b365679
284
- * supported a gets command. [junji torii] 8301706
285
- * fixes the bugs of tribunus [Shumpei Akai] da31dca
286
- * Merge branch 'gets' of git@github.com:jun930/roma [junji torii] b90de4a
287
- * Merge branch 'gets' of git@github.com:jun930/roma [junji torii] ddac980
288
- * Merge branch 'master' of git@github.com:roma/roma [junji torii] e494027
289
- * modify pom.xml [muga] fd4eed8
290
- * Merge branch 'master' of git@github.com:roma/roma [muga] 8ecc5c4
291
- * modify a code for fail-over [muga] 131b1cd
292
- * added simple_bench.rb [junji torii] 130a5c9
293
- * Improve a command option. [junji torii] 74e3b66
294
- * fix a bug within a GetCommand class. [muga] 01ee250
295
- * Merge branch 'master' of git://github.com/roma/roma [junji torii] 12918a5
296
- * Merge roma gem branch into master [byplayer] 9c5f023
297
- * under construction [junji torii] 4e4e7d9
298
- * fixed bug [junji torii] 9a10943
299
- * Merge branch 'master' of http://github.com/roma/roma [junji torii] df4bd72
300
- * fixed bug [junji torii] c3ea85a
301
- * Merge branch 'master' of http://github.com/roma/roma [junji torii] 7d9fe2a
302
- * use FileUtils.rm_rf. [Kouhei Sutou] 141c525
303
- * Merge branch 'master' of http://github.com/takano32/roma [junji torii] 8dbebef
304
- * added a set_gap_for_failover command. [junji torii] 364be47
305
- * added a debug plugin. [junji torii] 2908e4e
306
- * Merge branch 'master' of git://github.com/roma/roma [TAKANO Mitsuhiro] d40c55f
307
- * do not catch a thrown exception in a setup method in t_writebehind.rb. [muga] 27ef2fc
308
- * don't log to STDOUT. [Kouhei Sutou] 78fb6b2
309
- * Javaのソースコード:インデントを修正 [TAKANO Mitsuhiro] 74eed3d
310
- * add package dir and doc dir to .gitignore . [byplayer] 9d559ac
311
- * add gem package task . [byplayer] 4cb31b2
312
- * 少しRubyらしく書き換えた些細な修正と正規表現の誤りを修正 [TAKANO Mitsuhiro] 24c016d
313
- * ファイルごとにコーディングスタイルをあわせるなど [TAKANO Mitsuhiro] 9bfefdd
314
- * 不要な式展開を変数に置き換えた [TAKANO Mitsuhiro] 48c3f20
315
- * puts was replaced with logger. [junji torii] 45b03b2
316
- * Merge branch 'master' of http://github.com/roma/roma [junji torii] 02c83ef
317
- * use assert_raise for exception check. [Kouhei Sutou] a18cd0d
318
- * added a prototype of roma client proxy daemon. [junji torii] 14b68e8
319
- * deleted several codes for displaying the names of methods in test programs [muga] e7c5dc8
320
- * remove needless test name display. [Kouhei Sutou] f234ee2
321
- * modified a README file. [muga] b7c2d20
322
- * fixed bug in t_rclient.rb. [junji torii] 68880b5
323
- * support running test with Ruby not named as 'ruby'. [Kouhei Sutou] 6fd1ec2
324
- * v0.8.0 commit [junji torii] ce4ccb9
325
- * Second commit [muga] 2048c8c
326
- * first commit. [junji torii] 6fc7281
data/FETCH_HEAD DELETED
File without changes