Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

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

Changelog

10502 by brian on 21 November 2008, 14:15:47 -0500 (16 hours ago) change types

./mod_lua_wrap.cpp 10502 history download (+3 -9) diffs

… 6 more files in changeset.
10485 by mikej on 20 November 2008, 18:12:15 -0500 (36 hours ago) swigall

./mod_lua_wrap.cpp 10485 history download (+27 -0) diffs

… 7 more files in changeset.
10385 by mikej on 13 November 2008, 15:55:15 -0500 (8 days ago) svn:ignore

. 10385 history download (+0 -0) diffs

… 6 more files in changeset.
10306 by mikej on 08 November 2008, 06:21:54 -0500 (14 days ago) (LBAPR-1) load mod_lua with global symbols space so that sub modules are able to link to it properly.  Broken in svn r9605.

./mod_lua.cpp 10306 history download (+1 -2) diffs

… 3 more files in changeset.
10100 by mikej on 21 October 2008, 15:39:57 -0400 (31 days ago) MODLANG-87 - Update to lua 5.1.4 release

./lua/lapi.c 10100 history download (+10 -8) diffs

./lua/lbaselib.c 10100 history download (+7 -5) diffs

./lua/ldebug.c 10100 history download (+25 -9) diffs

./lua/loadlib.c 10100 history download (+5 -3) diffs

./lua/lobject.h 10100 history download (+2 -2) diffs

… 5 more files in changeset.
10008 by mikej on 14 October 2008, 13:14:56 -0400 (38 days ago) (MODLANG-86) add local script directory support to mod_lua

./mod_lua.cpp 10008 history download (+54 -2) diffs

… 1 more file in changeset.
9780 by anthm on 01 October 2008, 14:27:29 -0400 (51 days ago) Commit FSCORE-183, tested by me but others test also.

./mod_lua_wrap.cpp 9780 history download (+5 -2) diffs

… 3 more files in changeset.
9692 by mikej on 27 September 2008, 23:48:36 -0400 (55 days ago) revert svn revisions 9682-9684 (FSCORE-183 is totally broken) (fixes FSCORE-194)

./mod_lua_wrap.cpp 9692 history download (+2 -5) diffs

… 8 more files in changeset.
9682 by anthm on 27 September 2008, 16:13:14 -0400 (55 days ago) swig

./mod_lua_wrap.cpp 9682 history download (+5 -2) diffs

… 3 more files in changeset.
9661 by mikej on 26 September 2008, 13:36:01 -0400 (56 days ago) if we want to override system function in lua we should do so from mod_lua, not hack the lib.  We did the same thing for exit.

./lua/loslib.c 9661 history download (+1 -1) diffs

9660 by mikej on 26 September 2008, 13:26:36 -0400 (56 days ago) fix lua build

./lua/loslib.c 9660 history download (+1 -1) diffs

9653 by anthm on 26 September 2008, 11:50:12 -0400 (56 days ago) add patch from MODAPP-86

./lua/loslib.c 9653 history download (+1 -1) diffs

… 7 more files in changeset.
9571 by anthm on 15 September 2008, 17:44:43 -0400 (2 months 6 days ago) add session destroy psuedo method to sort of destroy a session at least for the sake of FS

./mod_lua_wrap.cpp 9571 history download (+25 -0) diffs

… 7 more files in changeset.
9475 by robertj on 06 September 2008, 23:58:24 -0400 (2 months 15 days ago) Added ignore of lower case version of MSVC build directories (debug/Debug are distinct)

. 9475 history download (+0 -0) diffs

… 67 more files in changeset.
9326 by anthm on 19 August 2008, 21:12:23 -0400 (3 months 2 days ago) c++ needs const char * for static strings

./mod_lua_wrap.cpp 9326 history download (+2 -2) diffs

… 5 more files in changeset.
9311 by anthm on 16 August 2008, 11:56:29 -0400 (3 months 5 days ago) dont eval blank string

./freeswitch_lua.cpp 9311 history download (+2 -2) diffs

9297 by brian on 14 August 2008, 13:35:46 -0400 (3 months 7 days ago) fix lua originate

./freeswitch_lua.cpp 9297 history download (+8 -3) diffs

./freeswitch_lua.h 9297 history download (+1 -1) diffs

./mod_lua_wrap.cpp 9297 history download (+3 -2) diffs

9296 by brian on 14 August 2008, 13:20:34 -0400 (3 months 7 days ago) add unsetInputCallback method

./freeswitch_lua.cpp 9296 history download (+10 -0) diffs

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

./mod_lua_wrap.cpp 9296 history download (+25 -0) diffs

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

./mod_lua_wrap.cpp 9295 history download (+145 -1) diffs

… 4 more files in changeset.
9244 by anthm on 11 August 2008, 14:47:30 -0400 (3 months 10 days ago) tweak for MODLANG-77

./freeswitch_lua.cpp 9244 history download (+8 -3) diffs

./freeswitch_lua.h 9244 history download (+1 -0) diffs

./mod_lua_wrap.cpp 9244 history download (+38 -0) diffs

… 1 more file in changeset.
9110 by mikej on 19 July 2008, 11:39:17 -0400 (4 months 3 days ago) tweak for gcc 4.3

./mod_lua.cpp 9110 history download (+1 -1) diffs

9075 by brian on 17 July 2008, 16:31:49 -0400 (4 months 5 days ago) add startup-script to mod_lua

./mod_lua.cpp 9075 history download (+5 -0) diffs

… 1 more file in changeset.
9065 by anthm on 16 July 2008, 18:04:31 -0400 (4 months 6 days ago) tweak

./freeswitch_lua.cpp 9065 history download (+4 -2) diffs

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

./Makefile 9063 history download (+2 -0) diffs

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

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

./hack.diff 9063 history download (+14 -5) diffs

./mod_lua_wrap.cpp 9063 history download (+52 -5) diffs

… 11 more files in changeset.
9062 by anthm on 16 July 2008, 16:19:11 -0400 (4 months 6 days ago) lang stuff

./freeswitch_lua.cpp 9062 history download (+6 -7) diffs

./mod_lua_wrap.cpp 9062 history download (+183 -0) diffs

… 6 more files in changeset.
9049 by anthm on 16 July 2008, 02:23:35 -0400 (4 months 7 days ago) handle failed originate a little more gracefully (MODLANG-70)

./freeswitch_lua.cpp 9049 history download (+7 -3) diffs

… 1 more file in changeset.
9040 by anthm on 15 July 2008, 13:39:16 -0400 (4 months 7 days ago) update

. 9040 history download (+0 -0) diffs

./lua 9040 history download (+0 -0) diffs

… 23 more files in changeset.
9015 by brian on 14 July 2008, 11:38:44 -0400 (4 months 8 days ago) include session in hangup hook

./freeswitch_lua.cpp 9015 history download (+2 -1) diffs

9004 by brian on 12 July 2008, 14:44:05 -0400 (4 months 10 days ago) fix callback arg and CoreSession::sleep to not require a file

./freeswitch_lua.cpp 9004 history download (+9 -4) diffs

./freeswitch_lua.h 9004 history download (+1 -1) diffs

./mod_lua_wrap.cpp 9004 history download (+89 -9) diffs

… 9 more files in changeset.
8998 by anthm on 11 July 2008, 15:42:52 -0400 (4 months 11 days ago) snake charming

./mod_lua_wrap.cpp 8998 history download (+281 -23) diffs

… 19 more files in changeset.
earlier earlier | later later