Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added support for EGAIN while trying to receive data on gTLS session | Rainer Gerhards | 2008-06-24 | 1 | -0/+1 |
| | | | | | | | | | This maps to bugzilla bug 83: http://bugzilla.adiscon.com/show_bug.cgi?id=83 This is the first test version, posted to user for repro of the problem. It contains code to handle the case, HOWEVER, I have not been able to test it in a scenario where a retry actually happens while receiving (I dont't get this in my environment). So I assume it is buggy and will probably not work. | ||||
* | restructured netstrm driver layer | Rainer Gerhards | 2008-04-30 | 1 | -3/+0 |
| | | | | | | | the new structure prevents repetitive loads and unloads of driver files; it also has less overhead The "select" and regular driver are now contained in a single file. | ||||
* | added select() driver for GnuTls | Rainer Gerhards | 2008-04-24 | 1 | -0/+45 |