summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Added FileSeekPosYuriy Glukhov2016-12-082-3/+11
* Merge pull request #5103 from yglukhov/leak-detector-cmdlineDominik Picheta2016-12-071-1/+1
|\
| * Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
* | Merge pull request #5107 from konqoro/patch-6Andreas Rumpf2016-12-061-3/+3
|\ \
| * | strscans: Fix exampleskonqoro2016-12-061-3/+3
|/ /
* | Merge pull request #5088 from jfhg/posix_runningAndreas Rumpf2016-12-062-4/+15
|\ \
| * | make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-032-4/+15
| * | check waitpid() return value before setting exitStatusJohannes Hofmann2016-12-021-1/+1
* | | Merge pull request #5102 from nigredo-tori/fix-4690Andreas Rumpf2016-12-061-11/+18
|\ \ \ | |_|/ |/| |
| * | Revert @endragor's fix for WindowsDmitry Polienko2016-12-061-14/+16
| * | Fix TimeInfo to Time conversion. Fixes #5065.Ruslan Mustakov2016-11-301-10/+15
* | | Merge pull request #5078 from johnnovak/terminal-heightAndreas Rumpf2016-12-062-1/+50
|\ \ \
| * | | Add terminalHeight, terminalHeightIoctl & terminalSizeJohn Novak2016-11-302-1/+50
| |/ /
* | | Merge pull request #5099 from yglukhov/workaround-5098Andreas Rumpf2016-12-061-4/+3
|\ \ \
| * | | Workaround for #5098Yuriy Glukhov2016-12-051-4/+3
| | |/ | |/|
* | | Merge pull request #5100 from yglukhov/writeCell-typenameAndreas Rumpf2016-12-061-5/+11
|\ \ \
| * | | Show cell type name in writeCellYuriy Glukhov2016-12-061-5/+11
| |/ /
* | | Merge pull request #5093 from yglukhov/BIO_new_mem_bufDominik Picheta2016-12-051-0/+2
|\ \ \ | |/ / |/| |
| * | Added BIO_new_mem_bufYuriy Glukhov2016-12-051-0/+2
|/ /
* | Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-012-0/+32
|\ \
| * | Add HTTP header deletion, improve testsFederico Ceratto2016-12-012-0/+32
* | | Merge pull request #5074 from nigredo-tori/fix-5073Andreas Rumpf2016-12-012-8/+33
|\ \ \
| * | | Clean up (as suggested by @Araq)Dmitry Polienko2016-12-011-6/+5
| * | | Rewrite xmltools.innerTextDmitry Polienko2016-11-302-9/+35
* | | | Merge pull request #5077 from johnnovak/termios-posix-fixAndreas Rumpf2016-12-011-160/+111
|\ \ \ \
| * | | | Use imported symbols & remove non-POSIX stuffJohn Novak2016-12-011-160/+111
| | |_|/ | |/| |
* | | | attempt to make travis green againAraq2016-12-011-1/+1
* | | | fixes tconsttable regressionAraq2016-12-011-2/+3
* | | | fixes #5081Araq2016-12-012-1/+5
| |_|/ |/| |
* | | fixes #5055Araq2016-11-304-7/+20
* | | fixes #5079Araq2016-11-302-1/+27
* | | fixes the regressions introduced by fix for #5076Araq2016-11-304-4/+18
* | | Merge pull request #5069 from yglukhov/ssl-init-fixDominik Picheta2016-11-306-51/+109
|\ \ \
| * | | In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-302-51/+64
| * | | More fixesYuriy Glukhov2016-11-301-40/+36
| * | | Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-305-48/+97
| |/ /
* | | Merge pull request #5071 from cheatfate/onemoreasyncAndreas Rumpf2016-11-302-26/+18
|\ \ \ | |/ / |/| |
| * | Add comments to latest fixes.cheatfate2016-11-302-26/+18
| |/
* / fixes #5076Araq2016-11-303-2/+15
|/
* fix upcoming/asyncdispatch properlyAraq2016-11-301-3/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-301-19/+43
|\
| * Merge pull request #5051 from FedericoCeratto/smtp_testDominik Picheta2016-11-291-19/+43
| |\
| | * Improve SMTP testingFederico Ceratto2016-11-241-19/+43
* | | upcoming/asyncdispatch: addTimer and addEvent fixesAraq2016-11-301-5/+14
* | | use preferName for type info namesAraq2016-11-301-1/+2
* | | closure types get names; refs #4332Araq2016-11-292-16/+21
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-294-7/+54
|\ \
| * \ Merge pull request #5067 from vktec/remove-docutils-pathAndreas Rumpf2016-11-292-4/+4
| |\ \
| | * | Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-282-4/+4
| * | | Merge pull request #5058 from johnnovak/terminal-win-fixAndreas Rumpf2016-11-291-3/+6
| |\ \ \ | | |/ / | |/| |