summaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
...
* GC unused fastos code.Henning Baldersheim2019-11-2611-950/+135
|
* remove redundant if and inline simple method.Henning Baldersheim2019-11-211-3/+1
|
* And that ends the life of FastOS_Time.Henning Baldersheim2019-11-205-355/+0
|
* Remove more usage of FastOS_TimeHenning Baldersheim2019-11-208-462/+35
|
* Address comments from code review.Henning Baldersheim2019-11-201-1/+0
|
* Simplify.Henning Baldersheim2019-11-201-11/+9
|
* Address comment by specifying timeunit in the type.Henning Baldersheim2019-11-202-15/+6
|
* Remove FastOS_Time usageHenning Baldersheim2019-11-202-0/+25
|
* Specify UTC explicitHenning Baldersheim2019-11-182-6/+66
|
* Add typesafe SteadyTimeStamp.Henning Baldersheim2019-11-152-25/+63
|
* White space.Henning Baldersheim2019-11-151-1/+1
|
* Remove unused code.Henning Baldersheim2019-11-151-3/+1
|
* Use ClockSteady and return TimeStamp instead of untyped int64_t without unit.Henning Baldersheim2019-11-152-3/+3
|
* Use steady_clockHenning Baldersheim2019-11-152-4/+6
|
* Use steady_clockHenning Baldersheim2019-11-152-3/+19
|
* Use a steady_clock for the stop watch.Henning Baldersheim2019-11-152-12/+24
|
* Use steady clock to ensure monotonically increasing clock.Henning Baldersheim2019-11-141-2/+0
|
* Unify on fastos::time().Henning Baldersheim2019-08-281-1/+1
|
* Avoid the last usages of time(0/NULL/nullptr) in the codebase.Henning Baldersheim2019-08-262-0/+10
|
* 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
|