2013-12-06 |
Bart Polot | -create channel |
tree | commitdiff |
2013-12-06 |
Bart Polot | - wip |
tree | commitdiff |
2013-12-06 |
Bart Polot | - wip |
tree | commitdiff |
2013-12-06 |
Sree Harsha Totakura | configure option --disable-autostart to disable auto... |
tree | commitdiff |
2013-12-06 |
Bart Polot | -wip |
tree | commitdiff |
2013-12-06 |
Bart Polot | - wip |
tree | commitdiff |
2013-12-06 |
Bart Polot | -wip |
tree | commitdiff |
2013-12-05 |
Bart Polot | - fix channel numbering |
tree | commitdiff |
2013-12-05 |
Bart Polot | - change mesh channel creation/notification API |
tree | commitdiff |
2013-12-05 |
Bart Polot | - nonexistent channel does not necessarily means an... |
tree | commitdiff |
2013-12-05 |
Bart Polot | - fix procession of channel create in loopback channels |
tree | commitdiff |
2013-12-05 |
Bart Polot | - treat data as ACK on the destination end of a channel |
tree | commitdiff |
2013-12-05 |
Bart Polot | - avoid dereferencing copy after channel (and therefore... |
tree | commitdiff |
2013-12-05 |
Bart Polot | - dont use millisecond restransmit delays for "synack... |
tree | commitdiff |
2013-12-05 |
Bart Polot | - improve dealing with duplicate channel create (in... |
tree | commitdiff |
2013-12-05 |
Bart Polot | - timing |
tree | commitdiff |
2013-12-05 |
Bart Polot | - log |
tree | commitdiff |
2013-12-05 |
Bart Polot | - avoid warning on successful shutdowns |
tree | commitdiff |
2013-12-04 |
Bart Polot | - dont authorize a client to send more data in case... |
tree | commitdiff |
2013-12-04 |
Bart Polot | - use cleaner code |
tree | commitdiff |
2013-12-04 |
Bart Polot | - don't mark duplicate channel_confirm messages as... |
tree | commitdiff |
2013-12-01 |
Bart Polot | - cleanup tunnel api |
tree | commitdiff |
2013-12-01 |
Bart Polot | - cleanup, get rid of goto |
tree | commitdiff |
2013-12-01 |
Bart Polot | - loopback traffic should not touch tunnel code. Mark... |
tree | commitdiff |
2013-11-30 |
Bart Polot | - log |
tree | commitdiff |
2013-11-30 |
Bart Polot | - fix segfault |
tree | commitdiff |
2013-11-30 |
Bart Polot | - use queue/task mechanism for SYNACKs |
tree | commitdiff |
2013-11-30 |
Bart Polot | - refactor mesg sent |
tree | commitdiff |
2013-11-30 |
Bart Polot | - refactor |
tree | commitdiff |
2013-11-30 |
Bart Polot | - legibility |
tree | commitdiff |
2013-11-30 |
Bart Polot | - initialize timers |
tree | commitdiff |
2013-11-30 |
Bart Polot | - retransmit channel create based on separate timeout... |
tree | commitdiff |
2013-11-30 |
Bart Polot | - code cleanup |
tree | commitdiff |
2013-11-29 |
Bart Polot | - doc |
tree | commitdiff |
2013-11-29 |
Bart Polot | - fix super-fast (< 20ms) retransmission behavior when... |
tree | commitdiff |
2013-11-29 |
Bart Polot | - fix messed scheduler management in data ack handling |
tree | commitdiff |
2013-11-29 |
Bart Polot | - only complain if mid is BIGGER than expected, because... |
tree | commitdiff |
2013-11-29 |
Bart Polot | - wip |
tree | commitdiff |
2013-11-29 |
Bart Polot | - initialize timing info with real round trip time... |
tree | commitdiff |
2013-11-29 |
Bart Polot | - do not count channel management traffic as payload |
tree | commitdiff |
2013-11-29 |
Bart Polot | - process channel destroy notifications properly |
tree | commitdiff |
2013-11-29 |
Bart Polot | - doc |
tree | commitdiff |
2013-11-29 |
Bart Polot | - use force flag to avoid connections dropping channel... |
tree | commitdiff |
2013-11-28 |
Bart Polot | - use callback awareness to cancel unneeded traffic |
tree | commitdiff |
2013-11-28 |
Bart Polot | - remove deprecated tests |
tree | commitdiff |
2013-11-28 |
Bart Polot | - warning-- |
tree | commitdiff |
2013-11-28 |
Bart Polot | - use new keepalive message type |
tree | commitdiff |
2013-11-28 |
Bart Polot | - send conncetion ack before kex exchange -> cleaner... |
tree | commitdiff |
2013-11-28 |
Bart Polot | - typos, indent |
tree | commitdiff |
2013-11-28 |
Bart Polot | - log |
tree | commitdiff |
2013-11-27 |
Bart Polot | - revamp mesh_common code, minor refactoring |
tree | commitdiff |
2013-11-27 |
Bart Polot | - update message types |
tree | commitdiff |
2013-11-27 |
Bart Polot | - use only once KEEPALIVE message |
tree | commitdiff |
2013-11-27 |
Bart Polot | - remove old dead code / message types |
tree | commitdiff |
2013-11-27 |
Bart Polot | - supress compilation warnings |
tree | commitdiff |
2013-11-27 |
Bart Polot | - plug leak |
tree | commitdiff |
2013-11-27 |
Bart Polot | - log |
tree | commitdiff |
2013-11-27 |
Bart Polot | - dont send anything to clients shutting down |
tree | commitdiff |
2013-11-27 |
Bart Polot | - fix consensus profiler test (multiple channels reusin... |
tree | commitdiff |
2013-11-27 |
Bart Polot | - dont update tunnel c-state on data |
tree | commitdiff |
2013-11-27 |
Bart Polot | - fix case of reconnection during valid handshake |
tree | commitdiff |
2013-11-27 |
Bart Polot | - tunnels need separate connectivity state and encrypti... |
tree | commitdiff |
2013-11-27 |
Bart Polot | - log |
tree | commitdiff |
2013-11-27 |
Bart Polot | - dont try to send data on connections that are going... |
tree | commitdiff |
2013-11-27 |
Bart Polot | - log |
tree | commitdiff |
2013-11-26 |
Bart Polot | - dont send ACK on dying connections |
tree | commitdiff |
2013-11-26 |
Bart Polot | - dont resend useless channel_destroy messages |
tree | commitdiff |
2013-11-26 |
Bart Polot | - log |
tree | commitdiff |
2013-11-26 |
Bart Polot | - fix port mangling |
tree | commitdiff |
2013-11-26 |
Bart Polot | - allow for destruction of channel inside inbound handler |
tree | commitdiff |
2013-11-26 |
Bart Polot | - fix crash on GMC_create (3131, 3123) |
tree | commitdiff |
2013-11-26 |
Bart Polot | - fix 2966: destroy all channels on service crash/disco... |
tree | commitdiff |
2013-11-26 |
Bart Polot | - fix #3114: add feedback from _local to _channel on... |
tree | commitdiff |
2013-11-26 |
Bart Polot | - testcase for #3114 |
tree | commitdiff |
2013-11-25 |
Bart Polot | - fix #3111 |
tree | commitdiff |
2013-11-25 |
Bart Polot | - log |
tree | commitdiff |
2013-11-21 |
Bart Polot | - log |
tree | commitdiff |
2013-11-21 |
Bart Polot | - destroy all connections on shutdown, so core_disconne... |
tree | commitdiff |
2013-11-21 |
Bart Polot | - don't crash on channel not found |
tree | commitdiff |
2013-11-19 |
Bart Polot | - more shutdown fixes |
tree | commitdiff |
2013-11-19 |
Bart Polot | - missing header |
tree | commitdiff |
2013-11-19 |
Bart Polot | - fix shutdown order |
tree | commitdiff |
2013-11-19 |
Bart Polot | - remove warning |
tree | commitdiff |
2013-11-19 |
Bart Polot | - api fix |
tree | commitdiff |
2013-11-19 |
Bart Polot | - delete tunnel from peermap at shutdown |
tree | commitdiff |
2013-11-19 |
Bart Polot | - don't reschedule a POLL if connectio is being destroy... |
tree | commitdiff |
2013-11-19 |
Christian Grothoff | -fix channel_get_info, return pointer to peer, not... |
tree | commitdiff |
2013-11-18 |
Bart Polot | - destroy channels when tunnels is being destroyed... |
tree | commitdiff |
2013-11-18 |
Bart Polot | - fixme |
tree | commitdiff |
2013-11-18 |
Bart Polot | - fix handling of path's on duplicate PATH_CREATE messages |
tree | commitdiff |
2013-11-18 |
Bart Polot | - doc, notes |
tree | commitdiff |
2013-11-18 |
Bart Polot | - missing return |
tree | commitdiff |
2013-11-18 |
Bart Polot | - log |
tree | commitdiff |
2013-11-18 |
Bart Polot | - cancel queued message on connection destroy |
tree | commitdiff |
2013-11-18 |
Bart Polot | - dont double free in case of error |
tree | commitdiff |
2013-11-18 |
Bart Polot | - fix use after free on shutdown (#3112) |
tree | commitdiff |
2013-11-16 |
Christian Grothoff | -return after handler was found, as handler might have... |
tree | commitdiff |
2013-11-16 |
Christian Grothoff | -remove GNUNET_MQ_impl_send_commit, make it part of... |
tree | commitdiff |
2013-11-16 |
Christian Grothoff | -fix include order |
tree | commitdiff |
2013-11-16 |
Christian Grothoff | -only notify AFTER sending is really close to finished... |
tree | commitdiff |
next |