aboutsummaryrefslogtreecommitdiff
path: root/po/es/minetest.po
blob: a3318190c3cabef35403dd470eacdf07e65380bd (plain)
blob size (124KB) exceeds display size limit (100KB).
7b8592210040'>Shave off buffer copies in networking code (#11607)sfan52021-09-17 * Block attempts to connect to the client (#10589)red-0012020-11-02 * Replace std::list<session_t> in networking code (#10215)sfan52020-07-23 * Improve protocol-level receiving code (#9617)sfan52020-04-20 * Miscellaneous networking improvements (#9611)sfan52020-04-08 * Connection: Fix deadlock in debug mode (#9550)SmallJoker2020-03-26 * Rework packet receiving in ServerThreadsfan52019-11-19 * Remove unused function in ReliablePacketBuffersfan52019-08-16 * Minor refactor of IncomingSplitBuffersfan52019-08-16 * Drop m_list_size from ReliablePacketBuffersfan52019-08-16 * network: Stricter handling of split packetssfan52019-08-15 * network: Fix crash in ReliablePacketBuffer on mismatching packetssfan52019-08-15 * Better F6 profiler (#8750)SmallJoker2019-08-13 * Various network performance improvements (#8125)Jozef Behran2019-04-14 * Revert RTT fixes (#8187)ANAND2019-02-15 * Fix build on gcc 5.0 (#7586)zeuner2018-07-26 * Remove legacy client handling code.Lars Hofhansl2018-07-14 * Fix bug setting channel window size.Lars Hofhansl2018-07-13 *