Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / transport / gnunet-service-tng.c
2019-10-05 Christian Grothoffglobal reindent, now with uncrustify hook enabled
2019-09-08 ng0uncrustify as demanded.
2019-06-22 xrsMerge branch 'master' of ssh://git.gnunet.org/gnunet
2019-06-18 Christian Grothofffix NPEs, off-by-one, etc
2019-06-18 Christian Grothoffclean up comments, fixmes, remove dead code
2019-06-18 Christian GrothoffIntroducing GNUNET_Uuid and matching hash map for 128...
2019-06-09 Christian Grothoffupdate todo on FC: might be finished (in theory)
2019-06-09 Christian Grothoffnote on BDP
2019-06-09 Christian Grothoffadd FC retransmission logic
2019-06-04 Christian Grothofffix
2019-06-04 Christian Grothoffmisc bugfixes
2019-06-04 Christian Grothoffmisc bugfixes
2019-06-02 Christian Grothoffgenerate and handle TRANSPORT_FLOW_CONTROL messages...
2019-06-02 Christian Grothoffwork on DV logic and FC
2019-05-22 Christian Grothoffsplit T2T-FC from CR for address validation
2019-05-21 Christian Grothoffimplement FC window tracking for incoming messages
2019-05-21 Christian Grothoffuse bytes, not kilobytes
2019-05-19 Christian Grothoffuse _exit in signal handlers
2019-05-19 Christian GrothoffFC work
2019-05-19 Christian Grothoffintroduce lookup_virtual_link
2019-05-14 Christian Grothoffmodify messages for t2t-fc
2019-05-12 Christian Grothoffimplement message selection heuristic
2019-05-12 Christian Grothoffupdate TODOs
2019-05-12 Christian Grothoffuse sorting to stop linked list search early
2019-05-11 Christian Grothoffclean up transmission logic to have queues 'pull' for...
2019-05-11 Christian Grothoffmove encryption logic into DVBox
2019-05-11 Christian Grothoffcomplete TNG logging
2019-05-11 Christian Grothoffremove duplicate API
2019-05-08 Christian Grothoffmore logging, more FIXMEs
2019-05-07 Christian Grothoffmore logging
2019-05-07 Christian Grothoffadd logging
2019-05-05 Christian Grothoffnote on next steps
2019-05-05 Christian Grothoffuse new PriorityPreferences consistently, note on depre...
2019-05-05 Christian GrothoffDCE, set message UUID to incrementing counter
2019-05-04 Christian Grothoffsimplify MQ logic to always carry the same kinds of...
2019-05-04 Christian Grothoffonly use mono time in TNG HELLOs
2019-04-30 Christian Grothoffcomplete CORE flow control loop
2019-04-29 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-28 Christian Grothofftowards flow control in TNG
2019-04-28 Christian Grothoffimplement hop-by-hop signature verification
2019-04-27 Christian Grothoffrudimentary logging
2019-04-27 Christian Grothoffget rid of the trackers
2019-04-27 Christian Grothofffix validity vs. monotime
2019-04-25 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-25 Christian Grothoffimplement DV learn monotime handling
2019-04-25 Christian Grothoffimplement DV learn monotime handling
2019-04-25 Christian Grothoffcomplete handle_client_send()
2019-04-24 Christian Grothoffmore work towards DVH paths
2019-04-24 Christian Grothoffimplement looping over neighbours to call fwd_dv_learn()
2019-04-23 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-22 Christian Grothoffaddress a few FIXMEs
2019-04-22 Christian Grothoffmassive refactoring to intruce data structure
2019-04-22 Christian Grothoffchanging UUID types (in preparation for RTT tracking)
2019-04-22 Christian Grothoffrenaming
2019-04-21 Christian Grothoffimprove types
2019-04-21 Christian Grothoffdefine constant
2019-04-21 Christian Grothofffinish backchannel message delivery
2019-04-21 Christian Grothoffreorder next steps
2019-04-21 Christian Grothoffhandle communicator status, address a few FIXMEs
2019-04-21 Christian Grothoffdistance field in queue is dead
2019-04-21 Christian Grothofffix quota out calculation, even if it may go away
2019-04-20 Christian Grothoffimplement DV notifications towards core
2019-04-20 Christian Grothoffadd logic to build DVBox messages in TNG
2019-04-18 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-18 Christian Grothoffimplement route_via_neighbour()
2019-04-18 Christian Grothoffapply clang format to gnunet-service-tng.c
2019-04-17 Christian Grothoffmore work on route_message() logic
2019-04-17 Christian Grothoffonly notify core about validated queues
2019-04-17 Christian Grothoffimplement proper SEND_MSG wrapping for control messages
2019-04-16 Christian Grothoffnotes on next steps
2019-04-16 Christian Grothoffhandle forwarding of DVBox messages
2019-04-16 Christian Grothoffimplement backchannel encryption/decryption
2019-04-16 Christian Grothofffix ftbfs
2019-04-16 Christian Grothoffrevert Martin's reformatting
2019-04-16 Schanzenbach, Martinftbfs fix
2019-04-16 Christian Grothoffexplain motivations behind signatures better
2019-04-15 Christian Grothoffimplement basic reliability ACK handling
2019-04-15 Christian Grothoffadd basic handling of fragment acks
2019-04-15 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2019-04-15 Christian Grothoffmisc work on TNG
2019-04-14 Christian Grothoffwork on DV data structures
2019-04-14 Christian Grothoffmisc tng related cleanup
2019-04-14 Christian Grothoffimplement handle_validation_response logic
2019-04-10 Christian Grothoffsend validation challenges
2019-04-10 Christian Grothoffstart to implement validation logic
2019-04-10 Christian Grothoffdefining data structures for validation
2019-04-09 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-07 Christian Grothoffindentation, GNUNET_memcmp introduction, housekeeping
2019-04-07 Christian Grothoffimplement #5551 (UDP broadcast learning in TNG)
2019-04-04 ng0Merge branch 'master' of gnunet.org:gnunet
2019-04-04 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2019-04-03 Christian Grothoffallow applications expressing connection preferences...
2019-04-03 Schanzenbach, Martinmerge
2019-04-03 Christian Grothoffresume transmission on idle queues upon incoming messag...
2019-02-23 Christian Grothoffmerge
2019-02-23 Christian Grothoffnotes
2019-02-13 ng0Merge branch 'master' of gnunet.org:gnunet
2019-02-13 Christian Grothoffadd handle_address_consider_verify skeleton
2019-01-26 Christian Grothoffplanning ahead
2019-01-26 Christian Grothoffdesign for DV routing data structure
next