Cloud Wu
|
aa65dac9ed
|
Rewrite socketchannel, make it clear.
|
2014-04-25 11:53:30 +08:00 |
|
Cloud Wu
|
f7783d3881
|
bugfix: socket channel reconnect
|
2014-04-24 23:08:35 +08:00 |
|
Cloud Wu
|
0e5f17e232
|
add socket.bind
|
2014-04-22 20:28:54 +08:00 |
|
Cloud Wu
|
6adf5435b5
|
Add low priority list to socket send buffer
|
2014-04-15 21:35:34 +08:00 |
|
Cloud Wu
|
103602259a
|
bugfix: socket.block will block socket.close
|
2014-03-26 14:48:28 +08:00 |
|
Cloud Wu
|
911380d8b2
|
socketchannel is an independent mod now, channel:request will throw channel.error when disconnected.
|
2014-03-25 13:31:06 +08:00 |
|
Cloud Wu
|
20db82dc97
|
bugfix: auth before connected
|
2014-03-25 13:31:06 +08:00 |
|
Cloud Wu
|
90c947047c
|
add socket.response to support redis watch mode
|
2014-03-25 13:31:06 +08:00 |
|
Cloud Wu
|
1eb775a326
|
introduce socket.channel, and rewrite redis/mongo driver
|
2014-03-25 13:31:06 +08:00 |
|
Cloud Wu
|
c6efe2cd19
|
support socket.abandon / socket.start , Issue #73
|
2014-03-14 11:02:00 +08:00 |
|
Cloud Wu
|
b9aefc3ebc
|
add comment for socket.close
|
2014-03-12 14:39:30 +08:00 |
|
Cloud Wu
|
7989daf9bb
|
bugfix: mongo driver runCommand , and fix socket.close
|
2014-03-12 14:11:45 +08:00 |
|
云风
|
4fd53c1364
|
socket.readall return false when disconnected
|
2014-02-24 16:46:49 +08:00 |
|
云风
|
5944668796
|
driver.drop need 2 argument
|
2014-02-21 15:48:57 +08:00 |
|
云风
|
ac6a140130
|
fix typo
|
2014-02-06 18:33:58 +08:00 |
|
云风
|
331c8009f8
|
remove magic number in lua
|
2013-12-18 22:42:10 +08:00 |
|
云风
|
3327bb7f82
|
queue lock request in socket, fix issue #51
|
2013-10-28 13:35:28 +08:00 |
|
云风
|
554a8b59f4
|
fix Issue #44
|
2013-10-08 10:40:16 +08:00 |
|
云风
|
52cf864037
|
some bugfix for gate/socket lib
|
2013-08-24 00:14:01 +08:00 |
|
云风
|
1b5652e374
|
add cond_wait for socket message
|
2013-08-23 19:41:11 +08:00 |
|
云风
|
35b0f28fcc
|
socket accept can do more than once for transfer
|
2013-08-22 18:58:52 +08:00 |
|
云风
|
4d8390ba66
|
redis driver: unlock before assert failed
|
2013-08-22 18:09:45 +08:00 |
|
云风
|
e074076c8d
|
socket lock/unlock
|
2013-08-22 17:56:20 +08:00 |
|
云风
|
06ee4297df
|
new socket lib
|
2013-08-22 17:28:26 +08:00 |
|
云风
|
41ee1aae4f
|
socket bind
|
2013-08-13 10:42:21 +08:00 |
|
云风
|
940abe6dff
|
add mongo driver from lua-mongo project (wip)
|
2013-07-30 14:51:26 +08:00 |
|
云风
|
ba22224a4a
|
add QUERY command to query local service address
|
2013-07-29 21:05:03 +08:00 |
|
云风
|
e6667d5a32
|
socket.write return nil when write to a closed fd
|
2013-07-24 14:22:04 +08:00 |
|
云风
|
39126c120f
|
socket.open can return error
|
2013-07-23 12:13:46 +08:00 |
|
云风
|
300300853b
|
1. none blocking connect ; 2. socket.readall ; 3.socket.readline will return last line ; 4. lua service report launcher error
|
2013-07-22 21:09:38 +08:00 |
|
云风
|
fb298aaf2c
|
bugfix: socket read lock/unlock
|
2013-06-28 13:32:07 +08:00 |
|
云风
|
f51e043dd6
|
bugfix: socket read
|
2013-06-24 12:11:00 +08:00 |
|
云风
|
d8204357a8
|
redis api back compatible
|
2013-06-21 16:09:52 +08:00 |
|
云风
|
277b6957cb
|
new socket service and socket lib instead of old connection, and rewrite redis lib
|
2013-06-21 13:02:51 +08:00 |
|
云风
|
14d84e0055
|
remove close in lua-socket, because socket will be closed in connection service
|
2012-12-29 10:32:38 +08:00 |
|
云风
|
022b034c6a
|
bugfix: socket block write
|
2012-10-18 16:27:53 +08:00 |
|
云风
|
491a8cd29b
|
close fd when write failed
|
2012-10-18 13:47:53 +08:00 |
|
云风
|
9c6309ed71
|
return string after socket.write error
|
2012-10-18 12:08:05 +08:00 |
|
云风
|
243dc58c35
|
use connection service for console
|
2012-08-31 21:56:10 +08:00 |
|
云风
|
0a886cd57c
|
support multi protocol
|
2012-08-31 21:18:19 +08:00 |
|
云风
|
51ef283887
|
bugfix : connection
|
2012-08-30 16:30:52 +08:00 |
|
云风
|
c8d80d58ac
|
writeblock
|
2012-08-17 15:10:31 +08:00 |
|
云风
|
aad2a1b446
|
support 2-bytes length block
|
2012-08-17 14:46:03 +08:00 |
|
云风
|
e7539a07b6
|
reconnect
|
2012-08-15 11:42:32 +08:00 |
|
云风
|
4a0265020f
|
redesign connection module
|
2012-08-14 22:37:30 +08:00 |
|