Commit Graph

544 Commits

Author SHA1 Message Date
Fufu Fang 04212c3d55
added double free detection 2021-08-31 11:54:42 +01:00
Fufu Fang e02042cade
improved logging 2021-08-31 11:50:59 +01:00
Fufu Fang 45d8cb8136
changed indentation style 2021-08-31 11:18:39 +01:00
Fufu Fang f791ceb308
shortened error log format, changed indentation style 2021-08-31 11:15:00 +01:00
Fufu Fang b03954482e
changed linktable offset 2021-08-31 10:37:56 +01:00
Fufu Fang 7b6277cb3d
now check for the invalid CONFIG.mode 2021-08-31 00:23:50 +01:00
Fufu Fang 81ed433182
changed some comments and indentation 2021-08-31 00:13:17 +01:00
Fufu Fang 7542db7077
changed default log level 2021-08-30 12:05:02 +01:00
Fufu Fang 82c87d5120
fixed some comments 2021-08-30 12:03:51 +01:00
Fufu Fang 510969a780
fixed deadlock 2021-08-30 11:55:04 +01:00
Fufu Fang c2f409dcc7
updated coding convention file 2021-08-30 11:25:17 +01:00
Fufu Fang 0f3cc61875
relabelled all log outputs 2021-08-30 11:24:32 +01:00
Fufu Fang 0219d7460a
only network.c needs to be cleaned up 2021-08-30 05:17:15 +01:00
Fufu Fang 2a4c61477a
clean up lprintf statements - we have link.c and network.c left. 2021-08-30 03:43:45 +01:00
Fufu Fang 7813487c50
improved error message, removed unnecessary locks 2021-08-30 02:50:03 +01:00
Fufu Fang 14c4b3b486
updated logging facility 2021-08-29 22:46:24 +01:00
Fufu Fang f37cdefa47
Various changes
- Rather than using a flag to indicate operating mode, now we use
a variable.
- Change log printing level names
- Change the return for Cache_exist
2021-08-29 14:07:22 +01:00
Fufu Fang de516f23ff
Merge branch 'master' into single-file 2021-08-29 11:24:18 +01:00
Fufu Fang 15d6da357e
Added .vscode back into .gitignore 2021-08-29 11:23:55 +01:00
Fufu Fang b895fcb318
added the single-file-mode in the configuration struct 2021-08-29 11:09:41 +01:00
Fufu Fang 05ebf76094
fixed LinkTable_uninitialised_fill() status output 2021-08-29 10:58:11 +01:00
Fufu Fang 7c83da7e32
removed .vscode folder from .gitignore 2021-08-29 10:56:36 +01:00
Fufu Fang 4bf5631714
Revert 60b885181a
It breaks the cache system completely.
2021-08-29 10:52:49 +01:00
Fufu Fang 8777cf90bc
send help message to stdout 2021-08-22 02:56:38 +01:00
Fufu Fang 878f120fc2
Temporarily increasing the debugging level on the master branch
This will be reverted when the README is complete.
2021-08-22 02:28:00 +01:00
Fufu Fang 6d5267089f
improved debug messages 2021-08-22 02:26:09 +01:00
Fufu Fang 67ec1ad7e5
Separated out config.c and config.h 2021-08-22 00:51:37 +01:00
Fufu Fang 89df992053
fixed errorneous error handling 2021-08-21 02:40:20 +01:00
MecryWork 33bbd21e9f
Fix memory overflow
Co-authored-by: MecryWork
2021-08-12 13:28:37 +01:00
MecryWork 60b885181a
fix: Seg_exist function crashes when the second parameter is 0
Co-authored-by: liuchenghao
2021-08-09 10:36:09 +01:00
Fufu Fang 31617b146c
Updated the man page 2021-08-09 04:01:21 +01:00
Fufu Fang 5f86703f17
janatorial changes 2021-08-08 15:50:35 +01:00
Fufu Fang 9b23b69df2
Update Makefile 2021-08-08 14:32:36 +01:00
Fufu Fang 7e4ae034d8
updated CHANGELOG.md 2021-08-08 14:25:29 +01:00
Fufu Fang e76b079fe6
Fix issue #59
Stop duplicated link from showing for Apache server configured
with IconsAreLinks option.
2021-08-08 14:25:28 +01:00
Fufu Fang 8e6ff1a93d
replaced calloc with CALLOC wrapper function 2021-08-08 14:25:24 +01:00
Fufu Fang 65f91966d5
updated .gitignore 2021-08-05 00:38:08 +01:00
Fufu Fang 861481e6e1
Fixed issue #71
Now allows link which start with percentage encoding
2021-08-05 00:34:07 +01:00
Fufu Fang df94764dcb
Merge pull request #68 from MecryWork/master
fix: Failed to mount an empty file in the cache state
2021-07-27 09:44:05 +01:00
liuchenghao 2791f96603 fix: Failed to mount an empty file in the cache state 2021-07-27 15:55:19 +08:00
Fufu Fang fa586cd117
Update README.md 2021-06-05 12:32:20 +01:00
Fufu Fang 8481ab0c80
Merge pull request #66 from hiliev/macos-uninstall
Fix for uninstall on macOS
2021-06-05 11:52:46 +01:00
Hristo Iliev 92a73305f2 Uninstall for macOS 2021-06-05 11:07:46 +03:00
Fufu Fang daa7a7c4d0
Update README.md 2021-05-28 10:10:34 +01:00
Fufu Fang 907f73fa6e
Update Makefile 2021-05-27 22:17:41 +01:00
Fufu Fang 55ea241d90
Update CHANGELOG.md 2021-05-27 22:03:34 +01:00
Fufu Fang b4f5dd7273
Update CHANGELOG.md 2021-05-27 22:02:51 +01:00
Fufu Fang 3e4a438d75
Merge pull request #64 from hiliev/macos-install
Add install target for macOS
2021-05-27 21:01:08 +01:00
Hristo Iliev 49198d5125 Ensure target bin directory is created on macOS 2021-05-27 22:59:18 +03:00
Hristo Iliev a431dd6dce Merge branch 'fangfufu:master' into macos-install 2021-05-27 22:41:01 +03:00