[Serdev] CVS:commitlog: sip_router flags.c hash_func.c hash_func.h hashes.h route.c route.h str_hash.h

Andrei Pelinescu-Onciul andrei at iptel.org
Wed Dec 13 22:50:47 UTC 2006


andrei      2006/12/13 23:50:47 CET

  SER CVS Repository

  Modified files:
    .                    flags.c hash_func.c hash_func.h hashes.h 
                         route.c route.h 
  Added files:
    .                    str_hash.h 
  Log:
  - hash cleanup/cosmetics: - use the "raw" hash functions from hashes.h as
    base for the other hashes (e.g. tm hash). This doesn't change the hash
     functions, just removes some extra copies.
                            - split old hashes.h into hashes.h (more generic
                              stuff)  and str_hash.h
                            - new_hash() is safer now (nobody uses it, but just
                               in case...)
  
  Revision  Changes    Path
  1.10      +3 -1      sip_router/flags.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/flags.c.diff?r1=1.9&r2=1.10
  1.8       +9 -7      sip_router/hash_func.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/hash_func.c.diff?r1=1.7&r2=1.8
  1.8       +6 -3      sip_router/hash_func.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/hash_func.h.diff?r1=1.7&r2=1.8
  1.4       +2 -83     sip_router/hashes.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/hashes.h.diff?r1=1.3&r2=1.4
  1.63      +2 -2      sip_router/route.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/route.c.diff?r1=1.62&r2=1.63
  1.15      +2 -2      sip_router/route.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/route.h.diff?r1=1.14&r2=1.15
  1.1       +115 -0    sip_router/str_hash.h (new)
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/str_hash.h?rev=1.1&content-type=text/plain


More information about the Serdev mailing list