aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
Commit message (Collapse)AuthorAge
...
* missing distance metrics in transport stuffsNathan S. Evans2010-04-28
|
* get rid of transport asking arm to stop servicesNathan S. Evans2010-04-22
|
* proper PONG validationChristian Grothoff2010-04-12
|
* fixChristian Grothoff2010-04-12
|
* trying to fix bugChristian Grothoff2010-03-25
|
* fixChristian Grothoff2010-03-17
|
* loggingChristian Grothoff2010-03-16
|
* more statsChristian Grothoff2010-03-16
|
* cancel pending write if we are just dead anywayChristian Grothoff2010-03-12
|
* nodebChristian Grothoff2010-03-08
|
* trying to fix bandwidth calculationsChristian Grothoff2010-03-05
|
* finer grained debuggingNathan S. Evans2010-03-04
|
* coverity fixes, strange behavior(s) in transport_api.c hopefully resolvedNathan S. Evans2010-03-04
|
* more loggingChristian Grothoff2010-02-27
|
* fixing doxygen warningsChristian Grothoff2010-02-18
|
* only if connectedChristian Grothoff2010-02-18
|
* fix state machine updateChristian Grothoff2010-02-17
|
* fixChristian Grothoff2010-02-17
|
* fixesChristian Grothoff2010-02-17
|
* fixChristian Grothoff2010-02-17
|
* fixChristian Grothoff2010-02-17
|
* fixChristian Grothoff2010-02-17
|
* fixing bad assumptionsChristian Grothoff2010-02-16
|
* fixesChristian Grothoff2010-02-16
|
* making things nice by breaking tonsChristian Grothoff2010-02-16
|
* dceNathan S. Evans2010-02-10
|
* dying transport_api fix/hackNathan S. Evans2010-02-04
|
* received ack removalNathan S. Evans2010-02-04
|
* fixing leaksChristian Grothoff2010-02-02
|
* unused varChristian Grothoff2010-02-02
|
* try connect fix, just because we have a neighbor in our list doesn't ↵Nathan S. Evans2010-02-01
| | | | necessarily mean we can already talk to it. Functional bug apparently
* coverity fixNathan S. Evans2010-02-01
|
* hopefully partially fixing non worky problems on various machines. but ↵Nathan S. Evans2010-01-29
| | | | since I haven't tested it on any other machines, we shall see if this is the case. Previous issues likely related to the ack_received stuff which was still present which caused tcp connections to have undesirable behavior
* (no commit message)Nathan S. Evans2010-01-29
|
* udp test_transport_api test now working, tcp not... but a good omenNathan S. Evans2010-01-28
|
* (no commit message)Nathan S. Evans2010-01-22
|
* implementing get_hello_cancelChristian Grothoff2010-01-21
|
* (no commit message)Nathan S. Evans2010-01-21
|
* it compiles, but definitely doesn't workNathan S. Evans2010-01-21
|
* fixing core API issuesChristian Grothoff2010-01-20
|
* pre-commitNathan S. Evans2010-01-19
|
* fixesChristian Grothoff2010-01-17
|
* increase timeoutChristian Grothoff2009-11-15
|
* fixChristian Grothoff2009-11-13
|
* use add now instead of running immediately, which may free th and have some ↵Christian Grothoff2009-11-13
| | | | odd effects
* bugfixes and redesigning scheduler APIChristian Grothoff2009-11-04
|
* kill pending transmit tasks on destroyChristian Grothoff2009-10-31
|
* wtfChristian Grothoff2009-10-31
|
* inlineChristian Grothoff2009-10-29
|
* giving client API option for auto-retry, making more often use of ↵Christian Grothoff2009-10-24
| | | | transmit_and_get_response API and removing auto-retry code where enhanced client API can be used for it