Histórico de Commits

Autor SHA1 Mensagem Data
  sfan5 fd8a8501bc Shave off buffer copies in networking code (#11607) há 3 anos atrás
  sfan5 674d67f312 Encode high codepoints as surrogates to safely transport wchar_t over network há 3 anos atrás
  SmallJoker f46509d5e2 Remove unused functions reported by cppcheck (#10463) há 4 anos atrás
  sfan5 c10952b574 Rework packet receiving in ServerThread há 4 anos atrás
  rubenwardy 3b25b807f3 Fix serialization of std::time_t by casting to u64 first (#8353) há 5 anos atrás
  rubenwardy 82c6363559 Fix incorrect string length check after cast há 5 anos atrás
  SmallJoker bba4563d89 Proselytize the network. Use IEEE F32 (#8030) há 5 anos atrás
  nOOb3167 7354d0f3d8 Fix undefined behaviour on getting pointer to data in empty vector há 6 anos atrás
  Loic Blot 9d295906ef NetworkPacket::putRawPacket: resize m_data to datasize + memcpy há 7 anos atrás
  Loïc Blot ad7daf7b52 Add session_t typedef + remove unused functions (#6470) há 7 anos atrás
  Loïc Blot 3cea7a349a Network cleanup (#6310) há 7 anos atrás
  Loïc Blot c7160cb629 Network cleanup (#6302) há 7 anos atrás
  Loïc Blot 85511a642f Cleanup various headers to reduce compilation times (#6255) há 7 anos atrás
  Loïc Blot 7ddf67aa14 Chat protocol rewrite (#5117) há 7 anos atrás
  Vincent Glize 8daf5b5338 C++11 cleanup on constructors dir network (#6021) há 7 anos atrás
  Loic Blot b1e6c2a9b8 NetworkPacket: don't copy push std::string and std::wstring há 7 anos atrás
  sfan5 7279f0b373 Add particle animation, glow há 7 anos atrás
  gregorycu e7e9171f37 Fix for commit 87dcee6 It uses the wrong variable and only covers some use cases. This change covers all use cases. há 8 anos atrás
  gregorycu 87dcee6ac2 Prevent technically unsafe access with empty vector há 8 anos atrás
  kwolekr 1c408c4f1d Make NetworkPacket respect serialized string size limits há 9 anos atrás
  kwolekr bd0b469d3d Fix critical vulnerabilities and bugs with NetworkPacket há 9 anos atrás
  Jay Arndt 2923eafaca Stop NetworkPacket methods from producing bloated packets há 9 anos atrás
  Loic Blot aa340fd857 Create PacketError exception and use it with ACTIVEOBJECT_REMOVE_ADD handler which can be unreliable há 9 anos atrás
  Loic Blot 113bdd3ec0 NetworkPacket: reading outside packet is now clearer. há 9 anos atrás
  Loic Blot 1fe4256462 Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>. há 9 anos atrás
  Loic Blot 6a48844eba Use Buffer not SharedBuffer in NetworkPacket::oldForgePacket há 9 anos atrás
  Loic Blot 61f2d0ca34 Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgePacket returns Buffer instead of SharedBuffer and is used in ConnectionCommand instead of Connection::Send há 9 anos atrás
  Loic Blot ed04e8e9e4 [Patch 2/4] Network rework: packet writing, sending and cleanups há 9 anos atrás
  Loic Blot a704c04f00 Network Layer 7 rework (Packet handling) há 9 anos atrás