-fixing #2309
[oweals/gnunet.git] / src / stream /
2012-04-27 Christian Grothoff-fix
2012-04-26 Sree Harsha Totakura-naming convention
2012-04-25 Sree Harsha Totakura-added test_stream_local.c to standard checks
2012-04-22 Sree Harsha Totakura-task cancellations in tunnel cleaner
2012-04-18 Sree Harsha Totakura-fixed wrong assertion
2012-04-18 Sree Harsha Totakura-fixed mesh application types array and makefile
2012-04-17 Sree Harsha Totakura-makefile for new test_stream_local (commented)
2012-04-17 Sree Harsha Totakura-test cases renaming
2012-04-17 Sree Harsha Totakura-logging in mesh peer disconnect handler
2012-04-14 Sree Harsha Totakura-stream connection halfclose and test cases
2012-04-10 Sree Harsha Totakura-retransmission of close messages
2012-04-07 Sree Harsha Totakura-doxygen
2012-04-07 Sree Harsha Totakura-added STREAM_shutdown & test case for shutdown
2012-04-06 Sree Harsha Totakura-added STREAM_shutdown
2012-04-06 Sree Harsha Totakura-shutdown completion callback
2012-04-06 Sree Harsha Totakura-added shutdown handle and cancel
2012-03-25 Sree Harsha Totakura-added write io cancellation
2012-03-24 Sree Harsha Totakura- de-duplication
2012-03-24 Sree Harsha Totakurafixed compile error from r20729
2012-03-23 Matthias Wachs- dozygen
2012-03-23 Sree Harsha Totakurabugfix
2012-03-23 Sree Harsha Totakurafixed read packets removal after read processor,
2012-03-21 Sree Harsha Totakurafixed read timeout problem and added ack sending incase...
2012-03-21 Sree Harsha Totakurafixed listen callback to happen after reaching ESTABLIS...
2012-03-10 Sree Harsha Totakurausing GNUNET_STREAM_ACK_BITMAP_BIT_LENGTH
2012-03-10 Sree Harsha Totakurafixed retransmission task
2012-03-09 Sree Harsha Totakurafixed byte conversion bugs
2012-03-09 Sree Harsha Totakuracorrected HELLO_ACK message size
2012-03-08 Sree Harsha Totakurapeer interning
2012-03-08 Sree Harsha Totakuramore assertions
2012-03-08 Sree Harsha TotakuraData message retransmissions
2012-03-07 Sree Harsha Totakura-debugging
2012-03-06 Sree Harsha Totakura-identify sockets deriving from lsocket
2012-03-06 Sree Harsha Totakura-bugfixes and testcases
2012-03-03 Sree Harsha Totakura-modified testcase according to modified interface
2012-02-28 Christian Grothoff-commenting out testcase -- wrong c filename?
2012-02-28 Christian Grothoff-commenting out testcase -- wrong c filename?
2012-02-27 Sree Harsha Totakura-removed copy buffer and prepare_data_for_read
2012-02-27 Christian Grothoff-fix
2012-02-27 Sree Harsha Totakura-added read io timeout
2012-02-27 Sree Harsha Totakura-added prepare_buffer_for_read
2012-02-27 Christian Grothoffenabling use of pipes for signal communication also...
2012-02-27 Sree Harsha Totakura-fixed relative boundaries in stream read
2012-02-26 Sree Harsha Totakura-copy buffer and STREAM_read(incomplete)
2012-02-26 Sree Harsha Totakura-receive buffer (re)allocation in handle_data
2012-02-22 Sree Harsha Totakura-documentation fixes
2012-02-22 Sree Harsha Totakura-read operation sketch
2012-02-22 Christian Grothoff-stuff
2012-02-22 Sree Harsha Totakura-fixed compile bug
2012-02-22 Sree Harsha Totakuraadded ack sending
2012-02-21 Sree Harsha Totakura-added data message handling
2012-02-12 Sree Harsha Totakura-fixed ntoh64 to GNUNET_ntohll
2012-02-12 Sree Harsha Totakura-added write operation
2012-02-08 Christian Grothoff-stylistic fixes
2012-02-08 Sree Harsha Totakura-added socket write handle
2012-02-05 Sree Harsha Totakura-protocol upto ESTABLISHED state
2012-02-05 Sree Harsha Totakura-added message sequencing
2012-02-03 Sree Harsha Totakura-fixed compilation errors
2012-02-03 Christian Grothoff-misc stream hxing
2012-02-03 Christian Grothoff-misc stream hxing
2012-02-03 Christian Grothoff-adding build system basics for stream library
2012-01-30 Sree Harsha Totakura-stream api implementation skeleton(incomplete)
2012-01-24 Sree Harsha Totakura- moved stream message types to gnunet_protocols.h
2012-01-18 Christian Grothoff-hints for stream lib development
2012-01-17 Sree Harsha Totakura- protocol states
2012-01-16 Sree Harsha Totakurarefined test cases
2012-01-13 Sree Harsha Totakuraadded half-closed shutdown test
2012-01-13 Sree Harsha Totakuraadded shutdown call in testcase
2012-01-13 Sree Harsha Totakuratest case for stream API
2012-01-10 Sree Harsha Totakurastream P2P protocol message specification
2011-12-09 Sree Harsha Totakuraadded API definitions for stream library