summaryrefslogtreecommitdiff
path: root/src/network/core/tcp_listen.h
AgeCommit message (Expand)Author
2021-05-01Codechange: encapsulate network error handlingrubidium42
2021-05-01Codechange: rename NetworkError to ShowNetworkErrorrubidium42
2021-04-27Change: [Network] Use string error messages instead of numeric error numbers ...rubidium42
2021-04-27Fix: [Network] errno and strerror do not handle network errors on Windowsrubidium42
2021-04-24Codechange: encapsulate writing data from Packets into sockets/files/buffers ...Rubidium
2020-12-15Fix: workarounds for two emscripten bugs in the network stackPatric Stout
2019-12-21Codechange: Replace network related FOR_ALL with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-04-09Codechange: If something is a vector of strings, use a vector of strings inst...Michael Lutz
2019-03-26Codechange: Replaced SmallVector::[Begin|End]() with std alternativesHenry Wilson
2019-03-26Codechange: Replace SmallVector::Length() with std::vector::size()Henry Wilson
2019-03-26Codechange: Replace SmallVector::Clear() with std::vector::clear()Henry Wilson
2019-03-20Remove: ENABLE_NETWORK switchPatric Stout
2019-03-05Remove: MorphOS / AmigaOS supportPatric Stout
2013-11-22(svn r26046) -Fix: handle a number of failure conditions from methods called ...rubidium
2011-01-21(svn r21875) -Codechange: indentation of some comments was wrongsmatz
2010-11-30(svn r21358) -Codechange: make some network function names conform to coding ...rubidium
2010-11-01(svn r21071) -Fix: ofcourse the svn properties weren't set properly either :(rubidium
2010-11-01(svn r21070) -Fix: file not being picked up by doxygenrubidium
2010-10-15(svn r20938) -Codechange: make the code for listening on a socket (more) reus...rubidium