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
Commit message (
Expand
)
Author
Age
Files
Lines
*
one more step toward 5.2 compatibility
v3.1.5
Benoit Germain
2012-07-10
10
-287
/
+58
*
expose lua51-lanes.now_secs() as lanes.now_secs()
Benoit Germain
2012-07-08
1
-0
/
+1
*
* when a transfered function is not found in source, guess its name to help t...
v3.1.4
Benoit Germain
2012-06-27
6
-112
/
+146
*
* discard old rockspecs
Benoit Germain
2012-06-27
8
-751
/
+0
*
* 3.1.4 rockspec
Benoit Germain
2012-06-27
1
-0
/
+91
*
* fixed 'require' test script
Benoit Germain
2012-06-27
1
-2
/
+2
*
fix crash at application exit when encountering a blocked lane on which lane:...
benoit-germain
2012-06-25
1
-1
/
+1
*
more explicit error code when THREAD_WAIT fails.
benoit-germain
2012-06-25
1
-1
/
+1
*
fix issue #25
Benoit Germain
2012-06-24
4
-35
/
+47
*
fix abusive internal error message displayed when the timer lane decides it h...
benoit-germain
2012-06-20
1
-2
/
+2
*
expose error sentinel lanes.cancel_error
benoit-germain
2012-06-19
1
-0
/
+1
*
* 3.1.3 rockspec
v3.1.3
Benoit Germain
2012-06-12
1
-0
/
+91
*
* linda:receive() batched mode now accepts a max_count optional argument
Benoit Germain
2012-06-12
4
-32
/
+57
*
* 3.1.2 rockspec
v3.1.2
Benoit Germain
2012-06-05
1
-0
/
+91
*
* fixed thread_cancel() not working when called without argument
Benoit Germain
2012-06-05
3
-58
/
+130
*
bumping version number to 3.1.1
v3.1.1
Benoit Germain
2012-05-08
3
-1
/
+10
*
3.1.1 rockspec
Benoit Germain
2012-05-08
1
-0
/
+91
*
Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library ...
benoit-germain
2012-04-26
1
-1
/
+1
*
Improve LuaJIT compatibility, part #1: "*" library list is loaded through lua...
benoit-germain
2012-04-26
1
-2
/
+10
*
Fix issue #15 (lanes fails to build on Linux x86_64 (gcc 4.6.1) size_t vs int...
benoit-germain
2012-04-24
1
-4
/
+1
*
Merge pull request #17 from LuaDist/550dd55b0e571577a4ca6ccc880738f1268adb57
benoit-germain
2012-04-24
3
-45
/
+7
|
\
|
*
assert() throws because result is too large to be an integer
steve donovan
2011-03-16
1
-1
/
+1
|
*
MinGW build now does not use MS runtime
steve donovan
2011-03-16
2
-44
/
+6
*
|
* rockspec for v3.1.0
v3.1.0
Benoit Germain
2012-02-18
1
-0
/
+91
*
|
* changed lanes.configure signature to receive a table instead of individual ...
Benoit Germain
2012-02-18
31
-158
/
+199
*
|
Merge remote-tracking branch 'origin/master'
v3.0.0
Benoit Germain
2012-01-09
2
-2
/
+4
|
\
\
|
*
|
crashfix: WIN32 builds shouldn't THREAD_WAIT on a THREAD_KILL'ed thread, (but...
benoit-germain
2011-11-15
1
-1
/
+3
|
*
|
bugfix: restore ABOUT info where it belongs, in the lanes module table, inste...
benoit-germain
2011-11-15
1
-1
/
+1
*
|
|
rockspec for version 3.0.0
Benoit Germain
2012-01-09
1
-0
/
+97
|
/
/
*
|
* removed packagepath and packagecpath options, replaced by a package table, ...
Benoit Germain
2011-11-14
6
-147
/
+151
*
|
* fix inconsistency in rockspec
Benoit Germain
2011-11-13
1
-1
/
+1
*
|
fix link on Ubuntu 11.10
Benoit Germain
2011-11-09
1
-1
/
+1
*
|
some more compilation warning fixes
Benoit Germain
2011-11-09
3
-9
/
+11
*
|
update rockspec
v3.0-beta
benoit-germain
2011-11-07
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master'
Benoit Germain
2011-11-07
1
-0
/
+2
|
\
\
|
*
|
Cause `lanes.configure()` to return the module table to enable the `require "...
benoit-germain
2011-11-07
1
-0
/
+2
*
|
|
* fix all compilation warnings raised by -Wextra
Benoit Germain
2011-11-07
3
-19
/
+23
|
/
/
*
|
* process exit change: close everything at GC when main state closes, not whe...
Benoit Germain
2011-11-05
36
-336
/
+1092
*
|
3.0-beta rockspec
Benoit Germain
2011-11-05
1
-0
/
+97
*
|
Debug code to check why LuaJIT2-beta8 fails to load the module.
benoit-germain
2011-06-24
1
-5
/
+14
*
|
linda:send() raises an error when there is no data to send instead of silentl...
v2.2.0
Benoit Germain
2011-05-14
3
-1
/
+9
*
|
* linda uses a fast FIFO implementation to speed up data exchanges
Benoit Germain
2011-04-18
1
-0
/
+223
|
\
\
|
*
|
Release keeper state mutex at module desinit.
benoit-germain
2011-04-11
1
-0
/
+1
*
|
|
* linda uses a fast FIFO implementation to speed up data exchanges
Benoit Germain
2011-04-18
8
-162
/
+310
|
/
/
*
/
New features
Benoit Germain
2011-03-30
5
-12
/
+197
|
/
*
hopefully fix pthread compilation (and should work better under WIN32 too...)
v2.1.0
Benoit Germain
2011-03-02
1
-2
/
+2
*
fix typo in timer function code
benoit-germain
2011-03-02
1
-1
/
+1
*
rockspecs for 2.0.11 and 2.1.0 (latest not operational yet since tag doesn't ...
Benoit Germain
2011-03-01
2
-2
/
+99
*
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
7
-133
/
+250
[next]