Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | Fixes sockets.recvFrom not setting length of data. | Dominik Picheta | 2012-09-23 | 1 | -1/+2 |
| | |||||
* | Ftpclient now fully works both synchronously and asynchronously. | Dominik Picheta | 2012-09-22 | 1 | -2/+2 |
| | | | | Fixed some deprecation doc messages. And some issues with asyncio. | ||||
* | first steps for overloading support of passing blocks; bugfix: test results ↵ | Araq | 2012-09-11 | 1 | -1/+2 |
| | | | | of 'compile' are not overwritten | ||||
* | Asyncio module now works on file descriptors. | Dominik Picheta | 2012-09-02 | 1 | -1/+10 |
| | |||||
* | changed port to TPort | My Name | 2012-08-20 | 1 | -3/+3 |
| | |||||
* | added port output for sockets.recvFrom | My Name | 2012-08-20 | 1 | -4/+5 |
| | |||||
* | Sockets module should compile again on Windows. Fixed asyncio not compiling. | Dominik Picheta | 2012-08-12 | 1 | -2/+2 |
| | |||||
* | UDP improvements for the sockets module. Renamed ftpclient.fileExists to | Dominik Picheta | 2012-08-12 | 1 | -3/+73 |
| | | | | existsFile for consistency. Added tasyncudp test. | ||||
* | Some improvements to the sockets module. | Dominik Picheta | 2012-07-25 | 1 | -10/+14 |
| | |||||
* | Fixes deprecation warning, fixes documentation error. | Dominik Picheta | 2012-07-23 | 1 | -2/+3 |
| | |||||
* | Many fixes for asynchronous sockets. Asyncio should now work well with ↵ | Dominik Picheta | 2012-07-22 | 1 | -95/+242 |
| | | | | | | buffered and unbuffered plain and ssl sockets. Added asyncio test to the test suite. | ||||
* | sockets compile again with SSL support | Araq | 2012-07-10 | 1 | -2/+2 |
| | |||||
* | more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵ | Araq | 2012-07-09 | 1 | -10/+10 |
| | | | | #156; fixes #155 | ||||
* | changed integer promotion rules; breaks bootstrapping and lots of code | Araq | 2012-07-08 | 1 | -11/+11 |
| | |||||
* | Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows. | Dominik Picheta | 2012-06-09 | 1 | -24/+46 |
| | |||||
* | Sockets are now buffered and have ssl support through openssl. | Dominik Picheta | 2012-06-03 | 1 | -66/+388 |
| | |||||
* | The httpserver now gathers the headers for the user. Fixed ambiguity in ↵ | dom96 | 2012-05-03 | 1 | -6/+24 |
| | | | | recvLine in the sockets module. | ||||
* | Forgot to rename ETimedout to ETimeout in the sockets module in some places. | dom96 | 2012-03-22 | 1 | -4/+4 |
| | |||||
* | Fixed a problem with message parsing in the IRC module. Introduced timeout ↵ | dom96 | 2012-03-22 | 1 | -5/+82 |
| | | | | to procs in the sockets module. | ||||
* | recvLineAsync for non-blocking sockets implemented, as well as recvLine for ↵ | dom96 | 2012-02-18 | 1 | -2/+34 |
| | | | | asyncio async sockets. Fixed removeDir on windows. | ||||
* | Merge pull request #97 from ddlsmurf/fixes_macosx | Araq | 2012-01-22 | 1 | -17/+13 |
|\ | | | | | Fixes for macosx | ||||
| * | Less likely to overload struct timeval | Eric Doughty-Papassideris | 2012-01-21 | 1 | -16/+12 |
| | | |||||
| * | MSG_NOSIGNAL not defined on mac os x | Eric Doughty-Papassideris | 2012-01-21 | 1 | -1/+1 |
| | | |||||
* | | Added asyncio module; irc, scgi and the ftpclient modules work with it. ↵ | dom96 | 2012-01-22 | 1 | -21/+40 |
|/ | | | | Added (de)allocCStringArray. Many async sockets fixes. | ||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵ | dom96 | 2011-11-04 | 1 | -10/+9 |
| | | | | test suite. | ||||
* | Fixed issue with some functions in the sockets module not reporting the ↵ | dom96 | 2011-10-30 | 1 | -3/+12 |
| | | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system. | ||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -16/+29 |
| | |||||
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -10/+10 |
| | |||||
* | new actors implementation for nimrod; compiler's generics still not up for ↵ | Araq | 2011-08-29 | 1 | -0/+2 |
| | | | | the task though | ||||
* | copy replaced by substr | Araq | 2011-05-14 | 1 | -1/+1 |
| | |||||
* | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵ | dom96 | 2011-05-14 | 1 | -10/+18 |
| | | | | addresses. copy and delete for json module. | ||||
* | The sockets module supports non-blocking sockets now. Many other fixes in ↵ | dom96 | 2011-04-30 | 1 | -11/+172 |
| | | | | sockets. Timeout support in scgi. | ||||
* | docgen understands and ignores *when false* | Araq | 2010-11-18 | 1 | -4/+79 |
| | |||||
* | 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 |
| | |||||
* | name lookup for sockets module | Andreas Rumpf | 2010-01-14 | 1 | -14/+43 |
| | |||||
* | sockets module complete | Andreas Rumpf | 2010-01-13 | 1 | -101/+280 |
| | |||||
* | further development of httpserver | Andreas Rumpf | 2010-01-05 | 1 | -0/+2 |
| | |||||
* | better subscript overloading | rumpf_a@web.de | 2010-01-03 | 1 | -0/+206 |