March 26, 2013 | ||
---|---|---|
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 |
May 30, 2006 | ||
---|---|---|
View bc5be3498c
- added route_lookup (like route_get(), but doesn't create a new route if not found) -- patch from Miklos Tirpak <miklos@iptel.org>Andrei Pelinescu-Onciul authored on 30/05/2006 19:20:51 |
February 24, 2006 | ||
---|---|---|
View 8f0e1af302
- tcp accounting: connections_no decreased on error - parse_uri: missing break for r2 - tm: enabled tm statsAndrei Pelinescu-Onciul authored on 24/02/2006 18:35:35 |
February 7, 2006 | ||
---|---|---|
View 93349b4eca
- named routes support in core and tm (t_on_*). e.g.: route{ route(bar); t_on_reply("reply_route"); route(1); # == route("1") ... } route[foo]{ ... } route["bar"]{ ... } route[1]{ ... } onreply_route[reply_route]{ ... }Andrei Pelinescu-Onciul authored on 07/02/2006 01:14:57 |