aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer_event.c
Commit message (Expand)AuthorAgeFilesLines
* malloc.h -> stdlib.h (thanks nulani)Matthew Wild2011-10-121-1/+1
* 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 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