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
*
* 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
*
Make the number of internal keeper states selectable by an optional parameter...
Benoit Germain
2011-02-21
6
-57
/
+71
*
* keeper.lua is now embedded in text form instead of bytecode to improve LuaJ...
Benoit Germain
2011-02-18
11
-242
/
+347
*
Lane userdata implementation refactoring:
Benoit Germain
2011-02-17
10
-188
/
+346
*
Fixed application hang-up because keeper state was not released in case of er...
Benoit Germain
2011-02-14
5
-8
/
+31
*
Fixed application hang-up because keeper state was not released in case of er...
Benoit Germain
2011-02-14
3
-312
/
+413
*
Changed idfunc signature and contract to clarify that fact it is not lua-call...
Benoit Germain
2011-02-12
8
-188
/
+226
*
Added rockspec file
Benoit Germain
2011-01-29
1
-0
/
+96
*
Updated CHANGES
v2.0.11
Benoit Germain
2011-01-29
3
-4
/
+14
*
Merge branch 'pull_request_2' of https://github.com/dptr1988/lanes
Benoit Germain
2011-01-26
2
-38
/
+26
|
\
|
*
Changed lanes.c to export functions as a module rather than writing them dire...
Peter Dettwiler
2011-01-25
2
-38
/
+26
*
|
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
|
/
*
Changed luaG_push_proxy to cache deep userdata proxies.
dptr1988
2011-01-19
1
-3
/
+46
*
Updated dist.info to v2.0.10
v2.0.10
Michal Kottman
2011-01-08
1
-1
/
+1
*
Fixed CMakeLists.txt to search for lua and luac
Michal Kottman
2011-01-08
1
-0
/
+5
*
Cleanup
Michal Kottman
2011-01-08
6
-2358
/
+0
*
Take all code from Asko Kauppi's SVN server, and push it here so that the git...
Benoit Germain
2011-01-04
23
-492
/
+3319
*
Droping down CMake requirement
v2.0.3
Peter Drahoš
2010-10-03
1
-1
/
+1
*
Merge branch 'master' of github.com:drahosp/lanes
Peter Drahoš
2010-10-01
0
-0
/
+0
|
\
|
*
First commit!
Peter Drahoš
2010-10-01
1
-0
/
+0
*
Import to git
Peter Drahoš
2010-10-01
47
-0
/
+9195