index
:
lwext4
2400-ext-errors
arm64
carl
carl-attic
carl-old
carl2-opt
cscript
debug
disk-writer-debug
fix-mac
master
more-cache
osx
static-on-linux
win32
windows-debug
Fork of lwext4 library for EXT2 filesystem manipulation
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs_test
/
lwext4_server.c
Age
Commit message (
Expand
)
Author
2018-12-02
Fix "const const" warning
Fangrui Song
2017-04-05
Name refactiring inside file_windows module
gkostka
2017-04-05
Rename ext4_filedev to file_dev
gkostka
2017-04-05
Rename io_raw module to more appropriate file_windows
gkostka
2017-02-17
ext4: remove block cache parameter from device_register function
gkostka
2016-01-30
ext4: add read_only parameter to ext4_mount routine.
ngkaho1234
2015-12-31
fs_test: add version string printf in test apps
gkostka
2015-12-31
lwext4_server: improve opt list
gkostka
2015-12-30
lwext4_server: add journaling to filesystem test suite
gkostka
2015-12-29
lwext4_server: fix travis build
gkostka
2015-11-21
Refactoring: directrory entry prefix: EXT4_DIRENTRY* -> EXT4_DE*
gkostka
2015-10-29
Fix printf fotmating in lwext4_server
gkostka
2015-09-22
Linux line endings
gkostka
2015-09-20
Change ext4_fread & ext4_fwrite prototypes
gkostka
2015-09-16
Linux codestyle format (tabs indenation)
gkostka
2015-06-28
Add const keyword in ext4_dir_entry_next return value
gkostka
2015-06-28
Remove warning
gkostka
2015-06-28
Code format
gkostka
2015-06-16
clang-format: fs_test
gkostka
2014-11-08
Improved dir entry get function (ext4_dir_entry_next)
gkostka
2014-06-03
Fix errno warning.
gkostka
2014-05-20
Build system refactoring.
gkostka
2014-05-20
Pedanitic warning check fixes. Pointer arithmetic, anonymus unions etc
gkostka
2014-04-09
Licence header.
gkostka
2014-04-08
Add missing lwext4_server option.
gkostka
2014-04-07
Add new tests (large files tests).
gkostka
2014-04-07
Fixed header order.
gkostka
2014-04-06
Add windows partition mode.
gkostka
2014-04-06
SO_REUSEADDR option for server socket.
gkostka
2014-04-06
Remove warnings. Default port to 1234.
gkostka
2014-04-06
Client server basic test suite + minor code improvment.
gkostka