summaryrefslogtreecommitdiffstats
path: root/fastlib
Commit message (Expand)AuthorAgeFilesLines
* 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 system in...Henning Baldersheim2017-05-028-265/+28
* | Add missing fileHenning Baldersheim2017-05-021-0/+138
|/
* misc cleanup from BaldersheimArne H Juul2017-05-029-114/+60
* 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
* -1 must -1 and not the largest possible 64 bit number... which is always bigg...Henning Baldersheim2016-09-291-3/+3
* Leave room for PUSH_BACKHenning Baldersheim2016-09-271-2/+3
* Do not do -1 on sizeHenning Baldersheim2016-09-272-4/+2
* - Bracing and styleHenning Baldersheim2016-09-274-259/+103
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-8/+19
* use cmathArne Juul2016-06-271-1/+2
* fix race condition in legacy http serverHaavard2016-06-241-1/+1
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
* Switch to github username.Tor Egge2016-06-171-1/+1
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-164-9/+9
* PublishJon Bratseth2016-06-15126-0/+184028