October 28, 2005 | ||
---|---|---|
View 06c04bc2b1
- fixed tls on same port as tcp init problem (e.g. for -l 127.0.0.1:5080) - added a new tcp connection flag, set when the tcp connection is removed from the main pool - fixed tcp_read_req reported bytes count (necessary for certain types of poll stategies)Andrei Pelinescu-Onciul authored on 28/10/2005 20:59:37 |
December 1, 2004 | ||
---|---|---|
View 7a6d1ee1e2
core: - no fork unused sockets fix & cleanups mysql: - strptime XOPEN defineAndrei Pelinescu-Onciul authored on 01/12/2004 16:51:17 |
November 30, 2004 | ||
---|---|---|
View 6cd4883577
- added the missing force_send_socket script commandAndrei Pelinescu-Onciul authored on 30/11/2004 16:28:23 |
November 9, 2004 | ||
---|---|---|
View a35ad52c2d
- force_send_socket per message API support => changedinterface to get_send_socket; it takes now also the sip msg as param (updated the calls to it in all the modules)Andrei Pelinescu-Onciul authored on 09/11/2004 15:15:11 |
October 22, 2004 | ||
---|---|---|
View ecd1172106
- minor x86_64 fixesAndrei Pelinescu-Onciul authored on 22/10/2004 17:17:55 |
October 10, 2004 | ||
---|---|---|
View b412854780
- minor mostly cosmetic fix: aliases won't include tcp when tcp is disabledAndrei Pelinescu-Onciul authored on 10/10/2004 20:14:32 |
||
View 463fdeec3d
- added grep_sock_info and updated check_self to use itAndrei Pelinescu-Onciul authored on 10/10/2004 16:19:00 |
August 27, 2004 | ||
---|---|---|
View 478eb0de8f
- fixed startup "Listening on" list: with tcp disabled ser listed tcp sockets on startup, although it didn't really listen on themAndrei Pelinescu-Onciul authored on 27/08/2004 14:41:24 |
August 24, 2004 | ||
---|---|---|
View 53c7e0f19a
- Spelling checked - READMEs updatedJan Janak authored on 24/08/2004 08:45:09 |
May 3, 2004 | ||
---|---|---|
View 2ba731171e
- added Jan's multicast support patchAndrei Pelinescu-Onciul authored on 03/05/2004 11:32:19 |
April 29, 2004 | ||
---|---|---|
View 71fd3ebd95
- new config variables: sock_mode = <permissions> (e.g. sock_mode=0600: default value = 0660) ser unix sockets and fifo will be created with this permissions (old name fifo_mode is still supported, but deprecated) sock_user = username|"uid" sock_group = groupname|"gid" change the owner and/or group of the ser unix sockets or fifo Short example config snippet: sock_mode=0600 # ser socket/fifo mode sock_user="www-data" # ser socket/fifo owner sock_group=nogroup user=nobody # ser user (ser will suid to it) - typo fixed in socket_info (thanks to Jan)Andrei Pelinescu-Onciul authored on 29/04/2004 15:39:39 |
February 26, 2004 | ||
---|---|---|
View b55ecd11d8
- increased initial interface list probing buffer (should work better/start faster for hosts with >100 network interfaces)Andrei Pelinescu-Onciul authored on 26/02/2004 17:58:33 |
October 24, 2003 | ||
---|---|---|
View ab63a9a607
- added missing socket_info filesAndrei Pelinescu-Onciul authored on 24/10/2003 20:29:02 |