FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/main - dokan-dev/dokan-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
dokan-dev
/
dokan-java
Public
Notifications
You must be signed in to change notification settings
Fork
27
Star
52
Code
Issues
19
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
dokan-java
src
main
on
develop
User selector
Datepicker
Commit history
Commits on Jul 1, 2020
Merge pull request #48 from JaniruTEC/feature/fix-46
Show description for 26b96fe
JaniruTEC
authored
26b96fe
View commit details
Copy full SHA for 26b96fe
View code at this point
Browse repository at this point
Commits on Jun 30, 2020
Added JavaDoc for @ Unsigned
Show description for b9aa49a
JaniruTEC
committed
b9aa49a
View commit details
Copy full SHA for b9aa49a
View code at this point
Browse repository at this point
Commits on Jun 28, 2020
Fixed typos in package dev.dokan.dokan_java.structure.*
Show description for 75e582c
JaniruTEC
committed
75e582c
View commit details
Copy full SHA for 75e582c
View code at this point
Browse repository at this point
Changed @ Unsiged to only use TYPE_PARAMETER and TYPE_USE as targets
Show description for a1eb826
JaniruTEC
committed
a1eb826
View commit details
Copy full SHA for a1eb826
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Added missing constants from last commit to UnsignedNumbers
Show description for bacc293
JaniruTEC
committed
bacc293
View commit details
Copy full SHA for bacc293
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
Added methods for unsigned conversion between integer types
Show description for 236347d
JaniruTEC
committed
236347d
View commit details
Copy full SHA for 236347d
View code at this point
Browse repository at this point
Added additional methods to UnsignedNumbers
Show description for 8a15e47
JaniruTEC
committed
8a15e47
View commit details
Copy full SHA for 8a15e47
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Replaced usage of "assert" with explicit check
Show description for 5895e92
JaniruTEC
committed
5895e92
View commit details
Copy full SHA for 5895e92
View code at this point
Browse repository at this point
Moved my comment and took out the sass
Show description for 279b5b8
JaniruTEC
committed
279b5b8
View commit details
Copy full SHA for 279b5b8
View code at this point
Browse repository at this point
Commits on Jun 18, 2020
Moved AccessMaskFlags to their own package
JaniruTEC
committed
51a0594
View commit details
Copy full SHA for 51a0594
View code at this point
Browse repository at this point
Appended "Flag" to FileAccessMask and DirectoryAccessMask
Show description for 695cde8
JaniruTEC
committed
695cde8
View commit details
Copy full SHA for 695cde8
View code at this point
Browse repository at this point
Renamed AccessMask to BasicAccessMaskFlag
Show description for a63b603
JaniruTEC
committed
a63b603
View commit details
Copy full SHA for a63b603
View code at this point
Browse repository at this point
Fixed typos
JaniruTEC
committed
a57d1c8
View commit details
Copy full SHA for a57d1c8
View code at this point
Browse repository at this point
Merge remote-tracking branch 'upstream/develop' into feature/fix-46
JaniruTEC
committed
4c01937
View commit details
Copy full SHA for 4c01937
View code at this point
Browse repository at this point
Added UnsignedNumbers utility class and marked values as unsigned
Show description for 086f9ea
JaniruTEC
committed
086f9ea
View commit details
Copy full SHA for 086f9ea
View code at this point
Browse repository at this point
Commits on Jun 16, 2020
Added Unsigned-Annotation to matching fields in all structures
JaniruTEC
committed
e9fd25f
View commit details
Copy full SHA for e9fd25f
View code at this point
Browse repository at this point
Corrected fields in structures and fixed wrong types
Show description for 68c0df8
JaniruTEC
committed
68c0df8
View commit details
Copy full SHA for 68c0df8
View code at this point
Browse repository at this point
Updated DokanControl
Show description for 3b9dfa2
JaniruTEC
committed
3b9dfa2
View commit details
Copy full SHA for 3b9dfa2
View code at this point
Browse repository at this point
Added Annotation (Unsigned) and fixed bugs
Show description for 84bbb92
JaniruTEC
committed
84bbb92
View commit details
Copy full SHA for 84bbb92
View code at this point
Browse repository at this point
Commits on Jun 13, 2020
Renamed noneOf back to emptySet and removed unnecessary methods
Show description for 6522e2a
JaniruTEC
committed
6522e2a
View commit details
Copy full SHA for 6522e2a
View code at this point
Browse repository at this point
Commits on Jun 9, 2020
Updated MaskValueSet to match EnumSet better
Show description for 04c7e5e
JaniruTEC
committed
04c7e5e
View commit details
Copy full SHA for 04c7e5e
View code at this point
Browse repository at this point
Commits on May 30, 2020
Removed delegating methods from EnumInteger
Show description for 7975114
JaniruTEC
committed
7975114
View commit details
Copy full SHA for 7975114
View code at this point
Browse repository at this point
Added IntegerConvertible as base interface for EnumInteger and MaskValueSet
Show description for b744859
JaniruTEC
committed
b744859
View commit details
Copy full SHA for b744859
View code at this point
Browse repository at this point
Renamed package conv to masking
JaniruTEC
committed
a3292f1
View commit details
Copy full SHA for a3292f1
View code at this point
Browse repository at this point
Renamed getMaskingValue to maskingValue in MaskValueEnum
Show description for c6f2df2
JaniruTEC
committed
c6f2df2
View commit details
Copy full SHA for c6f2df2
View code at this point
Browse repository at this point
Commits on May 29, 2020
Renamed getSetFromInt and getMaskValue
Show description for 3114b10
JaniruTEC
committed
3114b10
View commit details
Copy full SHA for 3114b10
View code at this point
Browse repository at this point
Changed maskValue to maskingValue in all MaskValueEnums
Show description for 8ef36a9
JaniruTEC
committed
8ef36a9
View commit details
Copy full SHA for 8ef36a9
View code at this point
Browse repository at this point
Commits on May 28, 2020
Merge remote-tracking branch 'upstream/develop' into improved-enumintegers
JaniruTEC
committed
3ee250e
View commit details
Copy full SHA for 3ee250e
View code at this point
Browse repository at this point
Commits on May 27, 2020
reformat AbstractDokanFileSystem
Armin Schrenk
committed
e0cbff1
View commit details
Copy full SHA for e0cbff1
View code at this point
Browse repository at this point
add a threadinitializer to the dokan callbacks, such that if a Dokan thread uses the callbacks and returns is not detached and remains as a deamon thread
Armin Schrenk
committed
ec00aef
View commit details
Copy full SHA for ec00aef
View code at this point
Browse repository at this point
remove unnecessary statement
Armin Schrenk
committed
a625347
View commit details
Copy full SHA for a625347
View code at this point
Browse repository at this point
remove not-read-only code from dir listing example
Armin Schrenk
committed
b31bc00
View commit details
Copy full SHA for b31bc00
View code at this point
Browse repository at this point
change DirListingFileSystem to return NtStatus codes and handle kernel flags
Armin Schrenk
committed
ad476ab
View commit details
Copy full SHA for ad476ab
View code at this point
Browse repository at this point
remove parameter to useKernelFlagsAndCodes
Armin Schrenk
committed
244c640
View commit details
Copy full SHA for 244c640
View code at this point
Browse repository at this point
reformat DokanOperations
Armin Schrenk
committed
d5abad8
View commit details
Copy full SHA for d5abad8
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL