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 |
December 12, 2002 | ||
---|---|---|
View f2f969dda6
- changed sip_msg (new rcv member containing all the ips, ports, protocol) - added a "proto" parameter to forward_request, via_builder, get_send_sock etc. - added 2 new script commands: forward_udp & forward_tcp - lots of tcp bloat - changed parse_via to recognize TCP - more functions added to ip_addr.h (cmp for ips & sockaddrs etc.)Andrei Pelinescu-Onciul authored on 12/12/2002 21:46:37 |
December 11, 2002 | ||
---|---|---|
View 0c5da34bd1
- increased ROUTE_MAX_REC_LEV to 100 - added new route commad: send_tcp(address, port) - tcp global vars (added new members to pt a.s.o) - tcp_send(buf, len, server, 0) will try to find an existing open tcp connection to "server"; if none found a new one will be opened (ser will also start listening on it for sip messages) - first udp to tcp & tcp to tcp send (not forward, I still have to solve some tricky via stuff)Andrei Pelinescu-Onciul authored on 11/12/2002 21:30:44 |
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 |
October 17, 2002 | ||
---|---|---|
View 903766cef1
- fixed SET_URI bug (parsed_uri_ok not always reseted)Andrei Pelinescu-Onciul authored on 17/10/2002 12:09:32 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
September 10, 2002 | ||
---|---|---|
View 741db91318
- sockaddr_union len fixes (needed for bind/sun) - new macro sockaddru_len(su) -> returns the len of a sockaddr_union (sizeof(sockaddr) or sizeof(sockaddr_in6)) - removed the len parameter in udp_send (not needed) and updated the modules using it (im, msilo, sl, tm)Andrei Pelinescu-Onciul authored on 10/09/2002 13:49:23 |
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 |
August 15, 2002 | ||
---|---|---|
View caf80ae64e
bignag change -- lot of things primarily added in relationship with refurbushing TM; see [sr] archive (2002-08-14) -- "ser update" and "TM update" for a long list of detailsJiri Kuthan authored on 15/08/2002 08:13:29 |
August 12, 2002 | ||
---|---|---|
View 1b71270a03
- added SRV capable resolver (see get_record) - minimal (read quick hack) SRV supportAndrei Pelinescu-Onciul authored on 12/08/2002 16:33:43 |
May 31, 2002 | ||
---|---|---|
View 1400b77288
ser_error processing, ipv6-ization of TM, new TM callbacks; not stable yet (serial forking is screwed up)Jiri Kuthan authored on 31/05/2002 01:59:06 |
May 26, 2002 | ||
---|---|---|
View 36ef03290c
- made ipv4<->ipv6 possible - added different port numbers (eg. ser -l foo -p 1234 -l bar -p 4321 ) - small signal fixes (sigterm to evrybody on exit, exit if 1 child dies a.s.o)Andrei Pelinescu-Onciul authored on 26/05/2002 21:38:02 |
||
View 4e2fdd790c
- ipv6 support (-DUSE_IPV6) - changed all the sockaddr/ip addr structures - added gethostbyname/addr wrappers (resolve.h)Andrei Pelinescu-Onciul authored on 26/05/2002 13:50:48 |
||
View 1f377e97af
new: prefix/strip, len_gt, fixes: via2sock, TM everloop (no SYNs), other TM fixesJiri Kuthan authored on 26/05/2002 12:10:13 |
May 13, 2002 | ||
---|---|---|
View 3881f12c2c
TM callbacks, acc, flagsJiri Kuthan authored on 13/05/2002 01:15:40 |