Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge remote branch 'jsnyder-tree/master' | Thomas Harning Jr | 2011-01-15 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | Conflicts: CHANGELOG Makefile README | ||||
| * | Changes to compile on OS X. | James Snyder | 2010-03-03 | 1 | -1/+1 |
| | | | | | | | | | | - BSD version of install doesn't have -D flag - stdlib.h should include malloc defs (malloc.h is obsolete) | ||||
* | | bufferevent learns to set watermarking using write-accessor functions rather ↵ | Thomas Harning Jr | 2011-01-15 | 1 | -4/+2 |
| | | | | | | | | than low-level access | ||||
* | | bufferevent unlearns read access to low-level timeout/watermark properties ↵ | Thomas Harning Jr | 2011-01-15 | 1 | -35/+0 |
| | | | | | | | | that appear shouldn't be exposed | ||||
* | | Merge branch 'prosody-tree' | Thomas Harning Jr | 2011-01-15 | 1 | -2/+6 |
|\| | |||||
| * | 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 compiler-flag fix regarding >= 2.0 ... must rebuild between 1.4 ↵ | Thomas Harning Jr | 2011-01-15 | 1 | -0/+5 |
|/ | | | | and 2.0 version builds | ||||
* | 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. |