May 15, 2009 | ||
---|---|---|
View 8321667b05
Avoid parsing the Request URI when it is not necessary.Miklos Tirpak authored on 15/05/2009 07:42:29 |
November 27, 2008 | ||
---|---|---|
View d22deb6cfa
select: comments for parse_select()Andrei Pelinescu-Onciul authored on 27/11/2008 00:25:42 |
June 23, 2008 | ||
---|---|---|
View 34873f534f
- comment typos fixedJan Janak authored on 23/06/2008 17:12:04 |
March 31, 2008 | ||
---|---|---|
View 03d7d3b902
Various warnings fixed (mostly appearing with 64b compiles).Bogdan Pintea authored on 31/03/2008 18:57:54 |
January 11, 2008 | ||
---|---|---|
View c935a4a3ca
Introducing CONSUME_ALL flag: all the subsequent parameters are accepted without resolving or checking them Can be used to implement selects with more than one parameterMiklos Tirpak authored on 11/01/2008 16:30:30 |
January 7, 2008 | ||
---|---|---|
View 2a062f98d3
fixes SER-345 - patch acceptedMichal Matyska authored on 07/01/2008 12:45:30 |
||
View c3203d627e
- if select is unfixable print just the part of text which was parsedMichal Matyska authored on 07/01/2008 12:33:52 |
||
View 8aa67e4da0
- fix (redesign) how credentials realm is extracted from msg / fixed at startup reported by Alfred E. Heggestad When compiling with gcc-3.4.3 on solaris/sparc I get some warnings: select_core.c: In function `get_credentials': select_core.c:896: warning: cast to pointer from integer of different size select_core.c: In function `select_auth': select_core.c:950: warning: cast from pointer to integer of different size select_core.c: In function `select_auth_param': select_core.c:963: warning: cast from pointer to integer of different sizeMichal Matyska authored on 07/01/2008 12:14:11 |
October 15, 2007 | ||
---|---|---|
View b3d26eadf9
fixes SER-322: - parser sticks in an endless loop when the terminating quote mark is missing in a substring: @hf_value["Contact].uri - quote mark can be escaped: @hf_value[\"Contact\"].uriMiklos Tirpak authored on 15/10/2007 07:55:41 |
October 3, 2007 | ||
---|---|---|
View 559cb45747
Level of the select call is moved to a global variable form the structure in order to make the select calls shared memory-safe. Fixes SER-318Miklos Tirpak authored on 03/10/2007 14:56:32 |
February 12, 2007 | ||
---|---|---|
View f8f678c3bd
- warnings for solaris - compilation fixes for gcc 2.95Andrei Pelinescu-Onciul authored on 12/02/2007 20:19:39 |
June 27, 2006 | ||
---|---|---|
View 1ee35cdcef
uri.params.XXXX now acceped and returns value of that parameter, or empty string flag if param without value is present. fixed param_offset and lvl values at the time of FIXUP_CALLMichal Matyska authored on 27/06/2006 21:34:50 |
||
View d0cf3d0b1c
select core extension: ....uri.params.XXXX tries to find required parameterMichal Matyska authored on 27/06/2006 19:07:44 |
||
View 84b87bd360
nameaddr support in select frameworkMichal Matyska authored on 27/06/2006 11:43:40 |
June 21, 2006 | ||
---|---|---|
View 6fcb46beae
Set lvl & param_offset[lvl] & param_offset[lvl+1] before FIXUP call of resolved select functionMichal Matyska authored on 21/06/2006 21:36:52 |