March 3, 2004 | ||
---|---|---|
View fcd6abd768
t_hash equivalent for the unix domain socketsJan Janak authored on 03/03/2004 16:16:30 |
||
View 668512b105
- tsend_dgram_ev used instead of writev - new parameter -- unix_send_timeout which allows to specify the timeout when sending datagrams to unix domain sockets (in seconds)Jan Janak authored on 03/03/2004 16:03:53 |
||
View 4421b31943
- Better API for sending replies - Core commands implementedJan Janak authored on 03/03/2004 15:36:55 |
||
View 0b75b86aaf
- in failure route, msg->parsed_uri_ok must be reset!!! since msg_parsed_uri is not cloned (and cannot be cloned)!Bogdan-Andrei Iancu authored on 03/03/2004 13:09:58 |
||
View fe0ca3aeb3
- added tsend_dgram_ev (== writev+timeout) - changed parameter order for tsend_dgramAndrei Pelinescu-Onciul authored on 03/03/2004 11:13:25 |
||
View 851b529fb6
- added tcp init code for the unixsock_server (to be able to send messages over tcp from its processes) - fixed unixsock cmd. line param.Andrei Pelinescu-Onciul authored on 03/03/2004 09:25:26 |
||
View 8864779123
- updated process_count() to refelect the unixsock_server - changed version number to reflect the same thingAndrei Pelinescu-Onciul authored on 03/03/2004 08:30:27 |
March 2, 2004 | ||
---|---|---|
View 886586dada
Removed fixup function for t_write_unix, socket initialized upon startup.Jan Janak authored on 02/03/2004 18:26:40 |
||
View ea107bf63f
New function introduced -- t_write_unix. The functions send a pre-formatted message through a unix domain socketJan Janak authored on 02/03/2004 16:39:38 |
||
View 50a0659f43
Did not commit in the previous run...Jan Janak authored on 02/03/2004 16:07:14 |
||
View 58ec33d5d1
UNIX Domain socket server, it allows more flexible communication between ser and SEMS or AA than the FIFO interface.Jan Janak authored on 02/03/2004 15:19:47 |
February 27, 2004 | ||
---|---|---|
View 854db58374
- small fix (some poll flags were not checked)Andrei Pelinescu-Onciul authored on 27/02/2004 12:42:05 |
February 26, 2004 | ||
---|---|---|
View 518c933984
- replaced tcp_blocking_write with more generic tsend_stream(fd, buf, len, timeout) & tsend_dgram(fd, buf, len, timeout, to, tolen) so that they can be used from ser modules a.s.o.Andrei Pelinescu-Onciul authored on 26/02/2004 18:00:49 |
||
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 |
February 25, 2004 | ||
---|---|---|
View ff4b78b082
- str2ip & str2ip6 used to accept ip addresses with to few dots/colons (e.g. 127.0 => 127.0.0.0 or ff02:1 => ff02:1::), now they are more strictAndrei Pelinescu-Onciul authored on 25/02/2004 18:48:57 |