Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Changelog

10558 by stkn on 27 November 2008, 16:40:29 -0500 (6 days ago) Fixup output of fsxs --variable

./fsxs.in 10558 history download (+3 -1) diffs

10526 by intralanman on 24 November 2008, 11:13:08 -0500 (9 days ago) adding simple conf file and rupa's patches for (en|dis)abling gateways and carriers

./contrib/intralanman/C/lcr/lcr.conf.xml 10526 history download (+6) new

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10526 history download (+3 -3) diffs

./contrib/intralanman/C/lcr/sql/mysql-5.0.sql 10526 history download (+2 -0) diffs

./contrib/intralanman/C/lcr/sql/postgres-8.3.sql 10526 history download (+2 -0) diffs

10522 by intralanman on 23 November 2008, 21:55:29 -0500 (9 days ago) adding enabled flag for disabling single routes (might add one to carriers table and/or carrier_gateway later)

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10522 history download (+1 -1) diffs

./contrib/intralanman/C/lcr/sql/mysql-5.0.sql 10522 history download (+3 -2) diffs

./contrib/intralanman/C/lcr/sql/postgres-8.3.sql 10522 history download (+3 -2) diffs

10521 by intralanman on 22 November 2008, 23:13:20 -0500 (10 days ago) adding support for starting/ending dates and multiple lcr profiles

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10521 history download (+38 -12) diffs

./contrib/intralanman/C/lcr/sql/mysql-5.0.sql 10521 history download (+1 -1) diffs

./contrib/intralanman/C/lcr/sql/postgres-8.3.sql 10521 history download (+4 -4) diffs

10510 by mikej on 21 November 2008, 18:04:55 -0500 (12 days ago) svn:eol-style

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10510 history download (+601 -601) diffs

10509 by intralanman on 21 November 2008, 17:48:28 -0500 (12 days ago) schema for mysql 5.0 (should work, i think :-))

./contrib/intralanman/C/lcr/sql/mysql-5.0.sql 10509 history download (+80) new

10508 by intralanman on 21 November 2008, 17:43:55 -0500 (12 days ago) more patches from rupa

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10508 history download (+601 -561) diffs

10500 by intralanman on 21 November 2008, 12:12:50 -0500 (12 days ago) stkn's patch

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10500 history download (+93 -71) diffs

10499 by intralanman on 21 November 2008, 11:57:00 -0500 (12 days ago) whoops again

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c.orig 10499 history deleted

10496 by intralanman on 21 November 2008, 11:09:17 -0500 (12 days ago) add pg schema && rm -f `find brainfart`

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c.rej.orig 10496 history deleted

./contrib/intralanman/C/lcr/sql 10496 history download (+0) new

./contrib/intralanman/C/lcr/sql/postgres-8.3.sql 10496 history download (+79) new

10495 by intralanman on 21 November 2008, 11:01:57 -0500 (12 days ago) mod_lcr with conf file and patches from stkn and rupa

./contrib/intralanman/C/lcr 10495 history download (+0) new

./contrib/intralanman/C/lcr/mod_lcr 10495 history download (+0) new

./contrib/intralanman/C/lcr/mod_lcr/Makefile 10495 history download (+3) new

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c 10495 history download (+539) new

./contrib/intralanman/C/lcr/mod_lcr/mod_lcr.c.orig 10495 history download (+539) new

… 4 more files in changeset.
10476 by intralanman on 20 November 2008, 09:17:01 -0500 (13 days ago) initial checkin of my mod_lcr... will stay here until it gets the seal of approval for being stable from the core devs and the community (patches still gladly accepted;-))

./contrib/intralanman/C 10476 history download (+0) new

./contrib/intralanman/C/mod_lcr 10476 history download (+0) new

./contrib/intralanman/C/mod_lcr/Makefile 10476 history download (+3) new

./contrib/intralanman/C/mod_lcr/mod_lcr.c 10476 history download (+539) new

10433 by mrene on 17 November 2008, 17:05:40 -0500 (16 days ago) Added limit_hash_usage(realm id) api

./contrib/mrene/mod_limit/mod_limit.c 10433 history download (+39 -0) diffs

10423 by mrene on 17 November 2008, 01:17:37 -0500 (16 days ago) Original mod_limit function shouldnt add more than one state change handler if its called more than once

./contrib/mrene/mod_limit/mod_limit.c 10423 history download (+8 -3) diffs

10422 by mrene on 17 November 2008, 01:07:02 -0500 (16 days ago) Merge mod_limit_hash into mod_limit and add 'hash' api+app, equivalent to db

./contrib/mrene/mod_limit 10422 history download (+0) new/moved

./contrib/mrene/mod_limit/mod_limit.c 10422 history download (+904) new/moved

./contrib/mrene/mod_limit_hash 10422 history deleted

./contrib/mrene/mod_limit_hash/mod_limit_hash.c 10422 history deleted

10340 by mrene on 11 November 2008, 22:43:34 -0500 (21 days ago) fix gcc 4.2 compiler warning

./contrib/mrene/mod_limit_hash/mod_limit_hash.c 10340 history download (+3 -3) diffs

10339 by mrene on 11 November 2008, 22:36:41 -0500 (21 days ago) Make it work with multiple limit checks on the same channel (same and different realm+id)
It is also possible to rate-limit and value-limit the same realm+id. For example:

          <action applicat…

./contrib/mrene/mod_limit_hash/mod_limit_hash.c 10339 history download (+79 -39) diffs

10338 by mrene on 11 November 2008, 19:33:07 -0500 (22 days ago) update syntax

./contrib/mrene/mod_limit_hash/mod_limit_hash.c 10338 history download (+1 -1) diffs

10337 by mrene on 11 November 2008, 19:28:48 -0500 (22 days ago) Hashtable-based resource limitations module.
Resembles mod_limit a lot, except you can do rate-limiting.

<action application="limit_hash" data="test test 3/10 default uhoh" />
This will limit to 3 ca…

./contrib/mrene/mod_limit_hash 10337 history download (+0) new

./contrib/mrene/mod_limit_hash/mod_limit_hash.c 10337 history download (+198) new

10254 by mikej on 05 November 2008, 12:36:53 -0500 (28 days ago) add

./contrib/mrene 10254 history download (+0) new

10177 by brian on 28 October 2008, 06:22:31 -0400 (36 days ago) FSSCRIPTS-7

./trace/sipgrep 10177 history download (+6 -2) diffs

9866 by brian on 06 October 2008, 19:33:53 -0400 (58 days ago) Gizmo config script

./FreeSWITCH-GizmoConfig.pl 9866 history download (+252) new

9811 by anthm on 03 October 2008, 14:14:11 -0400 (2 months ago) write cng frames during sleep

./trace/sipgrep 9811 history download (+2 -2) diffs

… 1 more file in changeset.
9735 by intralanman on 29 September 2008, 11:43:57 -0400 (2 months 4 days ago) thanks to Om, at least i know someone is using this :-)

./contrib/intralanman/PHP/fs_curl/fs_directory.php 9735 history download (+1 -0) diffs

9728 by intralanman on 29 September 2008, 09:22:14 -0400 (2 months 4 days ago) thanks to Om, at least i know someone is using this :-)

./contrib/intralanman/PHP/fs_curl/fs_directory.php 9728 history download (+2 -2) diffs

9593 by brian on 18 September 2008, 19:40:26 -0400 (2 months 15 days ago) add quick debug util for trying to debug sofia... crank up the debug.  christian sent it in

./debug_sofia.sh 9593 history download (+13) new

9583 by greenlizard on 17 September 2008, 20:07:15 -0400 (2 months 16 days ago) improve debuggability

./socket/freepy/__init__.py 9583 history download (+21 -26) diffs

./socket/freepy/globals.py 9583 history download (+5 -1) diffs

./socket/freepy/request.py 9583 history download (+4 -0) diffs

9537 by verifier on 12 September 2008, 11:24:28 -0400 (2 months 21 days ago) Improved documentation and added a logging delegate to let you handle logs in your favorite logging framework.

./contrib/verifier/EventSocket/trunk/EventWatcher/ChannelWatcher.cs 9537 history download (+1 -1) diffs

./contrib/verifier/EventSocket/trunk/EventWatcher/Form1.cs 9537 history download (+1 -1) diffs

./contrib/verifier/EventSocket/trunk/FreeSwitch.EventSocket.Test/EventSocket.cs 9537 history download (+1 -1) diffs

./contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/EventManager.cs 9537 history download (+59 -52) diffs

./contrib/verifier/EventSocket/trunk/FreeSwitchEventSocket/EventSocket.cs 9537 history download (+98 -55) diffs

… 4 more files in changeset.
9529 by greenlizard on 11 September 2008, 18:25:35 -0400 (2 months 22 days ago) improve docs

./socket/freepy/README 9529 history download (+6 -0) diffs

earlier earlier | later later