]> git.proxmox.com Git - mirror_kronosnet.git/history - libknet
[libnozzle] Update copyright
[mirror_kronosnet.git] / libknet /
2018-12-13 Christine CaulfieldUDP: Cope with EPERM returned from sendmsg/sendto
2018-12-03 Jan Pokorný[misc] fix a few typos/stylistics
2018-11-27 Chen Jingpiao[tests] update error message in api_knet_{addrtostr...
2018-11-27 Chen Jingpiao[tests] fix check condition in api_knet_{addrtostr...
2018-11-27 Chen Jingpiaoclear the errno in each exported API when the call...
2018-11-20 Fabio M. Di Nitto[openssl] fix return type for pthread_self
2018-11-16 Chen Jingpiao[tx] fix tx_uncompressed_packets stats collect in _pars...
2018-11-13 Chen Jingpiao[rx] fix incorrect packet length in _parse_recv_from_links
2018-11-13 Chen Jingpiao[tx] remove goto statement to improve readability
2018-11-13 Chen JingpiaoAdd static qualifier to {compress, crypto, transport...
2018-11-12 Chen Jingpiao[transports] fix transport_modules_cmd array out of...
2018-11-07 Chen Jingpiaotests: fix output message
2018-11-07 Chen Jingpiaofix typo
2018-10-23 Christine Caulfieldmisc: keep covscan happy
2018-10-22 Fabio M. Di NittoMerge pull request #155 from kronosnet/stable1-proposed v1.5
2018-10-21 Christine Caulfieldlinks: Don't close loopback link
2018-10-08 Jan FriesseImport key with length not dividable by wrap key block...
2018-09-11 Fabio M. Di Nitto[tests] clear errno to avoid incorrect propagation...
2018-09-11 Fabio M. Di Nitto[tests] fix select(2) handling (mostly affects slow...
2018-09-06 Fabio M. Di Nitto[threads] make it easier to debug thread startup /...
2018-08-07 Fabio M. Di NittoMerge pull request #150 from kronosnet/stable1-proposed v1.4
2018-08-03 Fabio M. Di Nitto[threads] use internal array to track status of threads...
2018-08-03 Fabio M. Di Nitto[tests] don't redefine symbols from the main library
2018-08-03 Fabio M. Di Nitto[handle] reduce usage of handle_config_mutex to wrap...
2018-08-03 Fabio M. Di Nitto[logging] report error in case logging buffer is bigger...
2018-08-03 Fabio M. Di Nitto[handle] drop init_lock_done as it was used only by...
2018-08-03 Fabio M. Di Nitto[logging] drop locking inside log_msg (part 1)
2018-08-03 Fabio M. Di Nitto[handle] drop call to log_msg that would have no effect
2018-04-26 Ferenc Wágnercoding style: add parentheses after the sizeof operator
2018-04-26 Ferenc Wágnerlog_msg: no point in putting NL after the final NUL
2018-04-26 Ferenc Wágnerknet_log_msg: fix documentation: the closing newline...
2018-04-26 Ferenc Wágner_logthread: while loop instead of goto
2018-04-26 Ferenc Wágner_logthread: select() returns the number of set bits...
2018-04-26 Ferenc Wágnerflush_logs: don't ever print past the message buffer
2018-04-26 Ferenc Wágnerflush_logs: while loop instead of goto
2018-04-26 Ferenc Wágnerflush_logs: a for loop is more straightforward here
2018-04-26 Ferenc Wágnerflush_logs: don't repeat the type of msg
2018-04-26 Ferenc Wágnerflush_logs: the reads will overwrite the entire msg...
2018-04-26 Ferenc Wágnerflush_logs: remove redundant condition
2018-04-23 Fabio M. Di NittoMerge pull request #145 from kronosnet/stable1-proposed v1.3
2018-04-20 Fabio M. Di Nitto[crypto] NSS_NoDB_Init: the parameter is reserved,...
2018-04-20 Fabio M. Di Nitto[crypto] improve checks around RX packet size
2018-04-19 Fabio M. Di NittoMerge pull request #140 from kronosnet/stable1-proposed v1.2
2018-02-26 Fabio M. Di Nitto[compress] extend check to compare end buffer data
2018-02-26 Fabio M. Di Nitto[compress] delegate compress_level validation to compre...
2018-02-26 Fabio M. Di Nitto[tx/rx] improve error checking when running external...
2018-02-25 Fabio M. Di NittoMerge pull request #116 from kronosnet/stable1-proposed v1.1
2018-02-20 Ferenc WágnerIndicate new API call in libtool version info
2018-02-20 Ferenc Wágnerbuild: provide -version-info directly instead of -versi...
2018-02-20 Ferenc WágnerNew API function: knet_handle_new_ex() taking handle...
2018-02-20 Christine CaulfieldUDP: Don't keep retrying send if we get EINVAL
2018-02-19 Fabio M. Di Nitto[man] move libknet man pages and man pages build tools...
2018-02-18 Fabio M. Di Nitto[build] make man page build optional
2018-02-12 Ferenc WágnerBetter wording suggested by Chrissie
2018-02-12 Ferenc WágnerReword the documentation of knet_handle_compress_cfg
2018-02-12 Ferenc WágnerWe support several compression libraries by now.
2018-02-03 Fabio M. Di Nitto[compress] lz4: fix builds for older lz4 releases
2018-02-03 Fabio M. Di Nitto[compress] lz4: include all required headers
2018-02-03 Fabio M. Di Nitto[man] drop dist_man_MANS leftover
2018-02-01 Fabio M. Di Nitto[build] make gcc8 buffer boundaries check happy
2018-01-30 Ferenc Wágnertests: skip the SCTP test if SCTP is not supported...
2018-01-30 Ferenc Wágnerbuild: --export-dynamic is needed for dlopened modules...
2018-01-30 Ferenc Wágnerbuild: sanitize CFLAGS handling
2018-01-30 Ferenc Wágnerbuild: sanitize LDFLAGS handling
2018-01-30 Ferenc WágnerPropagate NSS initialization errors
2018-01-30 Ferenc WágnerEVP_CIPHER_block_size returns size_t, which is unsigned
2018-01-30 Ferenc WágnerPropagate OpenSSL initialization errors
2018-01-30 Ferenc WágnerAdd some missing error propagation
2018-01-29 Fabio M. Di Nitto[man] do not ship precompiled doxyxml
2018-01-29 Fabio M. Di Nitto[man] fix man page generation external deps on doxyxml
2018-01-29 Fabio M. Di Nitto[man] fix distcheck, build out of tree and tarball...
2018-01-29 Fabio M. Di Nitto[man] switch to autogenerated man pages
2018-01-29 Fabio M. Di Nitto[man] first attempt to plug doxyxml to replace doxy2man
2018-01-29 Fabio M. Di Nitto[man] move doxyman to build-aux
2018-01-29 Fabio M. Di Nitto[man] drop redundant update-man-page code
2018-01-18 Ferenc Wágnertests: check for exported symbols in the data section...
2018-01-08 Fabio M. Di NittoMerge pull request #112 from kronosnet/man-pages v1.0
2018-01-08 Fabio M. Di Nitto[docs] Update copyright and man pages pre-1.0
2018-01-08 Fabio M. Di NittoMerge pull request #111 from kronosnet/fixes
2018-01-08 Fabio M. Di Nitto[PMTUd] drop (now) unnecessary and dangerous usleep
2018-01-08 Fabio M. Di Nitto[PMTUd] reset value or suffer the pains of DEADLOCKING...
2018-01-08 Fabio M. Di Nitto[PMTUd] only notify PMTUd when pmtud_running and don...
2018-01-08 Fabio M. Di Nitto[stats] show loopback links as connected
2018-01-05 Fabio M. Di NittoMerge pull request #105 from kronosnet/scale
2018-01-04 Fabio M. Di Nitto[PMTUd] more typo fixes
2018-01-04 Fabio M. Di Nittomeeeehhhhhh fixed on the top comment, forgot the bottom one
2018-01-04 Fabio M. Di Nitto[PMTUd] cleanup variable usage and code around it
2018-01-04 Christine Caulfieldfix missing space
2018-01-03 Fabio M. Di Nitto[PMTUd] amend warning message
2018-01-03 Fabio M. Di Nitto[PMTUd] generate warning when there is a timeout receiv...
2018-01-03 Fabio M. Di Nitto[PMTUd] if PMTUd is rescheduled, then enforce a new run
2018-01-03 Fabio M. Di Nitto[PMTUd] make PMTUd force_run notification more quiet
2018-01-03 Fabio M. Di Nitto[PTMUd] if any threads receives a EMSGSIZE outside...
2018-01-03 Fabio M. Di Nitto[PMTUd] rename pmtud_running to pmtud_waiting
2018-01-03 Fabio M. Di Nitto[PTMUd] by using a safe PMTU to init a link, we can...
2018-01-03 Fabio M. Di Nitto[PMTUd] Use kernel MTU information to determine next...
2018-01-03 Fabio M. Di Nitto[stats] report correct MTU for loopback links
2018-01-03 Fabio M. Di NittoMerge pull request #108 from kronosnet/minor-fixes
2018-01-03 Fabio M. Di Nitto[tests] add missing break (detected by newer gcc)
2018-01-03 Fabio M. Di Nitto[tests] knet_bench: allow to specify protocol (UDP...
next