aboutsummaryrefslogtreecommitdiffstats
path: root/fastlib
Commit message (Collapse)AuthorAgeFilesLines
* Update 2017 copyright notices.gjoranv2021-10-0762-62/+62
|
* avoid naked exitArne Juul2020-07-031-2/+0
|
* Move fastlib testsuite into namespace fast::testsuite.Tor Egge2020-05-253-0/+16
|
* cleanup unusedArne Juul2019-11-281-0/+0
|
* Use abort in Fast_BufferedFile::SetPosition.Tor Egge2019-08-021-5/+5
|
* Fix format string in fastlib module.Tor Egge2019-03-131-1/+2
|
* GC unused code.Henning Baldersheim2019-01-1523-2438/+0
|
* remove fastlib webserverHåvard Pettersen2019-01-1524-2529/+0
|
* add and use HDR_ABORT insteadArne Juul2018-06-201-1/+2
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+1
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
|
* Use fallthrough attributes.Tor Egge2018-05-271-1/+1
|
* Use std::lock_guard instead of std::unique_lock.Tor Egge2017-11-132-10/+10
|
* Use std::mutex instead of FastOS_Mutex.Tor Egge2017-10-271-15/+15
|
* Use std::mutex and std::condition_variable instead of FastOS_Cond.Tor Egge2017-10-272-45/+46
|
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-2014-168/+51
|
* Include only what you need.Henning Baldersheim2017-08-185-0/+6
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* Update copyright headersJon Bratseth2017-06-1496-90/+96
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1496-96/+90
|
* Update copyright headersJon Bratseth2017-06-1496-90/+96
|
* Remove carriage returnJon Bratseth2017-06-142-2/+2
|
* Encode boundary characters as octetsJon Bratseth2017-06-141-1/+3
|
* Revert "Revert "Encode as UTF-8""Jon Bratseth2017-06-144-5/+5
|
* Revert "Encode as UTF-8"Tor Egge2017-06-144-5/+5
|
* Encode as UTF-8Jon Bratseth2017-06-144-5/+5
|
* Revert "Copyright header"Jon Bratseth2017-06-1396-103/+97
|
* Copyright headerJon Bratseth2017-06-1396-97/+103
|
* Repair what CLion destroyed.Henning Baldersheim2017-06-011-2/+2
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0112-595/+12
|
* Reduce fastos.h dependency.Henning Baldersheim2017-05-2919-59/+59
|
* remove some useless @version and @file commentsArne H Juul2017-05-0417-46/+1
|
* fix author fieldsArne H Juul2017-05-0416-36/+36
|
* reindentArne H Juul2017-05-0457-7580/+7527
|
* Merge pull request #2349 from yahoo/balder/normal-include-fastlibHenning Baldersheim2017-05-038-265/+28
|\ | | | | Fix warnings hidden earlier due to including application headers as s…
| * Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-028-265/+28
| | | | | | | | includes
* | Add missing fileHenning Baldersheim2017-05-021-0/+138
|/
* misc cleanup from BaldersheimArne H Juul2017-05-029-114/+60
| | | | | | | * include file cleanup * only do LOG_SETUP as needed * remove "virtual" where "override" is specified also * some minor reformatting and indentation changes
* Revert "Balder/enforce override 2"Arne H Juul2017-04-249-60/+114
|
* Repair clion encoding mess.Henning Baldersheim2017-04-231-2/+2
|
* Use overrideHenning Baldersheim2017-04-239-116/+62
|
* add override in fastlib moduleArne H Juul2017-04-106-10/+10
|
* Use overrideHenning Baldersheim2017-04-042-41/+27
|
* OverrideHenning Baldersheim2017-04-046-132/+51
|
* added readmeHaavard2017-01-191-0/+1
|
* GC unused code and only include the stuff needed.Henning Baldersheim2016-12-191-17/+1
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-1918-53/+19
|
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-1/+1
|
* Checkpoint 1Henning Baldersheim2016-10-032-2/+2
|