Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

9326 by anthm on 19 August 2008, 21:12:23 -0400 (19 days ago) c++ needs const char * for static strings

./mod_python_wrap.cpp 9326 history download (+3 -3) diffs

… 5 more files in changeset.
9296 by brian on 14 August 2008, 13:20:34 -0400 (24 days ago) add unsetInputCallback method

./freeswitch.py 9296 history download (+1 -0) diffs

./freeswitch_python.cpp 9296 history download (+18 -0) diffs

./freeswitch_python.h 9296 history download (+1 -0) diffs

./mod_python_wrap.cpp 9296 history download (+22 -0) diffs

… 7 more files in changeset.
9295 by brian on 14 August 2008, 12:57:16 -0400 (24 days ago) change proto for transfer method so context and dialplan are not mandatory

./mod_python_wrap.cpp 9295 history download (+153 -1) diffs

… 4 more files in changeset.
9079 by brian on 17 July 2008, 17:02:24 -0400 (52 days ago) mwi.py and startup-script support for mod_python

./mod_python.c 9079 history download (+45 -11) diffs

… 1 more file in changeset.
9070 by anthm on 17 July 2008, 10:39:28 -0400 (52 days ago) forgot a free call

./mod_python.c 9070 history download (+1 -0) diffs

9063 by anthm on 16 July 2008, 17:06:14 -0400 (53 days ago) even more lang stuff

./freeswitch_python.cpp 9063 history download (+8 -1) diffs

./freeswitch_python.h 9063 history download (+1 -1) diffs

./hack.diff 9063 history download (+26 -8) diffs

./mod_python_wrap.cpp 9063 history download (+53 -5) diffs

… 12 more files in changeset.
9052 by anthm on 16 July 2008, 11:44:41 -0400 (53 days ago) add more example

./python_example.py 9052 history download (+29 -0) diffs

9051 by anthm on 16 July 2008, 10:58:00 -0400 (53 days ago) fix the evil snake (again)

./freeswitch.py 9051 history download (+9 -0) diffs

./freeswitch_python.cpp 9051 history download (+8 -8) diffs

./mod_python.c 9051 history download (+70 -77) diffs

./mod_python_extra.c 9051 history download (+6 -11) diffs

./mod_python_extra.h 9051 history download (+3 -3) diffs

… 2 more files in changeset.
9040 by anthm on 15 July 2008, 13:39:16 -0400 (54 days ago) update

. 9040 history download (+0 -0) diffs

… 24 more files in changeset.
9004 by brian on 12 July 2008, 14:44:05 -0400 (57 days ago) fix callback arg and CoreSession::sleep to not require a file

./mod_python_wrap.cpp 9004 history download (+9 -21) diffs

… 11 more files in changeset.
9001 by greenlizard on 11 July 2008, 17:56:18 -0400 (58 days ago) remove old unused file, add a few documentation comments

./freeswitch_python.cpp 9001 history download (+6 -0) diffs

./freeswitch_python.h 9001 history download (+4 -0) diffs

./python.py 9001 history deleted

9000 by brian on 11 July 2008, 17:41:19 -0400 (58 days ago) add XML binding

./mod_python.c 9000 history download (+95 -22) diffs

8999 by brian on 11 July 2008, 16:58:42 -0400 (58 days ago) add api

./mod_python.c 8999 history download (+62 -38) diffs

./mod_python_extra.c 8999 history download (+0 -2) diffs

8998 by anthm on 11 July 2008, 15:42:52 -0400 (58 days ago) snake charming

./Makefile.in 8998 history download (+8 -7) diffs

./freeswitch.py 8998 history download (+49 -16) diffs

./freeswitch_python.cpp 8998 history download (+203 -222) diffs

./freeswitch_python.h 8998 history download (+30 -46) diffs

./hack.diff 8998 history download (+53) new

… 15 more files in changeset.
8973 by brian on 09 July 2008, 19:46:50 -0400 (1 month 29 days ago) remove unused var

./freeswitch_python.cpp 8973 history download (+0 -1) diffs

8930 by anthm on 08 July 2008, 13:27:02 -0400 (2 months ago) add args to sleep

./freeswitch.py 8930 history download (+1 -0) diffs

./mod_python_wrap.cpp 8930 history download (+44 -0) diffs

… 14 more files in changeset.
8924 by mikej on 08 July 2008, 02:59:02 -0400 (2 months 1 day ago) fix seg src/mod/languages/mod_python

./freeswitch_python.cpp 8924 history download (+4 -2) diffs

./mod_python.c 8924 history download (+10 -32) diffs

… 2 more files in changeset.
8915 by anthm on 07 July 2008, 23:25:31 -0400 (2 months 1 day ago) don't override macro name (MODLANG-68)

./freeswitch_python.cpp 8915 history download (+4 -4) diffs

8884 by anthm on 02 July 2008, 17:12:57 -0400 (2 months 6 days ago) add EventConsumer obj to cpp

./freeswitch.py 8884 history download (+34 -0) diffs

./mod_python_wrap.cpp 8884 history download (+633 -19) diffs

… 6 more files in changeset.
8828 by anthm on 23 June 2008, 15:19:17 -0400 (2 months 15 days ago) fix MODLANG-65

./mod_python_wrap.cpp 8828 history download (+138 -1) diffs

… 3 more files in changeset.
8745 by anthm on 02 June 2008, 19:42:59 -0400 (3 months 5 days ago) add waitForAnswer to cpp

./freeswitch.py 8745 history download (+3 -0) diffs

./mod_python_wrap.cpp 8745 history download (+77 -0) diffs

… 6 more files in changeset.
8743 by anthm on 02 June 2008, 19:37:12 -0400 (3 months 5 days ago) add answered and mediaReady methods to CoreSession

./mod_python_wrap.cpp 8743 history download (+6813 -7084) diffs

… 4 more files in changeset.
8689 by anthm on 27 May 2008, 00:54:52 -0400 (3 months 12 days ago) indent pass 2

./freeswitch_python.cpp 8689 history download (+223 -242) diffs

./mod_python.c 8689 history download (+70 -76) diffs

./mod_python_wrap.cpp 8689 history download (+7084 -6813) diffs

./switch_swig_wrap.c 8689 history download (+8 -10) diffs

… 97 more files in changeset.
8456 by stkn on 16 May 2008, 17:38:00 -0400 (3 months 22 days ago) Force CXXLINK for mod_python and remove -lstdcc++ from LOCAL_LDFLAGS to fix build on solaris

./Makefile.in 8456 history download (+3 -1) diffs

8449 by anthm on 16 May 2008, 14:40:39 -0400 (3 months 22 days ago) lang fixes

./mod_python_wrap.cpp 8449 history download (+84 -1) diffs

… 8 more files in changeset.
8386 by anthm on 13 May 2008, 16:36:23 -0400 (3 months 25 days ago) cannot pass 2833 on a transcoded call

./freeswitch.py 8386 history download (+2 -0) diffs

./mod_python_wrap.cpp 8386 history download (+278 -0) diffs

… 14 more files in changeset.
8366 by anthm on 12 May 2008, 12:58:44 -0400 (3 months 26 days ago) fix build prob

./freeswitch.py 8366 history download (+1 -0) diffs

./mod_python_wrap.cpp 8366 history download (+35 -0) diffs

… 5 more files in changeset.
8352 by anthm on 10 May 2008, 13:02:43 -0400 (3 months 28 days ago) add some methods to CoreSession

./freeswitch.py 8352 history download (+4 -2) diffs

./mod_python_wrap.cpp 8352 history download (+202 -84) diffs

… 6 more files in changeset.
8263 by anthm on 05 May 2008, 11:30:55 -0400 (4 months 3 days ago) change names to protect the innocent

./switch_swig_wrap.c 8263 history download (+4 -4) diffs

… 29 more files in changeset.
8258 by stkn on 02 May 2008, 19:40:37 -0400 (4 months 6 days ago) Try to use python provided by the system instead of a bundled version, adds --with-python and --with-python-config to configure

./Makefile 8258 history deleted

./Makefile.in 8258 history download (+29) new

… 1 more file in changeset.
earlier earlier | later later