Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes missing MSG_NOSIGNAL on Mac OS X. | Dominik Picheta | 2014-07-14 | 1 | -2/+11 |
| | |||||
* | Added define check for openBSD around fmtmsg.h stuff, OpenBSD does not ↵ | Charlie Barto | 2014-05-04 | 1 | -2/+2 |
| | | | | actually include this header | ||||
* | New concurrency model: next steps | Araq | 2014-04-19 | 4 | -1/+10 |
| | |||||
* | Fixes to asyncio2 on Linux. | Dominik Picheta | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #927 from gradha/pr_adds_posix_timegm | Andreas Rumpf | 2014-03-03 | 1 | -0/+1 |
|\ | | | | | Adds posix.timegm(), brother of posix.mktime(). | ||||
| * | Adds posix.timegm(), brother of posix.mktime(). | Grzegorz Adam Hankiewicz | 2014-02-15 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #917 from zielmicha/vfork | Andreas Rumpf | 2014-02-23 | 2 | -0/+26 |
|\ \ | | | | | | | osproc: Raise exception if execv fails in child process | ||||
| * | | osproc: make failed execv an exception (when using fork or clone) | Michał Zieliński | 2014-02-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | startProcessAuxFork creates a pipe, which is used by a child to pass an error code if execv fails. | ||||
| * | | osproc: use clone with CLONE_VM on Linux for faster process spawning | Michał Zieliński | 2014-02-14 | 1 | -0/+25 |
| |/ | |||||
* / | Implemented selector support for asyncio2. | Dominik Picheta | 2014-02-22 | 2 | -4/+6 |
|/ | |||||
* | Merge branch 'devel' into newasync | Dominik Picheta | 2014-02-08 | 1 | -637/+648 |
|\ | |||||
| * | Adds utimes() importc to posix module. | Grzegorz Adam Hankiewicz | 2014-02-02 | 1 | -0/+12 |
| | | |||||
| * | Merge branch 'osproc' into devel | Michał Zieliński | 2014-01-20 | 1 | -446/+445 |
| |\ | | | | | | | | | | | | | | | | Conflicts: lib/posix/posix.nim lib/pure/osproc.nim | ||||
| | * | Introduce poEvalCommand, poUsePath, fix remaining quoting issues. | Michał Zieliński | 2013-12-21 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | - poUsePath is now an alias for poUseShell. - poEvalCommand should be used when shell evaluation is really needed. It passes `command` directly to shell/winapi. Requires `args` parameter to be empty. | ||||
| * | | case consistency for linux | Araq | 2013-12-29 | 1 | -234/+234 |
| |/ | |||||
* | | Epoll now works. | Dominik Picheta | 2013-10-31 | 1 | -6/+7 |
| | | |||||
* | | Epoll wrapper + selectors module. | Dominik Picheta | 2013-10-31 | 1 | -0/+87 |
|/ | |||||
* | Made TSocketHandle distinct and fixed problems it caused for SSL. | Dominik Picheta | 2013-10-23 | 1 | -22/+26 |
| | |||||
* | Added a TSocketHandle type to winlean.nim and posix.nim | Clay Sweetser | 2013-10-15 | 1 | -0/+3 |
| | | | | Edited sockets.nim and asyncio.nim to use the new TSocketHandle type. | ||||
* | some fixes for Haiku | Araq | 2013-09-01 | 1 | -45/+49 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Added fsmonitor module. | Dominik Picheta | 2012-09-02 | 1 | -0/+70 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -1/+1 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | changed integer promotion rules; added math.fmod | Araq | 2012-06-28 | 1 | -1/+1 |
| | |||||
* | produce errors on proc types with implicit empty param lists. | Zahary Karadjov | 2012-04-20 | 1 | -2/+2 |
| | |||||
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -3/+12 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | attempt to fix tunidecode test; GC cares for seq->openArray conversions | Araq | 2011-11-21 | 1 | -3/+5 |
| | |||||
* | new osproc implementation may work with mac os x | Araq | 2011-11-18 | 1 | -1/+7 |
| | |||||
* | cgen: no type canon for integral types; osproc use posix_spawn instead of ↵ | Araq | 2011-11-18 | 1 | -6/+7 |
| | | | | fork&exec | ||||
* | The sockets module supports non-blocking sockets now. Many other fixes in ↵ | dom96 | 2011-04-30 | 1 | -3/+10 |
| | | | | sockets. Timeout support in scgi. | ||||
* | docgen: module dependencies are now listed | Araq | 2011-01-16 | 1 | -3/+3 |
| | |||||
* | fixed pango/pangoutils new wrappers | Andreas Rumpf | 2010-02-26 | 1 | -0/+0 |
| | |||||
* | continued work on html/xmlparser | rumpf_a@web.de | 2010-02-14 | 1 | -0/+0 |
| | |||||
* | bugfix: fd_set mustn't be prefixed with struct | Andreas Rumpf | 2010-01-14 | 1 | -1/+1 |
| | |||||
* | sockets module complete | Andreas Rumpf | 2010-01-13 | 1 | -97/+186 |
| | |||||
* | version 0.8.2 | rumpf_a@web.de | 2009-10-21 | 1 | -0/+2 |
| | |||||
* | added tools and web dirs | Andreas Rumpf | 2009-09-15 | 1 | -0/+0 |
| | |||||
* | overload resolution for proc vars | Andreas Rumpf | 2009-06-24 | 1 | -1839/+1840 |
| | |||||
* | version0.7.10 | Andreas Rumpf | 2009-06-08 | 4 | -2090/+33 |
| | |||||
* | some bugfixes | Andreas Rumpf | 2009-05-14 | 1 | -12/+14 |
| | |||||
* | version 0.7.6 | Andreas Rumpf | 2009-04-22 | 3 | -0/+2064 |
| | |||||
* | version 0.7.6 | Andreas Rumpf | 2009-04-22 | 1 | -198/+795 |
| | |||||
* | version 0.7.0 | Andreas Rumpf | 2008-11-16 | 1 | -135/+152 |
| | |||||
* | too many changes to list | Andreas Rumpf | 2008-08-23 | 1 | -40/+40 |
| | |||||
* | first release | Rumpf | 2008-06-23 | 1 | -0/+0 |
| | |||||
* | Initial import | Andreas Rumpf | 2008-06-22 | 1 | -0/+1818 |