summaryrefslogtreecommitdiffstats
path: root/src/server/reference.h
Commit message (Collapse)AuthorAgeFilesLines
* [SERVER] Fix compiler warningsSimon Rettberg2019-09-021-2/+2
|
* [SERVER] Use weakref for cache mapsSimon Rettberg2019-08-291-0/+5
| | | | | | Gets rid of a bunch of locking, especially the hot path in net.c where clients are requesting data. Many clients unsing the same incomplete image previously created a bottleneck here.
* [SERVER] reference: Fix error msg usageSimon Rettberg2019-08-291-1/+1
|
* [SERVER] Use reference counting for uplinkSimon Rettberg2019-08-271-0/+54
First step towards less locking for proxy mode