summaryrefslogtreecommitdiff
path: root/fs_test/lwext4_server.c
AgeCommit message (Expand)Author
2018-12-02Fix "const const" warningFangrui Song
2017-04-05Name refactiring inside file_windows modulegkostka
2017-04-05Rename ext4_filedev to file_devgkostka
2017-04-05Rename io_raw module to more appropriate file_windowsgkostka
2017-02-17ext4: remove block cache parameter from device_register functiongkostka
2016-01-30ext4: add read_only parameter to ext4_mount routine.ngkaho1234
2015-12-31fs_test: add version string printf in test appsgkostka
2015-12-31lwext4_server: improve opt listgkostka
2015-12-30lwext4_server: add journaling to filesystem test suitegkostka
2015-12-29lwext4_server: fix travis buildgkostka
2015-11-21Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*gkostka
2015-10-29Fix printf fotmating in lwext4_servergkostka
2015-09-22Linux line endingsgkostka
2015-09-20Change ext4_fread & ext4_fwrite prototypesgkostka
2015-09-16Linux codestyle format (tabs indenation)gkostka
2015-06-28Add const keyword in ext4_dir_entry_next return valuegkostka
2015-06-28Remove warninggkostka
2015-06-28Code formatgkostka
2015-06-16clang-format: fs_testgkostka
2014-11-08Improved dir entry get function (ext4_dir_entry_next)gkostka
2014-06-03Fix errno warning.gkostka
2014-05-20Build system refactoring.gkostka
2014-05-20Pedanitic warning check fixes. Pointer arithmetic, anonymus unions etcgkostka
2014-04-09Licence header.gkostka
2014-04-08Add missing lwext4_server option.gkostka
2014-04-07Add new tests (large files tests).gkostka
2014-04-07Fixed header order.gkostka
2014-04-06Add windows partition mode.gkostka
2014-04-06SO_REUSEADDR option for server socket.gkostka
2014-04-06Remove warnings. Default port to 1234.gkostka
2014-04-06Client server basic test suite + minor code improvment.gkostka