January 3, 2015 | ||
---|---|---|
View 2266bb9cc2
Core Update of doxygen, removal of history, changing "ser" to "kamailio"Olle E. Johansson authored on 03/01/2015 14:03:24 |
July 4, 2014 | ||
---|---|---|
View 9e1ff4488a
all: updated FSF address in GPL textAnthony Messina authored on 04/07/2014 09:36:37 • Daniel-Constantin Mierla committed on 04/07/2014 09:37:36 |
March 26, 2013 | ||
---|---|---|
View 0b79baecf4
core: Add defines required for a new branch_failure_route typeHugh Waite authored on 26/03/2013 11:43:35 |
||
View 054af08348
Revert "core: Initial revision of branch_failure_route"Hugh Waite authored on 26/03/2013 11:22:31 |
March 19, 2013 | ||
---|---|---|
View a5946574cb
core: Initial revision of branch_failure_routeHugh Waite authored on 19/03/2013 15:43:46 |
April 2, 2012 | ||
---|---|---|
View abb01fb410
core: Added void to declarations of functions with empty argument listMarius Zbihlei authored on 02/04/2012 14:19:17 |
February 22, 2010 | ||
---|---|---|
View 5e0e999ad3
core: distinct core and tm onreply route testsAndrei Pelinescu-Onciul authored on 22/02/2010 13:49:37 |
June 3, 2009 | ||
---|---|---|
View 593513f8e0
route_type: branch and onsend route bugs correctedMiklos Tirpak authored on 03/06/2009 08:38:42 |
May 19, 2009 | ||
---|---|---|
View 31b5e3d0e7
core: support for event_routeDaniel-Constantin Mierla authored on 19/05/2009 16:55:12 |
April 27, 2009 | ||
---|---|---|
View 16b47a9a88
define ANY_ROUTEDaniel-Constantin Mierla authored on 27/04/2009 11:00:44 |
March 7, 2009 | ||
---|---|---|
View 1dfe92cbe2
New global variable route_type with the type of route being executedJan Janak authored on 07/03/2009 00:42:04 |
December 10, 2008 | ||
---|---|---|
View 10bb5547fc
script engine: expression optimizationsAndrei Pelinescu-Onciul authored on 10/12/2008 13:43:58 |
December 4, 2008 | ||
---|---|---|
View ab7f82d262
script engine: lvalue/rvalue assignment and fixupsAndrei Pelinescu-Onciul authored on 04/12/2008 00:12:46 |
June 14, 2007 | ||
---|---|---|
View 20fded1fe8
- fix: run_actions() & friends used some static variables to save some internal state (run_flags, last_ret a.s.o). Problems would appear when different routes (e.g. main route and an onsend route) would execute in the same process (e.g. an onsend route return would exit also the main route). Now run_actions(), do_action() and eval_expr() take an extra "context" parameter (which must be initialized before use).Andrei Pelinescu-Onciul authored on 14/06/2007 23:12:26 |
December 13, 2006 | ||
---|---|---|
View e8138515fe
- hash cleanup/cosmetics: - use the "raw" hash functions from hashes.h as base for the other hashes (e.g. tm hash). This doesn't change the hash functions, just removes some extra copies. - split old hashes.h into hashes.h (more generic stuff) and str_hash.h - new_hash() is safer now (nobody uses it, but just in case...)Andrei Pelinescu-Onciul authored on 13/12/2006 22:50:46 |