| Commit message (Expand) | Author | Age | Files | Lines |
* | quick fix for appearence | RJ | 2016-03-30 | 1 | -0/+1 |
* | Documentation. | chriseth | 2016-03-30 | 1 | -0/+444 |
* | Update frequently-asked-questions.rst | RJ | 2016-03-30 | 1 | -0/+17 |
* | Merge pull request #453 from michaltrzesimiech/patch-1 | chriseth | 2016-03-29 | 1 | -2/+0 |
|\ |
|
| * | Deleting redundant line | michaltrzesimiech | 2016-03-26 | 1 | -2/+0 |
| * | Update structure-of-a-contract.rst | michaltrzesimiech | 2016-03-25 | 1 | -1/+1 |
* | | Update frequently-asked-questions.rst | RJ | 2016-03-26 | 1 | -0/+2 |
* | | Update frequently-asked-questions.rst | RJ | 2016-03-24 | 1 | -0/+15 |
|/ |
|
* | Update style-guide.rst | ssonicblue | 2016-03-23 | 1 | -2/+8 |
* | Extend example | chriseth | 2016-03-14 | 1 | -0/+2 |
* | Clarification | chriseth | 2016-03-14 | 1 | -1/+3 |
* | Fix examples. | chriseth | 2016-03-14 | 1 | -2/+2 |
* | Allocating arrays. | chriseth | 2016-03-14 | 1 | -0/+17 |
* | Put in specific brew version as per the umbrella | RJ | 2016-03-12 | 1 | -0/+1 |
* | Documentation for delegatecall. | chriseth | 2016-03-12 | 4 | -46/+19 |
* | Warning about using integer literals in division. | chriseth | 2016-03-11 | 1 | -0/+9 |
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -4/+3 |
* | shortened lines to 79 | uberlaufer | 2016-03-11 | 1 | -1/+5 |
* | Update contracts.rst | uberlaufer | 2016-03-11 | 1 | -5/+1 |
* | Typo fix. | Georgios Paralykidis | 2016-03-09 | 1 | -1/+1 |
* | ecrecover takes uint8, not byte | MrChico | 2016-03-02 | 1 | -1/+1 |
* | [Minor]: typo fix | Oleg Iakovlev | 2016-03-01 | 1 | -1/+1 |
* | Added in-depth links to function modifiers, structs and enums in structure se... | holgerd77 | 2016-02-19 | 3 | -4/+16 |
* | Name-spacing the structure reference links for not being confused with the gl... | holgerd77 | 2016-02-19 | 1 | -9/+9 |
* | Added in-depth links for further reading to the state variable, function and ... | holgerd77 | 2016-02-19 | 3 | -0/+14 |
* | Changed reference naming from understore to dash separation for consistency w... | holgerd77 | 2016-02-19 | 1 | -6/+6 |
* | Added examples, references to structure section | holgerd77 | 2016-02-18 | 1 | -8/+103 |
* | Comment code examples | holgerd77 | 2016-02-18 | 1 | -0/+10 |
* | Code blocks for compiler use section | holgerd77 | 2016-02-18 | 1 | -4/+7 |
* | Use code blocks for import syntax explanations for better readability | holgerd77 | 2016-02-18 | 1 | -4/+22 |
* | Merge pull request #382 from chriseth/bytesIndex | chriseth | 2016-02-11 | 1 | -0/+5 |
|\ |
|
| * | Documentation. | chriseth | 2016-02-10 | 1 | -0/+5 |
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+3 |
* | | Update frequently-asked-questions.rst | RJ | 2016-02-11 | 1 | -2/+11 |
|/ |
|
* | [Documentation] Add details on libjsonrpccpp-dev | Andres Nötzli | 2016-02-04 | 1 | -1/+9 |
* | [Documentation] Include correct dev package | Andres Nötzli | 2016-02-02 | 1 | -1/+1 |
* | documentation | chriseth | 2016-01-30 | 2 | -2/+14 |
* | Merge pull request #370 from chriseth/redirects | chriseth | 2016-01-29 | 1 | -1/+10 |
|\ |
|
| * | Document remappings | chriseth | 2016-01-26 | 1 | -1/+10 |
* | | Update index.rst | chriseth | 2016-01-28 | 1 | -2/+4 |
* | | Add a link to the ethereum stackexchange. | chriseth | 2016-01-28 | 1 | -0/+2 |
|/ |
|
* | [cond-expr] add one doc about conditional expression | Lu Guanqun | 2016-01-23 | 1 | -1/+1 |
* | Merge pull request #306 from pipermerriam/piper/flesh-out-naming-conventions | chriseth | 2016-01-14 | 1 | -1/+96 |
|\ |
|
| * | fix spelling and heading title | Piper Merriam | 2016-01-07 | 1 | -3/+3 |
| * | use mixedCase | Piper Merriam | 2015-12-17 | 1 | -9/+4 |
| * | Flesh out naming convention section of docs | Piper Merriam | 2015-12-17 | 1 | -1/+101 |
* | | Some more clarifications about remappings. | chriseth | 2016-01-14 | 1 | -3/+19 |
* | | Extended documentation about imports. | chriseth | 2016-01-14 | 1 | -12/+50 |
* | | Merge pull request #345 from VoR0220/develop | chriseth | 2016-01-13 | 1 | -1/+3 |
|\ \ |
|
| * | | clarification on dynamic arrays, switcheroo on typepointer, and a documentati... | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| * | | forgot to take the auto tabs off...turned into spaces | RJ Catalano | 2016-01-12 | 1 | -1/+1 |
| * | | added documentation and one last test for struct creation inline | RJ Catalano | 2016-01-12 | 1 | -1/+3 |
* | | | Refund actual deposit, and not bid value. | chriseth | 2016-01-12 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #331 from u2/doc_fix2 | chriseth | 2016-01-04 | 1 | -192/+192 |
|\ \ |
|
| * | | docs: code sytle | u2 | 2015-12-30 | 1 | -192/+192 |
* | | | Merge pull request #329 from guanqun/patch-2 | chriseth | 2016-01-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [docs]: change unsupported underscore to start | Lu Guanqun | 2015-12-30 | 1 | -1/+1 |
| |/ / |
|
* / / | [docs]: add an ending period | Lu Guanqun | 2015-12-30 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #316 from chriseth/docs | chriseth | 2015-12-22 | 2 | -40/+44 |
|\ \ |
|
| * | | Fixes in the misc section. | chriseth | 2015-12-21 | 2 | -40/+44 |
* | | | sending value to an overloaded function | ethers | 2015-12-19 | 1 | -0/+10 |
|/ / |
|
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 |
* | | Update installing-solidity.rst | RJ | 2015-12-18 | 1 | -1/+1 |
* | | new doc | RJ Catalano | 2015-12-18 | 1 | -1/+3 |
|/ |
|
* | Note about private note being invisible. | chriseth | 2015-12-14 | 1 | -0/+7 |
* | Pygments highlighting rules for Solidity. | chriseth | 2015-12-11 | 2 | -2/+91 |
* | Merge pull request #293 from chriseth/doc_index | chriseth | 2015-12-10 | 2 | -9/+169 |
|\ |
|
| * | Added build guide. | chriseth | 2015-12-10 | 2 | -42/+140 |
| * | Improved index page. | chriseth | 2015-12-10 | 1 | -9/+29 |
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -5/+16 |
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -2/+2 |
| * | Update for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -1/+1 |
| * | Create for_Ze_Devs.md | RJ | 2015-12-10 | 1 | -0/+31 |
* | | Overflow check. | chriseth | 2015-12-10 | 1 | -0/+14 |
|/ |
|
* | Added some lost changes. | chriseth | 2015-12-08 | 3 | -1/+14 |
* | Add pdf config. | chriseth | 2015-12-08 | 1 | -0/+1 |
* | Imported documentation. | chriseth | 2015-12-08 | 17 | -0/+5229 |