ambrop7
|
8bf44ec382
Minor changes
|
15 years ago |
ambrop7
|
251f9e8ed6
version 1.999.96rc13
|
15 years ago |
ambrop7
|
08baacbbf5
Minor changes
|
15 years ago |
ambrop7
|
9344ba1596
FragmentProtoAssembler: use BAlloc
|
15 years ago |
ambrop7
|
038b440a7f
add BAlloc to simplify allocating arrays
|
15 years ago |
ambrop7
|
c5e652b3fd
Minor changes
|
15 years ago |
ambrop7
|
5bf73c9771
PacketCopier, FragmentProtoDisassembler: always call Done for input and output in the same order, giving priority to output
|
15 years ago |
ambrop7
|
b66f585596
PacketProtoEncoder: simplify
|
15 years ago |
ambrop7
|
87db4002e2
PacketCopier: work more synchronously
|
15 years ago |
ambrop7
|
a3f4d3baa6
version 1.999.96rc12
|
15 years ago |
ambrop7
|
2b560d086a
PacketPassFairQueue: rework time
|
15 years ago |
ambrop7
|
c2167ac4b0
Minor changes
|
15 years ago |
ambrop7
|
441e754fcc
version 1.999.96rc11
|
15 years ago |
ambrop7
|
4ce5822550
PacketProtoDecoder, StreamPeerIO: fix bug: when an error occured in PacketProtoDecoder, it was supposed to be freed, but StreamPeerIO didn't free it.
|
15 years ago |
ambrop7
|
3871364fce
flow: remove unused code from interfaces
|
15 years ago |
ambrop7
|
30a80767f7
version 1.999.96rc10
|
15 years ago |
ambrop7
|
bf23ab61fc
minor changes
|
15 years ago |
ambrop7
|
0890583e43
BPRFileDesc: simplify dispatching events
|
15 years ago |
ambrop7
|
4de27966ec
version 1.999.96rc9
|
15 years ago |
ambrop7
|
ae37921c61
BPRFileDesc: minor changes
|
15 years ago |
ambrop7
|
1fcd2f9997
BPRFileDesc: execute handlers such that after executing a handler, control is
|
15 years ago |
ambrop7
|
4b25f9ad36
PacketBuffer: call Recv before calling Send, so that sending has priority over receiving (it's a LIFO...)
|
15 years ago |
ambrop7
|
76db078d4a
version 1.999.96rc8
|
15 years ago |
ambrop7
|
ff876da29e
server: minor changes
|
15 years ago |
ambrop7
|
df4ea40f5e
BSocket: minor changes
|
15 years ago |
ambrop7
|
b9c13e8911
BSocket: execute handlers such that after executing a handler, control is returned to the reactor. This makes sure all the handler's work is done before
|
15 years ago |
ambrop7
|
25604cb4d5
BReactor: add note about a bug that could cause an infinite loop if an error occurs, but no events are requested.
|
15 years ago |
ambrop7
|
00cd64a636
Introduce a brand new design based on a LIFO list of jobs pending execution:
|
15 years ago |
ambrop7
|
e50058d7bd
BSocket: don't complain if WSASendMsg/WSARecvMsg are not available
|
15 years ago |
ambrop7
|
d4fbebc2ff
BSocket: interpret setsockopt return value correctly, fallback to WSASendTo/WSARecvFrom if WSASendMsg/WSARecvMsg isn't available
|
15 years ago |