July 13, 2007 | ||
---|---|---|
View 73b1ceda86
- configure cvs to ignore librpath.lstJan Janak authored on 13/07/2007 08:51:05 |
||
View a272048363
- release the db_res structure if execution of the command failsJan Janak authored on 13/07/2007 08:43:35 |
July 7, 2007 | ||
---|---|---|
View d78c2264d7
- fixed search path for libreadlineAndrei Pelinescu-Onciul authored on 07/07/2007 13:10:26 |
||
View 8416765eb5
- -minline-all-stringops not supported on sparc gcc 4.xAndrei Pelinescu-Onciul authored on 07/07/2007 00:40:59 |
||
View faa66b464e
- added missing register_fds & get_max_open_fds() declarationsAndrei Pelinescu-Onciul authored on 07/07/2007 00:33:02 |
July 4, 2007 | ||
---|---|---|
View 3e99928136
- added register_fds(no), used to register the maximum numbers of fds opened by a module (on a per process basis). Needed for code that needs to know the maximum possible open fd number (like the tcp code). - added get_max_open_fds()Andrei Pelinescu-Onciul authored on 04/07/2007 17:27:33 |
July 2, 2007 | ||
---|---|---|
View 7fc49b59b6
- timer_del() returns now an int: 0 on success and <0 on error (e.g. timer already deleted or expired, or an attempt to self-delete from a timer handler) - added macros for ticks_t comparisons: TICKS_GTi(t1, t2), TICKS_GE(t1, t2), TICKS_LT (t1, t2) and TICKS_LE (t1, t2) - updated timer docsAndrei Pelinescu-Onciul authored on 02/07/2007 15:27:39 |
||
View 692a04c5e0
only formattingLibor Chocholaty authored on 02/07/2007 11:07:48 |
June 28, 2007 | ||
---|---|---|
View 0dcc9a65e0
- fix: reset_static_buffer() before running failure, reply or branch routes from tm (needed for select) closes SER-288.Andrei Pelinescu-Onciul authored on 28/06/2007 12:47:03 |
June 27, 2007 | ||
---|---|---|
View d061b2f949
- hash statistics rpc for hash algo. debugging (only if tm compiled with -DTM_HASH_STATS)Andrei Pelinescu-Onciul authored on 27/06/2007 21:11:33 |
||
View c40a374c36
- support for float valuesAndrei Pelinescu-Onciul authored on 27/06/2007 21:09:27 |
June 26, 2007 | ||
---|---|---|
View 9217a1d04c
- change blacklist_hook s/on_blst_add/on_blst_action/ (it can be used now also for search)Andrei Pelinescu-Onciul authored on 26/06/2007 15:35:06 |
||
View 2b813af104
- callback support also for search/is_blacklisted (can be used to implement permanent blacklists, whitelists a.s.o.) - lock only if the hash bucket list is non-emptyAndrei Pelinescu-Onciul authored on 26/06/2007 15:30:07 |
||
View dc36e2734d
- use a bitmap to quickly find size classes with free fragments (should speed-up start-up and non-warmed up ser) - use bit_scan*()Andrei Pelinescu-Onciul authored on 26/06/2007 13:34:42 |
||
View 83e10e2606
- switched to unsigned char for the debruijn hash (now the entire lookup table fits into one cacheline; minor performance improvements can be seen on pentiumM and sparc64)Andrei Pelinescu-Onciul authored on 26/06/2007 13:32:54 |