Historia zmian

Autor SHA1 Wiadomość Data
  ambrop7 a3f4d3baa6 version 1.999.96rc12 15 lat temu
  ambrop7 2b560d086a PacketPassFairQueue: rework time 15 lat temu
  ambrop7 c2167ac4b0 Minor changes 15 lat temu
  ambrop7 441e754fcc version 1.999.96rc11 15 lat temu
  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 lat temu
  ambrop7 3871364fce flow: remove unused code from interfaces 15 lat temu
  ambrop7 30a80767f7 version 1.999.96rc10 15 lat temu
  ambrop7 bf23ab61fc minor changes 15 lat temu
  ambrop7 0890583e43 BPRFileDesc: simplify dispatching events 15 lat temu
  ambrop7 4de27966ec version 1.999.96rc9 15 lat temu
  ambrop7 ae37921c61 BPRFileDesc: minor changes 15 lat temu
  ambrop7 1fcd2f9997 BPRFileDesc: execute handlers such that after executing a handler, control is 15 lat temu
  ambrop7 4b25f9ad36 PacketBuffer: call Recv before calling Send, so that sending has priority over receiving (it's a LIFO...) 15 lat temu
  ambrop7 76db078d4a version 1.999.96rc8 15 lat temu
  ambrop7 ff876da29e server: minor changes 15 lat temu
  ambrop7 df4ea40f5e BSocket: minor changes 15 lat temu
  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 lat temu
  ambrop7 25604cb4d5 BReactor: add note about a bug that could cause an infinite loop if an error occurs, but no events are requested. 15 lat temu
  ambrop7 00cd64a636 Introduce a brand new design based on a LIFO list of jobs pending execution: 15 lat temu
  ambrop7 e50058d7bd BSocket: don't complain if WSASendMsg/WSARecvMsg are not available 15 lat temu
  ambrop7 d4fbebc2ff BSocket: interpret setsockopt return value correctly, fallback to WSASendTo/WSARecvFrom if WSASendMsg/WSARecvMsg isn't available 15 lat temu
  ambrop7 e3baf7cad9 client: fix wrong goto in error path for program initialization 15 lat temu
  ambrop7 5218d6b14b PacketPassFairQueue: when assigning time to a flow, also consider the time of flows in the queue, not just of the sending flow. 15 lat temu
  ambrop7 9e183b6265 PacketCopier: revert using jobs to call Done, it makes no sense 15 lat temu
  ambrop7 5880e9b52b BIPCServer: remove unused dead var 15 lat temu
  ambrop7 d1e5f0154c ipc_client: raise maximum packets 15 lat temu
  ambrop7 3896658704 examples: add ipc_server, ipc_client 15 lat temu
  ambrop7 a48ef0149c BIPC: receive without copying through PacketPassInterface instead of PacketRecvInterface 15 lat temu
  ambrop7 d598049970 StreamPeerIO: fix build 15 lat temu
  ambrop7 1d4818a332 PacketCopier: lazify 15 lat temu