Module: kamailio
Branch: master
Commit: 60dc57430ac3c81b50255b4a30f29b5882eafcf3
URL: https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-17T11:04:17+01:00
uid_gflags Remove svn id, history
---
Modified: modules/uid_gflags/uid_gflags.c
---
Diff: https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
Patch: https://github.com/kamailio/kamailio/commit/60dc57430ac3c81b50255b4a30f29b5…
---
diff --git a/modules/uid_gflags/uid_gflags.c b/modules/uid_gflags/uid_gflags.c
index 21bf4a9..e639fd1 100644
--- a/modules/uid_gflags/uid_gflags.c
+++ b/modules/uid_gflags/uid_gflags.c
@@ -1,4 +1,4 @@
-/*$Id$
+/*
*
* gflags module: global flags; it keeps a bitmap of flags
* in shared memory and may be used to change behaviour
@@ -12,19 +12,14 @@
*
* Copyright (C) 2004 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:
- * info(a)iptel.org
- *
- * 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.
@@ -34,12 +29,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/*
- * History:
- * --------
- * 2004-09-09 initial module created (jiri)
- * 2006-12-04 added xmlrpc command global.reload for reloading of global_attrs
- * db table (vlada)
- *
* TODO
* - flag range checking
* - named flags (takes a protected name list)
Module: kamailio
Branch: master
Commit: 6e8121f4b25e1c3f59f628a4591299f69f44635e
URL: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: 2015-01-16T17:41:47+01:00
core Header modifications in rand library - SVN IDs
---
Modified: rand/fastrand.c
Modified: rand/fastrand.h
---
Diff: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f…
Patch: https://github.com/kamailio/kamailio/commit/6e8121f4b25e1c3f59f628a4591299f…
---
diff --git a/rand/fastrand.c b/rand/fastrand.c
index 94bd3c7..757e08d 100644
--- a/rand/fastrand.c
+++ b/rand/fastrand.c
@@ -1,8 +1,6 @@
/*
* fast pseudo random generation
*
- * $Id$
- *
* Copyright (C) 2007 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/rand/fastrand.h b/rand/fastrand.h
index ab4fb74..c97232e 100644
--- a/rand/fastrand.h
+++ b/rand/fastrand.h
@@ -1,8 +1,6 @@
/*
* fast pseudo random generation
*
- * $Id$
- *
* Copyright (C) 2007 iptelorg GmbH
*
* Permission to use, copy, modify, and distribute this software for any
@@ -16,10 +14,7 @@
* WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-/*
- *History:
- *--------
+ *
* 2007-06-15 wrapper around isaac (see
* http://www.burtleburtle.net/bob/rand/isaacafa.html) (andrei)
*/
Hi
We have noticed when using pua module with db_mode set to 1 the lock type
defaults to DB_LOCKING_WRITE which locks the whole table and can cause
performance issues.
I noticed this fix for the presence module last year specifically on this
issue:
http://lists.kamailio.net/pipermail/sr-dev/2014-January/022820.html
I've attached an almost identical patch for pua I want to commit. The
patch makes this a configurable parameter that defaults to DB_LOCKING_WRIT.
If no one raises any concerns I will go ahead and commit.
Regards
Richard.
--
This email is subject to the disclaimer of Smile Communications at http://www.smilecoms.com/home/email-disclaimer/ <http://www.smilecoms.com/disclaimer>