index
:
lanes
C-Implementation
gh-pages
master
A mirror of https://github.com/LuaLanes/lanes.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lanes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
version 3.5.1
v3.5.1
Benoit Germain
2013-02-13
1
-25
/
+57
*
version 3.5.0
Benoit Germain
2013-01-30
1
-62
/
+72
*
* More detailed DEBUG_SPEW logs
Benoit Germain
2013-01-28
1
-60
/
+91
*
version 3.4.4
v3.4.4
Benoit Germain
2013-01-26
1
-6
/
+2
*
version 3.4.3
v3.4.3
Benoit Germain
2013-01-24
1
-160
/
+211
*
minor version bump
Benoit Germain
2013-01-10
1
-1
/
+1
*
Fixed lane tracking feature
Benoit Germain
2012-12-17
1
-64
/
+128
*
lanes.threads(): core implementation
Benoit Germain
2012-12-14
1
-31
/
+112
*
minor version bump
Benoit Germain
2012-12-12
1
-2
/
+3
*
fix issue #40
Benoit Germain
2012-12-03
1
-3
/
+3
*
Same selfdestruct chain handling on all platforms
Benoit Germain
2012-11-27
1
-1
/
+1
*
fix application shutdown crash by not registering anything with atexit()
v3.4.0
Benoit Germain
2012-11-21
1
-0
/
+3
*
Lua version sanity check
Benoit Germain
2012-10-23
1
-3
/
+14
*
Always set "decoda_name" global in a new Lane.
Benoit Germain
2012-10-23
1
-0
/
+4
*
version 3.4.0
Benoit Germain
2012-09-26
1
-4
/
+25
*
minor internal changes
Benoit Germain
2012-09-13
1
-74
/
+35
*
fixed a bad forward declaration
benoit-germain
2012-09-11
1
-87
/
+96
*
version 3.3.0
Benoit Germain
2012-09-10
1
-175
/
+242
*
lanes version 3.2.0
v3.2.0
Benoit Germain
2012-08-22
1
-13
/
+18
*
Fix 64 bits compilation warnings (issue #34)
benoit-germain
2012-08-20
1
-3
/
+3
*
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
[next]