Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2651 | Araq | 2015-05-04 | 1 | -57/+59 |
| | |||||
* | fixes os.moveFile on Windows | Araq | 2015-02-13 | 1 | -0/+8 |
| | |||||
* | Fix cross to windows compilation on linux | Flaviu Tamas | 2014-12-30 | 1 | -22/+22 |
| | | | | `Winsock2.h` should be all lowercase | ||||
* | Fixed FD_SET casing | Erik O'Leary | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | some improvements for nimfix | Araq | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | 'nimfix' improvements; FdSet is TFdSet again | Araq | 2014-09-08 | 1 | -8/+8 |
| | |||||
* | Added Windows asyncfile implementation. | Dominik Picheta | 2014-09-05 | 1 | -8/+16 |
| | |||||
* | Winlean and threads case sensitivity fixes. | Dominik Picheta | 2014-08-30 | 1 | -3/+3 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -51/+58 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -23/+23 |
| | |||||
* | big rename | Araq | 2014-08-28 | 1 | -1/+3 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -8/+8 |
| | |||||
* | More future debug info. Added new error code to SafeDisconn list. | Dominik Picheta | 2014-08-09 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-05-06 | 1 | -3/+3 |
|\ | |||||
| * | DWORD -> PULONG for POverlapped. | Dominik Picheta | 2014-05-03 | 1 | -2/+2 |
| | | |||||
| * | Get rid unsafe pointer type in GetQueuedCompletionStatus. | Dominik Picheta | 2014-04-30 | 1 | -1/+1 |
| | | |||||
* | | some additions to winlean | Araq | 2014-05-06 | 1 | -1/+9 |
|/ | |||||
* | async might work now reliably | Araq | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -0/+4 |
|\ | | | | | Added os.getFileInfo procedure. | ||||
| * | Fixed _get_osfhandle declaration. | Clay Sweetser | 2014-04-16 | 1 | -1/+1 |
| | | |||||
| * | Completed Linux/Posix implementation of getFileInfo | Clay Sweetser | 2014-04-16 | 1 | -0/+3 |
| | | | | | | | | Moved parts of getFileInfo into a helper template. | ||||
| * | Added Windows implementation of getFileInfo procedures | Clay Sweetser | 2014-04-16 | 1 | -0/+1 |
| | | |||||
* | | New concurrency model: next steps | Araq | 2014-04-19 | 1 | -1/+1 |
|/ | |||||
* | Disable async macro code output. Added some WSA error codes to winlean. | Dominik Picheta | 2014-04-07 | 1 | -1/+6 |
| | |||||
* | Fixed tasyncawait on Windows. | Dominik Picheta | 2014-03-12 | 1 | -0/+1 |
| | | | | | | Implicit registration of an fd now only occurs when a new socket is created (in socket() or accept()). This makes the implementation much simpler, changes to the linux version will follow. | ||||
* | Resolved conflict. | Dominik Picheta | 2014-02-09 | 1 | -3/+3 |
| | |||||
* | capturing of an iterator works better | Araq | 2014-02-09 | 1 | -2/+2 |
| | |||||
* | Added new sockets modules: asyncio2, net, and sockets2. | Dominik Picheta | 2014-02-08 | 1 | -0/+77 |
| | |||||
* | case consistency for -d:useWinAnsi | Araq | 2014-02-05 | 1 | -3/+3 |
| | |||||
* | bootstraps again | Araq | 2014-02-02 | 1 | -4/+4 |
| | |||||
* | Added symlink procs | Clay Sweetser | 2014-02-01 | 1 | -1/+17 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -14/+14 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -60/+60 |
| | |||||
* | case consistency part 2 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -88/+96 |
| | |||||
* | Further fixes (stupid kdiff automerge) | Clay Sweetser | 2013-12-18 | 1 | -11/+19 |
| | |||||
* | Implemented boolean socket options. | Dominik Picheta | 2013-10-30 | 1 | -0/+13 |
| | | | | Added reuseAddr for httpserver and scgi. | ||||
* | Fixed sockets on Win32. | Dominik Picheta | 2013-10-23 | 1 | -6/+2 |
| | |||||
* | Fixed socket compilation problems on Windows. | Dominik Picheta | 2013-10-23 | 1 | -8/+8 |
| | |||||
* | Made TSocketHandle distinct and fixed problems it caused for SSL. | Dominik Picheta | 2013-10-23 | 1 | -2/+10 |
| | |||||
* | Added a TSocketHandle type to winlean.nim and posix.nim | Clay Sweetser | 2013-10-15 | 1 | -19/+19 |
| | | | | Edited sockets.nim and asyncio.nim to use the new TSocketHandle type. | ||||
* | Deprecated OSError, and modified it to require an explicit OS error code. | Dominik Picheta | 2013-06-25 | 1 | -1/+1 |
| | | | | The deprecated functions include the OSError and OSErrorMsg, the name did not change however the signature of the new functions did. They now require a TOSErrorCode value be passed to them. This value can be retrieved using OSLastError. The reason this was done is because on Windows any win api call can reset the last error code to 0, this change allows the user to immediately grab the error code and worry about the string representation later if needs be. | ||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -1/+3 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Sockets module should compile again on Windows. Fixed asyncio not compiling. | Dominik Picheta | 2012-08-12 | 1 | -3/+3 |
| | |||||
* | Some improvements to the sockets module. | Dominik Picheta | 2012-07-25 | 1 | -6/+6 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -8/+8 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | fixes #150; next steps for proper unsigned support | Araq | 2012-07-03 | 1 | -1/+1 |
| | |||||
* | added new OpenGL wrapper | Araq | 2012-04-04 | 1 | -0/+2 |
| |