Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -37/+43 |
| | | | | No meaningful changes. | ||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -0/+2 |
| | |||||
* | [Feature] Add simplier versions of refcounts | Vsevolod Stakhov | 2016-04-26 | 1 | -3/+7 |
| | | | | | | | | | Now REF_RETAIN and REF_RELEASE cannot be used for interprocess/interthreads refcounting. However, for a single process their performance should slightly increased. New REF_RETAIN_ATOMIC and REF_RELEASE_ATOMIC are implemented to replace old semantics. | ||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -19/+12 |
| | |||||
* | Use atomic ops if possible | Vsevolod Stakhov | 2015-11-26 | 1 | -2/+2 |
| | |||||
* | Test for atomic ops. | Vsevolod Stakhov | 2015-11-23 | 1 | -0/+3 |
| | |||||
* | Implement the proper reset of HTTP messages. | Vsevolod Stakhov | 2014-09-22 | 1 | -2/+14 |
| | |||||
* | Add refcounter inmplementation. | Vsevolod Stakhov | 2014-08-24 | 1 | -0/+71 |