[Devel] CVS commitlog: sip-server config.h forward.c hash_func.c hash_func.h statistics.c sip-server/modules/domain hash.c sip-server/modules/pdt domains.c domains.h sip-server/modules/permissions hash.c sip-server/modules/tm ...

Bogdan-Andrei Iancu bogdan at voice-system.ro
Mon Mar 13 13:29:46 CET 2006


User: bogdan_iancu
Date: 2006/03/13 04:29:46 PST

  OpenSER CVS - Commit Details

  Modified files:
    .                    config.h forward.c hash_func.h 
                         statistics.c 
    modules/domain       hash.c 
    modules/pdt          domains.c domains.h 
    modules/permissions  hash.c 
    modules/tm           config.h h_table.c h_table.h t_lookup.c 
                         tm.c uac.c 
  Removed files:
    .                    hash_func.c 
  Commit Log:
  more hash functionality:
  
  1) hash support in core
      - new_hash1() and new_hash2() merged into core_hash()
      - added core_case_hash() for case insensitive hashes
      - all TM related definitions moved into TM config file
      - if hash size param is 0, the functions will return the hash id
        instead of hash entry.
  
  2) domain module
      - use the case insensitive hash function
  
  3) pdt module
      - use the case insensitive hash function
  
  4) permission module
      - just updated according to coe hash changes
  
  5) TM module
      - updated according to coe hash changes
      - TM related stuff moved localy from core hash
  
  Revision  Changes    Path
  1.9       +5 -1      sip-server/config.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/config.h?r1=1.8&r2=1.9 ]
  1.7       +3 -2      sip-server/forward.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/forward.c?r1=1.6&r2=1.7 ]
  1.3       +0 -95     sip-server/hash_func.c (dead)
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/hash_func.c?rev=1.2&content-type=text/plain ]
  1.5       +68 -10    sip-server/hash_func.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/hash_func.h?r1=1.4&r2=1.5 ]
  1.4       +4 -4      sip-server/modules/domain/hash.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/domain/hash.c?r1=1.3&r2=1.4 ]
  1.3       +12 -38    sip-server/modules/pdt/domains.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/pdt/domains.c?r1=1.2&r2=1.3 ]
  1.3       +1 -6      sip-server/modules/pdt/domains.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/pdt/domains.h?r1=1.2&r2=1.3 ]
  1.5       +2 -2      sip-server/modules/permissions/hash.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/permissions/hash.c?r1=1.4&r2=1.5 ]
  1.3       +6 -7      sip-server/modules/tm/config.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/config.h?r1=1.2&r2=1.3 ]
  1.10      +6 -6      sip-server/modules/tm/h_table.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/h_table.c?r1=1.9&r2=1.10 ]
  1.9       +2 -2      sip-server/modules/tm/h_table.h
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/h_table.h?r1=1.8&r2=1.9 ]
  1.11      +8 -7      sip-server/modules/tm/t_lookup.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/t_lookup.c?r1=1.10&r2=1.11 ]
  1.29      +2 -2      sip-server/modules/tm/tm.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/tm.c?r1=1.28&r2=1.29 ]
  1.3       +3 -3      sip-server/modules/tm/uac.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/modules/tm/uac.c?r1=1.2&r2=1.3 ]
  1.8       +4 -3      sip-server/statistics.c
   [ http://cvs.sourceforge.net/viewcvs.py/openser/sip-server/statistics.c?r1=1.7&r2=1.8 ]



More information about the Devel mailing list