Explorar el Código

core: Modify doxygen, remove history, remove SVN IDs, change "ser" and "sip-router" to "KAMAILIO"

Olle E. Johansson hace 10 años
padre
commit
6806e46ad9
Se han modificado 57 ficheros con 121 adiciones y 421 borrados
  1. 1 1
      action.h
  2. 1 1
      async_task.c
  3. 1 1
      atomic_ops.c
  4. 1 1
      basex.h
  5. 1 1
      cfg_parser.h
  6. 1 1
      config.h
  7. 1 1
      counters.c
  8. 1 1
      daemonize.h
  9. 1 1
      data_lump.h
  10. 1 1
      data_lump_rpl.h
  11. 1 1
      dns_cache.h
  12. 1 1
      dns_wrappers.h
  13. 1 1
      dprint.h
  14. 1 1
      dset.h
  15. 1 1
      dst_blacklist.h
  16. 3 8
      ip_addr.h
  17. 1 1
      lvalue.h
  18. 1 1
      mod_fix.h
  19. 1 1
      route_struct.c
  20. 1 1
      rvalue.h
  21. 6 16
      signals.h
  22. 0 10
      sip_msg_clone.h
  23. 1 3
      sock_ut.h
  24. 8 16
      socket_info.h
  25. 0 2
      sr_compat.h
  26. 4 32
      sr_module.h
  27. 3 10
      stats.h
  28. 3 8
      str.h
  29. 0 10
      str_hash.h
  30. 4 4
      str_list.h
  31. 0 2
      stun.h
  32. 0 10
      switch.h
  33. 5 19
      tags.h
  34. 3 23
      tcp_conn.h
  35. 3 9
      tcp_ev.h
  36. 5 12
      tcp_info.h
  37. 3 10
      tcp_init.h
  38. 2 3
      tcp_int_send.h
  39. 2 7
      tcp_options.h
  40. 2 8
      tcp_read.h
  41. 3 10
      tcp_server.h
  42. 3 9
      tcp_stats.h
  43. 4 12
      timer.h
  44. 4 12
      timer_funcs.h
  45. 1 7
      timer_proc.h
  46. 4 13
      timer_ticks.h
  47. 1 11
      tls_hooks.h
  48. 1 10
      tls_hooks_init.h
  49. 4 12
      trim.h
  50. 3 15
      tsend.h
  51. 4 7
      types.h
  52. 4 6
      udp_server.h
  53. 3 15
      usr_avp.h
  54. 2 21
      ut.h
  55. 1 7
      ver.h
  56. 3 6
      ver_defs.h
  57. 0 7
      xavp.h

+ 1 - 1
action.h

@@ -20,7 +20,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Actions
+ * \brief Kamailio core :: Actions
  * \ingroup core
  * Module: \ref core
  */

+ 1 - 1
async_task.c

@@ -1,4 +1,4 @@
-/**
+/*
  * Copyright (C) 2014 Daniel-Constantin Mierla (asipto.com)
  *
  * This file is part of Kamailio, a free SIP server.

+ 1 - 1
atomic_ops.c

@@ -16,7 +16,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: atomic operations init
+ * \brief Kamailio core :: atomic operations init
  * \ingroup core
  * Module: \ref core
  */

+ 1 - 1
basex.h

@@ -18,7 +18,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: convert/decode to/from ascii using various bases
+ * \brief Kamailio core :: convert/decode to/from ascii using various bases
  *
  * Copyright (C) 2008 iptelorg GmbH
  * \ingroup core

+ 1 - 1
cfg_parser.h

@@ -23,7 +23,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Standalone Configuration File Parser
+ * \brief Kamailio core :: Standalone Configuration File Parser
  * Written by Jan Janak <[email protected]>
  *
  * \ingroup core

+ 1 - 1
config.h

@@ -21,7 +21,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Configuration options
+ * \brief Kamailio core :: Configuration options
  * \author jiri, andrei
  *
  * These settings are settable by the user before compilation

+ 1 - 1
counters.c

@@ -15,7 +15,7 @@
  */
 
 /**
- * @brief counters/stats
+ * @brief Kamailio core :: counters/stats
  * @file
  * @ingroup: core
  */

+ 1 - 1
daemonize.h

@@ -16,7 +16,7 @@
  */
 /*!
  * \file
- * \brief SIP-router core :: Daemonize
+ * \brief Kamailio core :: Daemonize
  * \author andrei
  *      
  * \ingroup core 

+ 1 - 1
data_lump.h

@@ -22,7 +22,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Data_lumps
+ * \brief Kamailio core :: Data_lumps
  * \author jiri, andrei, janakj
  * adding/removing headers or any other data chunk from a message
  * \ingroup core

+ 1 - 1
data_lump_rpl.h

@@ -21,7 +21,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Data lumps
+ * \brief Kamailio core :: Data lumps
  * \author bogdan, andrei
  * \ingroup core
  * Module: \ref core

+ 1 - 1
dns_cache.h

@@ -23,7 +23,7 @@
 
 /**
  * @file
- * @brief SIP-router core :: resolver/dns related functions, dns cache and failover
+ * @brief Kamailio core :: resolver/dns related functions, dns cache and failover
  * @author andrei
  * @ingroup core
  * Module: @ref core

+ 1 - 1
dns_wrappers.h

@@ -22,7 +22,7 @@
 
 /**
  * @file
- * @brief SIP-router core :: resolver related functions
+ * @brief Kamailio core :: resolver related functions
  * @author andrei
  * @ingroup core
  * Module: @ref core

+ 1 - 1
dprint.h

@@ -20,7 +20,7 @@
 
 /**
  * @file
- * @brief SIP-router core :: debug printing
+ * @brief Kamailio core :: debug printing
  * @ingroup core
  * Module: @ref core
  */

+ 1 - 1
dset.h

@@ -20,7 +20,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: Destination set handling
+ * \brief Kamailio core :: Destination set handling
  * \ingroup core
  * Module: \ref core
  */

+ 1 - 1
dst_blacklist.h

@@ -18,7 +18,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-/** SIP-router core :: Destination blacklists.
+/** Kamailio core :: Destination blacklists.
  * @file
  * @author andrei, Gergo
  * @ingroup core

+ 3 - 8
ip_addr.h

@@ -4,19 +4,14 @@
  *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 1 - 1
lvalue.h

@@ -16,7 +16,7 @@
  */
 /**
  * @file 
- * @brief lvalues (assignment)
+ * @brief Kamailio core :: lvalues (assignment)
  * @author andrei
  */
 

+ 1 - 1
mod_fix.h

@@ -16,7 +16,7 @@
 
 /**
  * @file mod_fix.h
- * @brief Generic fixup functions for module function parameter.
+ * @brief Kamailio core :: Generic fixup functions for module function parameter.
  * (kamailio compatibility)
  * @ingroup core
  * Module: \ref core

+ 1 - 1
route_struct.c

@@ -22,7 +22,7 @@
 
 /*!
  * \file
- * \brief SIP-router core :: route structures helping functions
+ * \brief Kamailio core :: route structures helping functions
  * \ingroup core
  * Module: \ref core
  */

+ 1 - 1
rvalue.h

@@ -16,7 +16,7 @@
  
 /**
  * @file 
- * @brief SIP-router core :: rvalue expressions
+ * @brief Kamailio core :: rvalue expressions
  * @ingroup core
  * Module: \ref core
  * @author andrei

+ 6 - 16
signals.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -24,12 +17,9 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*
- * Handle the signals
- *
- * History:
- * --------
- *  2005-10-05  split from main.c  (andrei)
+/*! \file
+ * \brief Kamailio core :: Handle the signals
+ * \ingroup core
  */
 
 

+ 0 - 10
sip_msg_clone.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2009 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,14 +13,6 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * /home/andrei/sr.git/sip_msg_clone.h
- */
-/*
- * History:
- * --------
- *  2009-07-22  initial version (andrei)
-*/
 
 #ifndef __sip_msg_clone_h
 #define __sip_msg_clone_h

+ 1 - 3
sock_ut.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2010 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,7 +13,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/** various socket related functions.
+/*! \brief Kamailio core :: various socket related functions.
  * @file sock_ut.h
  * @ingroup: core 
  */

+ 8 - 16
socket_info.h

@@ -1,22 +1,16 @@
-/* $Id$
- *
+/*
  * find & manage listen addresses 
  *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -25,14 +19,12 @@
  * along with this program; if not, write to" the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*
- * This file contains code that initializes and handles ser listen addresses
+
+/*! \file
+ * \brief Kamailio core :: listen address
+ * This file contains code that initializes and handles Kamailio listen addresses
  * lists (struct socket_info). It is used mainly on startup.
  * 
- * History:
- * --------
- *  2003-10-22  created by andrei
- *  2008-08-08  sctp support (andrei)
  */
 
 

+ 0 - 2
sr_compat.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2008 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any

+ 4 - 32
sr_module.h

@@ -1,19 +1,14 @@
 /*
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -23,32 +18,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-/*
- * History:
- * --------
- *  2003-03-10  changed module exports interface: added struct cmd_export
- *               and param_export (andrei)
- *  2003-03-16  Added flags field to cmd_export_ (janakj)
- *  2003-04-05  s/reply_route/failure_route, onreply_route introduced (jiri)
- *  2004-03-12  extra flag USE_FUNC_PARAM added to modparam type -
- *              instead of copying the param value, a func is called (bogdan)
- *  2004-09-19  switched to version.h for the module versions checks (andrei)
- *  2004-12-03  changed param_func_t to (modparam_t, void*), killed
- *               param_func_param_t   (andrei)
- *  2007-06-07  added PROC_INIT, called in the main process context
- *               (same as PROC_MAIN), buf guaranteed to be called before
- *               any other process is forked (andrei)
- *  2008-11-17  sip-router version: includes some of the openser/kamailio
- *               changes: f(void) instead of f(), free_fixup_function()
- *              dual module interface support: ser & kamailio (andrei)
- *  2008-11-18  prototypes for various fixed parameters numbers module
- *               functions (3, 4, 5 & 6) and variable parameters (andrei)
- *  2008-11-26  added fparam_free_contents() and fix_param_types (andrei)
- */
-
 /**
  * @file
- * @brief SIP-Router core :: modules loading, structures declarations and utilities
+ * @brief Kamailio core :: modules loading, structures declarations and utilities
  * @ingroup core
  * Module: \ref core
  */

+ 3 - 10
stats.h

@@ -1,22 +1,15 @@
 /*
- * $Id$
- *
  *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 3 - 8
str.h

@@ -1,19 +1,14 @@
 /*
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 0 - 10
str_hash.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2006 iptelorg GmbH 
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,14 +13,6 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * History:
- * --------
- *  2006-02-02  created by andrei
- *  2006-11-24  added numeric string optimized hash function (andrei)
- *  2006-12-13  split into hashes.h (more generic) and str_hash.h (andrei)
- */
-
 
 #ifndef _str_hashs_h
 #define _str_hashs_h

+ 4 - 4
str_list.h

@@ -2,14 +2,14 @@
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2006 Voice Sistem SRL
  *
- * This file is part of sip-router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * sip-router is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * sip-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -21,7 +21,7 @@
 
 /**
  * @file 
- * @brief Simple str type list and helper functions
+ * @brief Kamailio core :: Simple str type list and helper functions
  */
 
 

+ 0 - 2
stun.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Portions Copyright (C) 2013 Crocodile RCS Ltd
  *
  * Based on "ser_stun.h". Copyright (C) 2001-2003 FhG Fokus

+ 0 - 10
switch.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2009 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,14 +13,6 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * /home/andrei/sr.git/switch.h
- */
-/*
- * History:
- * --------
- *  2009-02-02  initial version (andrei)
-*/
 
 #ifndef __switch_h
 #define __switch_h

+ 5 - 19
tags.h

@@ -1,8 +1,6 @@
 /*
- * $Id$
- *
  * - utility for generating to-tags
- *   in SER, to-tags consist of two parts: a fixed part
+ *   in Kamailio, to-tags consist of two parts: a fixed part
  *   which is bound to server instance and variable part
  *   which is bound to request -- that helps to recognize,
  *   who generated the to-tag in loops through the same
@@ -12,19 +10,14 @@
  *   
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -33,13 +26,6 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*
- * History:
- * --------
- *  2003-02-18  changed TOTAG_LEN into TOTAG_VALUE_LEN, to solve
- *               redefinition conflict with tm/t_msgbuilder.h (andrei)
- */
-
 
 #ifndef _TAGS_H
 #define _TAGS_H
@@ -52,7 +38,7 @@
 
 #define TOTAG_VALUE_LEN (MD5_LEN+CRC16_LEN+1)
 
-/* generate variable part of to-tag for a request;
+/*! generate variable part of to-tag for a request;
  * it will have length of CRC16_LEN, sufficiently
  * long buffer must be passed to the function */
 static inline void calc_crc_suffix( struct sip_msg *msg, char *tag_suffix)

+ 3 - 23
tcp_conn.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -24,21 +17,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2003-01-29  tcp buffer size ++-ed to allow for 0-terminator
- *  2003-06-30  added tcp_connection flags & state (andrei) 
- *  2003-10-27  tcp port aliases support added (andrei)
- *  2006-10-13  added tcp_req_states for STUN (vlada)
- *  2007-07-26  improved tcp connection hash function; increased aliases
- *               hash size (andrei)
- *  2007-11-26  switched to local_timer (andrei)
- *  2007-11-30  buffered write support (andrei)
  */
 
-
-
 #ifndef _tcp_conn_h
 #define _tcp_conn_h
 

+ 3 - 9
tcp_ev.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2009 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,14 +13,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * tcp_ev.h - tcp events
+/*!
+ * \brief Kamailio core :: tcp_ev.h - tcp events
+ * \ingroup core
  */
-/*
- * History:
- * --------
- *  2009-04-09  initial version (andrei)
-*/
 
 #ifndef __tcp_ev_h
 #define __tcp_ev_h

+ 5 - 12
tcp_info.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2006 iptelorg GmbH
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -24,8 +17,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*
- * tcp various information
+/*! \brief Kamailio core :: tcp various information
+ * \ingroup core
  */
 
 #ifndef _tcp_info_h

+ 3 - 10
tcp_init.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 2 - 3
tcp_int_send.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2010 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,8 +13,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/** internal tcp send functions (use with care).
+/** internal Kamailio core :: tcp send functions (use with care).
  * @file tcp_int_send.h
+ * @ingroup core
  */
 /*
  * History:

+ 2 - 7
tcp_options.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2007 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,12 +13,9 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * tcp options
+/*! \file
+ * \brief tcp options
  *
- * History:
- * --------
- *  2007-11-28  created by andrei
  */
 
 #ifndef tcp_options_h

+ 2 - 8
tcp_read.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2010 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,16 +13,12 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/** tcp internal read functions.
+
+/** Kamailio core :: tcp internal read functions.
  * @file tcp_read.h
  * @ingroup: core
  * Module: @ref core
  */
-/*
- * History:
- * --------
- *  2010-05-18  initial version (andrei)
-*/
 
 #ifndef __tcp_read_h
 #define __tcp_read_h

+ 3 - 10
tcp_server.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 3 - 9
tcp_stats.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2009 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,14 +13,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * tcp_stats.h - tcp statistics macros
+/*! \file
+ * \brief Kamailio core :: tcp_stats.h - tcp statistics macros
+ * \ingroup core
  */
-/*
- * History:
- * --------
- *  2009-04-08  initial version (andrei)
-*/
 
 #ifndef __tcp_stats_h
 #define __tcp_stats_h

+ 4 - 12
timer.h

@@ -1,19 +1,16 @@
 /*
- * $Id$
- *
- *
  * timer related functions (public interface)
  *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of SIP-router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * SIP-router is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * SIP-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -22,14 +19,9 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/* History:
- * --------
- *  2005-07-27  complete re-design/re-implementation (andrei)
- */
-
 /**
  * @file
- * @brief SIP-router core :: timer related functions (public interface)
+ * @brief Kamailio core :: timer related functions (public interface)
  * @ingroup core
  *
  * Module: \ref core

+ 4 - 12
timer_funcs.h

@@ -1,19 +1,16 @@
 /*
- * $Id$
- *
- *
  * timer related functions (internal)
  *
  * Copyright (C) 2005 iptelorg GmbH
  *
- * This file is part of SIP-router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * SIP-router is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * SIP-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -23,14 +20,9 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-/* History:
- * --------
- *  2005-07-27  complete re-design/re-implemnetation (andrei)
- */
-
 /**
  * @file
- * @brief SIP-router core :: Timer related functions (internal)
+ * @brief Kamailio core :: Timer related functions (internal)
  * @ingroup core
  * Module: @ref core
  */

+ 1 - 7
timer_proc.h

@@ -14,15 +14,9 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-/*
- * History:
- * --------
- *  2009-03-10  initial version (andrei)
-*/
-
 /**
  * @file
- * @brief SIP-router core :: timer_proc.h - separate process timers
+ * @brief Kamailio core :: timer_proc.h - separate process timers
  *
  * (unrelated to the main fast and slow timers)
  * @ingroup core

+ 4 - 13
timer_ticks.h

@@ -1,19 +1,16 @@
 /*
- * $Id$
- *
- *
  * timer frequency and ticks conversions
  *
  * Copyright (C) 2005 iptelorg GmbH
  *
- * This file is part of SIP-router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * SIP-router is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * SIP-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -22,15 +19,9 @@
  * along with this program; if not, write to the Free Software 
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/* History:
- * --------
- *  2005-07-27  complete re-design/re-implemnetation (andrei)
- *  2007-07-02  added ticks comparison macros (andrei)
- */
-
 /**
  * @file
- * @brief SIP-router core :: timer frequency and ticks conversions
+ * @brief Kamailio core :: timer frequency and ticks conversions
  * @ingroup core
  * Module: @ref core
  */

+ 1 - 11
tls_hooks.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH 
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,18 +13,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * tls hooks for modules
- *
- * History:
- * --------
- *  2007-02-09  created by andrei
- *  2010-05-14  new hook interface (better suited for async. tcp) (andrei)
- */
 
 /**
  * @file
- * @brief SIP-router TLS support :: TLS hooks for modules
+ * @brief Kamailio TLS support :: TLS hooks for modules
  * @ingroup tls
  * Module: @ref tls
  */

+ 1 - 10
tls_hooks_init.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2007 iptelorg GmbH 
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,17 +13,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * tls hooks init
- *
- * History:
- * --------
- *  2007-02-09  created by andrei
- */
 
 /**
  * @file
- * @brief SIP-router TLS support :: TLS hooks init
+ * @brief Kamailio TLS support :: TLS hooks init
  * @ingroup tls
  * Module: @ref tls
  */

+ 4 - 12
trim.h

@@ -1,21 +1,14 @@
 /* 
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -25,14 +18,13 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-
 #ifndef TRIM_H
 #define TRIM_H
 
 #include "str.h"
 
 
-/*
+/*!
  * This switch-case statement is used in
  * trim_leading and trim_trailing. You can
  * define characters that should be skipped 

+ 3 - 15
tsend.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -24,11 +17,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  */
-/*
- *  History:
- * --------
- *  2004-02-26  created by andrei
- */
 
 #ifndef __tsend_h
 #define __tsend_h

+ 4 - 7
types.h

@@ -1,22 +1,19 @@
 /*
- * $Id$
- *
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
+ * For a license to use the Kamailio software under conditions
  * other than those described here, or to purchase support for this
  * software, please contact iptel.org by e-mail at the following addresses:
  *    [email protected]
  *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 4 - 6
udp_server.h

@@ -1,21 +1,19 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
+ * For a license to use the Kamailio software under conditions
  * other than those described here, or to purchase support for this
  * software, please contact iptel.org by e-mail at the following addresses:
  *    [email protected]
  *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 3 - 15
usr_avp.h

@@ -1,21 +1,14 @@
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  *
- * This file is part of ser, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * ser is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * For a license to use the ser software under conditions
- * other than those described here, or to purchase support for this
- * software, please contact iptel.org by e-mail at the following addresses:
- *    [email protected]
- *
- * ser is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
@@ -24,11 +17,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- * History:
- * ---------
- *  2004-07-21  created (bogdan)
- *  2004-11-14  global aliases support added
- *  2005-02-14  list with FLAGS USAGE added (bogdan)
  */
 
 #ifndef _SER_USR_AVP_H_

+ 2 - 21
ut.h

@@ -1,6 +1,4 @@
 /*
- *$Id$
- *
  * - various general purpose functions
  *
  * Copyright (C) 2001-2003 FhG Fokus
@@ -17,27 +15,10 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * History
- * ------
- * 2003-01-18 un_escape function introduced for convenience of code needing
- *            the complex&slow feature of unescaping
- * 2003-01-28 scratchpad removed (jiri)
- * 2003-01-29 pathmax added (jiri)
- * 2003-02-13 strlower added (janakj)
- * 2003-02-28 scratchpad compatibility abandoned (jiri)
- * 2003-03-30 str2int and str2float added (janakj)
- * 2003-04-26 ZSW (jiri)
- * 2004-03-08 updated int2str (64 bits, INT2STR_MAX_LEN used) (andrei)
- * 2005-11-29 reverse_hex2int/int2reverse_hex switched to unsigned int (andrei)
- * 2005-12-09 added msgid_var (andrei)
- * 2007-05-14 added get_sys_ver() (andrei)
- * 2007-06-05 added MAX_UVAR_VALUE(), MAX_int(a,b) MIN_int(a,b) (andrei)
- * 2008-05-21 added ushort2sbuf(), ushort2str() (andrei)
- * 2009-03-16 added sint2strbuf() and incremented INST2STR_MAX_LEN to account
- *             for sign (andrei)
  */
-/** various general purpose/helper functions.
+/** Kamailio core :: various general purpose/helper functions.
  * @file
+ * @ingroup core
  */
 
 

+ 1 - 7
ver.h

@@ -1,6 +1,4 @@
 /* 
- * $Id$
- * 
  * Copyright (C) 2010 iptelorg GmbH
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,15 +13,11 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
 /** version strings.
  * @file ver.h
  * @ingroup: core
  */
-/*
- * History:
- * --------
- *  2010-07-13  initial version (andrei)
-*/
 
 #ifndef __ver_h
 #define __ver_h

+ 3 - 6
ver_defs.h

@@ -1,19 +1,16 @@
 /*
- * $Id$
- *
  * version and compile flags macros 
  *
- *
  * Copyright (C) 2004 FhG Fokus
  *
- * This file is part of SIP-router, a free SIP server.
+ * This file is part of Kamailio, a free SIP server.
  *
- * SIP-router is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version
  *
- * SIP-router is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.

+ 0 - 7
xavp.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) 
  *
  * Permission to use, copy, modify, and distribute this software for any
@@ -15,11 +13,6 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
-/*
- * History:
- * --------
- *  2009-05-20  created by daniel
- */
 
 
 #ifndef _SR_XAVP_H_