December 10, 2005 | ||
---|---|---|
View 0aa3fcd6b5
- warning message fixed (integer overflow) - added set_msg_id_valAndrei Pelinescu-Onciul authored on 10/12/2005 15:48:39 |
December 9, 2005 | ||
---|---|---|
View d3d0014440
-fixed t_on_failure docs - added t_on_reply, t_on_branchAndrei Pelinescu-Onciul authored on 09/12/2005 22:38:25 |
||
View 24c9352297
Let tm module be relatively independent on the route action internal structure (resp. its data size). When accessing param #1 while fixing param #2 in the fixup_hostport2proxy function use correct type for pointer arithemtics.Michal Matyska authored on 09/12/2005 18:33:58 |
||
View 879a33673b
- added struct msgid_var and get_msgid_val() macro - usefull to link some value to a msg idAndrei Pelinescu-Onciul authored on 09/12/2005 18:29:38 |
December 8, 2005 | ||
---|---|---|
View 8e4e4fcb66
improved handling presence documents in PA - added generating of cpim-pidf+xml (draft version 07) - improved parsing Accept header fields - clarified work with document typesVaclav Kubart authored on 08/12/2005 15:39:22 |
December 7, 2005 | ||
---|---|---|
View 4526254b71
- added parsing mimetype application/cpim-pidf+xml - added parsing cpim-pidf+xml document (draft version 07 - the same as PIDF, but other namespace) - corrected a little bug in parsing mimetypes - using default_expires for PUBLISH handlingVaclav Kubart authored on 07/12/2005 17:53:31 |
||
View 5d20a960e9
correct work with notes published for presentities (with persistence)Vaclav Kubart authored on 07/12/2005 09:22:47 |
December 6, 2005 | ||
---|---|---|
View 084fb23aec
- acc and missed_call table flagsJan Janak authored on 06/12/2005 15:57:53 |
||
View a7391012c9
- reverted previous accidental commitJan Janak authored on 06/12/2005 15:14:26 |
||
View 26a8a73ee0
- fixed gcc warningJan Janak authored on 06/12/2005 15:09:45 |
||
View 77b36d4915
- added missing presence tablesJan Janak authored on 06/12/2005 14:57:43 |
||
View 03f4e29e67
- support for 3rd party extension tablesJan Janak authored on 06/12/2005 14:54:49 |
||
View 8126b42565
- bsd fixes (ADD already defined)Andrei Pelinescu-Onciul authored on 06/12/2005 13:15:11 |
December 5, 2005 | ||
---|---|---|
View 6255501648
- forgot it during last commitAndrei Pelinescu-Onciul authored on 05/12/2005 18:33:11 |
||
View af93cbdf37
New timer interface: - allows adding timers dynamically - supports one shot and periodic timers - precise - allows timeouts < 0.5 s (depends on the config., by default min. timeout = 62.5 ms) - based on a 3 level hierarchical timing wheel - very fast - low overhead for timer functions (most of the time, the excetion is timer_del which take can take quite a long time in special situations) - supports "slow" timers (compile option, by default on), "slow" timer = a timer handler which is declared as possible taking a long timer to execute. - backward compatible: old timer functions are preserverd => no changes needed for the existing code (although migration to the new interface is recommended) For more information read doc/timers.txt. tm timer update will follow shortly (this week).Andrei Pelinescu-Onciul authored on 05/12/2005 18:29:30 |