OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.12 | Check-in [5217]: Adjust copyright messages for new year 2005. By rse. (diff) | |
1.11 | Check-in [4979]: Adjust copyright messages for new year 2005. By rse. (diff) | |
1.10 | Check-in [3065]: - remove trailing whitespaces - adjust copyright messages - consistently use "OSSP l2" - consistently talk about "Flexible Logging" - use standard OSSP ASCII-art By rse. (diff) | |
1.9 | Check-in [2437]: polish for release By rse. (diff) | |
1.8 | Check-in [2298]: align l2_env_strerror with l2.h By thl. (diff) | |
1.7 | Check-in [1492]: bump copyright year By rse. (diff) | |
1.6 | Check-in [1450]: Fix l2_spec_error function and remove again the not really needed l2_env_verrorinfo function. By rse. (diff) | |
1.5 | Check-in [1426]: provide l2_env_verrorinfo() and a new L2_ERR_SYN By rse. (diff) | |
1.4 | Check-in [1357]: Introduced new tree safe timer logic to the L2 environment. By ms. (diff) | |
1.3 | Check-in
[1259]:
More preparations for forthcoming channel tree specification parser
(especially to allow the parser to determine the handler structure
from a handler name without introducing another and this way redundant
sub-API):
- add "char *name" to l2_handler_t in order to tag each handler structure with the corresponding channel name - add l2_env_handler() function to add handler to l2_env_t objects. All l2_handler_xxxx are automatically pre-configured there after l2_env_create(). - change l2_channel_create() to take a "const char *name" (handler name) instead of the "l2_handler_t *h" (handler pointer) to make the stuff consistent and more clear. - adjust l2_test.c to reflect the changes. By rse. (diff) | |
1.2 | Check-in [1251]: code cleanups By rse. (diff) | |
1.1 | Check-in
[1248]:
Channel-Only Revamping Step 2:
- moved code of l2_stream.c into (new) l2_env.c and l2_channel.c
- created new l2_env_t and l2_env_xxx()
- changed l2_xx_create() functions to also return l2_result_t
- moved error handling into l2_env_t
- replaced l2_channel_stack() with two new and more flexible
l2_channel_link() and l2_channel_unlink() functions
- rewritten test stuff in l2_test.c to use new structure
- added new l2_channel_env() function for retriving l2_env_t
Puhhh.... By rse. |