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
/
network.cpp
Age
Commit message (
Expand
)
Author
2010-01-14
(svn r18801) -Fix: in some cases error messages weren't properly sent to the ...
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-12
(svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole...
rubidium
2009-11-12
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually exe...
rubidium
2009-11-12
(svn r18051) -Codechange: make the active clients pause use a separate bit in...
rubidium
2009-11-12
(svn r18048) -Change: make no distinction between unpausing because of a clie...
rubidium
2009-11-09
(svn r18027) -Codechange: make some unneededly global variables static and re...
rubidium
2009-10-07
(svn r17737) -Codechange: remove the chat window when you were chatting with ...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-10-03
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that wa...
rubidium
2009-09-30
(svn r17667) -Fix [FS#3245]: autopause tried to (un)pause the server every ti...
rubidium
2009-09-22
(svn r17618) -Fix [FS#3226]: the 'lock' icon would erroneously be drawn for c...
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-09-07
(svn r17467) -Change: show the client id in join messages at the server (patc...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-21
(svn r17247) -Change: move '3rd party' MD5 implementation also to the 3rdpart...
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-06-19
(svn r16601) -Fix [FS#2880]: try 2... hopefully better this time
rubidium
2009-06-13
(svn r16573) -Fix: [Network] Always send the starting date from the game you'...
rubidium
2009-06-10
(svn r16555) -Feature [FS#570]: ability to enter server and company password ...
smatz
2009-06-02
(svn r16506) -Fix: count only active clients (not those waiting for map downl...
smatz
2009-06-01
(svn r16491) -Codechange: Added parentheses around bitwise operators for code...
alberth
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-19
(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_comp...
rubidium
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-07
(svn r16250) -Fix (r16242): do not try to unpause when paused for a joining c...
rubidium
2009-05-06
(svn r16242) -Codechange: rework pausing
rubidium
2009-04-24
(svn r16135) -Fix [FS#2856]: always give the server an already resolved 'clie...
rubidium
2009-04-10
(svn r16022) -Fix (r15159): sometimes the unregister "query" thread could be ...
rubidium
2009-04-10
(svn r16014) -Feature(-ish): allow binding to several IPs; [network]:server_b...
rubidium
2009-04-09
(svn r15998) -Codechange: some coding style updates
rubidium
2009-04-08
(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.
rubidium
2009-04-08
(svn r15987) -Fix: make the master socket only listen on the IP the server is...
rubidium
2009-04-08
(svn r15981) -Fix: don't print the address family when writing the IP+port to...
rubidium
2009-04-08
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.
rubidium
2009-04-08
(svn r15973) -Codechange: make it possible to listen on multiple TCP sockets
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 r15969) -Codechange: make the list of broadcast addresses virtually unli...
rubidium
2009-04-07
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
rubidium
2009-04-04
(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client...
rubidium
2009-04-04
(svn r15946) -Codechange: move netmask matching to NetworkAddress and add som...
rubidium
2009-04-03
(svn r15940) -Codechange: move setting reuse address to the binding process.
rubidium
2009-04-03
(svn r15932) -Codechange: show ip:port as (fallback) servername instead of on...
rubidium
2009-04-03
(svn r15931) -Codechange: let the host and ban lists use of SmallVector.
rubidium
2009-04-03
(svn r15926) -Codechange: make the broadcast IP list less AF dependent.
rubidium
2009-04-03
(svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF de...
rubidium
2009-04-03
(svn r15922) -Codechange: unify the ways to listen on a socket
rubidium
[prev]
[next]