Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New version, without any piece of code duplication. | cheatfate | 2016-06-17 | 1 | -2/+14 |
| | |||||
* | Introduce addRead/addWrite for Windows IOCP. | cheatfate | 2016-06-12 | 1 | -0/+116 |
| | |||||
* | fixes Windows builds | Andreas Rumpf | 2016-05-30 | 1 | -0/+2 |
| | |||||
* | Remove spurious semicolon in type definition | Stephane Fontaine | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Resolve bugs based on unreliable `bytesReceived` value. | cheatfate | 2016-05-12 | 1 | -0/+7 |
| | |||||
* | CompletionKey parameter for functions CreateIoCompletionPort, | cheatfate | 2016-04-19 | 1 | -2/+4 |
| | | | | GetQueuedCompletionStatus must be 64bit size on amd64 and 32bit size on x86. | ||||
* | Correct getOverlappedResult() definition | cheatfate | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | resolved merge conflicts | Araq | 2016-03-29 | 1 | -8/+8 |
|\ | |||||
| * | Define ports as uint16s to fix #3484 | Josep Sanjuas | 2016-03-27 | 1 | -5/+5 |
| | | |||||
| * | Renamed local variable to avoid compiler warning. | gmpreussner | 2016-03-16 | 1 | -3/+3 |
| | | |||||
* | | proper indentation | Araq | 2016-03-18 | 1 | -22/+22 |
| | | |||||
* | | get rid of compiler warning | Araq | 2016-03-18 | 1 | -3/+3 |
|/ | |||||
* | Resolve "redifintion" errors, when using Microsoft Compiler and Visual ↵ | cheatfate | 2016-02-18 | 1 | -0/+3 |
| | | | | Studio headers described in Issue #3879 | ||||
* | Rename THANDLE to Handle to fix deprecation warnings | def | 2016-02-11 | 1 | -5/+5 |
| | |||||
* | Fixed issue 3539, added test | Anatoly Galiulin | 2016-01-28 | 1 | -10/+79 |
| | |||||
* | added poDemon flag for process management | Araq | 2015-10-19 | 1 | -0/+2 |
| | |||||
* | fixes #3383 | Araq | 2015-10-06 | 1 | -1/+1 |
| | |||||
* | winlean additions; preparing for osproc patch to use named pipes | Araq | 2015-09-29 | 1 | -0/+32 |
| | |||||
* | Implements getPeerAddr/getPeerName on Windows and adds IDX. | Dominik Picheta | 2015-09-15 | 1 | -1/+7 |
| | |||||
* | Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996. | Dominik Picheta | 2015-06-25 | 1 | -0/+3 |
| | |||||
* | Add WSAEADDRINUSE to winlean. | Dominik Picheta | 2015-06-04 | 1 | -0/+1 |
| | |||||
* | stdlib: don't use deprecated symbols | Araq | 2015-06-04 | 1 | -7/+7 |
| | |||||
* | lib/windows - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -96/+103 |
| | |||||
* | 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 |
| |