November 28, 2008 | ||
---|---|---|
View fdb7458146
avp: warning fixes & more sane usr_avp structAndrei Pelinescu-Onciul authored on 28/11/2008 15:24:01 |
March 26, 2008 | ||
---|---|---|
View d576152faa
select_list() function must not return the global class when the global flag is not set. Fixes SER-368Miklos Tirpak authored on 26/03/2008 09:47:18 |
March 16, 2007 | ||
---|---|---|
View cead8fc39c
- added error message when register_avpflag fails - changed avp_flag_t from 16 to 32 bits, avpflags are starting widely used and limitation to max.3 avpflags was too tightTomas Mandys authored on 16/03/2007 09:00:52 |
December 7, 2006 | ||
---|---|---|
View 8768defdef
- killed gcc 4.x "type-punned pointer will break strict-aliasing warnings" (warning season opened)Andrei Pelinescu-Onciul authored on 07/12/2006 18:58:02 |
August 31, 2006 | ||
---|---|---|
View c5698a3c1d
get_avp_val() caused crash with int AVP name and string typeMiklos Tirpak authored on 31/08/2006 13:18:34 |
July 18, 2006 | ||
---|---|---|
View 6bdb84e15d
- reset_avp_list addedJan Janak authored on 18/07/2006 11:51:25 |
July 4, 2006 | ||
---|---|---|
View e61ba5d274
- support for URI attributesJan Janak authored on 04/07/2006 12:46:30 |
June 7, 2006 | ||
---|---|---|
View 80d2811c92
- numeric avp compared with string value fix: the value will be converted to int on-the-fly if possible (unfortunately we don't have enough information to do it on fixup).Andrei Pelinescu-Onciul authored on 07/06/2006 21:55:25 |
May 31, 2006 | ||
---|---|---|
View 85d4627f9f
- added AVP flags feature.Tomas Mandys authored on 31/05/2006 23:02:46 |
February 15, 2006 | ||
---|---|---|
View fd6d4dc97a
AVP track searching resolution ------------------------------ new AVP prefixes registered fu - FROM USER and tu - TO USER $avp and $f.avp now searches in from track $t.avp searches in to trackMichal Matyska authored on 15/02/2006 17:29:18 |
February 3, 2006 | ||
---|---|---|
View 42cbd4be09
- minor fixAndrei Pelinescu-Onciul authored on 03/02/2006 15:33:22 |
January 8, 2006 | ||
---|---|---|
View 14102f3919
AVPs' types purification usr_avp declares type for each part (avp_flags_t, avp_name_t, avp_value_t, avp_index_t) and one compund type avp_ident_t.Michal Matyska authored on 08/01/2006 18:52:16 |
January 7, 2006 | ||
---|---|---|
View 8b93b26bff
Log level of two debug messages was changed from ERR to DBG.Michal Matyska authored on 07/01/2006 21:58:07 |
||
View 145e3fb302
=AVP core extended to be aware of multiple AVPs with the same name exist in the list. There are three possibilities of correct script syntax...Michal Matyska authored on 07/01/2006 21:28:49 |
December 5, 2005 | ||
---|---|---|
View 3d942590eb
- fixed some warnings - fixed typo in action.c - fixed dynamic regex not regfreed and backup char not restored on error in route.cAndrei Pelinescu-Onciul authored on 05/12/2005 17:32:17 |