]> git.proxmox.com Git - mirror_kronosnet.git/shortlog
mirror_kronosnet.git
2017-01-12 Fabio M. Di... [udp] drop unnecessary list locking
2017-01-11 Fabio M. Di... [SCTP] temporary disable SCTP support while we fix...
2017-01-11 Fabio M. Di... [send/recv] report correct errno
2017-01-11 Fabio M. Di... Revert "[heartbeat] temporary disable usage of transpor...
2017-01-11 Fabio M. Di... [heartbeat] temporary disable usage of transport_connected
2017-01-09 Fabio M. Di... Update TODO list
2017-01-09 Fabio M. Di... [transports] major rework of APIs and ABIs!
2016-12-21 Fabio M. Di... [send/recv] remove stray unlock operation
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_SCTP_LINK_T to KNET_SUB_TRANS...
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_UDP_LINK_T to KNET_SUB_TRANSP_UDP
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_LINK_T to KNET_SUB_RX
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_SEND_T to KNET_SUB_TX
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_PMTUD_T to KNET_SUB_PMTUD
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_HB_T to KNET_SUB_HEARTBEAT
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_TRANSPORT_T to KNET_SUB_TRANSPORT
2016-12-20 Fabio M. Di... [logging] rename KNET_SUB_SWITCH_T to KNET_SUB_DSTCACHE
2016-12-20 Fabio M. Di... [logging] assign blocks to different logging subsystems
2016-12-19 Fabio M. Di... [PMTUd] adjust all values around new transports
2016-12-19 Fabio M. Di... [build] cleanup conditionals to build SCTP and other...
2016-12-19 Fabio M. Di... [transports] initialize transports with knet_handle...
2016-12-19 Fabio M. Di... [listener] drop unnecessary debugging code
2016-12-18 Fabio M. Di... [sctp] _handle_incoming_sctp don't leak accepted_socks...
2016-12-18 Fabio M. Di... [logging] threads should have _t naming
2016-12-17 Fabio M. Di... [sctp] don't pass notification packets to the decoder
2016-12-16 Fabio M. Di... [build] make SCTP build optional (default: on)
2016-12-16 Christine Caulfieldsctp: Fix a couple of crashes & tidy on_epoll usage
2016-12-16 Fabio M. Di... [build] don't leak pam libraries all over the place
2016-12-16 Fabio M. Di... [links] fix segfault when using dynamic ip addresses
2016-12-16 Fabio M. Di... Update TODO list
2016-12-16 Fabio M. Di... [build] cleanup configure.ac and Makefile.am
2016-12-16 Fabio M. Di... [rpm] fix BuildRequires for SCTP
2016-12-16 Fabio M. Di... [kronosnetd] Fix build after SCTP merge
2016-12-16 Fabio M. Di... [libknet] fix typo
2016-12-15 Fabio M. Di... Update TODO list
2016-12-15 Fabio M. Di... Merge pull request #18 from chrissie-c/topic-cc-transports
2016-12-13 Christine Caulfieldinternals: Finish renaming QB_LISt macros to KNET_LIST
2016-12-13 Christine Caulfieldlibknet: Fix things raised in review
2016-12-02 Christine Caulfieldlibknet:\1aadd TCP transport
2016-12-02 Christine Caulfieldlibknet: add SCTP transport
2016-12-02 Christine Caulfieldlibknet: Add support for multiple transports
2016-12-02 Christine Caulfieldlibknet: Factor out UDP into its own file
2016-11-25 Fabio M. Di... [poc] remove iov-enc code now merged in master
2016-11-25 Fabio M. Di... [tests] Add knet_bench as more flexible replacement...
2016-11-25 Fabio M. Di... [send/recv] Fix bug in handling HOSTINFO packets seq num
2016-11-21 Fabio M. Di... [tests] add facility to stop a whole knet handle in...
2016-11-21 Fabio M. Di... [tests] allow scheduler to be configured and allow...
2016-11-19 Fabio M. Di... [tests] use SCHED_RR for crypto_bench
2016-11-16 Fabio M. Di... [tests] add options to configure scheduler
2016-11-16 Fabio M. Di... [tests] move crypto bench to use start_logging
2016-11-16 Fabio M. Di... [tests] add knet logs: prefix when no logs are being...
2016-11-16 Fabio M. Di... [tests] add warning on when to use or not to use start_...
2016-11-16 Fabio M. Di... [tests] Fix Makefile.am to build check_PROGRAMS
2016-11-16 Fabio M. Di... [tests] add logging thread support to simplify writing...
2016-11-15 Fabio M. Di... Merge pull request #16 from miz-take/prototype
2016-11-15 Takeshi MIZUTAsaved errno when epoll_ctl failed
2016-11-15 Fabio M. Di... Update TODO list
2016-11-15 Fabio M. Di... [tests] rename fun_crypto_benchmark to crypto_bench
2016-11-15 Fabio M. Di... [tests] fix up input handling on crypto tests
2016-11-15 Fabio M. Di... [crypto] drop the unnecessary hash_block code
2016-11-15 Fabio M. Di... [tests] dynamically allocate memory for int_crypto_test
2016-11-15 Fabio M. Di... [test] move benchmark outside of regular testing
2016-11-15 Fabio M. Di... [crypto] cleanup some headers and drop duplicate code
2016-11-15 Fabio M. Di... [crypto] introduce (nss)crypto_encrypt_and_signv
2016-11-15 Fabio M. Di... [poc] add io-hashing PoC
2016-11-15 Fabio M. Di... [tests] fix hello world! test
2016-11-07 Fabio M. Di... [tests] Add basic functional crypto benchmark test
2016-11-06 Fabio M. Di... [tests] add internal crypto basic test
2016-11-06 Fabio M. Di... Fix build with different gcc
2016-11-06 Fabio M. Di... Integrate it all with build
2016-11-06 Fabio M. Di... Simplify build of poc-code
2016-11-06 Fabio M. Di... Simplify even further. EncContext tracks the location...
2016-11-06 Fabio M. Di... fix PoC to handle buffer data alignment
2016-11-05 Fabio M. Di... Add libnss iovec PoC
2016-11-05 Fabio M. Di... Add poc-code directory and move access-list code from...
2016-11-05 Fabio M. Di... Add notes for package maintainers
2016-10-22 Fabio M. Di... [build] use rpm bcond for a more elegant solution to...
2016-10-22 Fabio M. Di... [build] fix spec/srpm/rpm build
2016-10-21 Fabio M. Di... [build] fix make distcheck to include kronostned/libtap...
2016-10-21 Fabio M. Di... [build] fix conditional build to pass make distcheck
2016-10-21 Fabio M. Di... [tests] fix return code checking
2016-10-21 Fabio M. Di... Merge pull request #15 from chrissie-c/master
2016-10-21 Christine CaulfieldMake sure we build libtap if kronosnetd is also being...
2016-10-21 Christine Caulfieldconfig: Make libtap & kronosnetd optional
2016-10-19 Fabio M. Di... Merge pull request #14 from jfriesse/include-compat-h
2016-10-19 Jan Friesse[libknet] Really use compat when needed
2016-10-18 Fabio M. Di... Merge pull request #13 from jfriesse/genericmmsg
2016-10-18 Jan Friesse[libknet] Support systems without (send|recv)mmsg
2016-10-15 Fabio M. Di... [send/recv] err is never <0 in that code path
2016-10-15 Fabio M. Di... [listener] fix listener sock configuration to match...
2016-10-13 Fabio M. Di... Merge pull request #12 from jfriesse/lib64
2016-10-13 Fabio M. Di... Merge pull request #11 from jfriesse/donotoverridesyncindex
2016-10-13 Fabio M. Di... Merge pull request #10 from jfriesse/removeprlimit
2016-10-13 Jan Friesse[build] Make sure lib64 is used when available
2016-10-13 Jan Friesse[libknet] Do not override symbols
2016-10-13 Jan Friesse[libknet] Use getrlimit instead of prlimit
2016-09-15 Fabio M. Di... [tests] Enable pmtud setfreq test in helgrind context
2016-09-15 Fabio M. Di... [PMTUd] rewrite thread to follow the same footsteps...
2016-09-15 Fabio M. Di... [threads] move thread timer resolution to common section
2016-09-13 Fabio M. Di... [tests] move all API checks makefile bits to a separate...
2016-09-13 Fabio M. Di... [tests] drop normal info and leave only progress/warnin...
next