December 9, 2007 | ||
---|---|---|
View e922039020
- fix for script numeric compares on 64 bit big endian systemsAndrei Pelinescu-Onciul authored on 09/12/2007 13:15:24 |
December 7, 2007 | ||
---|---|---|
View cde2e0a466
documenting the configuration frameworkMiklos Tirpak authored on 07/12/2007 16:32:57 |
December 6, 2007 | ||
---|---|---|
View b234c3ac32
- solaris: - use isainfo -n for arch. detection (compile time) - detect/support sun4v - compile by default on 64 bits on sparc64Andrei Pelinescu-Onciul authored on 06/12/2007 12:22:28 |
||
View a0b4a4b929
- freebsd accept filter fix (it works now)Andrei Pelinescu-Onciul authored on 06/12/2007 12:14:47 |
||
View 62d2baec8f
- freebsd compile fixes (use struct __res_state* instead of res_state + some typos)Andrei Pelinescu-Onciul authored on 06/12/2007 00:07:56 |
December 5, 2007 | ||
---|---|---|
View 8880cb3471
fixes to compile on Mac OS XNils Ohlmeier authored on 05/12/2007 23:13:03 |
||
View 8b83a92628
fixed typo to fix compilation on OS XNils Ohlmeier authored on 05/12/2007 22:04:41 |
||
View 63b50c563f
- close all the unneeded fds in child processes (=> significantly less fds used)Andrei Pelinescu-Onciul authored on 05/12/2007 20:26:58 |
||
View cabd961cba
Modifying the return value of cfg_set* functions, in order to make a difference between variable not found and error cases.Miklos Tirpak authored on 05/12/2007 16:30:57 |
||
View 7ac069af56
- cfg_core.c and cfg_core.h are added to the repository as a placeholder of the core configuration.Miklos Tirpak authored on 05/12/2007 16:21:36 |
||
View 9188021ac6
Initialize and destory the configuration framework in main.c, and update the local config within the child processes at the beginning of each loop.Miklos Tirpak authored on 05/12/2007 15:51:24 |
||
View 50a5538a45
Let the config framework compiled together with SER coreMiklos Tirpak authored on 05/12/2007 15:32:55 |
||
View a903fdab35
Implementing a configuration framework, that can be used by SER core, and by the modules, to get and set internal variables on-the-fly, and eliminate SER restarts whenever it is possible.Miklos Tirpak authored on 05/12/2007 15:22:01 |
December 4, 2007 | ||
---|---|---|
View 885b9f62e1
- tcp support for queueing writes: if some data cannot be written immediately on the socket (socket buffers full or still connecting), the data will be queued and written at a latter time (max. queue size per socket is controlled by tcp_conn_wq_max, timeout by tcp_send_timeout and total queued bytes / max. mem. used by tcp_wq_max). By default disabled (experimental), to enable it use tcp_buf_write=yes in ser.cfg. To compile without queueing support use -DNO_TCP_BUF_WRITE.Andrei Pelinescu-Onciul authored on 04/12/2007 20:25:29 |
November 29, 2007 | ||
---|---|---|
View a0553f4e1e
- io_wait support for write - io_wait: added io_watch_chg(..) - updated tcp code to the io_wait api changesAndrei Pelinescu-Onciul authored on 29/11/2007 21:01:45 |