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
/
udp.cpp
Age
Commit message (
Expand
)
Author
2009-04-09
(svn r16000) -Feature: IPv6 support
rubidium
2009-04-08
(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...
rubidium
2009-04-08
(svn r15972) -Codechange: remove unneeded parameter
rubidium
2009-04-07
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...
rubidium
2009-04-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-04-05
(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...
rubidium
2009-04-03
(svn r15922) -Codechange: unify the ways to listen on a socket
rubidium
2009-04-03
(svn r15921) -Fix: some OSes don't like sizeof(sockaddr_storage) but want siz...
rubidium
2009-04-02
(svn r15918) -Fix (r15917): comparing IPs sometimes failed due to 'random' da...
rubidium
2009-04-02
(svn r15915) -Codechange: let the udp code use NetworkAddress.
rubidium
2009-03-15
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...
rubidium
2008-08-25
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
smatz
2008-04-09
(svn r12637) -Fix [FS#1913]: possible NULL pointer dereference when reading s...
rubidium
2007-12-26
(svn r11702) -Codechange: move all date related stuff to date*.
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-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ...
skidd13
2007-07-29
(svn r10729) -Fix: some hardware (PS(P|3)) seems to loose the non-blocking st...
rubidium
2007-02-23
(svn r8857) -Documentation: Added some doxygen @file tags, repaired others (t...
celestar
2007-02-11
(svn r8673) -Codechange: use SetNonBlocking instead of implementing yet anoth...
rubidium
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-30
(svn r8459) -Codechange: move (Send|Recv)GRFIdentifier to NetworkSocketHandle...
rubidium
2007-01-28
(svn r8445) -Cleanup: remove some @params from comments as the parameters did...
rubidium
2007-01-23
(svn r8372) -Fix (8361): NUM_LANDSCAPE comes (via some detour) from openttd.h...
rubidium
2007-01-22
(svn r8361) -Codechange: make sure the range of the dates coming from the net...
rubidium
2007-01-21
(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to G...
rubidium
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
rubidium
2007-01-12
(svn r8078) -Codechange: rewrite UDP part of the network code to make use cla...
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