summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-04-09(svn r16000) -Feature: IPv6 supportrubidium
2009-04-09(svn r15999) -Codechange: VARDEF--;rubidium
2009-04-09(svn r15998) -Codechange: some coding style updatesrubidium
2009-04-09(svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the ...rubidium
2009-04-08(svn r15993) -Codechange: clean up/generalise the handling of the server listrubidium
2009-04-08(svn r15991) -Fix: don't add 0.0.0.0/:: to the server list; you can't connect...rubidium
2009-04-08(svn r15990) -Codechange: provide a thread safe variant of GetAddressAsString.rubidium
2009-04-08(svn r15989) -Fix (r15987: segfault due to uninitialised sockets.rubidium
2009-04-08(svn r15988) -Fix: inconsistency between using NETWORK_NAME_LENGTH and NETWOR...rubidium
2009-04-08(svn r15987) -Fix: make the master socket only listen on the IP the server is...rubidium
2009-04-08(svn r15985) -Update: WebTranslator2 update to 2009-04-08 17:53:32translators
2009-04-08(svn r15984) -Codechange: prepare the UDP receiver to process multiple types ...rubidium
2009-04-08(svn r15982) -Codechange: use GetAddressAsString to get the name instead of p...rubidium
2009-04-08(svn r15981) -Fix: don't print the address family when writing the IP+port to...rubidium
2009-04-08(svn r15980) -Codechange: don't try to bind to the same socket twice; it's qu...rubidium
2009-04-08(svn r15979) -Codechange: tweak the debug/warning levels of some of the messa...rubidium
2009-04-08(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.rubidium
2009-04-08(svn r15976) -Codechange: make it a bit more clear for what (type of) address...rubidium
2009-04-08(svn r15975) -Codechange: register each of the IPs we have bound to to the ma...rubidium
2009-04-08(svn r15974) -Fix (r15969): win32 compilation was broken (again)glx
2009-04-08(svn r15973) -Codechange: make it possible to listen on multiple TCP socketsrubidium
2009-04-08(svn r15972) -Codechange: remove unneeded parameterrubidium
2009-04-07(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to...rubidium
2009-04-07(svn r15970) -Codechange: make it possible to resolve a single address into m...rubidium
2009-04-07(svn r15969) -Codechange: make the list of broadcast addresses virtually unli...rubidium
2009-04-07(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so pa...rubidium
2009-04-07(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directlyrubidium
2009-04-07(svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. T...svnsync
2009-04-07(svn r15965) -Change: use recent Czech language for plural form (it has been ...smatz
2009-04-06(svn r15964) -Update: WebTranslator2 update to 2009-04-06 17:40:13translators
2009-04-06(svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character ear...rubidium
2009-04-05(svn r15961) -Codechange: prepare the 'client' side for receiving 'session ke...rubidium
2009-04-05(svn r15960) -Update: WebTranslator2 update to 2009-04-05 17:47:56translators
2009-04-05(svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iteratio...frosch
2009-04-05(svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when reques...peter1138
2009-04-05(svn r15956) -Codechange: Enumorize station spec flags.peter1138
2009-04-04(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplic...rubidium
2009-04-04(svn r15953) -Fix [FS#2783]: left - right != width causing strings to be trun...rubidium
2009-04-04(svn r15952) -Codechange: Added nested widgets to operating profit, income, d...alberth
2009-04-04(svn r15951) -Fix (r15946) [FS#2803]: ofcourse a couple of OSes/compilers do ...rubidium
2009-04-04(svn r15950) -Fix (r15946): mingw compilationglx
2009-04-04(svn r15948) -Fix: resolve network addresses before comparing themrubidium
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 r15945) -Fix (r15944): win32 compilationglx
2009-04-03(svn r15944) -Codechange: disable IPv4 over IPv6 sockets as there is no defau...rubidium
2009-04-03(svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tipalberth
2009-04-03(svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01translators
2009-04-03(svn r15941) -Codechange: jonty-comp's wish partly implemented (content serve...rubidium
2009-04-03(svn r15940) -Codechange: move setting reuse address to the binding process.rubidium