summary refs log tree commit diff stats
path: root/tests/manyloc/keineschweine/server
Commit message (Collapse)AuthorAgeFilesLines
* replace getOpt with getopt (#22515)Nan Xiao2023-08-192-2/+2
|
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-023-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move sha1, md5 to nimble packages * boot the compiler * fixes tests * build the documentation * fixes docs * lol, I forgot koch.nim * add `nimHasChecksums` define * clone checksums but maybe copying is better * bump nimble hash * use ChecksumsStableCommit * fixes tests * deprecate them * fixes paths * fixes koch
* {.deprecated: [existsFile: fileExists].} (#14735)Timothee Cour2020-07-022-3/+3
| | | | | | | | | * {.deprecated: [existsFile: fileExists].} * s/existsFile/fileExists/ except under deps * workaround pending #14819 * fix test
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-1/+1
|
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
|
* remove deprecated modules (#10215)Miran2019-01-072-2/+2
| | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago)
* lots of small changesArne Döring2018-12-112-2/+2
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+0
|
* Fix a few deprecation warningsdef2016-01-252-2/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-62/+62
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-041-1/+1
|
* nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-151-0/+0
|
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-136-0/+833