summaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
* Add missing includes.Tor Egge2019-06-111-0/+1
|
* Merge pull request #8817 from ↵Henning Baldersheim2019-03-181-2/+13
|\ | | | | | | | | vespa-engine/toregge/handle-shared-library-names-on-darwin Handle shared library names on darwin.
| * Handle shared library names on darwin.Tor Egge2019-03-181-2/+13
| |
* | Stop setting optind before calling getopt() or getopt_long().Tor Egge2019-03-183-35/+37
|/
* Use fundamental types in fastos::TimeStamp constructor.Tor Egge2019-03-121-4/+6
|
* Restore support for compiling fastos on darwin.Tor Egge2019-03-1211-3/+84
|
* Use std::error_code instead of strerror_r.Tor Egge2019-03-103-33/+17
|
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+2
|
* Remove test lists files used by old unit test framework.Tor Egge2019-02-151-0/+0
|
* Record how long it took for you to detect that doom had already arrived.Henning Baldersheim2019-02-071-0/+1
|
* Eliminate clang warning in fastos.Tor Egge2019-02-011-1/+1
|
* GC unused code.Henning Baldersheim2019-01-1514-2584/+9
|
* Use relaxed atomics for FastOS_ThreadInterface break flagTor Brede Vekterli2019-01-102-4/+5
|
* Clean up unused codeHenning Baldersheim2018-11-141-1/+0
|
* depend on dynamic fastos and vespalibHåvard Pettersen2018-10-101-9/+0
|
* 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
| | | | 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
|