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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
malloc.h -> stdlib.h (thanks nulani)
Matthew Wild
2011-10-12
2
-2
/
+2
|
*
README, CHANGELOG: Update for luaevent-prosody 0.1.1
Matthew Wild
2010-02-25
2
-1
/
+4
|
*
README: Note about dependency on libevent => 1.4
Matthew Wild
2010-02-25
1
-0
/
+4
|
*
Makefile: Reduce optimisation to -O2 from -O3
Matthew Wild
2010-02-25
1
-1
/
+1
|
*
luaevent.c: Fix potential overflow in converting seconds to timeval
Matthew Wild
2010-02-25
1
-2
/
+2
|
*
Makefile: Remove debug flags from compilation/linking
Matthew Wild
2010-02-15
1
-2
/
+2
|
*
CHANGELOG: Update for luaevent-prosody 0.1.0
Matthew Wild
2010-02-15
1
-0
/
+12
|
*
README: Update to reflect fork release
Matthew Wild
2010-02-15
1
-0
/
+10
|
*
test/basic.lua: Add simple script to load libevent, show version, etc.
Matthew Wild
2010-02-15
1
-0
/
+8
|
*
luaevent.c: Fix for backwards-compatibility with 1.3
Matthew Wild
2010-02-15
1
-1
/
+7
|
*
event_buffer.c: Silence warnings about uninitialized variable 'ret'
Matthew Wild
2010-02-15
1
-0
/
+2
|
*
Update name and version to luaevent-prosody 0.1.0
Matthew Wild
2010-02-15
1
-2
/
+2
|
*
premake.lua: Remove, as we now have a standard Makefile
Matthew Wild
2010-02-15
1
-32
/
+0
|
*
buffer_event.c, event_buffer.c, luaevent.c: Remove redundant #includes.
Waqas Hussain
2010-02-15
3
-8
/
+0
|
*
buffer_event.h, event_buffer.h, event_callback.h: Remove sys/time.h, and ↵
Waqas Hussain
2010-02-15
3
-12
/
+0
|
|
|
|
other redundant #includes.
*
luaevent.h: sys/time.h is not available with MSVC, use winsock2.h on windows.
Waqas Hussain
2010-02-15
1
-0
/
+4
|
*
luaevent.c: Make ANSI C compatible.
Waqas Hussain
2010-02-15
1
-2
/
+4
|
*
Makefile: Make makefile a bit more generic
Dwayne Bent
2010-01-18
1
-8
/
+19
|
*
Makefile: Added basic Makefile for standard make
Matthew Wild
2010-01-17
1
-0
/
+21
|
*
base:addevent(): Accept integer as fd parameter
Matthew Wild
2009-12-09
1
-8
/
+12
|
*
Fix potential stack slot leak when error occurs
Matthew Wild
2009-12-07
1
-1
/
+6
|
*
Add _NAME and _VERSION fields to module
Matthew Wild
2009-12-07
1
-0
/
+3
|
*
Add core.libevent_version() function to get version of libevent in use
Matthew Wild
2009-12-07
1
-0
/
+6
|
*
Add base:method() to return string identifying the current libevent backend ↵
Matthew Wild
2009-12-07
1
-0
/
+7
|
|
|
|
in use
*
base:loopexit(): Support for specifying the timeout before exit
Matthew Wild
2009-12-07
1
-1
/
+3
|
*
Add base:loopexit() method
Matthew Wild
2009-12-06
1
-0
/
+9
|
*
event_callback: Fix stack slot leak
Matthew Wild
2009-11-27
1
-1
/
+1
|
*
Merge branch 'v0.2'
Thomas Harning Jr
2009-07-15
1
-0
/
+11
|
\
|
*
base: add patch to get luaevent working on mingw
blastbeat
2009-07-15
1
-0
/
+11
|
|
*
|
bufferevent got callback call fixed.
Thomas Harning Jr
2007-11-25
1
-1
/
+1
|
|
*
|
docs: Added enable/disable documentation for bufferevent
Thomas Harning Jr
2007-11-25
1
-0
/
+5
|
|
*
|
bufferevent learned enable/disable
Thomas Harning Jr
2007-11-25
1
-0
/
+18
|
|
*
|
bufferevent learned (get|set)_timeouts
Thomas Harning Jr
2007-11-25
2
-0
/
+33
|
|
*
|
bufferevent learned get_*_watermarks
Thomas Harning Jr
2007-11-25
2
-0
/
+28
|
|
*
|
bufferevent learned set_*_watermarks
Thomas Harning Jr
2007-11-25
2
-0
/
+38
|
|
*
|
docs: Learned bufferevent's new get_read/write
Thomas Harning Jr
2007-11-25
1
-0
/
+6
|
|
*
|
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
|
|
*
|
docs: Added remaining documentation for luaevent.core
Thomas Harning Jr
2007-11-20
1
-0
/
+33
|
|
*
|
doc: Update luaevent.core to contain docs on EV_* values
Thomas Harning Jr
2007-11-20
1
-0
/
+17
|
|
*
|
Added EV_SIGNAL and EV_PERSIST flags to the registered values
Thomas Harning Jr
2007-11-20
1
-0
/
+2
|
|
*
|
Added newline at end-of-file for API doc page
Thomas Harning Jr
2007-11-20
1
-1
/
+1
|
|
*
|
docs: Beginning of luaevent.core documentation
Thomas Harning Jr
2007-11-16
1
-0
/
+17
|
|
*
|
docs: Added documentation for bufferevent
Thomas Harning Jr
2007-11-16
1
-0
/
+28
|
|
*
|
docs: Fixed formatting glitches
Thomas Harning Jr
2007-11-16
2
-3
/
+4
|
|
*
|
Added EVBUFFER_* constants to luaevent.core
Thomas Harning Jr
2007-11-16
1
-0
/
+6
|
|
*
|
docs: Refactored 'file descriptor' reference
Thomas Harning Jr
2007-11-16
2
-5
/
+9
|
|
*
|
Added initial shot at documentation using Ikiwiki (only luaevent.core.buffer ↵
Thomas Harning Jr
2007-11-16
7
-0
/
+85
|
|
|
|
|
|
|
|
is really doc'ed yet)
*
|
Corrected spacing issues introduced in SciTE ... may begin using gvim to ↵
Thomas Harning Jr
2007-09-21
2
-6
/
+5
|
|
|
|
|
|
|
|
avoid these issues...
[next]