index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lanes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
code updated to build against Lua 5.1 and Lua 5.2
v3.1.6
Benoit Germain
2012-08-14
1
-13
/
+20
*
Good crash fix this time, part 1
benoit-germain
2012-08-10
1
-1
/
+1
*
fix possible crash at application shutdown when a race condition causes linda...
Benoit Germain
2012-08-10
1
-4
/
+2
*
lanes.linda() accepts an optional name argument
benoit-germain
2012-08-06
1
-6
/
+33
*
one more step toward 5.2 compatibility
v3.1.5
Benoit Germain
2012-07-10
1
-5
/
+5
*
* when a transfered function is not found in source, guess its name to help t...
v3.1.4
Benoit Germain
2012-06-27
1
-0
/
+1
*
fix crash at application exit when encountering a blocked lane on which lane:...
benoit-germain
2012-06-25
1
-1
/
+1
*
fix issue #25
Benoit Germain
2012-06-24
1
-1
/
+1
*
* linda:receive() batched mode now accepts a max_count optional argument
Benoit Germain
2012-06-12
1
-19
/
+36
*
* fixed thread_cancel() not working when called without argument
Benoit Germain
2012-06-05
1
-53
/
+115
*
bumping version number to 3.1.1
v3.1.1
Benoit Germain
2012-05-08
1
-1
/
+1
*
* changed lanes.configure signature to receive a table instead of individual ...
Benoit Germain
2012-02-18
1
-36
/
+30
*
crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...
benoit-germain
2011-11-15
1
-1
/
+3
*
* removed packagepath and packagecpath options, replaced by a package table, ...
Benoit Germain
2011-11-14
1
-90
/
+71
*
some more compilation warning fixes
Benoit Germain
2011-11-09
1
-7
/
+8
*
* fix all compilation warnings raised by -Wextra
Benoit Germain
2011-11-07
1
-15
/
+17
*
* process exit change: close everything at GC when main state closes, not whe...
Benoit Germain
2011-11-05
1
-86
/
+225
*
linda:send() raises an error when there is no data to send instead of silentl...
v2.2.0
Benoit Germain
2011-05-14
1
-0
/
+6
*
* linda uses a fast FIFO implementation to speed up data exchanges
Benoit Germain
2011-04-18
1
-53
/
+106
*
New features
Benoit Germain
2011-03-30
1
-3
/
+133
*
hopefully fix pthread compilation (and should work better under WIN32 too...)
v2.1.0
Benoit Germain
2011-03-02
1
-2
/
+2
*
Just a small fix necessary because -Werror is used and GCC 4.2 on OS X compla...
Benoit Germain
2011-03-01
1
-1
/
+1
*
* fixed potential crash at application shutdown when calling lua_close() on a...
Benoit Germain
2011-03-01
1
-85
/
+153
*
Make the number of internal keeper states selectable by an optional parameter...
Benoit Germain
2011-02-21
1
-22
/
+11
*
* keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...
Benoit Germain
2011-02-18
1
-213
/
+2
*
Lane userdata implementation refactoring:
Benoit Germain
2011-02-17
1
-28
/
+203
*
Fixed application hang-up because keeper state was not released in case of er...
Benoit Germain
2011-02-14
1
-279
/
+364
*
Changed idfunc signature and contract to clarify that fact it is not lua-call...
Benoit Germain
2011-02-12
1
-46
/
+56
*
Merge branch 'pull_request_2' of https://github.com/dptr1988/lanes
Benoit Germain
2011-01-26
1
-35
/
+24
|
\
|
*
Changed lanes.c to export functions as a module rather than writing them dire...
Peter Dettwiler
2011-01-25
1
-35
/
+24
*
|
Changed the atexit code to trip the timer thread's write signal.
dptr1988
2011-01-23
1
-5
/
+9
*
|
Fixed bug where reference to Linda object was dropped for a short time ( cras...
dptr1988
2011-01-23
1
-1
/
+6
|
/
*
Take all code from Asko Kauppi's SVN server, and push it here so that the git...
Benoit Germain
2011-01-04
1
-273
/
+459
*
Import to git
Peter Drahoš
2010-10-01
1
-0
/
+1849