Age | Commit message (Expand) | Author |
2021-06-10 | Cleanup: [Network] Remove C-string Recv_string and its last use | rubidium42 |
2021-05-29 | Codechange: rename str_validate to StrMakeValid(InPlace) (#9304) | Patric Stout |
2021-05-15 | Fix: comparison of narrow type to wide type in loop (potential for infinite l... | Rubidium |
2021-05-13 | Codechange: [Network] split CloseSocket and CloseConnection more clearly (#9261) | Patric Stout |
2021-05-03 | Add: [Network] Reading std::string from a packet | rubidium42 |
2021-05-03 | Add: [Network] Writing std::string to a packet | rubidium42 |
2021-04-26 | Fix 8a95fee4: Missing initialiser in Packet constructor | Charles Pigott |
2021-04-25 | Codechange: differentiate between UDP, TCP and compatibility MTU values | Rubidium |
2021-04-25 | Codechange: allow different limits in packet sizes | Rubidium |
2021-04-24 | Codechange: use std::vector instead of a fixed size array for Packets | Rubidium |
2021-04-24 | Codechange: add accessor for the packet type to Packet and make the internal ... | Rubidium |
2021-04-24 | Codechange: remove public access to the next pointer in Packet | Rubidium |
2021-04-24 | Codechange: encapsulate reading the size of a Packet | Rubidium |
2021-04-24 | Codechange: encapsulate the logic about how many bytes can be sent from a buf... | Rubidium |
2021-04-24 | Codechange: move the logic shrinking of the packets into the Packet itself | Rubidium |
2021-04-24 | Codechange: encapsulate reading data from sockets into Packets to prevent pac... | Rubidium |
2021-04-24 | Codechange: move logic whether there is enough space in a packet to write dat... | Rubidium |
2021-04-24 | Codechange: move more logic about packet size validity and reading into Packet | Rubidium |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-20 | Remove: ENABLE_NETWORK switch | Patric Stout |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2011-12-18 | (svn r23590) -Codechange: make the string validation settings better expandable | rubidium |
2011-05-01 | (svn r22403) -Document: some more network/core code | rubidium |
2010-11-30 | (svn r21357) -Codechange: make it possible to resize the packet's buffer | rubidium |
2010-01-14 | (svn r18800) -Fix: in some cases with invalid packets one can crash recent tr... | rubidium |
2009-10-09 | (svn r17746) -Codechange: 'operator new' doesn't return NULL, NetworkSend_Ini... | smatz |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-03-06 | (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. | rubidium |
2009-01-18 | (svn r15135) -Fix/Change: allow str_validate (part of receiving strings from ... | rubidium |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2008-04-18 | (svn r12777) -Codechange: rename fatal() and error() in strgen, so it can alw... | smatz |
2008-01-07 | (svn r11777) -Codechange: split the string header and make do not include it ... | rubidium |
2007-12-25 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it... | rubidium |
2007-12-21 | (svn r11674) -Codechange: refactor some functions out of macros.h into more l... | rubidium |
2007-10-18 | (svn r11290) -Fix: obiwan in the assertion that checked for overflows when wr... | rubidium |
2007-03-07 | (svn r9050) -Codechange: Foo(void) -> Foo() | rubidium |
2007-02-23 | (svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t... | celestar |
2007-02-02 | (svn r8546) -Codechange: add a seperate (wrapper) functions to send/receive b... | rubidium |
2007-02-01 | (svn r8523) -Codechange: move all the Network(Recv|Send)_(uintXX|string) func... | rubidium |
2007-02-01 | (svn r8521) -Codechange: initial step in converting Packet to a class; make a... | rubidium |
2007-01-28 | (svn r8445) -Cleanup: remove some @params from comments as the parameters did... | rubidium |
2007-01-12 | (svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ... | rubidium |
2007-01-11 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the poi... | KUDr |
2007-01-10 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ... | rubidium |
2007-01-10 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed... | KUDr |