Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unlearned get/setMainThread functions since they were unused. | Thomas Harning Jr | 2007-09-05 | 1 | -17/+2 |
| | |||||
* | Added preliminary git-ignore declaration file for this project. | Thomas Harning Jr | 2007-09-01 | 1 | -0/+5 |
| | |||||
* | Refactored luaevent.lua (unlearned borked fairness, collapsing useless code). | Thomas Harning Jr | 2007-09-01 | 2 | -38/+17 |
| | | | | | | | | | luaevent.lua: * Unlearned fairness since it was likely to be broken... fairness will need to be implemented at app-level where it should be. * Collapsed duplicate code into a local function testClient.lua: * Added a completion message (since the test was so quick I thought it was broken) | ||||
* | Removed no-longer-applicable 'Revision' numbers from CHANGELOG | Thomas Harning Jr | 2007-09-01 | 1 | -4/+4 |
| | |||||
* | Moved lua source into its own directory. | Thomas Harning Jr | 2007-08-31 | 2 | -1/+1 |
| | |||||
* | Update README w/ more project details. | Thomas Harning Jr | 2007-08-31 | 1 | -5/+19 |
| | |||||
* | Reformed project layout from 'luaevent/*' -> '*' | Thomas Harning Jr | 2007-08-31 | 12 | -0/+0 |
| | |||||
* | Updated readme w/ page & repo. | Thomas Harning Jr | 2007-08-28 | 1 | -1/+6 |
| | |||||
* | * Committing what will be version 0.1.2 | Thomas Harning Jr | 2007-08-18 | 7 | -173/+218 |
| | | | | | Main feature: Callback/coroutine issues resolved as described in COROUTINE_MANAGEMENT | ||||
* | Setup management of socket create/close. | Thomas Harning Jr | 2007-06-13 | 6 | -16/+33 |
| | | | | | Recognized new bug: cannot create threads within threads... C contains reference to closed thread, not global. | ||||
* | Fixed up return-value handling. | Thomas Harning Jr | 2007-06-13 | 1 | -5/+6 |
| | |||||
* | Performed some refactoring... | Thomas Harning Jr | 2007-06-13 | 1 | -46/+50 |
| | |||||
* | Fixed the strange event error... it was adding events to a dead socket. | Thomas Harning Jr | 2007-06-13 | 1 | -7/+8 |
| | |||||
* | Reformatted changlog | Thomas Harning Jr | 2007-06-11 | 1 | -17/+18 |
| | |||||
* | Added changelog | Thomas Harning Jr | 2007-06-11 | 1 | -0/+19 |
| | |||||
* | Fixed stack overflow issue. (Forgot to pop error/integer) | Thomas Harning Jr | 2007-06-11 | 1 | -0/+2 |
| | |||||
* | * Added some cheap protection code for failures in callback | Thomas Harning Jr | 2007-06-11 | 2 | -10/+25 |
| | | | | functions. | ||||
* | * Completed mostly working version | Thomas Harning Jr | 2007-06-11 | 4 | -63/+83 |
| | | | | | | | | | | | | | | | | | * Moved to a mode where addevent calls a callback rather than it being instantiated within. * If the callback returns -1, then no event is ever setup * Otherwise the integer value is used to setup the event * This allows for using coroutine.wrap rather than a cooked-up wrapper * Tests work, although there are a few remaining issues: * Need to figure a good way of preserving the event object, not sure if current method is good enough, since the socket is the only anchor, and it is only held inside the coro.. circular reference, something that Lua 'handles' well. * Doing more than the maximum sockets the process is allows causes strangeness to occur in libevent.. somehow it is getting around to epoll_add which is causing valgrind to barf. | ||||
* | * Adjusted licensing and added README. | Thomas Harning Jr | 2007-06-10 | 6 | -0/+525 |
| | |||||
* | Initial commit: | Thomas Harning Jr | 2007-06-10 | 7 | -0/+411 |
* Created tree structure * Committed current version |