aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'jsnyder-tree/master'Thomas Harning Jr2011-01-151-1/+1
|\
| * Changes to compile on OS X.James Snyder2010-03-031-1/+1
* | bufferevent learns to set watermarking using write-accessor functions rather ...Thomas Harning Jr2011-01-151-4/+2
* | bufferevent unlearns read access to low-level timeout/watermark properties th...Thomas Harning Jr2011-01-151-35/+0
* | 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 a...Thomas Harning Jr2011-01-151-0/+5
|/
* 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 avoi...Thomas Harning Jr2007-09-211-4/+3
* buffer_event is born, albeit w/ deformities. Can construct instances but not...Thomas Harning Jr2007-09-211-0/+141