aboutsummaryrefslogtreecommitdiffstats
path: root/fsa/src
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0996-96/+96
* Rename fsamanagers library to vespafsamanagers.Tor Egge2023-07-202-4/+4
* Rename fsa library to vespafsa.Tor Egge2023-07-206-16/+16
* Stop using throw() as noexcept specifier.Tor Egge2023-02-081-5/+5
* Change from typedef to using in fsa C++ code.Geir Storli2022-12-2111-58/+58
* Avoid buffer overflow with empty automaton.Tor Egge2022-12-151-0/+4
* Handle unaligned read in fsadump.Tor Egge2022-12-091-2/+16
* Use unique ptr in makefsa.Tor Egge2022-12-091-3/+4
* Remove dead code in fsa.Tor Egge2022-09-2524-188/+0
* Remove ifdefs for g++ version older than g++ 10.Tor Egge2022-09-185-195/+0
* well defined unaligned accessHÃ¥vard Pettersen2022-06-244-19/+76
* add some Override annotationsArne H Juul2022-01-072-0/+2
* modernize java slightlyArne H Juul2022-01-075-27/+29
* Add noexcept specifiers.Tor Egge2021-12-111-1/+1
* Update 2017 copyright notices.gjoranv2021-10-0795-95/+95
* Use int for FastOS_UNIX_Application::GetOpt() return value.Tor Egge2021-04-304-4/+4
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-17/+17
* avoid naked exitArne Juul2020-07-036-23/+22
* Remove unneeded LD_PRELOAD setting in fsa unit tests.Tor Egge2020-05-221-2/+0
* Non-functional changesJon Bratseth2020-01-065-108/+37
* Typo: Falied => FailedHenning Baldersheim2019-05-021-1/+1
* Close the FSA and use dirty trick to unmap itHenning Baldersheim2019-05-012-99/+168
* Update comment to reflect correct exception being thrown.Henning Baldersheim2019-04-301-3/+3
* Use final members for thread visibility. And close the InputStream.Henning Baldersheim2019-04-301-30/+40
* Eliminate some gcc 9 warnings.Tor Egge2019-02-251-0/+2
* Eliminate clang warning in fsaTor Egge2019-02-065-12/+12
* Adjust forward declarations in fsa.Tor Egge2019-02-012-2/+2
* Stop ignoring return value from ::read and ::write in fsa module.Tor Egge2019-01-211-11/+37
* Minor fixesJon Bratseth2018-10-141-11/+8
* clean up remnants of .mak filesArne Juul2018-06-111-1/+0
* Use fallthrough attributes.Tor Egge2018-05-271-4/+4
* Remove usage of junit.frameworkJon Bratseth2018-04-274-25/+61
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-186-6/+6
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-4/+4
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+4
* Update copyright headersJon Bratseth2017-06-1495-86/+95
* Revert "Update copyright headers"Jon Bratseth2017-06-1495-95/+86
* Update copyright headersJon Bratseth2017-06-1495-86/+95
* Revert "Copyright header"Jon Bratseth2017-06-1395-95/+86
* Copyright headerJon Bratseth2017-06-1395-86/+95
* Rename binaries in fsa to use vespa- prefix.Geir Storli2017-06-076-6/+6
* Since LD_LIBRARY_PATH did not work we had use stronger lye by using LD_PRELOADHenning Baldersheim2017-05-091-0/+2
* Revert "Revert "Clean up what you have allocated.""Henning Baldersheim2017-05-083-18/+26
* Revert "Clean up what you have allocated."Henning Baldersheim2017-05-083-26/+18
* Clean up properly in the destructor.Henning Baldersheim2017-05-081-0/+1
* Unify indentation to existing style.Henning Baldersheim2017-05-081-3/+3
* Clean up what you have allocated.Henning Baldersheim2017-05-082-18/+25
* fix warningArne H Juul2017-04-201-3/+0
* Use overrideHenning Baldersheim2017-04-045-29/+27
* Avoid uninitialized error when compiling with -OgHenning Baldersheim2016-11-221-8/+4