April 12, 2003 | ||
---|---|---|
View a7e13a8997
- added ipv6 address reference resolver supportAndrei Pelinescu-Onciul authored on 12/04/2003 20:55:30 |
||
View 3e8c3475a5
- added force rport (force_rport command in script, FL_FORCE_RPORT flags, msg->msg_flags) - added chroot and wdir in script (to bring it in line with the cmd. line options)Andrei Pelinescu-Onciul authored on 12/04/2003 19:26:15 |
April 10, 2003 | ||
---|---|---|
View 4b50480eed
- new parse_uri function added (better + parses transport, maddr, lr, method, user, ttl ) - sip_uri structure updated - PROTO_SCTP added :-)Andrei Pelinescu-Onciul authored on 10/04/2003 23:51:10 |
April 8, 2003 | ||
---|---|---|
View 548d11fb8c
more debuggingJiri Kuthan authored on 08/04/2003 00:39:55 |
April 6, 2003 | ||
---|---|---|
View 4c4e112f78
- timer will use first ipv4/ipv6 socket for sending and not the first interface (which can be a loopback) - rport related src_port fixes (all ports are now kept in host byte order)Andrei Pelinescu-Onciul authored on 06/04/2003 00:21:13 |
April 2, 2003 | ||
---|---|---|
View c55adae857
- added more subst lumps: SUBST_{SND,RCV}_ALL => ip:port;transport=protoAndrei Pelinescu-Onciul authored on 02/04/2003 16:39:06 |
||
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 |