summaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Toregge/use standard locks in fastos""Arnstein Ressem2017-11-0227-689/+276
|
* Revert "Toregge/use standard locks in fastos"Harald Musum2017-10-3127-276/+689
|
* Remove FastOS_Mutex and FastOS_Cond.Tor Egge2017-10-307-384/+0
|
* Stop using FastOS_Mutex and FastOS_Cond in fastos unit tests.Tor Egge2017-10-306-113/+115
|
* Remove unused member variable.Tor Egge2017-10-301-2/+0
|
* Use std::mutex and std::condition_variable instead of FastOS_Mutex andTor Egge2017-10-307-97/+91
| | | | FastOS_Condition.
* Use std::mutex instead of FastOS_Mutex to protect ipc exit flag.Tor Egge2017-10-302-7/+7
|
* Use std::mutex instead of FastOS_Mutex to protect socket event objects.Tor Egge2017-10-302-14/+8
|
* Use std::mutex instead of FastOS_Mutex to protect ring buffer.Tor Egge2017-10-302-23/+7
|
* Use std::mutex instead of FastOS_Mutex to protect process informationTor Egge2017-10-305-51/+50
| | | | contained in FastOS_Application.
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-201-9/+2
|
* Remove some includes not needed.Henning Baldersheim2017-08-186-24/+3
|
* Fix up @vekterli's comments.Henning Baldersheim2017-08-181-5/+0
|
* NULL -> nullptrHenning Baldersheim2017-08-1847-356/+356
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-1817-162/+65
|
* Add missing file.Henning Baldersheim2017-08-181-0/+26
|
* Include only what you need.Henning Baldersheim2017-08-1833-269/+244
|
* Avoid opening idxfile to early for writing. Especially as it might get ↵Henning Baldersheim2017-08-081-0/+2
| | | | | | truncated due to error handling later on. Instead just open the file when you need to write it. It does not happen that often to warrant keeping it open all the time.
* add minimal README filesArne H Juul2017-06-191-0/+4
|
* Update copyright headersJon Bratseth2017-06-1473-73/+73
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1473-73/+73
|
* Update copyright headersJon Bratseth2017-06-1473-73/+73
|
* Revert "Copyright header"Jon Bratseth2017-06-1373-73/+73
|
* Copyright headerJon Bratseth2017-06-1373-73/+73
|
* Hide BucketDistributionHenning Baldersheim2017-06-073-16/+14
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-063-2/+3
|
* And there she goes...Henning Baldersheim2017-06-011-27/+0
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-015-6/+6
|
* DeinlineHenning Baldersheim2017-05-061-0/+1
|
* ISO C++1z does not allow ‘register’ storage class specifier (gcc 7)Henning Baldersheim2017-05-051-9/+4
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-023-15/+12
| | | | includes
* Remove unused include.Henning Baldersheim2017-04-241-1/+0
|
* Do not enforce sync unless requested.Henning Baldersheim2017-04-241-1/+1
|
* remove FastOS_Socket::getHostNameHaavard2017-04-193-98/+1
|
* Use overrideHenning Baldersheim2017-04-0426-129/+103
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-081-0/+6
| | | | destructors.
* Optimize includes.Henning Baldersheim2017-02-061-2/+2
|
* Targeted includeHenning Baldersheim2016-12-211-2/+1
|
* Followup comments frpm @vekterli.Henning Baldersheim2016-12-211-4/+4
|
* Less us not overdo the casting ...Henning Baldersheim2016-12-191-4/+4
|
* - If hugetlb is not working try without.Henning Baldersheim2016-12-192-22/+30
| | | | - NULL -> nullptr
* do not try to adjust socket buffersHaavard2016-11-292-8/+0
|
* Only name source once. Fix compile errors.Arnstein Ressem2016-11-021-21/+9
|
* Only require fastos where you actually use it and link staticallyHenning Baldersheim2016-11-021-0/+27
|
* We only need one vtagHenning Baldersheim2016-10-213-39/+0
|
* Follow up from @toregge's comments.Henning Baldersheim2016-09-151-3/+3
|
* Honour the chunking during all use of the interface.Henning Baldersheim2016-09-154-10/+20
|
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-4/+2
|
* Get the parenthesis correct.Henning Baldersheim2016-08-291-1/+1
|
* Avoid out of bounds errorHenning Baldersheim2016-08-291-1/+1
|