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 |
March 2, 2002 | ||
---|---|---|
View e22bbdb8e1
- fixed almost all warnings in ser core (gcc-3.0 -Wall, icc, sun cc). (=> fixed a lot of format string bugs) - replaced some of the remaining mallocs w/ pkg_mallocAndrei Pelinescu-Onciul authored on 02/03/2002 02:20:00 |
March 1, 2002 | ||
---|---|---|
View 51eadd0c98
Sun cc ser core support: - major makefile changes - lots of warning fixed - replaced incompatible expr-statement defines ( ({ }) ). - special LOG, DBG, DPrint version for sunccAndrei Pelinescu-Onciul authored on 01/03/2002 23:21:25 |
January 23, 2002 | ||
---|---|---|
View a1041efe1d
- re-added break script in condition (if function returns 0)Andrei Pelinescu-Onciul authored on 23/01/2002 18:10:41 |
||
View 9e973a637f
- fixed big if expression bug (introduced by Jiri) (an if without else with an expression evaluating to false would cause ser to bail out of the script!!!) - reverted to all style drop in condition behaviour (stop condition evaluation)Andrei Pelinescu-Onciul authored on 23/01/2002 17:17:33 |