Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove roaming support; ok djm@ | 2016-01-14 | 1 | -45/+0 | |
| | |||||
* | fix some harmless and/or unreachable int overflows; | 2011-12-07 | 1 | -3/+4 | |
| | | | | reported Xi Wang, ok markus@ | ||||
* | Declarations needed for upcoming changes. | 2009-10-24 | 1 | -1/+7 | |
| | | | | ok markus@ | ||||
* | It may be necessary to retransmit some data when resuming, so add it | 2009-06-27 | 1 | -1/+7 | |
| | | | | | | to a buffer when roaming is enabled. Most of this code was written by Martin Forssen, maf at appgate dot com. ok markus@ | ||||
* | Add tags for the benefit of the sync scripts | 2009-06-21 | 1 | -0/+1 | |
| | |||||
* | Fix warnings found by chl@ and djm@ and change roaming_atomicio's | 2009-06-12 | 1 | -1/+1 | |
| | | | | | return type to match atomicio's Diff from djm@, ok markus@ | ||||
* | Keep track of number of bytes read and written. Needed for upcoming | 2009-05-28 | 1 | -0/+31 | |
changes. Most code from Martin Forssen, maf at appgate dot com. ok markus@ |