December 7, 2016 | ||
---|---|---|
View 273ab2955f
core, lib, modules: restructured source code treeDaniel-Constantin Mierla authored on 07/12/2016 11:03:51 |
January 16, 2015 | ||
---|---|---|
View 6806e46ad9
core: Modify doxygen, remove history, remove SVN IDs, change "ser" and "sip-router" to "KAMAILIO"Olle E. Johansson authored on 16/01/2015 16:38:46 |
July 4, 2014 | ||
---|---|---|
View 9e1ff4488a
all: updated FSF address in GPL textAnthony Messina authored on 04/07/2014 09:36:37 • Daniel-Constantin Mierla committed on 04/07/2014 09:37:36 |
June 23, 2010 | ||
---|---|---|
View 5f65308938
tcp: change tls send callback interfaceAndrei Pelinescu-Onciul authored on 23/06/2010 21:17:15 |
August 1, 2007 | ||
---|---|---|
View a288ee348d
- support for setting the source address in tcp_send() and tcpconn_get() (should allow for a better tcp force_send_socket() in the future) - add multiple aliases for each connection, to cover all the search possiblities: (dst_ip, dst_port), (local_ip, dst_ip, dst_port), (local_ip, local_port, dst_ip, dst_port). - improved connection hash functionAndrei Pelinescu-Onciul authored on 01/08/2007 00:05:40 |
November 2, 2006 | ||
---|---|---|
View be7401cc34
- tcp fixes/atomic_t switchAndrei Pelinescu-Onciul authored on 02/11/2006 22:55:56 |
April 12, 2006 | ||
---|---|---|
View e6a2b12e54
- msg_send(), udp_send() and tcp_send() parameter list changed (now they use a struct dest_info to pack several of the old params)Andrei Pelinescu-Onciul authored on 12/04/2006 18:04:23 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
October 29, 2003 | ||
---|---|---|
View 59653eb856
- changed tcp to support port aliases (major changes) - added via alias parameter parsing - added script var. tcp_accept_aliases= yes|no (honour or not via alias param) - added script. cmd. force_tcp_alias( <void>|port_no) [for more info read the NEWS file]Andrei Pelinescu-Onciul authored on 29/10/2003 17:41:27 |
July 1, 2003 | ||
---|---|---|
View e9b02e8ee8
- more tls hooksAndrei Pelinescu-Onciul authored on 01/07/2003 20:23:51 |
February 7, 2003 | ||
---|---|---|
View ab130758c9
- more tcp stuff and a lot of merging w/ latest cvs - content-length is appended automatically to messages that cross from udp to tcp - tcp2udp and udp2tcp now work under heavy stress (e.g.: throttle 200, 10 ser processes on dual cpu) - tcp performance still sucks, some things like disabling Nagle are still not in yet (for better debugging)Andrei Pelinescu-Onciul authored on 07/02/2003 17:02:15 |
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 |