Ignore:
Timestamp:
28/03/2008 22:59:28 (4 years ago)
Author:
chris
Message:

Allow configuration of the server port that the client will connect to
(bbackupd and bbackupquery).

Redesign ConfigurationVerify? to use classes instead of structs.

Use port 22011 instead of 2201 during tests, to reduce the chances of
conflicting with a running bbstored or other process.

Ignore autogen_* in svn:ignore everywhere instead of individual per-file
ignores.

Location:
box/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • box/trunk

    • Property svn:ignore
      •  

        old new  
        1111release 
        1212runtest.pl 
         13.hg 
  • box/trunk/test/basicserver

    • Property svn:ignore
      •  

        old new  
        1 autogen_TestProtocolClient.cpp 
        2 autogen_TestProtocolClient.h 
        3 autogen_TestProtocolServer.cpp 
        4 autogen_TestProtocolServer.h 
         1autogen_* 
        52_main.cpp 
        63Makefile 
  • box/trunk/test/basicserver/testbasicserver.cpp

    r2014 r2116  
    186186        static ConfigurationVerifyKey verifyserverkeys[] =  
    187187        { 
    188                 SERVERSTREAM_VERIFY_SERVER_KEYS(0)      // no default addresses 
     188                SERVERSTREAM_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default listen addresses 
    189189        }; 
    190190 
     
    259259        static ConfigurationVerifyKey verifyserverkeys[] =  
    260260        { 
    261                 SERVERTLS_VERIFY_SERVER_KEYS(0) // no default listen addresses 
     261                SERVERTLS_VERIFY_SERVER_KEYS(ConfigurationVerifyKey::NoDefaultValue) // no default listen addresses 
    262262        }; 
    263263 
Note: See TracChangeset for help on using the changeset viewer.