aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer_event.c
Commit message (Collapse)AuthorAgeFilesLines
* bufferevent unlearns read access to low-level timeout/watermark properties ↵Thomas Harning Jr2011-01-151-35/+0
| | | | that appear shouldn't be exposed
* Merge branch 'prosody-tree'Thomas Harning Jr2011-01-151-2/+6
|\
| * buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.Waqas Hussain2010-02-151-1/+0
| |
| * Fix potential stack slot leak when error occursMatthew Wild2009-12-071-1/+6
| |
* | bufferevent compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 ↵Thomas Harning Jr2011-01-151-0/+5
|/ | | | and 2.0 version builds
* bufferevent got callback call fixed.Thomas Harning Jr2007-11-251-1/+1
|
* bufferevent learned enable/disableThomas Harning Jr2007-11-251-0/+18
|
* bufferevent learned (get|set)_timeoutsThomas Harning Jr2007-11-251-0/+23
|
* bufferevent learned get_*_watermarksThomas Harning Jr2007-11-251-0/+20
|
* bufferevent learned set_*_watermarksThomas Harning Jr2007-11-251-0/+28
|
* buffer_event learned get_read/get_write buffer accessorsThomas Harning Jr2007-11-251-0/+16
|
* buffer_event: Learned how to erase read/write buffer knowledge from LuaThomas Harning Jr2007-11-251-0/+6
|
* buffer_event: removed magic numbers for read/write buffer locationsThomas Harning Jr2007-11-251-4/+8
|
* Corrected spacing issues introduced in SciTE ... may begin using gvim to ↵Thomas Harning Jr2007-09-211-4/+3
| | | | avoid these issues...
* buffer_event is born, albeit w/ deformities. Can construct instances but ↵Thomas Harning Jr2007-09-211-0/+141
not use, yet.