Module: sip-router
Branch: andrei/cdefs2doc
Commit: 56a77aea9b3af5540f2415f0d8b751375f5d876d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=56a77ae…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Mon Oct 19 18:30:45 2009 +0200
doc: script to generate select lists from C code
Added a perl script that tries to generate the list of selects
defined in a C file.
The script works by looking for the first select_row_t array with
an initializer in the .c file. It then tries to generate the list
of all possible selects (but it still has some bugs, especially on
matching params to a select part).
Note: there is no documentation generated besides the list
(the select format is not auto-documented).
---
doc/scripts/cdefs2doc/dump_selects.pl | 392 +++++++++++++++++++++++++++++++++
1 files changed, 392 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=56a…
Module: sip-router
Branch: master
Commit: fab47ef346ac13a15758824ab52ec3139c34e986
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fab47ef…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Mon Oct 19 00:41:13 2009 +0200
Changing product name
---
modules_k/sst/sst.c | 6 +++---
modules_k/sst/sst_handlers.c | 6 +++---
modules_k/sst/sst_handlers.h | 6 +++---
modules_k/sst/sst_mi.c | 6 +++---
modules_k/sst/sst_mi.h | 6 +++---
5 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/modules_k/sst/sst.c b/modules_k/sst/sst.c
index 33a6d60..a5babfb 100644
--- a/modules_k/sst/sst.c
+++ b/modules_k/sst/sst.c
@@ -7,14 +7,14 @@
* Copyright (C) 2006 SOMA Networks, INC.
* Written by: Ron Winacott (karwin)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify it
+ * SIP-router 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
*
- * Kamailio is distributed in the hope that it will be useful, but
+ * SIP-router 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.
diff --git a/modules_k/sst/sst_handlers.c b/modules_k/sst/sst_handlers.c
index 43f1c09..d077d41 100644
--- a/modules_k/sst/sst_handlers.c
+++ b/modules_k/sst/sst_handlers.c
@@ -4,14 +4,14 @@
* Copyright (C) 2006 SOMA Networks, Inc.
* Written by Ron Winacott (karwin)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify it
+ * SIP-router 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
*
- * Kamailio is distributed in the hope that it will be useful, but
+ * SIP-router 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.
diff --git a/modules_k/sst/sst_handlers.h b/modules_k/sst/sst_handlers.h
index 1dd107f..3c4ef08 100644
--- a/modules_k/sst/sst_handlers.h
+++ b/modules_k/sst/sst_handlers.h
@@ -4,14 +4,14 @@
* Copyright (C) 2006 SOMA Networks, Inc.
* Written By Ron Winacott (karwin)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify it
+ * SIP-router 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
*
- * Kamailio is distributed in the hope that it will be useful, but
+ * SIP-router 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.
diff --git a/modules_k/sst/sst_mi.c b/modules_k/sst/sst_mi.c
index 99afa93..904345b 100644
--- a/modules_k/sst/sst_mi.c
+++ b/modules_k/sst/sst_mi.c
@@ -4,14 +4,14 @@
* Copyright (C) 2008 SOMA Networks, Inc.
* Written By Ovidiu Sas (osas)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify it
+ * SIP-router 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
*
- * Kamailio is distributed in the hope that it will be useful, but
+ * SIP-router 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.
diff --git a/modules_k/sst/sst_mi.h b/modules_k/sst/sst_mi.h
index 767a62f..5607177 100644
--- a/modules_k/sst/sst_mi.h
+++ b/modules_k/sst/sst_mi.h
@@ -4,14 +4,14 @@
* Copyright (C) 2008 SOMA Networks, Inc.
* Written By Ovidiu Sas (osas)
*
- * This file is part of Kamailio, a free SIP server.
+ * This file is part of SIP-router, a free SIP server.
*
- * Kamailio is free software; you can redistribute it and/or modify it
+ * SIP-router 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
*
- * Kamailio is distributed in the hope that it will be useful, but
+ * SIP-router 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.
Module: sip-router
Branch: master
Commit: 44abbbf85cf0bca3aab4a37c43b5365875610446
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=44abbbf…
Author: oej <oej(a)edvina.net>
Committer: oej <oej(a)edvina.net>
Date: Mon Oct 19 14:42:44 2009 +0200
Merge branch 'master' of ssh://oej@git.sip-router.org/sip-router
* 'master' of ssh://oej@git.sip-router.org/sip-router:
Fixed carrierroute module exports.
Test 26.sh (uncomment)
Fixed userblacklist exported function
Fixed test 25.
event parser: Add missing string boundary checks to event_parser func.
tm: Number of fixes in code and documentation for serial forking.
Implements function reset_path_vector.
---