April 6, 2003 | ||
---|---|---|
View 6eacb2bc95
- fixed port byte order bugs introduced last night - updated modules to use the new byte ordering (now all the ports are kept in host byte order, previously some structures used network byte order and in other host byte order)Andrei Pelinescu-Onciul authored on 06/04/2003 14:05:35 |
March 19, 2003 | ||
---|---|---|
View e3dccdc952
- replaced all mallocs/frees w/ pkg_malloc/pkg_free - minor lock_dealloc warning fixesAndrei Pelinescu-Onciul authored on 19/03/2003 18:41:58 |
February 10, 2003 | ||
---|---|---|
View 610cb10e74
-fixed buf[len+1]=0 (should've been buf[len]=0) in udp_rcv_loopAndrei Pelinescu-Onciul authored on 10/02/2003 16:20:00 |
||
View 8fc80c33bb
- moved 0-term to udp_rcv_loop & tcp_read_req (save & restore the 0 term char)Andrei Pelinescu-Onciul authored on 10/02/2003 15:49:40 |
January 29, 2003 | ||
---|---|---|
View 049f64c292
scratchpad removed, textops changed to skip the first lineJiri Kuthan authored on 29/01/2003 19:24:10 |
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 |
September 22, 2002 | ||
---|---|---|
View a57bedca9e
a log reporting message precisedJiri Kuthan authored on 22/09/2002 10:46:45 |
September 20, 2002 | ||
---|---|---|
View e3fc93f472
- cosmetic changes (lines too long a.s.o)Andrei Pelinescu-Onciul authored on 20/09/2002 09:29:07 |
September 19, 2002 | ||
---|---|---|
View 7dd0b34273
GPLization banner introduced to *.[hc] filesJiri Kuthan authored on 19/09/2002 12:23:52 |
September 10, 2002 | ||
---|---|---|
View c0656aade8
dbg_msg_qa just moved to avoid complaints about missing declarationJiri Kuthan authored on 10/09/2002 15:54:22 |
||
View 1e6e346197
*** empty log message ***Andrei Pelinescu-Onciul authored on 10/09/2002 14:37:13 |
||
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 |
September 9, 2002 | ||
---|---|---|
View fd1c9fec9c
- more bsd testsAndrei Pelinescu-Onciul authored on 09/09/2002 20:43:01 |
||
View 535315280f
- bsd fixesAndrei Pelinescu-Onciul authored on 09/09/2002 20:29:20 |
September 8, 2002 | ||
---|---|---|
View f354fb0efc
msg_qa now drops suspicious incomign messages on the floor and it aborts only of messages sent out are suspiciousJiri Kuthan authored on 08/09/2002 22:33:48 |