Age | Commit message (Expand) | Author |
2019-09-04 | remove unnecessary if branch | Akihiro YAMAZAKI |
2017-07-07 | Update comments to reflect Stream functions changed from private to protected | per1234 |
2015-11-23 | Cleanup some Stream compiler warnings from #3337 | Sandeep Mistry |
2015-11-23 | Make protected Stream::parseInt/Float overloads public. | Chris--A |
2015-11-23 | This adds control of Stream::parseInt/float lookahead. | Chris--A |
2015-11-23 | This is a bug fix which prevents parseFloat from proceeding past | Chris--A |
2015-11-23 | This commit improves the parsing capability by allowing decimals only | Chris--A |
2015-04-21 | Fixed indentation in Stream.cpp, no code change | Cristian Maglie |
2015-04-21 | Fixed wrong bracket placement (see #3011) | Cristian Maglie |
2015-04-21 | Fixed: warning: comparison between signed and unsigned integer expressions | Kristian Sloth Lauszus |
2015-04-21 | Fixed: warning: suggest explicit braces to avoid ambiguous 'else' | Kristian Sloth Lauszus |
2015-03-24 | Fix findUntil in Stream library | Jim Leonard (Xuth) |
2014-07-17 | Cast empty string to char* to fix compiler warning | Matt Robinson |
2014-06-13 | Merge branch 'master' into HEAD | Cristian Maglie |
2014-05-30 | Fix of a bug | Amulya Kumar Sahoo |
2014-02-19 | Don't store peeked characters in a char variable | Matthijs Kooijman |
2012-05-16 | Adding readString() and readStringUntil() to Stream (Adrian McEwen). | David A. Mellis |
2012-01-02 | Fixing findUntil() problem with repeated initial characters. (Jeffery.zksun) | David A. Mellis |
2011-11-19 | readBytes() and readBytesUntil() handle zero bytes and return # of bytes read. | David A. Mellis |
2011-10-02 | Fixing warnings in Stream (Paul Stoffregen) | David A. Mellis |
2011-09-09 | Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen). | David A. Mellis |
2011-08-18 | Stream.readBytesUntil() now writes null terminator within length. | David A. Mellis |
2011-08-17 | A few API changes to new Stream parsing functions. | David A. Mellis |
2011-08-17 | Integrating Stream searching & parsing (Michael Margolis) | David A. Mellis |