December 3, 2004 | ||
---|---|---|
View d7a3fdead7
- lots of fixes (alignments, casts, warnings) - it compiles cleanly now wit sun cc and intel icc. - slight api change for param_func_t (it takes a void* now instead of a param_func_param_t)Andrei Pelinescu-Onciul authored on 03/12/2004 19:09:31 |
November 23, 2004 | ||
---|---|---|
View 47f3542f04
- yet another t_write fixAndrei Pelinescu-Onciul authored on 23/11/2004 09:56:00 |
November 22, 2004 | ||
---|---|---|
View 059afe051d
- t_write fixed (reported by Stefan Sayer) - forward.h update_sock_struct_from_ip typo fixed (reported by Richard Fogel)Andrei Pelinescu-Onciul authored on 22/11/2004 22:51:17 |
November 19, 2004 | ||
---|---|---|
View 88e27935ac
- tm fifo fix - more warnings killedAndrei Pelinescu-Onciul authored on 19/11/2004 11:34:21 |
November 17, 2004 | ||
---|---|---|
View 8bc902c979
- t_write_xxx() extended to print any optional header, avp or msg. body - configuration is done via "tw_append" parameter: tw_append = name:element[;element] element = [title=]value value = avp[avp_spec] | hdr[hdr_name] | msg[body] - t_write_xxx() syntax: t_write_xxx("unix_sock/fifo","application[/append_name]")Andrei Pelinescu-Onciul authored on 17/11/2004 21:09:26 |
September 6, 2004 | ||
---|---|---|
View 0b6d9f2f08
- serunix fixed to compile on solaris - serunix & gen_ha1 Makefiles changed to use main ser Makefile* (which autodetect the needed libs a.s.o) - t_fifo fixed to compile on solaris - pa excluded from the modules compiled by default (it needs external libraries); to compile it: make all include_modules=paAndrei Pelinescu-Onciul authored on 06/09/2004 14:53:41 |
August 24, 2004 | ||
---|---|---|
View 84d8e16586
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:58:23 |
August 23, 2004 | ||
---|---|---|
View 2be21e31d9
- avp core replaced with .14 version - avp DB support removed from core (later to be added as separate module) - tm support for avps (avp list saved into transactions and made available into tm callbacks, in failure and reply routes).Bogdan-Andrei Iancu authored on 23/08/2004 20:47:51 |
March 30, 2004 | ||
---|---|---|
View 1d4c5c0064
More log message fixes.Jan Janak authored on 30/03/2004 16:20:04 |
March 5, 2004 | ||
---|---|---|
View e59332633e
unix_send_timeout -> unix_tx_timeout -- aligned to the core config variableJan Janak authored on 05/03/2004 18:37:20 |
March 4, 2004 | ||
---|---|---|
View 4404c058d6
A typo fixedJan Janak authored on 04/03/2004 12:23:42 |
March 3, 2004 | ||
---|---|---|
View 668512b105
- tsend_dgram_ev used instead of writev - new parameter -- unix_send_timeout which allows to specify the timeout when sending datagrams to unix domain sockets (in seconds)Jan Janak authored on 03/03/2004 16:03:53 |
March 2, 2004 | ||
---|---|---|
View 886586dada
Removed fixup function for t_write_unix, socket initialized upon startup.Jan Janak authored on 02/03/2004 18:26:40 |
||
View ea107bf63f
New function introduced -- t_write_unix. The functions send a pre-formatted message through a unix domain socketJan Janak authored on 02/03/2004 16:39:38 |
February 23, 2004 | ||
---|---|---|
View c335afc45a
- t_write_req moved from t_funcs.c to t_fifo.c (on Jiri's request) - t_write_req doesn't handle internaly special parsing when called from failure_route (there are no more diff if called from failure or request route)Bogdan-Andrei Iancu authored on 23/02/2004 17:30:06 |