Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 1 | -0/+5 |
| | |||||
* | fix string slice & splice (#5311) | Parashurama | 2017-02-01 | 1 | -6/+5 |
| | | | code fixes courtesy of @memophen | ||||
* | Fixes for upcoming asyncdispatch and ioselectors. (#5309) | Eugene Kabanov | 2017-02-01 | 5 | -57/+71 |
| | |||||
* | Allow .async pragma on methods (#5312) | Ruslan Mustakov | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | allocator: fixes regression: get alignment right for small objects | Araq | 2017-01-31 | 1 | -0/+2 |
| | |||||
* | make getThreadId() work on OSX | Andreas Rumpf | 2017-01-31 | 1 | -2/+4 |
| | |||||
* | another attempt to getThreadId work on Linux | araq | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | make getThreadId() work on Linux | araq | 2017-01-31 | 1 | -3/+6 |
| | |||||
* | make AVL tree node part of the memory regions; fixes hard to reproduce ↵ | Araq | 2017-01-31 | 1 | -1/+1 |
| | | | | channel crashes | ||||
* | make AVL tree node part of the memory regions; fixes hard to reproduce ↵ | Araq | 2017-01-31 | 1 | -15/+15 |
| | | | | channel crashes | ||||
* | added system.getThreadId for various OSes (untested) | Araq | 2017-01-31 | 1 | -1/+31 |
| | |||||
* | dirty changes to Nim's memory tracker; requires cleanups | Araq | 2017-01-31 | 1 | -1/+6 |
| | |||||
* | fix the racy allocator properly | Andreas Rumpf | 2017-01-31 | 1 | -1/+1 |
| | |||||
* | added test case; threadex example crashes now | Araq | 2017-01-30 | 2 | -2/+6 |
| | |||||
* | fixes #5301 | Araq | 2017-01-30 | 2 | -42/+60 |
| | |||||
* | deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib ↵ | Andreas Rumpf | 2017-01-30 | 6 | -33/+35 |
| | | | | deprecations | ||||
* | Merge branch 'Fix5290_1' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-01-29 | 1 | -8/+11 |
|\ | | | | | | | cheatfate-Fix5290_1 | ||||
| * | One more fix for #5290. | cheatfate | 2017-01-28 | 1 | -8/+11 |
| | | |||||
* | | devel version has to be odd | Araq | 2017-01-29 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'fix5290' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-01-27 | 6 | -82/+99 |
|\ | | | | | | | cheatfate-fix5290 | ||||
| * | Fix mistake | cheatfate | 2017-01-27 | 1 | -2/+2 |
| | | |||||
| * | asyncdispatch exception memory leaks fixes. | cheatfate | 2017-01-27 | 2 | -29/+41 |
| | | |||||
| * | Fix #5290. | cheatfate | 2017-01-27 | 4 | -53/+58 |
| | | | | | | | | Some cosmetic changes. | ||||
* | | make segfaults compilation robust on Windows | Araq | 2017-01-27 | 1 | -1/+1 |
|/ | |||||
* | Added heapqueue.del (#5289) | Yuriy Glukhov | 2017-01-27 | 1 | -11/+35 |
| | |||||
* | Merge branch 'fixsharray' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-01-27 | 1 | -13/+51 |
|\ | | | | | | | cheatfate-fixsharray | ||||
| * | oops. | cheatfate | 2017-01-26 | 1 | -0/+1 |
| | | |||||
| * | Fix changes table must be SharedArray when hasThreadSupport. | cheatfate | 2017-01-26 | 1 | -13/+50 |
| | | |||||
* | | fixes repr regression | Andreas Rumpf | 2017-01-27 | 1 | -1/+3 |
| | | |||||
* | | repr.nim: minor improvement when outputting addresses of cstrings | Andreas Rumpf | 2017-01-26 | 1 | -5/+5 |
|/ | |||||
* | newException supports setting of the 'parent' field | Andreas Rumpf | 2017-01-26 | 1 | -1/+2 |
| | |||||
* | bugfix: onThreadDestruction callbacks should be run in reverse order | Andreas Rumpf | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | improvements to memtracking | Andreas Rumpf | 2017-01-26 | 5 | -16/+38 |
| | |||||
* | memory tracker is aware of threads (still not threadsafe though) | Andreas Rumpf | 2017-01-26 | 2 | -12/+45 |
| | |||||
* | added default param to strtabs.getOrDefault (#5280) | David Krause | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | Fix compilation for 16 bit targets (#5286) | Jeff Ciesielski | 2017-01-26 | 5 | -6/+6 |
| | |||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+436 |
| | |||||
* | Add volatile load/store (#5263) | Jeff Ciesielski | 2017-01-25 | 1 | -0/+30 |
| | | | | | | Adds volatile load/store capability to the impure part of the standard library. Note that this currently only supports numerical types. Should resolve https://github.com/nim-lang/Nim/issues/3382 | ||||
* | Fix a typo in system's staticExec procedure description (#5276) | Gangsta Cat | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 1 | -11/+32 |
| | |||||
* | Use onThreadCreation to set default SSL context for each thread (#5265) | Ruslan Mustakov | 2017-01-23 | 1 | -5/+8 |
| | | | Fixes: #4998 | ||||
* | Fix declaration of inet_ntop to be GCSafe. (#5266) | Eugene Kabanov | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5250 from yglukhov/http-redirect | Dominik Picheta | 2017-01-21 | 1 | -18/+30 |
|\ | | | | | Redirects support in request proc | ||||
| * | Fixed query and anchor during relative redirection | Yuriy Glukhov | 2017-01-20 | 1 | -0/+2 |
| | | |||||
| * | Redirects support in request proc | Yuriy Glukhov | 2017-01-19 | 1 | -18/+28 |
| | | |||||
* | | Merge pull request #5255 from enthus1ast/devel | Dominik Picheta | 2017-01-21 | 1 | -0/+45 |
|\ \ | | | | | | | added isAbsolute to uri.nim | ||||
| * | | more isAbsolute tests for uri.nim | enthus1ast | 2017-01-21 | 1 | -4/+32 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added protocol-relative test to uri.nim | enthus1ast | 2017-01-21 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added isAbsolute to uri.nim | enthus1ast | 2017-01-20 | 1 | -0/+15 |
| | | | |||||
* | | | added system.runOnThreadCreationHandlers for initialization of thread local ↵ | Araq | 2017-01-20 | 1 | -0/+9 |
| | | | | | | | | | | | | storage for the main thread |