July 3, 2003 | ||
---|---|---|
View 3f601bd0f5
- forward uri now works for secure uris (sips:blbalba) - parse_uri now parses sips uris; lr=something, r2|r2=something added to the parse_uri recognized parameters - resolver now sets the default port properly (5061 for tls, 5060 for others)Andrei Pelinescu-Onciul authored on 03/07/2003 15:41:07 |
May 20, 2003 | ||
---|---|---|
View af67aa1439
- uri DBGs only if EXTRA_DEBUG defined (too much noise, this was intended only for testing)Andrei Pelinescu-Onciul authored on 20/05/2003 17:37:17 |
||
View 683fdd6ff2
- added missing ZSWJan Janak authored on 20/05/2003 17:29:20 |
April 26, 2003 | ||
---|---|---|
View 6b6f226fd0
ZSW introduced to deal with solaris printf("%.*s",0,0) SFJiri Kuthan authored on 26/04/2003 20:28:46 |
April 16, 2003 | ||
---|---|---|
View 1f2c924e85
- core warning fixes for 64 bits archs - added include netinet/in_systm.h in tcp_*, udp_* (needed for IP_TOS on non linux systems) - now when using gcc 3.x/x86 ser is optimized for athlon, but "normal" i386 instructions are used. All this is overwritable from the environment or command line: CPU=athlon-mp make , or to also generate athlon instructions: CPU=athlon-mp CC_EXTRA_OPTS=-march=athlon-mp makeAndrei Pelinescu-Onciul authored on 16/04/2003 16:17:09 |
April 11, 2003 | ||
---|---|---|
View f2e456c301
- mode=debug => -DEXTRA_DEBUG - a lot of the tcp debugging messages are displayed now only if EXTRA_DEBUG is defined - parse_uri sets now ser_error - forward(uri:host,...) will use the protocol in the uriAndrei Pelinescu-Onciul authored on 11/04/2003 16:58:29 |
||
View 350a47c1b4
- minor optimizations (tricking gcc into generating a little better code)Andrei Pelinescu-Onciul authored on 11/04/2003 00:35:31 |
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 4, 2003 | ||
---|---|---|
View b2fcef3cb0
grand acc cleanup: all (core, tm, acc, serweb) but radius intergratedJiri Kuthan authored on 04/04/2003 03:21:58 |
January 29, 2003 | ||
---|---|---|
View 049f64c292
scratchpad removed, textops changed to skip the first lineJiri Kuthan authored on 29/01/2003 19:24:10 |
December 17, 2002 | ||
---|---|---|
View a6982b85d8
parse_uri cleanup: - It does no create copy of strings anymore - Fields are not zero terminated - Prototype of some low-level functions changed to accept str* instead of char*, that includes: mk_proxy, sip_resolvehost, str2ip, str2ip6, ip_addr2he - All modules updated (hopefully)Jan Janak authored on 17/12/2002 18:14:32 |
October 23, 2002 | ||
---|---|---|
View 1baa06b5df
- myself matches now also the uri port - modified check_self, add_alias & grep_alias to accept port numbers - added loopback check - modified get_send_socket to return the first non loopback ipv4 interface if bind_address==0Andrei Pelinescu-Onciul authored on 23/10/2002 15:12:20 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
August 20, 2002 | ||
---|---|---|
View e278821b00
- added aliases (names that ser will think are his own) - now the offical name will be put in sock_info[r] and the aliases in the. host_alias list. - added new script config. parameter: alias=Andrei Pelinescu-Onciul authored on 20/08/2002 09:34:12 |
August 19, 2002 | ||
---|---|---|
View 855c2e68ee
- added myself==src_ip/dst_ip/uri condition - created parse_sip_msg_uri which puts the result in msg->parsed_uri & updates msg->parsed_rui_ok - changed default value of syn_branch to 1Andrei Pelinescu-Onciul authored on 19/08/2002 11:51:31 |