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/lib/server

    • Property svn:ignore
      •  

        old new  
        1 autogen_ConnectionException.cpp 
        2 autogen_ConnectionException.h 
        3 autogen_ServerException.cpp 
        4 autogen_ServerException.h 
         1autogen_* 
        52Makefile 
        63makeprotocol.pl 
  • box/trunk/lib/server/ServerStream.h

    r2114 r2116  
    366366 
    367367#define SERVERSTREAM_VERIFY_SERVER_KEYS(DEFAULT_ADDRESSES) \ 
    368                                                                                         {"ListenAddresses", DEFAULT_ADDRESSES, 0, 0}, \ 
    369                                                                                         DAEMON_VERIFY_SERVER_KEYS  
     368        ConfigurationVerifyKey("ListenAddresses", 0, DEFAULT_ADDRESSES), \ 
     369        DAEMON_VERIFY_SERVER_KEYS  
    370370 
    371371#include "MemLeakFindOff.h" 
Note: See TracChangeset for help on using the changeset viewer.