index
:
luaevent-prosody.git
master
origin/master
unofficial mirror of libevent lua bindings for prosody
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
buffer_event.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.
Waqas Hussain
2010-02-15
1
-1
/
+0
|
*
Fix potential stack slot leak when error occurs
Matthew Wild
2009-12-07
1
-1
/
+6
|
*
bufferevent got callback call fixed.
Thomas Harning Jr
2007-11-25
1
-1
/
+1
|
*
bufferevent learned enable/disable
Thomas Harning Jr
2007-11-25
1
-0
/
+18
|
*
bufferevent learned (get|set)_timeouts
Thomas Harning Jr
2007-11-25
1
-0
/
+23
|
*
bufferevent learned get_*_watermarks
Thomas Harning Jr
2007-11-25
1
-0
/
+20
|
*
bufferevent learned set_*_watermarks
Thomas Harning Jr
2007-11-25
1
-0
/
+28
|
*
buffer_event learned get_read/get_write buffer accessors
Thomas Harning Jr
2007-11-25
1
-0
/
+16
|
*
buffer_event: Learned how to erase read/write buffer knowledge from Lua
Thomas Harning Jr
2007-11-25
1
-0
/
+6
|
*
buffer_event: removed magic numbers for read/write buffer locations
Thomas Harning Jr
2007-11-25
1
-4
/
+8
|
*
Corrected spacing issues introduced in SciTE ... may begin using gvim to ↵
Thomas Harning Jr
2007-09-21
1
-4
/
+3
|
|
|
|
avoid these issues...
*
buffer_event is born, albeit w/ deformities. Can construct instances but ↵
Thomas Harning Jr
2007-09-21
1
-0
/
+141
not use, yet.