Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: Add basic FRCT mechanisms | Sander Vrijders | 2017-08-17 | 1 | -9/+3 |
| | | | | | | | | | | This adds the basic FRCT mechanisms to the library. Upon flow alloc or accept an FRCT instance is now created and used when reading or writing to the flow. The timerwheel has been refactored to allow recharging timers and removing them and is now part of the library. The first SDU sent over the connection has the DRF set and this initializes the connection. Sender and receiver inactivity timers are added. | ||||
* | build: Replace fsf snail mail with contact URL | dimitri staessens | 2017-08-13 | 1 | -2/+1 |
| | |||||
* | build: Add check for robust mutexes | Sander Vrijders | 2017-08-03 | 1 | -10/+10 |
| | | | | | | This adds a check for robust mutexes. The constant HAVE_ROBUST_MUTEX is set accordingly in config.h. It also adds some other fixes to make the prototype compile on the Hurd. | ||||
* | lib: Lockless implementation of the rbuff | dimitri staessens | 2017-04-01 | 1 | -0/+406 |