index
:
dnbd3.git
formatting
fuse_cow_2
master
Distributed Network Block Device 3 --rewrite for Kernel 3.x
DNBD
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BUILD] Add check for stdatomic.h support
Manuel Bentele
2021-06-16
1
-0
/
+4
*
[KERNEL] Removes duplicate word 'of' in license headers
Manuel Bentele
2021-04-16
1
-1
/
+1
*
[SERVER] Set TCP_NODELAY on outgoing connections
Simon Rettberg
2021-04-14
1
-1
/
+4
*
[KERNEL] Refactor code to satisfy Linux kernel code style
Manuel Bentele
2021-03-12
1
-11
/
+27
*
[BUILD] Add support in CMake to validate (lint) the source code
Manuel Bentele
2021-03-04
1
-6
/
+14
*
[BUILD] remove the build requirement for an unused C++ compiler
Manuel Bentele
2020-10-27
1
-1
/
+2
*
[BUILD] add option to build the dnbd3-server with afl-fuzz support
Manuel Bentele
2020-10-20
1
-11
/
+21
*
[BUILD] fixes issues to build user space programs on FreeBSD 12.1
Manuel Bentele
2020-10-19
2
-2
/
+2
*
[BUILD] rewrite CMake build system to track changes of source files
Manuel Bentele
2020-10-16
13
-587
/
+111
*
Merge branch 'no-working-flag' into fuse_ll
Simon Rettberg
2020-07-27
5
-60
/
+194
|
\
|
*
[SHARED] Fix 16 byte information leakage in select image message
Simon Rettberg
2020-06-30
1
-2
/
+0
|
*
[SHARED] connect_ms might change above, don't check
Simon Rettberg
2020-03-23
1
-1
/
+1
|
*
[SHARED] crc32: Don't skip table lookup if PCLMUL is unavailable
Simon Rettberg
2020-03-19
1
-12
/
+13
|
*
[SERVER] crc32: Fix compile with optimizations
Simon Rettberg
2020-03-19
1
-2
/
+2
|
*
[SERVER] Use PCLMUL for crc32 on AMD64 if available
Simon Rettberg
2020-03-19
1
-47
/
+174
|
*
[*] Fix/simplify checks for linux
Simon Rettberg
2019-09-17
1
-1
/
+1
|
*
[SERVER] Fix compiler warnings
Simon Rettberg
2019-09-02
1
-1
/
+1
|
*
[SERVER] Introduce debug spam
Simon Rettberg
2019-08-30
1
-1
/
+1
|
*
[SHARED] Better errno handling in connect() helper
Simon Rettberg
2019-08-15
1
-0
/
+8
*
|
[SHARED] Fix: connect with timeout returns socket handle on EINPROGRESS
Simon Rettberg
2020-07-21
1
-1
/
+1
|
/
*
[SERVER] Add pretendClient config option
Simon Rettberg
2019-07-23
1
-1
/
+1
*
[SHARED] More timing helpers
Simon Rettberg
2019-02-09
1
-0
/
+23
*
[SERVER] Only set BGR flag in handshake for BGR_FULL
Simon Rettberg
2018-11-16
1
-1
/
+1
*
[SHARED] Use atomic for logger mask
Simon Rettberg
2018-08-08
1
-2
/
+2
*
[SERVER] Refactor uplink/cache handling, improve crc checking
Simon Rettberg
2018-07-04
1
-1
/
+1
*
[SERVER] Option to disable timestamps on stdout/console (default: disabled)
Simon Rettberg
2018-04-11
2
-8
/
+27
*
[SHARED] Reset errno
Simon Rettberg
2018-04-05
1
-0
/
+2
*
[SERVER] rpc: Add q=logfile, q=altservers and q=config to /query
Simon Rettberg
2017-11-08
2
-8
/
+7
*
[SHARED] Add log_hasMask() to check if a certain loglevel is set
Simon Rettberg
2017-11-07
2
-0
/
+11
*
[SHARED] Add sockaddr2dnbd3 func, add multiConnect func, EINTR handling
Simon Rettberg
2017-11-06
2
-30
/
+141
*
[SERVER] Support finer control over replication when a proxy connects to a proxy
Simon Rettberg
2017-11-02
1
-0
/
+6
*
[*] Mark logadd() as printf-style function, fix errors that it revealed
Simon Rettberg
2017-10-31
2
-2
/
+3
*
[SERVER] Add AFL support
Simon Rettberg
2017-10-30
1
-0
/
+5
*
[*] Introduce constants for IPv4/6 in dnbd3_host_t
Simon Rettberg
2017-10-28
1
-7
/
+6
*
[SERVER] Rename missing occurence of ret, possibly leading to infinite loop :(
Simon Rettberg
2017-10-26
1
-1
/
+1
*
[SERVER] Get rid of zlib dependency
Simon Rettberg
2017-10-24
2
-0
/
+630
*
[SERVER] Fix types or add explicit casts everywhere we might have type conver...
Simon Rettberg
2017-10-24
5
-22
/
+26
*
[SERVER] Properly support passing negative values to timing_gets()
Simon Rettberg
2017-10-20
1
-1
/
+1
*
[SERVER] Use monotonic clock for measuring time
Simon Rettberg
2017-10-19
2
-0
/
+160
*
[*] Support hop-counting in request header, protocol version 3
Simon Rettberg
2017-10-17
1
-1
/
+7
*
[*] constness for sock_sendAll params
Simon Rettberg
2017-10-01
2
-3
/
+3
*
[SERVER] Fix formatting
Simon Rettberg
2016-03-22
1
-1
/
+1
*
dnbd3server build success on freebsd :)
Sebastian
2016-02-11
1
-3
/
+6
*
cleanup commits
Sebastian
2016-02-11
3
-8
/
+1
*
[SHARED] signal.h -> fdsignal.h
Simon Rettberg
2016-02-10
5
-6
/
+6
*
dfskljgdslkfsdklgj
Simon Rettberg
2016-02-05
1
-3
/
+3
*
[SHARED] Fix linux detection on clang
Simon Rettberg
2016-02-05
1
-4
/
+4
*
[SHARED] Implement pipe() based signalling
Simon Rettberg
2016-02-05
4
-71
/
+261
*
First steps in make signals more abstract from the underlying mechanism; repl...
Simon Rettberg
2016-02-05
2
-21
/
+52
*
[SERVER] BREAKING: Get rid of pseudo case-insensitivity
v2.1
Simon Rettberg
2016-02-01
1
-2
/
+2
[next]