summaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Expand)AuthorAgeFilesLines
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* GC unused codeHenning Baldersheim2018-05-116-318/+0
* Remove redundant code.Henning Baldersheim2018-05-111-22/+11
* Ensure zero termination.Henning Baldersheim2018-05-111-0/+11
* Help compiler understand that we are within boundsHenning Baldersheim2018-05-113-24/+24
* 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
* 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
* 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 trunca...Henning Baldersheim2017-08-081-0/+2
* 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 in...Henning Baldersheim2017-05-023-15/+12
* 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 destr...Henning Baldersheim2017-03-081-0/+6
* 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
* 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