April 2, 2003 | ||
---|---|---|
View 1971054445
- fixed ":" in port_no_str bug. Now port_no_str no longer contains the colon (updated sms & tm)Andrei Pelinescu-Onciul authored on 02/04/2003 15:51:03 |
April 1, 2003 | ||
---|---|---|
View d1e2a411e8
- added opt (conditional) lumps, see data_lump.h: COND_FALSE, COND_TRUE, COND_IF_DIFF_REALMS, COND_IF_DIFF_AF, COND_IF_DIFF_PROTO, COND_IF_DIFF_PORT, COND_IF_DIFF_IP, COND_IF_RAND (the last one is very usefull :-))Andrei Pelinescu-Onciul authored on 01/04/2003 15:43:41 |
March 31, 2003 | ||
---|---|---|
View 5646666df9
- fixed SUBST_{SND,RCV}_IP for the ipv6 case (address must be enclosed in [])Andrei Pelinescu-Onciul authored on 31/03/2003 19:56:37 |
||
View f15bede127
- removed msg->repl_add_rm (msg->add_rm is used now both for replies & requests) - tcp code now always tries to add bind address info even for temporary "sending" sockets (it tries to find first match in the listening sockets list) - new lump function: insert_subst_lump_after, insert_subst_lump_before (you can add now lumps that will be substituted with the rcv/sending ip addr, port or proto: see SUBST_{SND,RCV}_{IP,PORT,PROTO})Andrei Pelinescu-Onciul authored on 31/03/2003 19:51:10 |
March 29, 2003 | ||
---|---|---|
View d505936f1a
missing history entries completedJiri Kuthan authored on 29/03/2003 01:38:11 |
March 26, 2003 | ||
---|---|---|
View 74ed389d55
fixed Content-Lenght bug in build_res_buf_with_body_from_sip_req.Raphael Coeffic authored on 26/03/2003 20:26:09 |
March 18, 2003 | ||
---|---|---|
View 40686bb172
- killed the last snprintf used in non-init code from core (build_warning)Andrei Pelinescu-Onciul authored on 18/03/2003 17:32:02 |
March 12, 2003 | ||
---|---|---|
View 6196789735
- minor warnings fixes (gcc)Andrei Pelinescu-Onciul authored on 12/03/2003 15:55:28 |
March 10, 2003 | ||
---|---|---|
View 6419a43f9f
- sun cc compile fixes (all the files not mentioned explicitly) - fixed a bug in build_res_buf_with_body_from_sip_req (bad len computations when via was not crlf terminated, e.g only lf) - Makefile.def: sun cc modules compilations options updated (it seems tm uses too many symbols for the default small memory model) - lock_ops.h: lock set support added also for PTHREAD_MUTEX & POSIX_SEM - route.c: updated to the new module exports format - sr_module.[hc]: changed module exports interface: added struct cmd_export and param_export, updated find_export, find_export_param, find_moduleAndrei Pelinescu-Onciul authored on 10/03/2003 22:24:14 |
March 6, 2003 | ||
---|---|---|
View fde02f64a4
sorry -- I'm taking off in few minutes and wanted to commit not to road-block dependent work -- I will post on that and provide history of changes when I'm backJiri Kuthan authored on 06/03/2003 17:43:17 |
February 28, 2003 | ||
---|---|---|
View a5b16152ff
VOICE_MAIL defs removedJiri Kuthan authored on 28/02/2003 23:46:26 |
||
View 18dbc018c0
elderly (un)defs junked (hopefuly the right ones)Jiri Kuthan authored on 28/02/2003 14:12:25 |
February 24, 2003 | ||
---|---|---|
View 3cdb9ce405
- added src_port in WARNING:Andrei Pelinescu-Onciul authored on 24/02/2003 17:06:29 |
February 19, 2003 | ||
---|---|---|
View d531a5d5c4
- tm tcp support (though no timers yet) changelist (random order): - forward.c: removed calls to upd_send & tcp_send & replaced them with calls to msg_send - ip_addr.h: added struct dest_info (used in tm rbs) - proxy.c: all *proxy fucntions require also the protocol - resolve.c: added proto to sip_resolvehost, for SRV lookups - tags.h: changed TOTAG_LEN into TOTAG_VALUE_LEN, to solve redefinition conflict with tm/t_msgbuilder.h - modules/sl/sl_funcs.c: modified sl_send_reply to use the transport independend msg_send - modules/tm/t_funcs.c: modified send_pr_buffer to use msg_send & rb->dst - modules/tm/t_fwd.c: added proto to various functions - modules/tm/t_lookup.c: init_rb() is proto indep. & it uses struct dest_info - modules/tm/t_msgbuilder.c: build_uac_request uses proto - modules/tm/t_reply.c: updated to use rb->dst, fixed TOTAG_LEN bug - modules/tm/tm.c: added t_forward_nonack_{udp, tcp}, t_relay_to_{udp,tcp}, t_replicate_{udp, tcp} - modules/tm/uac.c: t_uac, t _uac_dlg, gethfblock, uri2proxy changed to use proto & rb->dst - modules/tm/ut.h: added proto to uri2proxyAndrei Pelinescu-Onciul authored on 19/02/2003 17:16:41 |
February 7, 2003 | ||
---|---|---|
View ab130758c9
- more tcp stuff and a lot of merging w/ latest cvs - content-length is appended automatically to messages that cross from udp to tcp - tcp2udp and udp2tcp now work under heavy stress (e.g.: throttle 200, 10 ser processes on dual cpu) - tcp performance still sucks, some things like disabling Nagle are still not in yet (for better debugging)Andrei Pelinescu-Onciul authored on 07/02/2003 17:02:15 |