Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modifies inflate() to return a discardable bool. Refs #1048. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -13/+4 |
| | |||||
* | Adds convenience uncompress and inflate procs to zlib. | Grzegorz Adam Hankiewicz | 2014-03-29 | 1 | -0/+134 |
| | | | | | | The new uncompress() version doesn't require you to know the size of the inflated destination buffer. The inflate() proc wraps it for convenience on a var string type. | ||||
* | Merge pull request #1045 from barcharcraz/lowerBound | Andreas Rumpf | 2014-03-28 | 1 | -4/+5 |
|\ | | | | | fixed doc comment | ||||
| * | fixed doc comment | Charlie Barto | 2014-03-27 | 1 | -4/+5 |
| | | |||||
* | | tester outputs full test path | Araq | 2014-03-28 | 2 | -1/+5 |
| | | |||||
* | | fixes #911 | Araq | 2014-03-28 | 3 | -1/+7 |
| | | |||||
* | | Added test for issue #911. | Dominik Picheta | 2014-03-27 | 1 | -0/+62 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-27 | 4 | -1/+49 |
|\ \ | |||||
| * | | Merge pull request #1032 from barcharcraz/lowerBound | Varriount | 2014-03-27 | 2 | -0/+32 |
| |\| | | | | | | | Added lowerBound function to the stdlib | ||||
| | * | added usage example for lower bound | Charlie Barto | 2014-03-27 | 1 | -0/+5 |
| | | | |||||
| | * | made the default comparator for lowerBound unqualified, so the user can ↵ | Charlie Barto | 2014-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | customize via two phase lookup | ||||
| | * | added lowerBound function to algorithm library | Charlie Barto | 2014-03-23 | 2 | -0/+27 |
| | | | |||||
| * | | Merge pull request #1042 from ithkuil/devel | zah | 2014-03-27 | 2 | -1/+17 |
| |\ \ | | | | | | | | | Calling randomize() again within 1 second will now provide a different seed | ||||
| | * | | Calling randomize() again within 1 second will now provide a different seed | Jason Livesay | 2014-03-26 | 2 | -1/+17 |
| |/ / | |||||
* | | | fixes a typo | Araq | 2014-03-27 | 2 | -5/+5 |
| | | | |||||
* | | | ENDB: got rid of deprecated 'nil' stmt | Araq | 2014-03-27 | 1 | -3/+3 |
| | | | |||||
* | | | made some tests green | Araq | 2014-03-27 | 4 | -19/+5 |
| | | | |||||
* | | | fixes #1009 | Araq | 2014-03-27 | 3 | -2/+45 |
|/ / | |||||
* | | fixes tmemit regression | Araq | 2014-03-26 | 2 | -1/+29 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-26 | 6 | -158/+310 |
|\ \ | |||||
| * | | Implemented async for httpclient. | Dominik Picheta | 2014-03-26 | 4 | -30/+221 |
| | | | |||||
| * | | Move asyncdispatch tests to asyncnet. | Dominik Picheta | 2014-03-26 | 4 | -128/+89 |
| | | | |||||
| * | | Merge pull request #1036 from jlhouchin/devel | zah | 2014-03-26 | 1 | -1/+1 |
| |\ \ | | | | | | | | | fixed parens around getSysType arguments | ||||
| | * | | fixed parens around getSysType arguments | Jimmie Houchin | 2014-03-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes #1025; don't know what this breaks | Araq | 2014-03-26 | 3 | -6/+3 |
| | | | | |||||
* | | | | fixes #992 | Araq | 2014-03-26 | 2 | -0/+8 |
| | | | | |||||
* | | | | borrow dots for distinct types documented | Araq | 2014-03-26 | 3 | -1/+35 |
|/ / / | |||||
* | | | implemented 'borrow dot' feature for distinct types | Araq | 2014-03-26 | 3 | -10/+23 |
| | | | |||||
* | | | added #903 to the test suite | Araq | 2014-03-26 | 5 | -6/+32 |
|/ / | |||||
* | | mongodb wrapper properly removed from core | Araq | 2014-03-25 | 1 | -5/+0 |
| | | |||||
* | | mongodb wrapper properly removed from core | Araq | 2014-03-25 | 2 | -229/+2 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-24 | 8 | -152/+197 |
|\ \ | |||||
| * | | failing test case preventing the use of --gc:v2: tsymchoicefield | Zahary Karadjov | 2014-03-24 | 3 | -7/+22 |
| |/ | |||||
| * | Moved the global dispatcher to asyncdispatch. | Dominik Picheta | 2014-03-23 | 5 | -145/+175 |
| | | |||||
* | | VM: attempt to get integer ops right | Araq | 2014-03-24 | 3 | -27/+53 |
| | | |||||
* | | VM: endless loop prevention | Araq | 2014-03-24 | 4 | -1213/+33 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-23 | 2 | -2/+3 |
|\ | |||||
| * | Fixes tasyncawait and the net module on Linux. | Dominik Picheta | 2014-03-23 | 2 | -2/+3 |
| | | |||||
* | | fixes #404 | Araq | 2014-03-23 | 6 | -33/+102 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-23 | 5 | -79/+1253 |
|\ | |||||
| * | Many renames. Created high level asyncnet module. | Dominik Picheta | 2014-03-22 | 4 | -12/+175 |
| | | |||||
| * | Copied most blocking socket operations to the net module. | Dominik Picheta | 2014-03-22 | 4 | -33/+1020 |
| | | |||||
| * | Clean up IP address code in net module. | Dominik Picheta | 2014-03-22 | 1 | -28/+54 |
| | | |||||
| * | Asyncio2 doc improvements. Changed recvLine's behaviour. | Dominik Picheta | 2014-03-22 | 1 | -11/+9 |
| | | | | | | | | | | | | | | recvLine had an edge case where it would return a partial line if the socket were to be disconnected in the middle of a line being read. The behaviour now is that the data is simply lost as it likely will be unparsable by the protocol anyway. | ||||
* | | fixes #994 | Araq | 2014-03-22 | 1 | -1/+1 |
|/ | |||||
* | fixes wrong commit | Araq | 2014-03-22 | 1 | -2/+0 |
| | |||||
* | fixes #1006 | Araq | 2014-03-22 | 3 | -8/+14 |
| | |||||
* | fixes #1023 | Araq | 2014-03-22 | 3 | -21/+50 |
| | |||||
* | fixes #1010 | Araq | 2014-03-22 | 4 | -28/+51 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-03-22 | 53 | -329/+1264 |
|\ |