index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
core
/
packet.cpp
Age
Commit message (
Expand
)
Author
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