April 3, 2009 | ||
---|---|---|
View 53e6557d7f
tls: ser_cert.sh portability fixesAndrei Pelinescu-Onciul authored on 03/04/2009 13:37:27 |
February 27, 2009 | ||
---|---|---|
View c1843097af
METHOD_OTHER is replaced with METHOD_OPTIONS, because the OPTIONS request is supported by the parser.Miklos Tirpak authored on 27/02/2009 10:50:31 |
February 26, 2009 | ||
---|---|---|
View bb5aa5037a
cfg_size macro renamed to cfg_sizeof to avoid a conflict with one of the functions in libconfuse, this library is used by one of the kamailio modules.Jan Janak authored on 26/02/2009 11:39:43 |
January 6, 2009 | ||
---|---|---|
View 6d5122540d
* logging API updated (see doc/logging-api.txt for details)Ondrej Martinek authored on 06/01/2009 17:14:13 |
January 5, 2009 | ||
---|---|---|
View eadb6fedd0
When building the route set of ACKs for local UACs, only the reply is now evaluated; this is insufficient, since replies to in-dialog requests normally miss the route set. The patch fixes that: evals INVITE, if this was in-dialog; otherwise, the reply (since the req. doesn't have yet complete route set).Bogdan Pintea authored on 05/01/2009 21:26:44 |
January 4, 2009 | ||
---|---|---|
View ffa329ab3f
Fixed compiler issues warnings over: - switch over enum w/o complete list set or default - int - pointer castsBogdan Pintea authored on 04/01/2009 15:50:15 |
||
View f1f75f6233
Some errors are marked as DB API (framework) failures instead of MYSQL API (library) errors. This could lead to premature reconnection attempt abortion. Applied patch fixes that.Bogdan Pintea authored on 04/01/2009 15:41:13 |
||
View 4486239b37
The header file ds_rpc.h statically defines the doc string for some RPC functions, and is included in source ds_rpc.c file that does not use the defines - they are used in dispatcher.c only; this leads, of course, to compiler whining about it. The applied patch fixes that.Bogdan Pintea authored on 04/01/2009 15:08:19 |
||
View c1595a7860
"Route :" prefix (and separator) is used some more time across the source. It was defined 3 times (with a small variation). Applied patch moves the definition to global config.h.Bogdan Pintea authored on 04/01/2009 14:52:42 |
December 16, 2008 | ||
---|---|---|
View 1991a5dc7c
permissions: fix build without -DUSE_IPV6 errorsAndrei Pelinescu-Onciul authored on 16/12/2008 14:36:15 |
December 8, 2008 | ||
---|---|---|
View 788c80f1f3
nathelper: added support for SDP rtcp attribute (RFC 3605)Alfred E. Heggestad authored on 08/12/2008 11:26:49 |
||
View 19c1380a8b
prefix_route: include atomic_ops.h where atomic_t is usedAlfred E. Heggestad authored on 08/12/2008 11:01:32 |
||
View 422e7e6595
Fix warnings on LP64 plarforms out there (all 64-bit amd64/emt64 unixes and linuxes) where sizeof(*void) != sizeof(int).Maxim Sobolev authored on 08/12/2008 06:11:40 |
||
View cecd051fae
Add comma between function names and fix typo.Maxim Sobolev authored on 08/12/2008 06:08:24 |
||
View a538e11b56
xcap_root is statically allocated array, so that it cannot be NULL.Maxim Sobolev authored on 08/12/2008 06:06:54 |