January 29, 2003 | ||
---|---|---|
View de38488ef8
- more fixes (transport stuff)Andrei Pelinescu-Onciul authored on 29/01/2003 18:12:18 |
January 23, 2003 | ||
---|---|---|
View 2d4b798ec2
determination of outbound interace introduced (get_out_socket)Jiri Kuthan authored on 23/01/2003 12:27:50 |
January 20, 2003 | ||
---|---|---|
View 8aeb47e2ed
- more tcp stuff (uses locking.h, hashtables, mostly untested) - main exit cleanups (created cleanup(show_status() function that should prepare ser for exiting: dellocate everything, free sems a.s.o).Andrei Pelinescu-Onciul authored on 20/01/2003 18:35:09 |
||
View 0bf716b854
bug_fix: checking of return value of snprintf aligned to C99Jiri Kuthan authored on 20/01/2003 01:18:50 |
January 16, 2003 | ||
---|---|---|
View e01354880c
- new locking used in shm_mem - some compile fixes in tm/lock.* (w/ sys v sems) Notes: on linux use only FAST_LOCK or USE_SYSV_SEM (pthread & posix sems do not work)Andrei Pelinescu-Onciul authored on 16/01/2003 19:22:09 |
January 5, 2003 | ||
---|---|---|
View c082a4372f
SIGPIPE is ignored now; under some unclear circumstances, use of exec raised the signal, which then terminated ser; I'm not aware of any SIGPIPE customers, so it should be okJiri Kuthan authored on 05/01/2003 23:28:55 |
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 |
December 10, 2002 | ||
---|---|---|
View 6ee62314b8
- even more tcp receive bs - sip msg.buff & orig are no longer 0 terminated (to avoid an extra copy in the tcp case)Andrei Pelinescu-Onciul authored on 10/12/2002 19:41:44 |
December 9, 2002 | ||
---|---|---|
View 5dc00db638
- fixed a typo (r instead of w in freopen stderr)Andrei Pelinescu-Onciul authored on 09/12/2002 17:26:29 |
November 29, 2002 | ||
---|---|---|
View 5b532c7fdd
- preliminary tcp support (it doesn't work, it's just for debugging, as long as you compile w/o -DUSE_TCP you should be safe) Note: sip + tcp really sucksAndrei Pelinescu-Onciul authored on 29/11/2002 21:12:24 |
November 28, 2002 | ||
---|---|---|
View e833d08a63
- redirect stdin, stdout & stderr ot /dev/null (this should fix printf in other file descriptors bugs)Andrei Pelinescu-Onciul authored on 28/11/2002 13:57:59 |
November 25, 2002 | ||
---|---|---|
View 85f1f3eeca
- netbsd fixes - 64 bit mini-cleanupAndrei Pelinescu-Onciul authored on 25/11/2002 20:29:44 |
November 21, 2002 | ||
---|---|---|
View 7d31b91133
- added a random number init. in main.c (tries to seed the prng with a random value, uses /dev/random if present). TODO: try to use egd if no /dev/random.Andrei Pelinescu-Onciul authored on 21/11/2002 13:36:23 |
November 18, 2002 | ||
---|---|---|
View 1219731040
init_digest_parser removed.Jan Janak authored on 18/11/2002 23:25:05 |