summary refs log tree commit diff stats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Modified #3472 to make its API more idiomatic.Dominik Picheta2016-06-031-7/+19
|
* Merge branch 'tls-psk' of https://github.com/zielmicha/nim into ↵Dominik Picheta2016-06-033-0/+50
|\ | | | | | | zielmicha-tls-psk
| * net.nim: destroyContext for destroying SSLContextMichał Zieliński2015-10-241-0/+1
| |
| * net.nim: support for TLS-PSK ciphersuitesMichał Zieliński2015-10-242-0/+35
| |
| * net.nim: support storing arbitrary data inside SSLContextMichał Zieliński2015-10-241-0/+14
| |
* | Merge branch 'unix-sockets' of https://github.com/girvo/Nim into ↵Dominik Picheta2016-05-302-0/+20
|\ \ | | | | | | | | | girvo-unix-sockets
| * | net.nim: add support for Unix socketsMichał Zieliński2015-10-282-0/+20
| |/
* | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-063-4/+4
|\ \ | | | | | | nimrod -> nim
| * | nimrod -> nimErik Johansson Andersson2016-02-053-4/+4
| | |
* | | Fix a few deprecation warningsdef2016-01-253-16/+16
|/ /
* / import the new stats libJamesP2015-11-071-1/+1
|/
* fixes regression: tactiontableAraq2015-10-141-52/+0
|
* sequtils related changesPeter Mora2015-10-051-1/+1
|
* Merge pull request #3394 from nanoant/patch/use-new-filter-prefixAndreas Rumpf2015-10-011-1/+1
|\ | | | | Use new #? filter prefix in various places
| * Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| | | | | | | | This silences deprecation warnings and prevent collision with UNIX shebang.
* | fixes #2473; cleanup of some testsAraq2015-09-302-47/+0
|/
* examples: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-045-42/+42
| | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* examples: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0414-139/+139
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Removes dead references.Grzegorz Adam Hankiewicz2015-08-173-12/+0
|
* deleted wingui exampleAraq2015-07-121-9/+0
|
* renamed writeln to writeLine in examplespatrick dw2015-06-192-4/+4
|
* generated by cgit-pink 1.4.1-2-gfad0 (git 2.36.2.497.gbbea4dcf42) at 2025-07-26 10:03:39 +0000