Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | set stage for TLS client implementation | Rainer Gerhards | 2008-04-18 | 1 | -0/+3 | |
| |/ |/| | ||||||
* | | converted netstrm into generic netstrm and the nsd_pctp driver | Rainer Gerhards | 2008-04-18 | 1 | -0/+3 | |
| | | ||||||
* | | imported tcp module from librelp as basis for new stream class | Rainer Gerhards | 2008-04-17 | 1 | -0/+5 | |
| | | | | | | | | | | we got permission to include the tcp module from librelp copyright holders | |||||
* | | added new "netstrm" class (not yet implemented) | Rainer Gerhards | 2008-04-17 | 1 | -1/+2 | |
|/ | ||||||
* | completed better modularity of runtime | Rainer Gerhards | 2008-04-17 | 1 | -4/+4 | |
| | | | | | | | | | | - added the ability to specify an error log function for the runtime - removed dependency of core runtime on dirty.h Note that it is "better" modularity, not perfect. There is still work to do, but I think we can for the time being proceed with other things. | |||||
* | moved "glblModPath" variable inside global data pool | Rainer Gerhards | 2008-04-17 | 1 | -0/+11 | |
| | | | | (but still as a variable, not part of glbl object) | |||||
* | modularization work | Rainer Gerhards | 2008-04-17 | 1 | -1/+3 | |
| | | | | | cleanup + created an abstract class for global data items and moved glblGetWorkDir to it | |||||
* | prevented segfault during runtime library init phase | Rainer Gerhards | 2008-04-16 | 1 | -0/+1 | |
| | ||||||
* | some more cleanup | Rainer Gerhards | 2008-04-16 | 1 | -0/+16 | |
| | | | | | reduced dependencies, moved non-runtime files to its own directory except for some whom's status is unclear | |||||
* | provided ability to initialize the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+6 | |
| | ||||||
* | moved files to the runtime | Rainer Gerhards | 2008-04-16 | 1 | -0/+272 | |
there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization. |