April 3, 2009 | ||
---|---|---|
View 27cdfd2c39
build system: support for multiple modules dirsAndrei Pelinescu-Onciul authored on 27/03/2009 19:44:36 |
March 24, 2009 | ||
---|---|---|
View 87ee53fb39
Compile also the files in parser/sdpJan Janak authored on 24/03/2009 19:04:18 |
December 5, 2007 | ||
---|---|---|
View 50a5538a45
Let the config framework compiled together with SER coreMiklos Tirpak authored on 05/12/2007 15:32:55 |
June 14, 2007 | ||
---|---|---|
View 2c07f59143
- added ISAAC, Bob Jenkins's fast pseudo-random generator and some wrapper arround it (see http://www.burtleburtle.net/bob/rand/isaacafa.html)Andrei Pelinescu-Onciul authored on 14/06/2007 23:23:47 |
February 10, 2007 | ||
---|---|---|
View 6c53d41a09
- tls hooks support: special tls hooks added in core that allow a module or core part to provide a tls implementation. Support for the old in-core tls compile options is preserved (but one can compile with either tls hooks support or tls-in-core support, not with both in the same time). Changes were kept to a minimum. - Makefiles: make TLS=1 deprecated, use instead make TLS_HOOKS=1 or make CORE_TLS=1 (if in-core tls support is needed). Added TLS_EXTRA_LIBS (e.g. make CORE_TLS=1 TLS_EXTRA_LIBS="-lz -lkrb5").Andrei Pelinescu-Onciul authored on 10/02/2007 18:52:48 |
June 30, 2003 | ||
---|---|---|
View e8f8146efb
- cleaned up examples.bak (examples had no g write permissions, I had to mv it to examples.bak & cp examples.bak to examples; chmod g+w because the examples owner was "ser") - undoed some tls stuffAndrei Pelinescu-Onciul authored on 30/06/2003 16:23:36 |
September 25, 2002 | ||
---|---|---|
View 054cb6cff5
- big makefile changes - debian fixes (works like a charm now) - ipaddr2he bug fix - changes rpm specs - modified the tar makefile target - new make vars: basedir, cfg-target, modules-target - cfg. file modified on the fly (module-path=modules-target) - ser default cfg. file=cfg-target - etc.Andrei Pelinescu-Onciul authored on 25/09/2002 19:20:26 |
August 15, 2002 | ||
---|---|---|
View c2d675527a
*** empty log message ***Jan Janak authored on 15/08/2002 12:20:16 |
August 9, 2002 | ||
---|---|---|
View 7a21274097
*** empty log message ***Jan Janak authored on 09/08/2002 12:13:05 |
July 9, 2002 | ||
---|---|---|
View 29cbdf7705
database module interface moved.Jan Janak authored on 09/07/2002 09:08:25 |
May 13, 2002 | ||
---|---|---|
View 3881f12c2c
TM callbacks, acc, flagsJiri Kuthan authored on 13/05/2002 01:15:40 |
February 20, 2002 | ||
---|---|---|
View b748ffc7c2
- fixed makefile messAndrei Pelinescu-Onciul authored on 20/02/2002 14:57:14 |
February 19, 2002 | ||
---|---|---|
View d9c55ba40c
minor fix in build_res_f_reqJiri Kuthan authored on 19/02/2002 22:38:36 |
February 11, 2002 | ||
---|---|---|
View b2dec9c60f
- updated Makefiles ( gcc-3.0 specific options, arch. specific defines section, a.s.o) - fixed gcc-3.0 warnings - added f_malloc, an even faster mallocAndrei Pelinescu-Onciul authored on 11/02/2002 17:56:22 |
January 7, 2002 | ||
---|---|---|
View dda9dab1f8
performance and bug fixesJiri Kuthan authored on 07/01/2002 04:39:49 |