 |
View 6255501648
- forgot it during last commit
Andrei 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
|
 |
View 17d8cc2bec
- improved PIDF document publishing (DB data storage not fully finished yet) partialy solves BUGS: SER-86, SER-49 - unified PIDF documents creation
Vaclav Kubart authored on 05/12/2005 17:43:13
|
 |
View 3d942590eb
- fixed some warnings - fixed typo in action.c - fixed dynamic regex not regfreed and backup char not restored on error in route.c
Andrei Pelinescu-Onciul authored on 05/12/2005 17:32:17
|
 |
View 449c5dcbef
- fixed misplaced set_avp list, courtesy of cesc.santa@gmail.com
Jan Janak authored on 05/12/2005 17:14:07
|
 |
View a86d53b012
- rls excluded from the compile by default list (depends on external libs) - added DEBUG(), ERR(), WARN(), INFO(), BUG() which can be used instead of LOG(L_*, ). The new macros will add "DEBUG:", "ERROR:" a.s.o in front of the message and also the filename and line number from where they were called ( DEBUG("x") in foo.c:23 is equiv. with DBG("DEBUG: foo.c:23: x"))
Andrei Pelinescu-Onciul authored on 05/12/2005 17:01:08
|
 |
View 1e17de4503
- Processing instructions to generate output in subdirs - acc removed
Jan Janak authored on 05/12/2005 12:11:18
|
 |
View 604587a580
- Configurable output directory, filename, and extension - New variable OUTPUT_DIR which can be overriden from doc Makefiles - Separate stylesheet for plain-text documentation
Jan Janak authored on 05/12/2005 12:10:41
|
 |
View e054548353
- Separate stylesheet to generate plaintext documentation from docbook
Jan Janak authored on 05/12/2005 12:08:58
|
 |
View e775c33855
- Added stylesheet to generate chunked XHTML output - Added stylesheet to generate single file XHTML output - XHTML stylesheets generate strict and clean XHTML code
Jan Janak authored on 05/12/2005 12:08:01
|
 |
View 4838801413
- CSS file renamed
Jan Janak authored on 05/12/2005 12:06:10
|
 |
View c5e12b91cd
- Description of various stylesheets in sip_router/doc/stylesheet directory
Jan Janak authored on 05/12/2005 12:05:02
|