aboutsummaryrefslogtreecommitdiffstats
path: root/hungarian
ModeNameSize
-rw-r--r--Makefile350logstatsplainblame
-rw-r--r--Makefile.inc35logstatsplainblame
d---------aspell146logstatsplain
d---------hu-phone109logstatsplain
d---------hu-zipcodes109logstatsplain
d---------hunspell178logstatsplain
d---------ispell178logstatsplain
d---------jdictionary-eng-hun-expr109logstatsplain
d---------jdictionary-eng-hun109logstatsplain
d---------kde3-i18n146logstatsplain
d---------kde4-l10n146logstatsplain
d---------koffice-i18n146logstatsplain
mitgraph'>| | * | | | Prettier fixesFabio Berger2018-06-262-8/+2 | | * | | | Fix tslint issuesFabio Berger2018-06-269-24/+4 | | * | | | Fix lint errorsFabio Berger2018-06-263-5/+2 | | * | | | Fix revertReasonFabio Berger2018-06-251-1/+1 | | * | | | Remove no longer used methodFabio Berger2018-06-251-16/+0 | | * | | | Check revert reasons in declarative and combinatorial testsFabio Berger2018-06-252-61/+67 | | * | | | merge check-revert-reasonsFabio Berger2018-06-2512-66/+58 | | |\ \ \ \ | | * | | | | Add missing importFabio Berger2018-06-251-1/+4 | | * | | | | merge check-revert-reasonsFabio Berger2018-06-2515-129/+235 | | |\ \ \ \ \ | | * \ \ \ \ \ Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-25177-1732/+3341 | | |\ \ \ \ \ \ | | * | | | | | | Add support for approveAll in assetWrapper and fillOrderScenariosFabio Berger2018-06-214-5/+80 | | * | | | | | | Fix orderValidationUtils where was confusing a makerAssetAmount as a takerAss...Fabio Berger2018-06-213-11/+18 | | * | | | | | | Improve verbose loggingFabio Berger2018-06-211-2/+5 | | * | | | | | | Fix merge variable name issueFabio Berger2018-06-201-1/+1 | | * | | | | | | Add support for setting allowance to unlimitedFabio Berger2018-06-202-7/+35 | | * | | | | | | Add noop conditionals for clarityFabio Berger2018-06-201-0/+10 | | * | | | | | | Rename for clarityFabio Berger2018-06-201-8/+8 | | * | | | | | | Split balance and allowance amount types in prep of adding the "unlimited" al...Fabio Berger2018-06-203-51/+59 | | * | | | | | | Remove unneeded explicit type defFabio Berger2018-06-201-1/+1 | | * | | | | | | Add TS 2.7 numeric separators to improve readabilityFabio Berger2018-06-201-6/+6 | | * | | | | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-2047-350/+1165 | | |\ \ \ \ \ \ \ | | * | | | | | | | Add ability for verbose loggingFabio Berger2018-06-201-2/+10 | | * | | | | | | | Fix typoFabio Berger2018-06-191-2/+2 | | * | | | | | | | Rename NewOrderFactory to OrderFactoryFromScenario for clarityFabio Berger2018-06-192-5/+5 | | * | | | | | | | Remove hack in ERC20WrapperFabio Berger2018-06-197-12/+30 | | * | | | | | | | Cleanup coreCombinatorialUtilsFabio Berger2018-06-191-220/+226 | | * | | | | | | | Comments and cleanupFabio Berger2018-06-191-20/+8 | | * | | | | | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-1994-492/+1087 | | |\ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-1973-415/+1965 | | |\ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-158-23/+132 | | |\ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | Add ability to tweak the relevant balances/allowances for the maker and taker...Fabio Berger2018-06-154-78/+380 | | * | | | | | | | | | | - Refactor assetWrapper to contain more of the normalizing logic instead of e...Fabio Berger2018-06-1510-84/+341 | | * | | | | | | | | | | Rename OrderAmountScenario to OrderAssetAmountScenario and convert generateOr...Fabio Berger2018-06-145-60/+59 | | * | | | | | | | | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-1429-38/+814 | | |\ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | Use a defaultFillScenario in fillOrder testsFabio Berger2018-06-141-36/+39 | | * | | | | | | | | | | | Fix incorrect string values in enumFabio Berger2018-06-141-2/+2 | | * | | | | | | | | | | | Fix calculation of expFilledTakerAmount and expected values in events emittedFabio Berger2018-06-141-4/+7 | | * | | | | | | | | | | | Replace initial set of legacy manually written fillOrder tests with declarati...Fabio Berger2018-06-142-434/+186 | | * | | | | | | | | | | | Add ability to specify takerAssetFillAmount and taker scenarios as part of a ...Fabio Berger2018-06-144-35/+153 | | * | | | | | | | | | | | Fix divide by zero bugFabio Berger2018-06-141-3/+3 | | * | | | | | | | | | | | Move orderFill combinatorialTests to exchange folderFabio Berger2018-06-131-4/+4 | | * | | | | | | | | | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-1363-1012/+1928 | | |\ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | Implement initial set of orderFill combinatorial testsFabio Berger2018-06-1313-490/+784 | | * | | | | | | | | | | | | Refactor ERC20 and ERC721 wrappers for V2 and introduce the assetWrapper supe...Fabio Berger2018-06-134-9/+95 | | * | | | | | | | | | | | | Remaining refactors of order-utils components for V2Fabio Berger2018-06-135-46/+48 | | * | | | | | | | | | | | | For some reason order-watcher tests were timeing out so I increased the timeo...Fabio Berger2018-06-131-1/+1 | | * | | | | | | | | | | | | Remove comment since we have added the testsFabio Berger2018-06-131-5/+0 | | * | | | | | | | | | | | | Variable rename for clarityFabio Berger2018-06-131-2/+2 | | * | | | | | | | | | | | | Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-12175-1082/+3542 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v2-prototype' into feature/combinatorial-testingFabio Berger2018-06-0841-79/+80 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fix/order-utils/remaining-v2-changes' into feature/combinatoria...Fabio Berger2018-06-087-55/+37 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'fix/order-utils/remaining-v2-changes' into feature/combinatoria...Fabio Berger2018-06-085-183/+201 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | | | | | POC: Generates an order from spec, get's the amount fillableFabio Berger2018-06-087-32/+462 | | * | | | | | | | | | | | | | | | | merge v2-prototypeFabio Berger2018-06-07286-2348/+2687 | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | | | | | | Implement initial generateOrder function that given the scenario values for a...Fabio Berger2018-06-072-0/+244 | * | | | | | | | | | | | | | | | | | | Merge pull request #766 from perissology/feature/solcov-ignoreFabio Berger2018-06-284-2/+104 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | * | | | | | | | | | | | | | | | | | | rename functionperissology2018-06-272-8/+8 | | * | | | | | | | | | | | | | | | | | | add /*solcov ignore next*/ testsperissology2018-06-252-0/+52 | | * | | | | | | | | | | | | | | | | | | support ignoring entire contractsperissology2018-06-251-7/+11 | | * | | | | | | | | | | | | | | | | | | add ability to ignore covering specific code blocksperissology2018-06-232-2/+48 | * | | | | | | | | | | | | | | | | | | | Fix tslintFabio Berger2018-06-271-2/+2 | * | | | | | | | | | | | | | | | | | | | Merge branch 'v2-prototype' into invalid-argument-errorFabio Berger2018-06-27113-4252/+3537 | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | * | | | | | | | | | | | | | | | | | | Improve 'web3-provider-engine' typingsNikita Galkin2018-06-27