git://git.nikiroo.be
/
fanfix.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
changelog.md
[fanfix.git]
/
src
/
be
/
2019-05-15
Niki Roo
code cleanup + new Bundle options
tree
|
commitdiff
2019-05-12
Niki Roo
add time in default trace handler
tree
|
commitdiff
2019-05-12
Niki Roo
serial: fix Importer, more tests
tree
|
commitdiff
2019-05-10
Niki Roo
bundle: new get/setList
tree
|
commitdiff
2019-05-10
Niki Roo
crypt: init the IV
tree
|
commitdiff
2019-05-04
Niki Roo
improve CryptUtils perf
tree
|
commitdiff
2019-05-04
Niki Roo
server: limit API breakage
tree
|
commitdiff
2019-05-03
Niki Roo
API compat
tree
|
commitdiff
2019-05-03
Niki Roo
server: versions now negotiated again
tree
|
commitdiff
2019-05-03
Niki Roo
server: re-introduce the client/server versions
tree
|
commitdiff
2019-05-03
Niki Roo
fix StringUtils test
tree
|
commitdiff
2019-05-03
Niki Roo
limit API breakage
tree
|
commitdiff
2019-05-03
Niki Roo
code cleanup
tree
|
commitdiff
2019-05-02
Niki Roo
server: add a HELLO handshake
tree
|
commitdiff
2019-05-02
Niki Roo
mode change
tree
|
commitdiff
2019-05-02
Niki Roo
move sep char to final const
tree
|
commitdiff
2019-05-02
Niki Roo
mode change
tree
|
commitdiff
2019-05-02
Niki Roo
Merge branch 'master' of github.com:nikiroo/nikiroo...
tree
|
commitdiff
2019-05-01
Niki Roo
Image: make it Serializable
tree
|
commitdiff
2019-04-30
Niki Roo
add an ID for the server requests
tree
|
commitdiff
2019-04-30
Niki Roo
re-add a test
tree
|
commitdiff
2019-04-30
Niki Roo
now mostly streamified!
tree
|
commitdiff
2019-04-29
Niki Roo
code cleanup + fixes
tree
|
commitdiff
2019-04-29
Niki Roo
code cleanup + BufInputStream.is()
tree
|
commitdiff
2019-04-29
Niki Roo
jdoc
tree
|
commitdiff
2019-04-29
Niki Roo
All getBytes("UTF-8") -> StringUtils
tree
|
commitdiff
2019-04-29
Niki Roo
code cleanup, fix for ReplaceInputStream
tree
|
commitdiff
2019-04-29
Niki Roo
fix Base64 but breaks compat
tree
|
commitdiff
2019-04-28
Niki Roo
server: String -> Stream
tree
|
commitdiff
2019-04-28
Niki Roo
change b64 implem step1, fix test
tree
|
commitdiff
2019-04-28
Niki Roo
bufixes
tree
|
commitdiff
2019-04-28
Niki Roo
bugfixes
tree
|
commitdiff
2019-04-28
Niki Roo
Nextable.next: blocking call
tree
|
commitdiff
2019-04-28
Niki Roo
Streams: bug fixes
tree
|
commitdiff
2019-04-27
Niki Roo
steams: bug fixes + more tests
tree
|
commitdiff
2019-04-27
Niki Roo
ReplaceStreams: allow multiple replacements strings
tree
|
commitdiff
2019-04-27
Niki Roo
new: ReplaceOutputStream
tree
|
commitdiff
2019-04-27
Niki Roo
change package for Streams to nikiroo.utils.streams
tree
|
commitdiff
2019-04-27
Niki Roo
New: BufferedOutputStream
tree
|
commitdiff
2019-04-27
Niki Roo
fix BufferedInputStream offset + jdoc
tree
|
commitdiff
2019-04-27
Niki Roo
jDoc + code cleanup
tree
|
commitdiff
2019-04-27
Niki Roo
ReplaceInputStream ready + tests
tree
|
commitdiff
2019-04-26
Niki Roo
ReplaceInputStream (wip)
tree
|
commitdiff
2019-04-26
Niki Roo
NextableInputStream: separate base behaviour from nextable
tree
|
commitdiff
2019-04-26
Niki Roo
NextableInputStream: better perfs
tree
|
commitdiff
2019-04-26
Niki Roo
formatNumber change
tree
|
commitdiff
2019-04-25
Niki Roo
IOUtils: fix readSmallStream
tree
|
commitdiff
2019-04-25
Niki
NextableInputStream: better skip() + more tests
tree
|
commitdiff
2019-04-25
Niki
NextableInputStream: startsWith()
tree
|
commitdiff
2019-04-25
Niki Roo
NextableInputStream: more options
tree
|
commitdiff
2019-04-24
Niki Roo
more tests
tree
|
commitdiff
2019-04-24
Niki Roo
Simple NextableInputStream
tree
|
commitdiff
2019-04-24
Niki
NextableInputStream, step 2
tree
|
commitdiff
2019-04-24
Niki Roo
new: NextableInputStream, step 1
tree
|
commitdiff
2019-04-24
Niki Roo
IOUtils: better buffer size
tree
|
commitdiff
2019-04-23
Niki Roo
server: string->stream, step 1
tree
|
commitdiff
2019-04-23
Niki Roo
Test: add Stream CryptUtils
tree
|
commitdiff
2019-04-23
Niki Roo
CryptUtils: multi-thread check
tree
|
commitdiff
2019-04-23
Niki Roo
CryptUtils: clear the key array after use
tree
|
commitdiff
2019-04-23
Niki Roo
Image: perfs improvement
tree
|
commitdiff
2019-04-23
Niki Roo
test: new: CryptUtilsTest
tree
|
commitdiff
2019-04-23
Niki Roo
CryptUtils: new decrypts(..)
tree
|
commitdiff
2019-04-23
Niki Roo
Move test code out of "test" package
tree
|
commitdiff
2019-04-23
Niki Roo
CryptUtils: add I/O streams
tree
|
commitdiff
2019-04-22
Niki Roo
CryptUtils: jdoc and code should agree
tree
|
commitdiff
2019-04-22
Niki Roo
server: better handling of crypt error
tree
|
commitdiff
2019-04-22
Niki Roo
serial: switch from SSL to CryptUtils
tree
|
commitdiff
2019-04-22
Niki Roo
new: crypt utils
tree
|
commitdiff
2019-04-22
Niki Roo
Download: make sure to close in when caching
tree
|
commitdiff
2019-04-22
Niki Roo
server: allow closing conn from server action
tree
|
commitdiff
2019-04-22
Niki Roo
remove uneeded log
tree
|
commitdiff
2019-04-22
Niki Roo
remove uneeded log
tree
|
commitdiff
2019-04-22
Niki Roo
Merge branch 'master' of github.com:nikiroo/nikiroo...
tree
|
commitdiff
2019-04-20
Niki Roo
jdoc
tree
|
commitdiff
2019-04-17
Niki Roo
count the bytes we receive/send
tree
|
commitdiff
2019-04-17
Niki Roo
Merge branch 'master' of github.com:nikiroo/nikiroo...
tree
|
commitdiff
2019-04-17
Niki
server: add trace to display SSL ciphers
tree
|
commitdiff
2019-04-16
Niki Roo
include CacheMemory in test
tree
|
commitdiff
2019-04-15
Niki Roo
fix forceResetableStream
tree
|
commitdiff
2019-04-15
Niki Roo
fix downloader spent input
tree
|
commitdiff
2019-04-15
Niki
code cleanup
tree
|
commitdiff
2019-04-15
Niki
Fix TemporaryFiles.close() is not indempotent
tree
|
commitdiff
2019-04-14
Niki Roo
fix Cache
tree
|
commitdiff
2019-04-14
Niki Roo
better cache
tree
|
commitdiff
2019-04-14
Niki Roo
traces, select TMP
tree
|
commitdiff
2019-04-14
Niki Roo
downloader fix
tree
|
commitdiff
2019-04-13
Niki Roo
tracer: traces on stderr
tree
|
commitdiff
2019-04-13
Niki Roo
Version 4.6.2
tree
|
commitdiff
2019-04-13
Niki Roo
StringUtils to/formatNumber: fix, step 1
tree
|
commitdiff
2019-04-12
Niki Roo
back to dev, re-add the tests
tree
|
commitdiff
2019-04-12
Niki Roo
Version 4.6.1
tree
|
commitdiff
2019-04-12
Niki Roo
Merge branch 'master' of github.com:nikiroo/nikiroo...
tree
|
commitdiff
2019-04-12
Niki Roo
new tests (wip) for from/to number
tree
|
commitdiff
2019-04-11
Niki Roo
..and the reverse operation
tree
|
commitdiff
2019-04-11
Niki Roo
new StringUtils: formatNumber
tree
|
commitdiff
2019-04-10
Niki
Proxy: allow single string usage
tree
|
commitdiff
2019-04-10
Niki
Merge branch 'master' of https://github.com/nikiroo...
tree
|
commitdiff
2019-04-10
Niki
proxy woopsie
tree
|
commitdiff
2019-03-24
Niki Roo
fix config ui desc NPE
tree
|
commitdiff
2019-03-24
Niki Roo
Merge branch 'master' of github.com:nikiroo/nikiroo...
tree
|
commitdiff
next